commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
984002c0a6afa1aa6c68969027a1821b095ab11b | .travis.yml | .travis.yml | language: bash
sudo: false
install:
- nvm install 6
- nvm use 6
- npm install -g purescript@0.11.6 pulp@12.0.1 bower
script:
- bin/fetch-configlet
- bin/configlet lint .
- bin/check-bower.sh
- bin/test.sh
cache:
directories:
- $HOME/.cache/bower/
| language: bash
sudo: false
install:
- nvm install 6
- nvm use 6
- npm install -g purescript@0.11.6 pulp@12.0.1 bower
script:
- bin/fetch-configlet
- bin/configlet --track-id purescript lint .
- bin/check-bower.sh
- bin/test.sh
cache:
directories:
- $HOME/.cache/bower/
| Add track ID to configlet | Add track ID to configlet
See https://github.com/exercism/configlet/issues/80 for more details.
| YAML | mit | icyrockcom/xpurescript,icyrockcom/xpurescript |
bb36dacc3f0f038b952117d64cccaef7a4539afe | .travis.yml | .travis.yml | language: cpp
#compiler:
# - gcc
# - clang
before_script:
# Get a recent GCC.
# - echo "\n" | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
# - sudo apt-get update
# - sudo apt-get install gcc-4.7
- sudo apt-get install g++-4.7
- g++ --version
- g++-4.7 --version
- export CXX=g++-4.7
- export CC=... | language: cpp
#compiler:
# - gcc
# - clang
before_script:
# Get a recent GCC.
- echo "\n" | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install g++-4.7
- g++ --version
- g++-4.7 --version
- export CXX=g++-4.7
- export CC=gcc-4.7
# Boost
#- apt-get insta... | Use external source for g++-4.7. | Use external source for g++-4.7.
| YAML | bsd-3-clause | vast-io/vast,pmos69/vast,mavam/vast,pmos69/vast,vast-io/vast,mavam/vast,mavam/vast,mavam/vast,pmos69/vast,pmos69/vast,vast-io/vast,vast-io/vast,vast-io/vast |
555281a2bce7d423af5d44661645c9ce6bc1cd86 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
xcode_sdk: iphonesimulator10.0
xcode_project: CurriculaTable.xcodeproj
xcode_scheme: CurriculaTableDemo
| language: objective-c
osx_image: xcode8
script:
set -o pipefail && xcodebuild -project CurriculaTable.xcodeproj -scheme CurriculaTableDemo -sdk iphonesimulator10.0 | xcpretty
| Use xcodebuild instead of xctool | Use xcodebuild instead of xctool
| YAML | mit | yzyzsun/CurriculaTable,yzyzsun/CurriculaTable |
8ba04de38f86a9e550a41c93713d850a46754322 | .travis.yml | .travis.yml | language: go
go:
- 1.6
- 1.7
install:
- pip install behave
script:
- behave
| language: go
go:
- 1.6
- 1.7
install:
- pip install --user behave
script:
- behave
| Install behave in user directory | Install behave in user directory
| YAML | apache-2.0 | martin-helmich/prometheus-nginxlog-exporter,martin-helmich/prometheus-nginxlog-exporter,martin-helmich/prometheus-nginxlog-exporter |
bc6e518157c88b0d28d28cb0474117d1ee8353dc | .travis.yml | .travis.yml | language: node_js
node_js:
- '5'
- '4'
- '0.12'
| language: node_js
node_js:
- 'node'
- '5'
- '4'
- '0.12'
| Test on recent Node, just in case | Test on recent Node, just in case
| YAML | mit | dsblv/string-replace-async |
8f512c3d9100853c94ca68e5ce5e42eb5251fea4 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
git:
depth: 1
env:
global:
- secure: "hXNhTinvLDlfiIWxNgnxDFtL1zOnPd1TMyUkLLjqTRBbcuVinlMLISRgYV9g\nIIvLPG5S424ybNtU1X7X9MlypDmvis3/+G8gBo2q+7IRTAKw1C2J9/6RhIaG\nnD4aV9YZKmyz8pH1DZj6AMFIqY+2+W4Wte3oyL8IqbFRMfhdmzE="
before_install:
- pip install -Iv https://bitbuck... | language: python
python:
- "2.7"
- "3.3"
git:
depth: 1
env:
global:
- secure: "hXNhTinvLDlfiIWxNgnxDFtL1zOnPd1TMyUkLLjqTRBbcuVinlMLISRgYV9g\nIIvLPG5S424ybNtU1X7X9MlypDmvis3/+G8gBo2q+7IRTAKw1C2J9/6RhIaG\nnD4aV9YZKmyz8pH1DZj6AMFIqY+2+W4Wte3oyL8IqbFRMfhdmzE="
before_install:
- pip install -Iv https://bitbuck... | Add py3k branch to testing. | Add py3k branch to testing.
Former-commit-id: eefeaec224f0b3b6c3e40e40d6cfa1b90822f423 [formerly 39671e4db1d7c7c21f15952a5dabb3094418f57b]
Former-commit-id: 81ade95ac16d2f9defc1d80599448c32eb719672 | YAML | mit | nisse3000/pymatgen,xhqu1981/pymatgen,czhengsci/pymatgen,gVallverdu/pymatgen,Bismarrck/pymatgen,gmatteo/pymatgen,davidwaroquiers/pymatgen,fraricci/pymatgen,ndardenne/pymatgen,tschaume/pymatgen,dongsenfo/pymatgen,davidwaroquiers/pymatgen,mbkumar/pymatgen,blondegeek/pymatgen,tschaume/pymatgen,davidwaroquiers/pymatgen,matk... |
4fc5296a65460385623fb8f9ff1d30f4c6cffb2a | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
before_script:
- composer update
- mysql -e 'create database selective_test;'
script: phpunit --configuration phpunit.xml --coverage-clover ./build/logs/clover.xml
after_script: php vendor/bin/coveralls -v | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer update
- mysql -e 'create database selective_test;'
script: phpunit --configuration phpunit.xml --coverage-clover ./build/logs/clover.xml
after_script: php vendor/bin/coveralls -v | Test on PHP 5.3 to 5.6 | Test on PHP 5.3 to 5.6 | YAML | mit | jamend/selective-orm |
2c5322ebbfe9f3834d91f7752b6b42da07a05049 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
env:
- DJANGO=Django==1.4.2
- DJANGO=Django==1.5.0
- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
install:
- pip install --use-mirrors $DJANGO
- pip install --use-mirrors coverage coveralls
script: coverage run setup.py test
... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
env:
- DJANGO=Django==1.4.2
- DJANGO=Django==1.5.0
- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
install:
- pip install --use-mirrors $DJANGO
- pip install --use-mirrors coverage coveralls
script: coverage run setup.py test
after_s... | Fix Python versions in Travis configuration file | Fix Python versions in Travis configuration file
| YAML | mit | treyhunner/django-relatives,treyhunner/django-relatives |
871be9b7c52650eaf107e49e7c88ebb5b98461bd | .travis.yml | .travis.yml | language: php
php:
- 7.0
env:
- ENCRYPTION_KEY=test
before_script:
- composer self-update
- composer install
- composer dump-autoload -o
script: vendor/bin/phpunit --verbose
notifications:
email:
- dbyoung2@gmail.com
sudo: false
matrix:
fast_finish: true | language: php
php:
- 7.0
env:
- ENCRYPTION_KEY=48ca7483a0bb52c4d26e9ced9b436552a27ff44e821203104f571bbaff5a394d
before_script:
- composer self-update
- composer install
- composer dump-autoload -o
script: vendor/bin/phpunit --verbose
notifications:
email:
- dbyoung2@gmail.com
sudo: false
matrix:
... | Set a proper encryption key for Travis | Set a proper encryption key for Travis
| YAML | mit | opulencephp/Project,ramblingsofadev/Project |
c96fa1b64ab85e856ad9cdd9d455e5c9ec04b769 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.5"
env:
- CONDA=true
install:
- lsb_release -a
- source auto_version/travis_install_conda.sh numpy scipy matplotlib numba pip pytest h5py;
- conda config --add channels moble
- conda install fftw quaternion spinsfast spherical_functions
- python setu... | sudo: false
language: python
python:
- "2.7"
- "3.5"
env:
- CONDA=true
install:
- lsb_release -a
- source auto_version/travis_install_conda.sh numpy scipy matplotlib numba pip pytest h5py;
- conda config --add channels moble
- conda install fftw quaternion spinsfast spherical_functions
- python setu... | Correct the conda version before building | Correct the conda version before building | YAML | mit | moble/scri |
4f2491e9dff71946c1a49232d9bb7ba35c1fadd6 | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk/bin... | Switch to trusty for testing | Switch to trusty for testing
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/dmg,opscode-cookbooks/dmg |
1e5a92f448c4a751a77adc8f66bca4abdb47ee43 | .travis.yml | .travis.yml | os:
- linux
- osx
dist: trusty
sudo: required
language: bash
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y mairix notmuch notmuch-mutt maildir-utils nmzmail; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ... | os:
- linux
- osx
dist: trusty
sudo: required
language: bash
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y mairix notmuch notmuch-mutt maildir-utils nmzmail; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ... | Install nmzmail on Mac OS X in Travis CI | Install nmzmail on Mac OS X in Travis CI
| YAML | unlicense | weisslj/muttjump |
683e05e9ceca3bc9ec198c16b045e4e6fce627bf | .travis.yml | .travis.yml | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
- python feed/feed.home.tracer.py --help
- python f... | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
- python feed/feed.home.tracer.py --help
- python f... | Add zillow feed to Travis CI | Add zillow feed to Travis CI
| YAML | apache-2.0 | fxstein/SentientHome |
d8d1fa3b88924692fd6e407b402404f3ba8f6c8e | .travis.yml | .travis.yml | language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --notest Devel::Cover::Repo... | language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps --notest .
- cpanm --... | Fix whitespace in YAML: tabs no longer allowed | Fix whitespace in YAML: tabs no longer allowed
| YAML | artistic-2.0 | briandfoy/Math-NoCarry,briandfoy/Math-NoCarry |
57203f6aa3637f8e4b29ef5ae4e78ca942e935c3 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
script: "bundle exec rake spec"
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
| language: ruby
bundler_args: --without development
script: "bundle exec rake spec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
| Test with more Ruby versions | Test with more Ruby versions | YAML | mit | balanced/balanced-ruby |
57620f0adfb92934d7a04255498d996bd860f8d8 | config/locales/lyb_devise_admin.yml | config/locales/lyb_devise_admin.yml | de:
activerecord:
models:
attributes:
user:
email: E-Mail
password: Passwort
password_confirmation: Passwort Bestätigung
current_password: Aktuelles Passwort
remember_me: An... | de:
activerecord:
models:
user: Benutzer
attributes:
user:
email: E-Mail
password: Passwort
password_confirmation: Passwort Bestätigung
current_password: Aktuelles Pass... | Add some translations to de locale. | Add some translations to de locale.
| YAML | mit | huerlisi/lyb_devise_admin,huerlisi/lyb_devise_admin,huerlisi/lyb_devise_admin |
57bf5471ea5e41e1672986b346730a9271de1491 | tasks/runit_module.yml | tasks/runit_module.yml | ---
- name: Make sure sssd service is enabled
runit:
name: sssd
enabled: yes
environment: "{{ runit_env }}"
tags:
- sssd_config
- name: Make sure sssd service is running
runit:
name: sssd
state: started
environment: "{{ runit_env }}"
register: sssd_service_started
tags:
- sssd_con... | ---
- name: Make sure sssd service is enabled
runit:
name: sssd
enabled: yes
environment: "{{ runit_env }}"
tags:
- sssd_config
- name: Give runsv some time to start sssd
wait_for: path=/var/lib/sss/pipes/private/sbus-monitor state=present timeout=5
tags:
- sssd_config
- name: Make sure sssd... | Add wait_for between enabling and checking status for runit services, to give runsv time to actually start the service | Add wait_for between enabling and checking status for runit services, to give runsv time to actually start the service
| YAML | mit | lejonet/ansible-sssd |
6dd1a61f38b55e8c5ed8113a6f2262936c22692f | hnakamur.ruby/defaults/main.yml | hnakamur.ruby/defaults/main.yml | ---
ruby_version: 2.1.3
ruby_install_dir: /usr/local/ruby-{{ ruby_version }}
ruby_link_dir: /usr/local/ruby
ruby_switch_link: True
ruby_build_dir: /usr/local/src/ruby-build
ruby_global_gems:
- bundler
- compass
ruby_bin_dir: "{{ ruby_install_dir }}/bin"
| ---
ruby_version: 2.1.4
ruby_install_dir: /usr/local/ruby-{{ ruby_version }}
ruby_link_dir: /usr/local/ruby
ruby_switch_link: True
ruby_build_dir: /usr/local/src/ruby-build
ruby_global_gems:
- bundler
- compass
ruby_bin_dir: "{{ ruby_install_dir }}/bin"
| Upgrade ruby version to 2.1.4 | Upgrade ruby version to 2.1.4
| YAML | mit | hnakamur/macbook_setup,hnakamur/macbook_setup,hnakamur/macbook_setup |
17618ad360dde6d852f850a038d3877ead0a77d9 | .github/workflows/publish-on-pub.yaml | .github/workflows/publish-on-pub.yaml | name: Publish package to pub.dev
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- run: flutter pub get
- run: flutter pub run tool/publish/comment_depen... | name: Publish package to pub.dev
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- run: flutter pub get
- run: flutter pub run tool/publish/comment_depen... | Use pub-cache in Flutter root | Use pub-cache in Flutter root
| YAML | mit | xvrh/lottie-flutter,xvrh/lottie-flutter,xvrh/lottie-flutter,xvrh/lottie-flutter,xvrh/lottie-flutter,xvrh/lottie-flutter,xvrh/lottie-flutter |
f382f7fc6cf61b43511d3b26e289a4c601a997c2 | .github/workflows/publish-package.yml | .github/workflows/publish-package.yml | name: Publish Package
on:
push:
branches:
- 'master'
paths-ignore:
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
publish:
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@v1
- name: Set up .NET 6.0
uses: actions... | name: Publish Package
on:
push:
branches:
- 'master'
paths-ignore:
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
publish:
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@v1
- name: Set up .NET 6.0
uses: actions... | Use 'gpr push' to push packages recursively. | Use 'gpr push' to push packages recursively.
| YAML | mit | mysql-net/MySqlConnector,mysql-net/MySqlConnector |
4aa38e7112fa47abfd7d62d26b0b2bb5d46d8f23 | .github/workflows/publish-release.yml | .github/workflows/publish-release.yml | name: Publish Release
on:
workflow_dispatch: {}
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello 123!"
echo "- in 234!"
| name: Publish Release
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello 123!"
echo "- in 234!"
| Change branch name to main. | Change branch name to main.
| YAML | bsd-3-clause | DataBiosphere/terra-cli,DataBiosphere/terra-cli |
5593267d7821d6a19e20f8fe347cc884a4fda38e | .github/workflows/update-gh-pages.yml | .github/workflows/update-gh-pages.yml | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- name... | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v1
id: setup-ffmpeg
- name... | Revert to latest Matplotlib on GitHub Actions | [ci] Revert to latest Matplotlib on GitHub Actions
| YAML | mit | tum-pbs/PhiFlow,tum-pbs/PhiFlow |
fd3c0181f4c249e061348bdf01a7d7f36aed41fa | .github/workflows/update-news-www.yml | .github/workflows/update-news-www.yml | name: "Update news on owasp-juice.shop"
on:
release:
types: [ published ]
jobs:
UpdateNewsOnWebsite:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
with:
token: ${{ secrets.BOT_TOKEN }}
repository: OWASP/www-project-juice-shop
... | name: "Update news on owasp-juice.shop"
on:
release:
types: [ published ]
jobs:
UpdateNewsOnWebsite:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
with:
token: ${{ secrets.BOT_TOKEN }}
repository: OWASP/www-project-juice-shop
... | Replace reference with tag name from event | Replace reference with tag name from event
(to avoid `sed` command failing from slashes in ref)
| YAML | mit | bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop |
25b16bd04cf543fe07d9f67a4f030a61983b68f8 | Magic/src/examples/sandbox/mobs.yml | Magic/src/examples/sandbox/mobs.yml | npc_reload:
name: Reload configs
type: villager
invulnerable: true
persist: true
ai: false
gravity: false
triggers:
interact:
commands:
- magic load
npc_day:
name: Reload configs
type: villager
invulnerable: true
persist: true
ai: false
gravity: false
triggers:
interac... | npc_reload:
name: Reload configs
type: villager
invulnerable: true
persist: true
ai: false
gravity: false
triggers:
interact:
commands:
- magic load
npc_day:
name: Daytime
type: villager
invulnerable: true
persist: true
ai: false
gravity: false
triggers:
interact:
... | Fix name of sandbox daytime NPC | Fix name of sandbox daytime NPC
| YAML | mit | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin |
6b87ab226bf3a800b8a7b46d9ed09f589033cb50 | docker-compose.yml | docker-compose.yml | version: "3"
services:
apache:
image: httpd:alpine
links:
- phpfpm
- db
volumes:
- ./public_html:/usr/local/apache2/htdocs/
- ./docker/httpd.conf:/usr/local/apache2/conf/httpd.conf
environment:
- FASTCGI=fcgi://phpfpm:9000
hostname: "${HOSTNAME}"
networks:
... | version: "3"
services:
apache:
image: httpd:alpine
links:
- phpfpm
- db
volumes:
- ./public_html:/usr/local/apache2/htdocs/
- ./docker/httpd.conf:/usr/local/apache2/conf/httpd.conf
environment:
- FASTCGI=fcgi://phpfpm:9000
hostname: "${HOSTNAME}"
networks:
... | Fix broken link to configuration | Fix broken link to configuration
| YAML | unlicense | euismod2336/docker,euismod2336/docker,euismod2336/docker |
300f62e6e54be0bcf9085d0d46101d6a13d86e4e | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:3353aad77c88b7cd3ed59423a1bc72c56e034a00623378c36c443f6dba1b3722
volumes:
- ".:/plugin:ro"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:4fa79343710021d300556f57f16721e5cb3859b4bad09ba437d006f5c38efe8e
volumes:
- ".:/plugin:ro"
| Update buildkite/plugin-tester:latest Docker digest to 4fa793 | Update buildkite/plugin-tester:latest Docker digest to 4fa793 | YAML | mit | buildkite-plugins/ecr-buildkite-plugin |
c1a6394d30f3d44fba7272a2076401dcab0544be | docker-compose.yml | docker-compose.yml | data:
image: busybox
volumes:
- /var/lib/postgresql/data
command: /bin/true
postgres:
build: 9.4-2.1-2.0/.
#image: turistforeningen/pgrouting
volumes_from:
- data
psql:
build: 9.4-2.1-2.0/.
links:
- postgres
command: psql -U postgres -h postgres
| postgres:
build: 9.4-2.1-2.0/.
psql:
build: 9.4-2.1-2.0/.
links:
- postgres
command: psql -U postgres -h postgres
| Clean up Docker Compose config | Clean up Docker Compose config
| YAML | mit | Starefossen/docker-pgrouting |
9f82b0ee280d29cf4810d42a2c28aee0b33934af | docker-compose.yml | docker-compose.yml | crawler:
build: .
links:
- redis
- influxdb
command: /app/crawler -depth 3 -seed-url 'https://www.youtube.com/watch?v=zNdkrtfZP8I' -search='^.*\/watch\?v=[a-zA-Z0-9\-]+' -crawlers 10
redis:
image: redis:latest
ports:
- 6379:6379
influxdb:
image: tutum/influxdb:latest
... | crawler:
build: .
links:
- redis
- influxdb
command: /app/crawler -depth 3 -seed-url 'https://www.youtube.com/watch?v=zNdkrtfZP8I' -search='^.*\/watch\?v=[a-zA-Z0-9\-]+' -crawlers 50
environment:
- INFLUXDB_NAME="root"
- INFLUXDB_PASSWORD="temppwd"
redis:
image: redi... | Use tutum/influx again, add influx username and pass as env vars | Use tutum/influx again, add influx username and pass as env vars
| YAML | mit | cpurta/go-crawler,cpurta/go-crawler |
9bcff94078f25c50c480eb6b439496d4eeb8e5eb | docker-compose.yml | docker-compose.yml | version: '3'
services:
bot1:
image: mahjong_bot
volumes:
- ./project/:/app
command: pypy3 main.py -s bot_1_settings
restart: always
logging:
driver: json-file
options:
max-size: '10m'
max-file: '5'
bot2:
image: mahjong_bot
volumes:
- ./project/:/a... | version: '3'
services:
bot1:
image: mahjong_bot
volumes:
- ./project/:/app
command: pypy3 main.py -s bot_1_settings
restart: always
logging:
driver: json-file
options:
max-size: '10m'
max-file: '5'
bot2:
image: mahjong_bot
volumes:
- ./project/:/a... | Disable bot 5 for now | Disable bot 5 for now
| YAML | mit | MahjongRepository/tenhou-python-bot,MahjongRepository/tenhou-python-bot |
dad51b0b1cdc85ea9bff52944895cb678d5de79c | docker-compose.yml | docker-compose.yml | app:
build: .
volumes:
- .:/app
env_file:
- .env
ports:
- "3000:3000"
command: start-dev
environment:
VIRTUAL_HOST: publish.prx.docker
| app:
build: .
volumes:
- .:/app
env_file:
- .env
ports:
- "3001:3000"
command: start-dev
environment:
VIRTUAL_HOST: publish.prx.docker
| Change port to avoid conflict with cms.prx.docker | Change port to avoid conflict with cms.prx.docker
| YAML | agpl-3.0 | PRX/publish.prx.org,PRX/publish.prx.org,PRX/publish.prx.org,PRX/publish.prx.org |
bc974c005369ae1a8611c2d9ff2cee7fee812b70 | docs/backend-api.yml | docs/backend-api.yml | swagger: '2.0'
info:
version: "1.0.0"
title: senic.nuimo_hub API
basePath: /-
paths:
/:
get:
description: |
The main entry point for all clients.
responses:
200:
description: Returns all entry points and other information for bootstrapping clients.
schema:
... | swagger: '2.0'
info:
version: "1.0.0"
title: senic.nuimo_hub API
basePath: /-
produces:
- application/json
paths:
/:
get:
description: |
The main entry point for all clients.
responses:
200:
description: Returns all entry points and other information for bootstrapping c... | Document the resources for bootstrapping the wifi | Document the resources for bootstrapping the wifi
| YAML | mit | grunskis/senic-hub,grunskis/nuimo-hub-backend,grunskis/senic-hub,grunskis/nuimo-hub-backend,grunskis/nuimo-hub-backend,getsenic/senic-hub,grunskis/nuimo-hub-backend,grunskis/senic-hub,getsenic/senic-hub,grunskis/senic-hub,grunskis/senic-hub,grunskis/nuimo-hub-backend,grunskis/senic-hub |
ba19d7fc980b68082a1e0b184a5ded79cf61f4a1 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- test
- verify
build:
stage: build
script:
- mvn compile
only:
- master
tags:
- linux
cobertura:
stage: test
script:
- mvn test
only:
- master
tags:
- linux
findbugs:
stage: verify
script:
- mvn findbugs:check
tags:
- linux
checkstyle:
s... | stages:
- build
- test
- verify
build:
stage: build
script:
- mvn compile
only:
- master
tags:
- linux
test:
stage: test
script:
- mvn test
only:
- master
tags:
- linux
findbugs:
stage: verify
script:
- mvn findbugs:check
tags:
- linux
checkstyle:
stage:... | Rename cobuerta job to test | Rename cobuerta job to test
| YAML | agpl-3.0 | stefanoberdoerfer/exmatrikulator,stefanoberdoerfer/exmatrikulator,stefanoberdoerfer/exmatrikulator,stefanoberdoerfer/exmatrikulator,stefanoberdoerfer/exmatrikulator |
be23b95c6ad0f8110d1b4bc2d267d15cc1d14bd8 | docker-compose.yml | docker-compose.yml | version: '2'
services:
gem:
build:
context: .
dockerfile: Dockerfile
links:
- rabbit
rabbit:
image: rabbitmq:3
ports:
- 5672:5672
janus:
build:
context: ./.travis
dockerfile: Dockerfile.janus
links:
- rabbit
| version: '2'
services:
gem:
build:
context: .
dockerfile: Dockerfile
links:
- rabbit
rabbit:
image: rabbitmq
ports:
- 5672:5672
janus:
build:
context: ./.travis
dockerfile: Dockerfile.janus
links:
- rabbit
| Use latest version to rabbitmq | Use latest version to rabbitmq
| YAML | mit | dazzl-tv/ruby-rabbitmq-janus |
1c7ef491a29a685f566874d3e8e4fb4275f151c1 | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:4fa79343710021d300556f57f16721e5cb3859b4bad09ba437d006f5c38efe8e
volumes:
- ".:/plugin"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:973f078d7d648c88cd211dbaf6edcd17bd18778a6fda0aa9e00a7cf8fba32006
volumes:
- ".:/plugin"
| Update buildkite/plugin-tester:latest Docker digest to 973f07 | Update buildkite/plugin-tester:latest Docker digest to 973f07 | YAML | mit | buildkite-plugins/docker-compose,buildkite/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose-buildkite-plugin |
c8c772e1585fe735db0c290849c76a4987ba3263 | docker-compose.yml | docker-compose.yml | # Run docker-compose build
# Run docker-compose up
# Visit http://localhost
# Live long and prosper
version: '3.9'
services:
nginx:
container_name: nginx-angular-jumpstart
image: nginx-angular-jumpstart
build:
context: .
dockerfile: .docker/nginx.dockerfile
ports:
- "80:80"
... | # Run docker-compose build
# Run docker-compose up
# Visit http://localhost
# Live long and prosper
version: '3.7'
services:
nginx:
container_name: nginx-angular-jumpstart
image: nginx-angular-jumpstart
build:
context: .
dockerfile: .docker/nginx.dockerfile
ports:
- "80:80"
... | Change from 3.9 to 3.7 due to Kompose limitation | Change from 3.9 to 3.7 due to Kompose limitation
| YAML | mit | DanWahlin/Angular-JumpStart,DanWahlin/Angular-JumpStart,DanWahlin/Angular-JumpStart |
daf2c48249d9452ddec373115b40f86286baae99 | docker-compose.yml | docker-compose.yml | version: '3.0'
services:
lib: &default
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/usr/src/app
- registry:/root/.cargo/registry
env_file: .secrets
volumes:
registry:
driver: local
| version: '3.0'
services:
lib: &default
build:
context: .
dockerfile: Dockerfile
command: cargo test -- --nocapture
volumes:
- .:/usr/src/app
- registry:/root/.cargo/registry
env_file: .secrets
volumes:
registry:
driver: local
| Set `cargo test` to be the compose command | Set `cargo test` to be the compose command
Running tests by default in development, setting the `--nocapture` flag
so that inline messages to `stdout` are shown in the console
| YAML | mit | blankenshipz/oanda-rs |
3c3b2c3cbe5f00a1a8aeeec85e8544e390aab6e1 | docker-compose.yml | docker-compose.yml | version: '3.5'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.5.1
environment:
discovery.type: single-node
xpack.security.enabled: 'false'
ES_JAVA_OPTS: -Xms512m -Xmx512m
ports:
- 9200:9200
- 9300:9300
networks:
- foundatio
kiban... | version: '3.5'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.6.0
environment:
discovery.type: single-node
xpack.security.enabled: 'false'
ES_JAVA_OPTS: -Xms512m -Xmx512m
ports:
- 9200:9200
- 9300:9300
networks:
- foundatio
kiban... | Update to use ES 7.6 for tests | Update to use ES 7.6 for tests
| YAML | apache-2.0 | exceptionless/Foundatio.Parsers,exceptionless/Exceptionless.LuceneQueryParser |
4af781292150b4a78324fa620e2e61f7740e7e58 | data/transition-sites/innovateuk.yml | data/transition-sites/innovateuk.yml | ---
site: innovateuk
whitehall_slug: innovate-uk
homepage: https://www.gov.uk/government/organisations/innovate-uk
tna_timestamp: 20140827133341
host: www.innovateuk.org
homepage_furl: www.gov.uk/innovateuk
aliases:
- innovateuk.org
- www.innovateuk.org.uk
- innovateuk.org.uk
| ---
site: innovateuk
whitehall_slug: innovate-uk
homepage: https://www.gov.uk/government/organisations/innovate-uk
tna_timestamp: 20140827133341
host: www.innovateuk.org
homepage_furl: www.gov.uk/innovateuk
aliases:
- innovateuk.org
- www.innovateuk.org.uk
- innovateuk.org.uk
- beta.innovateuk.org
| Add alias to InnovateUK site | Add alias to InnovateUK site
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
4c89fb389376a76abb0c8f9d8e0d5b9d28d7b89d | db/data/sample/project_questions.yml | db/data/sample/project_questions.yml | ---
- _assoc: period
question: Period of performance
help_text: in months
required: true
options: []
field_type: 2
- _assoc: cc
question: Project Charge Code
required: true
options: []
field_type: 2
- _assoc: maint
question: Maintenance Day
required: true
options: []
field_type: 3
- _assoc: do... | ---
- _assoc: period
question: Period of performance
help_text: in months
required: true
options: []
field_type: 2
- _assoc: cc
question: Project Charge Code
required: true
options: []
field_type: 2
- _assoc: maint
question: Maintenance Day
required: true
options: []
field_type: 3
- _assoc: do... | Add dev and test product questions | Add dev and test product questions
Reworded production question to align with dev and test.
| YAML | apache-2.0 | AllenBW/api,boozallen/projectjellyfish,projectjellyfish/api,sreekantch/JellyFish,sonejah21/api,sreekantch/JellyFish,sonejah21/api,projectjellyfish/api,boozallen/projectjellyfish,mafernando/api,sonejah21/api,boozallen/projectjellyfish,mafernando/api,AllenBW/api,stackus/api,stackus/api,stackus/api,mafernando/api,projectj... |
1149ee8fcf5b0889fc5f743e0d2cb5ae60ba64ed | _config.yml | _config.yml | # Site settings
title: Root314
header-img: img/home-bg.jpg
email: hello@root314.com
copyright_name: Root314
description: "Software Defined Engineer - Cloud, OpenStack, Network"
baseurl: ""
#url: "http://yourdomain.com"
twitter:
username: Miouge
github_username: Miouge1
linkedin_username: maximeguyot
#facebook_usern... | # Site settings
title: Root314
header-img: img/home-bg.jpg
email: hello@root314.com
copyright_name: Root314
description: "Software Defined Engineer - Cloud, OpenStack, Network"
baseurl: ""
#url: "http://yourdomain.com"
twitter:
username: Miouge
github_username: Miouge1
linkedin_username: maximeguyot
#facebook_usern... | Fix output and enable reveal | Fix output and enable reveal
| YAML | mit | Miouge1/root314,Miouge1/root314,Miouge1/root314,Miouge1/root314 |
72b9f2866212da7c2f4901b0cf7701d73663f852 | _config.yml | _config.yml | # Site settings
title: frippz
email: fredrik@frippz.se
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site descrip... | # Site settings
title: frippz
email: contact@frippz.se
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site descrip... | Update config and remove unused properties | Update config and remove unused properties
| YAML | mit | frippz/frippz.se,frippz/frippz.se,frippz/frippz.se |
d5822835a5d870b62849af309e94ae1ef9045fbe | _config.yml | _config.yml | sass:
style: compressed
# Site settings
title: Jelly
description: An example site
# Build settings
markdown: kramdown
baseurl: http://aylestoneallotments.github.io/website
permalink: pretty
# Timezone
timezone: GB
# Custom Collections
collections:
events:
output: true
permalink: /events/:year/:month/... | sass:
style: compressed
# Site settings
title: Jelly
description: An example site
# Build settings
markdown: kramdown
url: http://aylestoneallotments.github.io
baseurl: /website
permalink: pretty
# Timezone
timezone: GB
# Custom Collections
collections:
events:
output: true
permalink: /events/:year/:... | Add url to fix feeds.xml | Add url to fix feeds.xml
| YAML | mit | aylestoneallotments/www.aylestoneallotments.co.uk,aylestoneallotments/website,aylestoneallotments/www.aylestoneallotments.co.uk,aylestoneallotments/website,aylestoneallotments/website,aylestoneallotments/www.aylestoneallotments.co.uk |
e364257c3a418c720d193cba928f7249656d1b23 | _config.yml | _config.yml | markdown: redcarpet
pygments: true
permalink: /blog/:year/:month/:day/:title
rdiscount:
extensions: [smart]
name: Florian Rathgeber
url: http://florianrathgeber.me
domain: florianrathgeber.me
description: Computational scientist at ECMWF, Reading, UK. Pythonista. Open source / open data enthusiast, developer, contri... | markdown: redcarpet
pygments: true
permalink: /blog/:year/:month/:day/:title
rdiscount:
extensions: [smart]
name: Florian Rathgeber
url: http://kynan.github.io
domain: kynan.github.io
description: Computational scientist at ECMWF, Reading, UK. Pythonista. Open source / open data enthusiast, developer, contributor. H... | Set URL and domain back to kynan.github.io | Set URL and domain back to kynan.github.io | YAML | mit | kynan/kynan.github.com,kynan/kynan.github.com |
dad3b15e8af78163a554f635ec06b54d673f52d9 | _config.yml | _config.yml | full_rebuild: true
title: vlau.me
url: http://vlau.me
description: ''
permalink: /:title
include:
- '_data'
exclude:
- 'node_modules'
- '*.sublime-workspace'
gems:
- jekyll-sitemap
kramdown:
input: GFM
auto_ids: false
sass:
style: compressed
color:
text: ffe0e7
background: 28143d
ui: 8f240... | full_rebuild: true
title: vlau.me
url: http://vlau.me
description: 'vlau.me is a searchable link collection for my fellow Computer Science and Media students at Bauhaus-Univerität Weimar.'
permalink: /:title
include:
- '_data'
exclude:
- 'node_modules'
- '*.sublime-workspace'
gems:
- jekyll-sitemap
kramdo... | Add description to Jekyll config | Add description to Jekyll config
| YAML | mit | kleinfreund/vlau.me,kleinfreund/vlau.me,kleinfreund/hyperlink.cool,kleinfreund/hyperlink.cool |
7f522e319da8a270e509af92e5e7b72793e567aa | _config.yml | _config.yml | # Site settings
# Build settings
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "with_toc_data"] | # Site settings
# Build settings
markdown: kramdown
redcarpet:
extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "with_toc_data"]
| Replace markdown rendering engine (redcarpet->kramdown) | Replace markdown rendering engine (redcarpet->kramdown)
| YAML | apache-2.0 | solidfire/solidfire-sdk-java,solidfire/solidfire-sdk-java |
754df0140c09dbd783e837ce973c2e679a7eac5e | _config.yml | _config.yml | # Site settings
title: Bring Developer
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://developer.bring.com" # the base hostname & protocol for your site
# RAML settings
raml_map:
api/shipping-guide/api.raml: api/shipping-guide/index.html
api/pickup-point/api.raml: api/pickup-point/index.html
api... | # Site settings
title: Bring Developer
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://developer.bring.com" # the base hostname & protocol for your site
permalink: /blog/:title/
# RAML settings
raml_map:
api/shipping-guide/api.raml: api/shipping-guide/index.html
api/pickup-point/api.raml: api/pick... | Use /blog/:title/ as permalink for blog posts | Use /blog/:title/ as permalink for blog posts
| YAML | isc | bring/developer-site,bring/developer-site |
1fa91a6b2db5e762b426717564b1608d8bd5ffdf | manifests/enable-diego-cats.yml | manifests/enable-diego-cats.yml | properties:
acceptance_tests:
admin_password: <%= ENV.fetch('CF_PASSWORD', 'admin') %>
admin_user: <%= ENV.fetch('CF_USER', 'admin') %>
api: (( concat "api." properties.system_domain ))
apps_domain: (( grab properties.system_domain ))
skip_ssl_validation: true
use_http: true
backend: diego... | properties:
acceptance_tests:
admin_password: <%= ENV.fetch('CF_PASSWORD', 'admin') %>
admin_user: <%= ENV.fetch('CF_USER', 'admin') %>
api: (( concat "api." properties.system_domain ))
apps_domain: (( grab properties.system_domain ))
skip_ssl_validation: true
use_http: true
backend: diego... | Revert "Temporarily disable v3 CATs in diego" | Revert "Temporarily disable v3 CATs in diego"
This reverts commit fb9e21eaf5db9a4c1797d5f2094ed1e4190342c1.
Signed-off-by: Peter Goetz <09cc375d163687e11b72d8636c5f6c2d071b96c4@de.ibm.com>
| YAML | apache-2.0 | cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci |
5c399388e8104f6408f2cbe7e3fb056184e5aa6f | manifests/cf-manifest/stubs/oauth.yml | manifests/cf-manifest/stubs/oauth.yml | properties:
login:
oauth:
providers:
google:
type: oidc1.0
authUrl: https://accounts.google.com/o/oauth2/v2/auth
tokenUrl: https://www.googleapis.com/oauth2/v4/token
issuer: https://accounts.google.com
redirectUrl: (( concat "https://login." properti... | properties:
login:
oauth:
providers:
google:
type: oidc1.0
authUrl: https://accounts.google.com/o/oauth2/v2/auth
tokenUrl: https://www.googleapis.com/oauth2/v4/token
tokenKeyUrl: https://www.googleapis.com/oauth2/v3/certs
issuer: https://accounts.goo... | Enable validation of google OIDC signatures | Enable validation of google OIDC signatures
Prior to our v251 to v253 CF upgrade, logging in with google OpenID Connect
seemed to be working, however once we'd upgraded to v253 we encountered the
error: "There was an error when authenticating against the external identity
provider: Could not verify token signature."
... | YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
1e2180ff767dee6bfcd45e4123fa7bf334ee884a | docker-compose.yml | docker-compose.yml | nginx:
build: .
ports:
- 80:80
| nginx:
build: .
ports:
- 80:80
transient:
image: theconnman/transient
ports:
- 8080:3000
| Add Transient to docker compose | Add Transient to docker compose
| YAML | mit | TheConnMan/self-hosted,TheConnMan/self-hosted,TheConnMan/self-hosted |
3865362e85727ea8a27b9e3859a46fd02a7d2640 | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:7c2d08e8d6dc32637236105e82f6c161fe2a2c3098e9035a92eb1401b6593bdf
volumes:
- ".:/plugin"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:708ad19f7b52c43b8958a49d316271ca8fe988dd52d66971af6c0b8678b6627b
volumes:
- ".:/plugin"
| Update buildkite/plugin-tester:latest Docker digest to 708ad1 | Update buildkite/plugin-tester:latest Docker digest to 708ad1 | YAML | mit | buildkite-plugins/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose,buildkite/docker-compose-buildkite-plugin |
57e004cb7bc4cb794fe0afe81fc749e25b0eead5 | docker-compose.yml | docker-compose.yml | version: "2"
services:
reader:
build: ./reader
| version: "2"
services:
reader:
build: ./reader
rabbitmq:
image: rabbitmq:3.6.5 | Add RabbitMQ to docker compose | Add RabbitMQ to docker compose
| YAML | mit | estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo |
b23ea8500107fa35a1e9093dd1aea624baf94991 | docker-compose.yml | docker-compose.yml | version: "3"
services:
db:
image: mysql:5.6
ports:
- 3315:3306
volumes:
- ./containers/db:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "cms"
xmr:
image: xibosignage/xibo-xmr:release-0.7
ports:
- "9505:9505"
environment:
XMR_DEBUG... | version: "3"
services:
db:
image: mysql:5.6
ports:
- 3315:3306
volumes:
- ./containers/db:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "cms"
xmr:
image: xibosignage/xibo-xmr:release-0.7
ports:
- "9505:9505"
environment:
XMR_DEBUG... | Remove mongo network from docker compose | Remove mongo network from docker compose
| YAML | agpl-3.0 | xibosignage/xibo-cms,xibosignage/xibo-cms,alexharrington/xibo-cms,alexharrington/xibo-cms,dasgarner/xibo-cms,alexharrington/xibo-cms,dasgarner/xibo-cms,xibosignage/xibo-cms,dasgarner/xibo-cms,xibosignage/xibo-cms,dasgarner/xibo-cms,alexharrington/xibo-cms,dasgarner/xibo-cms,dasgarner/xibo-cms,xibosignage/xibo-cms,xibos... |
692c1baedbe04dff62c9efc41c49ab0616b4e011 | docker-compose.yml | docker-compose.yml | server:
build: .
command: server -automigrate=true
links:
- db:db
ports:
- "8080:8080"
volumes:
- ~/.dockercfg:/root/.dockercfg
- "/var/run/docker.sock:/var/run/docker.sock"
env_file: .env
user: root
environment:
EMPIRE_DATABASE_URL: postgres://postgres:postgres@db/postgres?sslmode=d... | server:
build: .
command: server -automigrate=true
links:
- db:db
ports:
- "8080:8080"
volumes:
- ~/.dockercfg:/root/.dockercfg
- "/var/run/docker.sock:/var/run/docker.sock"
env_file: .env
user: root
environment:
EMPIRE_DATABASE_URL: postgres://postgres:postgres@db/postgres?sslmode=d... | Remove postgres port, because it errors if postgres is already running on the machine. | Remove postgres port, because it errors if postgres is already running on the machine. | YAML | bsd-2-clause | iserko/empire,remind101/empire,mhahn/empire,mhahn/empire,iserko/empire,remind101/empire,iserko/empire,remind101/empire,mhahn/empire |
7ee762659332991882fc1c39496a98e93a567d78 | docker-compose.yml | docker-compose.yml | ie:
build: .
ports:
- "3001"
links:
- mongodb:mongo
command: ./server -huddle ./configs/multifactor_huddle_config.json
endpoint:
build: ../ie-ccda-endpoint
ports:
- "3000:3000"
links:
- ie
mongodb:
image: mongo
volumes:
- /data/db:/data/db
ports:
- "27017"
multifactorriskserv... | ie:
build: .
ports:
- "3001"
links:
- mongodb:mongo
command: ./server -huddle ./configs/multifactor_huddle_config.json
endpoint:
build: ../ie-ccda-endpoint
ports:
- "3000:3000"
links:
- ie
mongodb:
image: mongo
volumes:
- /data/db:/data/db
ports:
- "27017"
multifactorriskserv... | Add option to useStudyID option to docker invocation of multifactor risk service | Add option to useStudyID option to docker invocation of multifactor risk service
| YAML | apache-2.0 | intervention-engine/ie |
f580b54b5fd5944039667163d8895cfb07b742e3 | docker-compose.yml | docker-compose.yml | version: '3'
services:
app:
image: juusechec/centos-symfony-postgis:latest
privileged: true # obligatory for centos systemd!
environment:
#- SCRIPT_ON_RUN="/scripts/example-script-on-run.sh" # optional
#- DATABASE_HOST="localhost"
- DATABASE_PORT="15432"
- DATABASE_NAME="sigma4c"
... | version: '3'
services:
app:
image: juusechec/centos-symfony-postgis:latest
privileged: true # obligatory for centos systemd!
environment:
- SCRIPT_ON_RUN=/sql/populate_database.sh # optional
#- DATABASE_HOST="localhost"
- DATABASE_PORT=15432
- DATABASE_NAME=sigma4c
- DATABASE... | Add script to populate automatically database! | Add script to populate automatically database!
| YAML | agpl-3.0 | juusechec/sigma4c,juusechec/sigma4c,juusechec/sigma4c,juusechec/sigma4c |
844df43d830ea961c47938a683ecba76f542c63d | docker-compose.yml | docker-compose.yml | version: '2'
services:
web:
build: .
env_file:
- secrets.env
ports:
- "127.0.0.1:15134:15134"
restart: always
| version: '2'
services:
web:
build: .
env_file:
- secrets.env
expose:
- "15134"
networks:
- proxy
environment:
VIRTUAL_HOST: home.homb.it
VIRTUAL_PORT: "15134"
HTTPS_METHOD: noredirect
DYNDNS_HOST: home.homb.it
LETSENCRYPT_HOST: home.hom... | Use app with docker nginx proxy | Use app with docker nginx proxy
| YAML | mit | hombit/house |
fb3ede08192f93c0fc9756a420d49ce8fd0e2238 | hieradata/nodes/bgo/bgo-mgmt-01.yaml | hieradata/nodes/bgo/bgo-mgmt-01.yaml | ---
network::interfaces_hash:
'eth0':
'ipaddress': '172.16.0.5/21'
'gateway': "%{hiera('netcfg_mgmt_gateway')}"
'vrf': 'mgmt'
'mgmt':
'ipaddress': '127.0.0.1/8'
'vrf_table': 'auto'
| ---
network::interfaces_hash:
'eth0':
'ipaddress': '172.16.0.5/21'
'gateway': "%{hiera('netcfg_mgmt_gateway')}"
'vrf': 'mgmt'
'mgmt':
'ipaddress': '127.0.0.1/8'
'vrf_table': 'auto'
profile::base::network::cumulus_bridges:
'bridge':
'ports': [ 'swp1', 'swp2', 'swp3', 'swp4', 'swp5'... | Configure ports for new mgmt switch | Configure ports for new mgmt switch
| YAML | apache-2.0 | TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,mikaeld66/himlar,raykrist/himlar,TorLdre/himlar,norcams/himlar,mikaeld66/himlar,norcams/himlar,mikaeld66/himlar,tanzr/himlar,tanzr/himlar,TorLdre/himlar,tanzr/himlar,norcams/himlar,tanzr/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,tanzr/himlar,TorLdre/himlar,nor... |
6d7fc39fadf09aabfab54fa65092de1a30c03012 | dts/bindings/dma/dma-controller.yaml | dts/bindings/dma/dma-controller.yaml | # Copyright (c) 2019, Song Qiang <songqiang1304521@gmail.com>
# SPDX-License-Identifier: Apache-2.0
# Common fields for DMA controllers
include: base.yaml
bus: dma
properties:
label:
required: true
"#dma-cells":
type: int
required: true
description: Number of items to expect in a DM... | # Copyright (c) 2019, Song Qiang <songqiang1304521@gmail.com>
# SPDX-License-Identifier: Apache-2.0
# Common fields for DMA controllers
include: base.yaml
bus: dma
properties:
label:
required: true
"#dma-cells":
type: int
required: true
description: Number of items to expect in a DM... | Add buffer alignment property to DTS Binding | dma: Add buffer alignment property to DTS Binding
Enable statically allocated buffers to determine their buffer alignment
with a device tree property rather than having to find out through docs.
Should save people lots of time.
Signed-off-by: Tom Burdick <63c280986e32082c9e27a1a69ac8b19e3d0c6b4b@intel.com>
| YAML | apache-2.0 | zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,finikorg/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,galak/zephyr,galak/zephyr,galak/zephyr |
2a394d6e2daf13e06e065016f7ac0e2adc8e93d3 | update_kb_bsfcampus_sen.yml | update_kb_bsfcampus_sen.yml | ---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
- { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-sen-76' }
- tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
| ---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
# - { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-sen-76' }
# - tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
| Disable install of role Tinc and upgrade IDB | Disable install of role Tinc and upgrade IDB
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
9990e9ab546c952897d471bcd136ed964a6db4a7 | metadata/org.metabrainz.android.yml | metadata/org.metabrainz.android.yml | Categories:
- Internet
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/metabrainz/musicbrainz-android/
IssueTracker: https://tickets.musicbrainz.org/browse/MOBILE
Translation: https://www.transifex.com/musicbrainz/musicbrainz/android-app/
Donate: https://metabrainz.org/donate
AutoName: MusicB... | Categories:
- Internet
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/metabrainz/musicbrainz-android/
IssueTracker: https://tickets.musicbrainz.org/browse/MOBILE
Translation: https://www.transifex.com/musicbrainz/musicbrainz/android-app/
Donate: https://metabrainz.org/donate
AutoName: MusicB... | Update CV of MusicBrainz to 4.3 (37) | Update CV of MusicBrainz to 4.3 (37)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d216a78f1d5526163f6de30516542f6f9abfe8b3 | packages/cd/cdeps.yaml | packages/cd/cdeps.yaml | homepage: ''
changelog-type: ''
hash: d1d0d274fea3a05d9c5c71c12291b874e27569834e1b5c3e6661814dd6cd6cda
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
text: -any
... | homepage: ''
changelog-type: ''
hash: a868b9afc1364980513ed6fd758d49ebe4efe688725ecdc12564046d97a15011
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
text: -any
... | Update from Hackage at 2018-05-01T12:52:22Z | Update from Hackage at 2018-05-01T12:52:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
336f4ab3acb204f49f170d25164838e5b24ec3c2 | pubspec.yaml | pubspec.yaml | name: watcher
version: 0.9.0
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A file watcher. It monitors (currently by polling) for changes to contents
of directories and notifies you when files have been added, removed, or
modified.
dependencies:
crypto: ">=0.9.0 <0.10.... | name: watcher
version: 0.9.1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A file watcher. It monitors (currently by polling) for changes to contents
of directories and notifies you when files have been added, removed, or
modified.
dependencies:
crypto: ">=0.9.0 <0.10.... | Increment package versions for stack trace changes. | Increment package versions for stack trace changes.
R=rnystrom@google.com
BUG=
Review URL: https://codereview.chromium.org//110613003
git-svn-id: c53bd6455474c0a826d309663cf600546f7b0963@30997 260f80e4-7a28-3924-810f-c04153c831b5
| YAML | bsd-3-clause | dart-lang/watcher |
1bd2a7408e9691e2fb12d2a6f5c6d4dcfd8d05ff | packages/hl/hlrdb.yaml | packages/hl/hlrdb.yaml | homepage: https://github.com/identicalsnowflake/hlrdb
changelog-type: ''
hash: 722faf351cf0af780b1d0d0323e1320d464d8cd490656d3bd1f9ab601f309de0
test-bench-deps: {}
maintainer: identicalsnowflake@protonmail.com
synopsis: High-level Redis Database
changelog: ''
basic-deps:
bytestring: ^>=0.10.8.1
base: ! '>=4.9 && <5... | homepage: https://github.com/identicalsnowflake/hlrdb
changelog-type: ''
hash: 9afc96d4daccbbf03345795e7f5d3b7ea5a7eb70e8c710c0b4abc92c26e513ba
test-bench-deps: {}
maintainer: identicalsnowflake@protonmail.com
synopsis: High-level Redis Database
changelog: ''
basic-deps:
bytestring: ^>=0.10.8.1
base: ! '>=4.9 && <5... | Update from Hackage at 2018-06-03T18:34:54Z | Update from Hackage at 2018-06-03T18:34:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
83feee77d8535285db9017abadf2cccdda3fd853 | config/default.yml | config/default.yml | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111, 24.943889]
# sentry_url: http://4e10e9d3f2... | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
street_address_languages:
- fi
- sv
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111... | Add configuration for street address languages. | Add configuration for street address languages.
For places like Finland where all street addresses come in two
languages.
| YAML | agpl-3.0 | City-of-Helsinki/servicemap,City-of-Helsinki/servicemap,vaaralav/servicemap,vaaralav/servicemap,City-of-Helsinki/servicemap,vaaralav/servicemap |
ff9d9b9c31198880988abd9aab124a8f040a0672 | playbook/roles/httpd-php/tasks/redhat_apache.yml | playbook/roles/httpd-php/tasks/redhat_apache.yml | ---
- name: install apache2 packages
yum: pkg={{ item }} state=installed
with_items:
- httpd
- httpd-devel
sudo: true
- name: change port on Apache2 config
lineinfile: dest=/etc/httpd/conf/httpd.conf regexp="^Listen " insertafter="^Listen " line="Listen {{ http_port }}"
sudo: true
notify:
- resta... | ---
- name: install apache2 packages
yum: pkg={{ item }} state=installed
with_items:
- httpd
- httpd-devel
sudo: true
- name: change port on Apache2 config
lineinfile: dest=/etc/httpd/conf/httpd.conf regexp="^Listen " insertafter="^Listen " line="Listen {{ http_port }}"
sudo: true
notify:
- resta... | Make sure httpd is ON and configured to start on boot | Make sure httpd is ON and configured to start on boot
| YAML | mit | mgalang/WunderMachina,wunderkraut/WunderMachina,mgalang/WunderMachina,mgalang/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,mgalang/WunderMachina,wunderkraut/WunderMachina |
4b2f4b9cb304bdcfc08e5548d74a2d1b29d9bc66 | environment_ci.yml | environment_ci.yml | name: dask_distance_env
channels:
- conda-forge
dependencies:
- pip==9.0.1
- wheel==0.29.0
- coverage==4.0.3
- python-coveralls==2.7.0
- pytest==3.0.5
- dask==0.13.0
- numpy==1.11.3
- scipy==0.19.1
| name: dask_distance_env
channels:
- conda-forge
dependencies:
- pip==9.0.1
- wheel==0.29.0
- coverage==4.0.3
- python-coveralls==2.7.0
- pytest==3.0.5
- flake8==3.2.1
- dask==0.13.0
- numpy==1.11.3
- scipy==0.19.1
| Make flake8 a CI requirement | Make flake8 a CI requirement
To make sure our fixes stay and the code stays clean going forward, we
need to start running flake8 during CI. In order to make that happen, we
first need to install flake8 when running CI. Hence we add a version of
flake8 here that should be installable on all Python versions that we
supp... | YAML | bsd-3-clause | jakirkham/dask-distance |
f663765b0e0485a942b0b926f273c9bf6de2d7a0 | packages/co/concurrent-dns-cache.yaml | packages/co/concurrent-dns-cache.yaml | homepage: ''
changelog-type: ''
hash: 8fc8416e87df1bd6ac1ffd2d7618fdaa9e44375b996a5b378221e2b4d1c1edde
test-bench-deps:
base: ! '>=4 && <5'
hspec: -any
async: -any
concurrent-dns-cache: -any
dns: -any
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Concurrent DNS cache
changelog: ''
basic-deps:
bytestr... | homepage: ''
changelog-type: ''
hash: 099b796da452ba3eb5d4cd83e72a8a73c0f9022a33f2a94b4c573229175d787c
test-bench-deps:
base: ! '>=4 && <5'
hspec: -any
async: -any
concurrent-dns-cache: -any
dns: -any
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Concurrent DNS cache
changelog: ''
basic-deps:
bytestr... | Update from Hackage at 2017-08-02T00:49:13Z | Update from Hackage at 2017-08-02T00:49:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c642e02374cedef871b1fc0c9df85a221c0f7129 | lib/countries/data/countries/ZW.yaml | lib/countries/data/countries/ZW.yaml | ---
ZW:
continent: Africa
alpha2: ZW
alpha3: ZWE
country_code: '263'
international_prefix: '00'
ioc: ZIM
gec: ZI
name: Zimbabwe
national_destination_code_lengths:
- 2
national_number_lengths:
- 8
- 9
- 10
- 11
national_prefix: '0'
number: '716'
region: Africa
subregion: Eastern Afr... | ---
ZW:
continent: Africa
alpha2: ZW
alpha3: ZWE
country_code: '263'
international_prefix: '00'
ioc: ZIM
gec: ZI
name: Zimbabwe
national_destination_code_lengths:
- 2
national_number_lengths:
- 8
- 9
- 10
- 11
national_prefix: '0'
number: '716'
region: Africa
subregion: Eastern Afr... | Change Zimbabwe currency code to USD | Change Zimbabwe currency code to USD
This is difficult, but the Zimbabwean Dollar was demonetised in 2015 and replaced with a basket of currencies. The government uses the USD in official transactions, however. | YAML | mit | burningpony/countries,touristly/countries,JuanitoFatas/countries,hexorx/countries |
f10b78e283123c7c2cbe96b1f86b61b1d21a3b5c | packages/ge/generic-arbitrary.yaml | packages/ge/generic-arbitrary.yaml | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 5c8619724d64271725c89a479630279fde40825eed75e68960ed0f14ca682d78
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 77b9d6b9f1edd9917f0d2e1bd2fd3d510715bc25029c66fc6a1e7806590ae8f4
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | Update from Hackage at 2022-03-15T08:37:43Z | Update from Hackage at 2022-03-15T08:37:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
24d05ae8a2e42eee24155dc36cf97d61cdfbbba6 | packages/ne/network-multicast.yaml | packages/ne/network-multicast.yaml | homepage: ''
changelog-type: text
hash: de7fd75a655ffd9cf75b68920a7d5e3bfa9e3f10adcc482d88b8b4d3662d7c0b
test-bench-deps: {}
maintainer: Marco Zocca
synopsis: Simple multicast library
changelog: |+
# 0.3.0
- Fix compatibility with network-3.0
basic-deps:
base: ! '>=4 && <5'
network: -any
network-bsd: -any
a... | homepage: ''
changelog-type: text
hash: 4697783ec62c74caa94e4a79df8b13329731d685b927ff1f415ce90c0925a764
test-bench-deps: {}
maintainer: Marco Zocca
synopsis: Simple multicast library
changelog: |+
# 0.3.1
- Fix [build errors](https://github.com/commercialhaskell/stackage/issues/4589)
# 0.3.0
- Fix compatibili... | Update from Hackage at 2019-05-28T06:24:16Z | Update from Hackage at 2019-05-28T06:24:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
abfbe512128a7b5b816276c3f226aba125f00f5e | examples/taskruns/dind-sidecar.yaml | examples/taskruns/dind-sidecar.yaml | apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
generateName: dind-sidecar-
spec:
taskSpec:
steps:
- image: docker
name: client
env:
# Connect to the sidecar over TCP without TLS.
- name: DOCKER_HOST
value: tcp://localhost:2375
script: |
#!/usr/bin/env... | apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
generateName: dind-sidecar-
spec:
taskSpec:
steps:
- image: docker
name: client
env:
# Connect to the sidecar over TCP, with TLS.
- name: DOCKER_HOST
value: tcp://localhost:2376
# Verify TLS.
- name: DOCKER_T... | Connect to dind sidecar daemon using TLS | Connect to dind sidecar daemon using TLS
- share the path the daemon generates certs into with the client
- instruct the client to look for certs there, and to use them
- add a readinessProbe to wait for the certs to be generated
| YAML | apache-2.0 | tektoncd/pipeline,tektoncd/pipeline |
f644e2ca60eaff9e0a734e1b11ea647c0e7f0acf | .github/workflows/build.yml | .github/workflows/build.yml | name: Build Binaries
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.14'
- name: Run Cross-build
run: ./crossbuild.sh
- name: Show MemGator CLI Help
... | name: Build Binaries
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.14'
- name: Run Cross-build
run: ./crossbuild.sh
- name: Show MemGator CLI Help
... | Add a name to the upload artifact step | Add a name to the upload artifact step
| YAML | mit | oduwsdl/memgator,oduwsdl/memgator |
143af05ab7731c2e68853e7750ff3ee77ad6c444 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push]
jobs:
install-deps:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version... | name: Build
on: [push]
jobs:
install-deps:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version... | Install deps before trying to run checks | Install deps before trying to run checks | YAML | mit | jelford/activesoup,jelford/activesoup,jelford/activesoup |
468f5ce0ab64a3b1b72c82e375a81b05c162674d | .github/workflows/maven.yml | .github/workflows/maven.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Remove Java 12 and 13. | Remove Java 12 and 13.
| YAML | apache-2.0 | apache/commons-configuration,apache/commons-configuration,apache/commons-configuration |
b2f753ecf84e994735fb91e93380e7d48c08ac1a | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest... | Replace default branch by master | Replace default branch by master | YAML | lgpl-2.1 | bmaggi/checkstyle-requirejavadoctag |
b8e3d7f75fad4036461691671eedde9e7a801df2 | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Tycho build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: w... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Tycho build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: w... | Update to Java 16 for the build | Update to Java 16 for the build | YAML | epl-1.0 | vogellacompany/eclipse4book |
fccf9108879fbb9d8a09953cbe2e4404e6699552 | .github/workflows/test.yaml | .github/workflows/test.yaml | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: everydayrails
ports: ["5432:... | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: everydayrails
ports: ["5432:... | Remove redundant bundle install step in GitHub Actions | Remove redundant bundle install step in GitHub Actions
| YAML | mit | dtan4/everydayrails-rspec,dtan4/everydayrails-rspec,dtan4/everydayrails-rspec |
e8ddda17fe8b019b219cfba0956e2de3e3d07349 | .github/workflows/test.yaml | .github/workflows/test.yaml | name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Poetry
uses: snok/install-poet... | name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Poetry
uses: snok/install-poet... | Add coverage output on PR | Add coverage output on PR
This makes coverage analysis results to be printed in GH Actions
output when running pytest on a PR. This should make easy to see code
quality improvements.
| YAML | apache-2.0 | ifosch/accloudtant |
4d02330b0eead455cd011255c4e01e7f9d057067 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | # Test deploying from Slack
name: Manually triggered Deployment from Slack
on: [deployment]
jobs:
deployStaging:
runs-on: ubuntu-latest
if: github.event.sender.type === 'User' && github.event.deployment.environment === 'staging'
steps:
- uses: actions/checkout@v2
- run: npx now@16 --prod --t... | # Test deploying from Slack
name: Manually triggered Deployment from Slack
on: [deployment]
jobs:
deployStaging:
runs-on: ubuntu-latest
if: github.event.sender.type == 'User' && github.event.deployment.environment == 'staging'
steps:
- uses: actions/checkout@v2
- run: npx now@16 --prod --tok... | Use == instead of === | Use == instead of ===
#javascript | YAML | mit | conveyal/analysis-ui,conveyal/analysis-ui,conveyal/analysis-ui |
0b78dcca8824f25b433b988d5d39be2789ddf5cc | .github/workflows/docker.yml | .github/workflows/docker.yml | name: Build Docker image after release
on:
release:
types: [published]
env:
TEST_TAG: ${{ github.repository }}:test
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/... | name: Build Docker image after release
on:
release:
types: [published]
env:
TEST_TAG: ${{ github.repository }}:test
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/... | Fix typo in GithubActions Docker workflow | Fix typo in GithubActions Docker workflow
| YAML | mit | guigolab/ggsashimi,guigolab/ggsashimi |
d10b3223964eb423b9cf5dfe97b3562112892919 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-v... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-v... | Build with Node.js 16 on GitHub Actions. | Build with Node.js 16 on GitHub Actions.
| YAML | mit | bigeasy/arguable |
849f219da9f325dc34337b84ed5781d7fc453540 | .github/workflows/pr-ci.yaml | .github/workflows/pr-ci.yaml | name: Pull Request CI
on:
pull_request:
branches:
- 1.15.x
- 1.x
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: act... | name: Pull Request CI
on:
pull_request:
branches:
- 1.15.x
- 1.x
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: act... | Update Github Actions maven command to use verify instead of package | [ELY-2231] Update Github Actions maven command to use verify instead of package
| YAML | apache-2.0 | wildfly-security/wildfly-elytron,wildfly-security/wildfly-elytron |
937b04c227fda22d667da92ad0a7e37483a7a73d | .pre-commit-config.yaml | .pre-commit-config.yaml | aliases:
- &python_settings
types: [python]
exclude: >
(?x)^(
.+/migrations/.+|
)$
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- <<: *python_settings
id: isort
- repo: https://github.com/python/... | aliases:
- &python_settings
types: [python]
exclude: >
(?x)^(
.+/migrations/.+|
)$
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- <<: *python_settings
id: isort
- repo: https://github.com/python/... | Fix prettier version in pre-commit | Fix prettier version in pre-commit
| YAML | mit | patrick91/pycon,patrick91/pycon |
7ce8dd3e09ad43ce52e6fa8ea33adebec2434a65 | .pre-commit-config.yaml | .pre-commit-config.yaml | exclude: json/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-ast
- id: check-docstring-first
- id: check-json
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fi... | exclude: json/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-ast
- id: check-docstring-first
- id: check-json
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fi... | Remove docformatter, it's too unwieldy. | Remove docformatter, it's too unwieldy.
Specifically for the moment, it's adding periods to the end of
things that aren't sentences.
I'm sure that's configurable but I don't immediately see where.
| YAML | mit | Julian/jsonschema,python-jsonschema/jsonschema,Julian/jsonschema |
d34324150812d44f060f3f43567b541a55b044f1 | packages/de/dependent-monoidal-map.yaml | packages/de/dependent-monoidal-map.yaml | homepage: ''
changelog-type: markdown
hash: 62e6d7bb4937b58b6b9c2096e35cf9ff8aa24ba1e401d1dd7c97f866935d0786
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Dependent map that uses semigroup mappend
changelog: |
# Revision history for dependent-monoidal-map
basic-deps:
dependent-sum: ! '>=0.6.... | homepage: ''
changelog-type: markdown
hash: 0e9a6bc4a7b060e47d65c7d04669abce9275ace1fe6877921294757454ea3948
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Dependent map that uses semigroup mappend
changelog: |
# Revision history for dependent-monoidal-map
basic-deps:
dependent-sum: ! '>=0.6.... | Update from Hackage at 2019-11-26T16:17:40Z | Update from Hackage at 2019-11-26T16:17:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8811346f0a4949c9e2c8276ac25e20b9adafc9db | packages/mi/minitypeset-opengl.yaml | packages/mi/minitypeset-opengl.yaml | homepage: http://moire.be/haskell/
changelog-type: ''
hash: 679c16468fb03c7251acc97898f6fcebe06bbb549d0d2a272742370873781309
test-bench-deps: {}
maintainer: bkomuves (plus) hackage (at) gmail (dot) com
synopsis: Layout and render text with TrueType fonts using OpenGL
changelog: ''
basic-deps:
OpenGL: ! '>=3'
base: ... | homepage: http://moire.be/haskell/
changelog-type: ''
hash: b65823651b4cbf5d59f35b05b52f611cf8f1e61f05c90c0aadddd8de95536e81
test-bench-deps: {}
maintainer: bkomuves (plus) hackage (at) gmail (dot) com
synopsis: Layout and render text with TrueType fonts using OpenGL
changelog: ''
basic-deps:
OpenGL: ! '>=3'
base: ... | Update from Hackage at 2019-05-02T18:35:57Z | Update from Hackage at 2019-05-02T18:35:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cb335f2ce9cdd9ef73bac7604f52bcc1d7560401 | packages/nu/numeric-logarithms.yaml | packages/nu/numeric-logarithms.yaml | homepage: https://github.com/google/hs-numeric-logarithms#readme
changelog-type: markdown
hash: b751c4da8b697bea8796b78467f4d21f3df2f1f0f19a50d1c79229fd7e1be179
test-bench-deps:
test-framework: -any
numeric-logarithms: -any
base: '>=4.9 && <4.16'
test-framework-quickcheck2: -any
integer-gmp: '>=0.5 && <1.1'
... | homepage: https://github.com/google/hs-numeric-logarithms#readme
changelog-type: markdown
hash: db6d43b0d3d3cf88cee3026a4b045258b492dfb4a3c7130b805fbe0e6a7d6728
test-bench-deps:
test-framework: -any
numeric-logarithms: -any
base: '>=4.9 && <4.16'
test-framework-quickcheck2: -any
integer-gmp: '>=0.5 && <1.2'
... | Update from Hackage at 2021-09-19T08:49:51Z | Update from Hackage at 2021-09-19T08:49:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f57f50456c13a3e8b1c568b6e668e703c73fb10 | packages/pl/plugins-multistage.yaml | packages/pl/plugins-multistage.yaml | homepage: ''
changelog-type: ''
hash: 9bd53f26c068c29cfe862d8026ca5cb03090d5b233122f3459456a33bcdc96fb
test-bench-deps: {}
maintainer: Anders Persson <anders.cj.persson@gmail.com>
synopsis: Dynamic linking for embedded DSLs with staged compilation
changelog: ''
basic-deps:
base: ! '>=4 && <4.9'
th-desugar: -any
t... | homepage: ''
changelog-type: ''
hash: 0432d721974ab55aca1ef50b146323b81be0da2f05a4eb9b1cb965c54da419f4
test-bench-deps:
tasty-th: ! '>=0.1'
plugins-multistage: -any
base: -any
tasty-quickcheck: ! '>=0.3'
tasty: ! '>=0.3'
QuickCheck: ! '>=2.5 && <3.0'
template-haskell: -any
maintainer: Anders Persson <ande... | Update from Hackage at 2015-05-15T23:20:48+0000 | Update from Hackage at 2015-05-15T23:20:48+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4b2727f5e6fe33ed199b9be987b1f70514c42ed7 | plugins/tripleo-undercloud/init.yml | plugins/tripleo-undercloud/init.yml | - name: Pre Run Adjustments
hosts: undercloud
tags: init
gather_facts: no
become: yes
any_errors_fatal: true
tasks:
- name: Set selinux state
selinux:
policy: "targeted"
state: "{{ install.selinux|default('enforcing') }}"
- name: Ensure yum presence
# ... helps with ... | - name: Pre Run Adjustments
hosts: undercloud
tags: init
gather_facts: no
become: yes
any_errors_fatal: true
tasks:
- name: Set selinux state
selinux:
policy: "targeted"
state: "{{ install.selinux|default('enforcing') }}"
- name: Ensure yum presence
# ... helps with ... | Fix the undercloud hostname in /etc/hosts for tls-everywhere deployments | Fix the undercloud hostname in /etc/hosts for tls-everywhere deployments
Since localhost.localdomain is not allowed/valid for undercloud
deployment and let the ipa enrollment task to fail, this change
allow us to make sure the hostname entry is set before localdomain
in /etc/hosts.
Signed-off-by: Francesco Pantano <e... | YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
e2af8379f38087ef0c0aab86f207dc5a22acdbb7 | .circleci/config.yml | .circleci/config.yml | ---
version: 2
_job: &job
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Install system dependencies
command: apt update -y && apt install -y libfontconfig1 make perl-doc wget
- restore_cache:
key: v1-{{ checksum "packages.txt" }}
- ru... | ---
version: 2
_job: &job
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Install system dependencies
command: apt update -y && apt install -y libfontconfig1 make perl-doc wget
- restore_cache:
key: v1-{{ checksum "packages.txt" }}
- run:
name: Ins... | Configure CircleCI to run eclint | Configure CircleCI to run eclint
| YAML | mit | BrianCriswell/DND-5e-LaTeX-Template,evanbergeron/DND-5e-LaTeX-Template |
2bb758c6f7540848b5b633f43ca26181a1d3c304 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:10.7.0
working_directory: ~/app
steps:
- checkout
- run: yarn install
- run: yarn build
| workflows:
version: 2
main:
jobs:
- build
- publish:
requires:
- build
filters:
tags:
only: /^v.*/
version: 2
jobs:
build:
docker:
- image: cibuilds/chrome-extension:latest
working_directory: ~/app
steps:
- checkout... | Automate relase to Google Web Store using CircleCI | Automate relase to Google Web Store using CircleCI
| YAML | apache-2.0 | tamanobi/Ku-nya,tamanobi/Ku-nya,tamanobi/Ku-nya,tamanobi/Ku-nya |
b928420c6d016dc66a7dbe93182b3e569192c125 | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2@sha256:d938e339d9d5f80e34f140689a2b7225357c8b0e099ea40c24a9168b90e64a9a
working_directory: ~/repo
steps:
- checko... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2@sha256:398089ea890e222b56bc8fcc905df6caf89cf6cf9000148ce1d755210fbb4405
working_directory: ~/repo
steps:
- checko... | Update circleci/python:3.7.2 Docker digest to 398089e | Update circleci/python:3.7.2 Docker digest to 398089e | YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
f86f01517e3f438080536b9ed6979e91da342a09 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
machine: true
steps:
- checkout
- run:
name: Construct Build Environment
command: docker build -t build_image .
- run:
name: Start Build Environment
command: docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" --tty --detach ... | version: 2
jobs:
build:
docker:
image: andredesigna/pdfgen:latest
steps:
- checkout
- run:
name: Build Win32
command: |
make CC=/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-gcc
cp testprog testprog.exe
make clean
... | Move over to cloud docker images | circleci: Move over to cloud docker images
| YAML | unlicense | AndreRenaud/PDFGen,AndreRenaud/PDFGen,AndreRenaud/PDFGen |
e49f52183407ffaa9a1230252fc69fde64f75a9b | .circleci/config.yml | .circleci/config.yml | exec: &exec
name: build-tools/nerves-system-br
version: 1.18.0
elixir: 1.13.1-otp-24
version: 2.1
orbs:
build-tools: nerves-project/build-tools@0.1.5
workflows:
version: 2
build_test_deploy:
jobs:
- build-tools/build-system:
exec:
<<: *exec
resource-class: large
... | exec: &exec
name: build-tools/nerves-system-br
version: 1.18.0
elixir: 1.13.1-otp-24
version: 2.1
orbs:
build-tools: nerves-project/build-tools@0.2.1
workflows:
version: 2
build_test_deploy:
jobs:
- build-tools/get-br-dependencies:
exec:
<<: *exec
context: org-gl... | Update CI to use new method of caching Buildroot dependencies | Update CI to use new method of caching Buildroot dependencies
| YAML | apache-2.0 | nerves-project/nerves_system_rpi3,nerves-project/nerves_system_rpi3 |
0ae40c0274ff4bea34041b27c5436d2cbad59335 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: circleci/node:4-browsers
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
- run: make test
- save_cache:
key:... | version: 2
jobs:
test:
docker:
- image: circleci/node:4-browsers
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
- run: make install
- run: make test
- ... | Split install into it's own step. | Split install into it's own step.
Idea here is to seperate the commands for two reasons:
* see their output seperately
* time them seperately so we can better understand where the bottlenecks are (though 99.999% sure it's saucelabs :P)
| YAML | mit | nice-fungal/analytics.js-core,nice-fungal/analytics.js-core,segmentio/analytics.js-core,segmentio/analytics.js-core,segmentio/analytics.js-core |
949e660e536b4da2deb3117d0f1d4090e455a74e | roles/google_cloud_sdk/tasks/main.yml | roles/google_cloud_sdk/tasks/main.yml | ---
# file: roles/google_cloud_sdk/tasks/main.yml
- name: Install Google Cloud SDK
homebrew_cask:
name: google-cloud-sdk
state: present
- name: Ensure Google Cloud SDK is sourced from {{ ansible_user_dir }}/.bashrc
blockinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
block: |
[ -e /usr/local/... | ---
# file: roles/google_cloud_sdk/tasks/main.yml
- name: Install Google Cloud SDK
homebrew_cask:
name: google-cloud-sdk
state: present
- name: Ensure Google Cloud SDK is sourced from {{ ansible_user_dir }}/.bashrc
blockinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
block: |
[ -e /usr/local/... | Fix Google SDK bash command | Fix Google SDK bash command
| YAML | mit | andrewdavidbell/macos-infra |
fa86508dcd67238a0456a70bcfb200988fe731db | roles/homeassistant/files/groups.yaml | roles/homeassistant/files/groups.yaml | living_room_floor_heating:
name: "Floor Heating"
entities:
- switch.living_room_floor_heating
- switch.study_floor_heating
icon: mdi:grid | living_room_floor_heating:
name: "Living Room Floor Heating"
entities:
- switch.living_room_floor_heating
- switch.study_floor_heating
icon: mdi:grid | Change the name of Living Room Floor Heating in HA | Change the name of Living Room Floor Heating in HA
| YAML | mit | rewse/ansible-playbooks,rewse/ansible-playbooks,rewse/ansible-playbooks |
246ffd88d12077e0579337d408c7b9ccb1cd55dc | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:latest
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ checksum "package.json" }}
- dependency-cache-
- run:
name: Install dependencies
... | version: 2
jobs:
build:
docker:
- image: circleci/node:latest
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ checksum "package.json" }}
- dependency-cache-
- run:
name: Install dependencies
... | Remove global install of now-cli | Remove global install of now-cli
| YAML | mit | urre/chock.press,urre/chock.press |
f575ce548b1e2ed9606cca618cb2b5cfdcbd0a8a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/bradgignac/fortune-api
steps:
- checkout
- run: make deps
- run: make build
| version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/bradgignac/fortune-api
steps:
- checkout
- run: env
- run: go get github.com/golang/dep/cmd/dep
- run: make deps
- run: make build
| Install `dep` for dependency management. | Install `dep` for dependency management.
| YAML | mit | bradgignac/fortune-api |
3d86460805a8acd646436e2dc9da1c7d62f70a96 | .github/calendar.yml | .github/calendar.yml | {
'2018-01-30T02:00Z': 'endgame',
'2018-02-07T20:00Z': 'release', # 1.20.0
'2018-02-12T20:00Z': 'development',
'2018-02-14T15:00Z': 'release', # 1.20.1
'2018-02-19T20:00Z': 'development',
'2018-02-27T02:00Z': 'endgame',
} | {
'2018-01-29 18:00, US/Pacific': 'endgame',
'2018-02-07 12:00, US/Pacific': 'release', # 1.20.0
'2018-02-12 12:00, US/Pacific': 'development',
'2018-02-14 16:00, Europe/Zurich': 'release', # 1.20.1
'2018-02-19 16:00, Europe/Zurich': 'development',
'2018-02-26 18:00, US/Pacific': 'endgame',
} | Use time zones for readability | Use time zones for readability
| YAML | mit | mjbvz/vscode,microlv/vscode,rishii7/vscode,microsoft/vscode,hoovercj/vscode,eamodio/vscode,Microsoft/vscode,microlv/vscode,cleidigh/vscode,microlv/vscode,hoovercj/vscode,joaomoreno/vscode,rishii7/vscode,Microsoft/vscode,eamodio/vscode,0xmohit/vscode,rishii7/vscode,eamodio/vscode,hoovercj/vscode,rishii7/vscode,0xmohit/v... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.