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 |
|---|---|---|---|---|---|---|---|---|---|
876a5c5926d5f2c316ea7811b715f2028ad5d518 | .travis.yml | .travis.yml | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
script: phpunit route.php
| Test Travis against just 1 file | Test Travis against just 1 file
| YAML | agpl-3.0 | jeremypoulter/emoncms,jeremypoulter/emoncms,inverse/emoncms,thaipowertech/emoncms,emoncms/emoncms,inverse/emoncms,emoncms/emoncms,chaveiro/emoncms,inverse/emoncms,chaveiro/emoncms,thaipowertech/emoncms,chaveiro/emoncms,emoncms/emoncms,chaveiro/emoncms,inverse/emoncms,jeremypoulter/emoncms,jeremypoulter/emoncms,emoncms/... |
e320b36a5680506eeba50798e316766d5f8f2521 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- kalakris-cmake
packages:
- gcc-4.7
- g++-4.7
- cmake
install:
# Make sure the proper C and C++ compilers are used
- export CC=gcc-4.7
- export CXX=g++-4.... | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- kalakris-cmake
packages:
- gcc-4.7
- g++-4.7
- cmake
install:
# Make sure the proper C and C++ compilers are used
- export CC=gcc-4.7
- export CXX=g++-4.... | Switch git clone depth to 1 when cloning libdynd. This will work fine since the Travis build only needs a deeper revision history for the repository it is running the tests on. | Switch git clone depth to 1 when cloning libdynd. This will work fine
since the Travis build only needs a deeper revision history for the
repository it is running the tests on.
| YAML | bsd-2-clause | michaelpacer/dynd-python,cpcloud/dynd-python,michaelpacer/dynd-python,insertinterestingnamehere/dynd-python,michaelpacer/dynd-python,ContinuumIO/dynd-python,izaid/dynd-python,izaid/dynd-python,ContinuumIO/dynd-python,michaelpacer/dynd-python,pombredanne/dynd-python,cpcloud/dynd-python,mwiebe/dynd-python,mwiebe/dynd-pyt... |
c4b85776d5aa5d4bef6c6469ef1b71f21f585a8a | .travis.yml | .travis.yml | language: go
os:
- linux
- osx
sudo: false
install:
- echo $PATH
- echo $GOPATH
- ls
- go version
- go env
- go get golang.org/x/crypto/ssh
- go get github.com/codegangsta/cli
# Build help
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda3-lat... | language: go
os:
- linux
- osx
sudo: false
install:
- echo $PATH
- echo $GOPATH
- ls
- go version
- go env
- go get golang.org/x/crypto/ssh
- go get github.com/codegangsta/cli
# Build help
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda3-lat... | Change name of tar files | Change name of tar files
| YAML | apache-2.0 | danielfrg/remote-conda |
70f9e4289f758c9663c0ee4d1172acb711487df9 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- 2.1.10
- 2.0.0
notifications:
email:
- travisci@dennmart.com
| sudo: false
language: ruby
rvm:
- 2.4.3
- 2.3.6
- 2.2.9
- 2.1.10
- 2.0.0
notifications:
email:
- travisci@dennmart.com
| Use latest Rubies for testing | Use latest Rubies for testing
| YAML | mit | dennmart/wanikani-gem |
0d9f269cf9ef84d61fb949b8435c700ef33c185e | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.8
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
services:
- docker
before_script:
- docker run -d -p 127.0.0.1:6119:5432 flowcommerce/delta-postgresql:latest
script:
- sbt ++$TRAVIS_SCALA_VERSION clean compile test
# Tricks to avoid unne... | language: scala
scala:
- 2.11.8
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
services:
- docker
before_script:
- docker run -d -p 127.0.0.1:6119:5432 flowcommerce/dependency-postgresql:latest
script:
- sbt ++$TRAVIS_SCALA_VERSION clean compile test
# Tricks to avoid... | Use dependency-postgresql in Travis builds | Use dependency-postgresql in Travis builds
| YAML | mit | flowcommerce/dependency,flowcommerce/dependency,flowcommerce/dependency |
006808caaf9bf22fd6352702fd34c0474fd551d2 | .travis.yml | .travis.yml | os: osx
osx_image: beta-xcode6.2
install:
- brew update
- brew install --build-from-source gdk-pixbuf --disable-gio-sniffing --without-libtiff --without-gdiplus --disable-modules --with-included-loaders=png,jpeg
- brew install --build-from-source homebrew/science/vips --with-webp --without-fftw --without-poppler
... | os: osx
osx_image: beta-xcode6.2
env:
- COLUMNS=240
install:
- brew update
- brew install gdk-pixbuf --disable-gio-sniffing --without-libtiff --without-gdiplus --disable-modules --with-included-loaders="png,jpeg"
- brew install homebrew/science/vips --with-webp --without-fftw --without-poppler
- brew info gdk... | Add post-install info of installed packages and dependencies Expand number of TTY columns | Add post-install info of installed packages and dependencies
Expand number of TTY columns
| YAML | apache-2.0 | lovell/package-libvips-darwin,lovell/package-libvips-darwin |
990fb7925aeb2bd20eba1a83f451cbc5ba101e13 | .travis.yml | .travis.yml | language: ruby
rvm:
- ruby-head
- 1.9.3
- 2.0.0
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
- 1.8.7
gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.beta.gemfile
branches:
... | language: ruby
rvm:
- ruby-head
- 2.1.0
- 2.0.0
- rbx-2.1.1
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
gemfile:
- gemfiles/3.0.gemfile
- gemfiles/3.1.gemfile
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.beta.gemfile
branches:
only:
- master
matrix:
allow_fa... | Test against Rubinius 2.1.1 and drop old 1.8 based rubies | Test against Rubinius 2.1.1 and drop old 1.8 based rubies
| YAML | mit | dominicsayers/machinist,dominicsayers/machinist |
c7f8a92af8235f18e6f6f1db4fc615be1a75928b | .travis.yml | .travis.yml | language: ruby
dist: xenial
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
branches:
only:
- master
| language: ruby
dist: xenial
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
branches:
only:
- master
| Add Ruby 2.7 to the Travis CI build matrix | Add Ruby 2.7 to the Travis CI build matrix
| YAML | mit | publify/publify_textfilter_code,publify/publify_textfilter_code,publify/publify_textfilter_code |
b1201e7c3e17cccaa343a51f5a820e0c71d518d8 | .travis.yml | .travis.yml | sudo: false
language: java
env:
global:
- LDFLAGS=-L/tmp/proto3-a2/lib
- CXXFLAGS=-I/tmp/proto3-a2/include
- LD_LIBRARY_PATH=/tmp/proto3-a2/lib
- PATH=/tmp/proto3-a2/bin:$PATH
before_install:
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
- mkdir -p $HOME/.gradle
- ech... | sudo: false
language: java
env:
global:
- LDFLAGS=-L/tmp/proto3-a2/lib
- CXXFLAGS=-I/tmp/proto3-a2/include
- LD_LIBRARY_PATH=/tmp/proto3-a2/lib
- PATH=/tmp/proto3-a2/bin:$PATH
before_install:
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
- mkdir -p $HOME/.gradle
- ech... | Enable parallel Gradle builds for Travis | Enable parallel Gradle builds for Travis
Parallel doesn't mix well with deployment, so if that becomes part of
Travis, we would need to pass -Dorg.gradle.parallel=false to the gradle
command line. But otherwise parallel builds have been solid.
| YAML | apache-2.0 | ejona86/grpc-java,elandau/grpc-java,LuminateWireless/grpc-java,moujian/grpc-java,dapengzhang0/grpc-java,yangjae/grpc-java,joshuabezaleel/grpc-java,madongfly/grpc-java,grpc/grpc-java,aglne/grpc-java,simonhorlick/grpc-java,simonhorlick/grpc-java,stanley-cheung/grpc-java,yangjae/grpc-java,louiscryan/grpc-java,winstar/grpc... |
37424882455d0ea85e1d17c376c59cb8283bbe22 | .travis.yml | .travis.yml | language: python
dist: trusty
virtualenv:
system_site_packages: true
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y python-m2crypto python-dateutil python-openssl
- sudo apt-get install -y libxmlsec1 xmlsec1 libxmlsec1-openssl libxmlsec1-dev
- sudo apt-get install -y python... | language: python
# Force use of trusty until it is the default build
# platform in late 2017
dist: trusty
virtualenv:
system_site_packages: true
sudo: required
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y python-m2crypto python-dateutil python-openssl
- sudo apt-get install -y libxmlsec1 ... | Document the use of Ubuntu Trusty for Travis builds | Document the use of Ubuntu Trusty for Travis builds
| YAML | mit | tcmitchell/geni-ch,tcmitchell/geni-ch |
8ca4053ac9852c354f391b04d270c6ecbf6b2319 | .travis.yml | .travis.yml | before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:test:prepare
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
| before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create db:migrate db:test:prepare
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
| Revert "Apparently, Ruby 1.9.3 doesn't like chained rake tasks" | Revert "Apparently, Ruby 1.9.3 doesn't like chained rake tasks"
This reverts commit 304657fbbd4976842ec7b1fed8930ada577b1797.
| YAML | mit | childbamboo/rubygems.org,algolia/rubygems.org,andrew/rubygems.org,childbamboo/rubygems.org,JuanitoFatas/rubygems.org,olivierlacan/rubygems.org,iRoxxDotOrg/rubygems.org,farukaydin/rubygems.org,childbamboo/rubygems.org,Elffers/rubygems.org,huacnlee/rubygems.org,fotanus/rubygems.org,hrs113355/rubygems.org,rubygems/rubygem... |
702a35d60c9f81ec09c9ca2e7346f70ee2b3a363 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
before_install:
- sudo apt-get install libpcre3 libpcre3-dev
notifications:
irc: "irc.freenode.org#adhearsion"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: jruby-19mode
before_install:
- sudo apt-get install libpcre3 libpcre3-dev
notifications:
irc: "irc.freenode.org#adhearsion"
| Allow JRuby build to fail on CI | [CS] Allow JRuby build to fail on CI
| YAML | mit | sfgeorge/ruby_speech,adhearsion/ruby_speech,benlangfeld/ruby_speech,adhearsion/ruby_speech,benlangfeld/ruby_speech,benlangfeld/ruby_speech,adhearsion/ruby_speech,sfgeorge/ruby_speech,sfgeorge/ruby_speech |
7d5ba1dc5a85138b97436c1e2d23bb34c1901959 | .travis.yml | .travis.yml | language: objective-c
xcode_workspace: Example/HLSpriteKit.xcworkspace
xcode_scheme: HLSpriteKit
podfile: Example/Podfile
| language: objective-c
xcode_workspace: Example/HLSpriteKit.xcworkspace
xcode_scheme: HLSpriteKit
xcode_sdk: iphonesimulator
podfile: Example/Podfile
branches:
only:
- master
| Configure Travis CI for iphonesimulator. | Configure Travis CI for iphonesimulator.
| YAML | mit | hilogames/HLSpriteKit,pushtheworldllc/HLSpriteKit,pushtheworldllc/HLSpriteKit,hilogames/HLSpriteKit,pushtheworldllc/HLSpriteKit |
de1ad5a7d3078a57a4172f181a0a8dcc0c32efa8 | .travis.yml | .travis.yml | language: go
go:
- 1.6
env: PATH=/home/travis/gopath/bin:$PATH
script:
- make test
after_script:
- make cover
notifications:
slack:
secure: cPeJRg+ouTlemEV5UM4muhDwtIM0dktcs3mnfB73oZ2MGOimv/DFpL+VTRLlkWau8l0dT4ngLlGPcveLrXQXwps2LsJMr+gS6Az/CAQCIl21oj4bnjs5uGYTG8hM8ymVzGINPNnj5Fnn5DUMunA2sow30qxfuCnSUMGot2nFRK... | language: go
go:
- 1.6
- 1.9
env: PATH=/home/travis/gopath/bin:$PATH
script:
- make test
after_script:
- make cover
notifications:
slack:
secure: cPeJRg+ouTlemEV5UM4muhDwtIM0dktcs3mnfB73oZ2MGOimv/DFpL+VTRLlkWau8l0dT4ngLlGPcveLrXQXwps2LsJMr+gS6Az/CAQCIl21oj4bnjs5uGYTG8hM8ymVzGINPNnj5Fnn5DUMunA2sow30qxfuCnSUMGo... | Test with both Go 1.6 and 1.9 | Test with both Go 1.6 and 1.9
| YAML | apache-2.0 | mackerelio/mackerel-client-go |
c017bc03ba4074d1ebe5de3e714ffcda496aee57 | .travis.yml | .travis.yml | language: node_js
node_js:
- iojs
- "0.12"
env:
- NODE_ENV=development
script: "npm test"
| language: node_js
node_js:
- 6
- 5
- 4.6
| Drop old node <= 0.12 versions. | Drop old node <= 0.12 versions.
| YAML | mit | bucaran/clor |
d8330a036ac137e86430f06914ff0c6a26bb9a25 | .travis.yml | .travis.yml | language: scala
cache:
directories:
- $HOME/.m2/repository/
- $HOME/.ivy2/cache/
- $HOME/.sbt/boot/
sudo: false
jdk:
- openjdk7
- oraclejdk8
branches:
only:
- develop
script:
- ./sbt jcheckStyle
- ./sbt test
- ./sbt test -J-Dmsgpack.universal-buffer=true
matrix:
include:
- dist: ... | language: scala
cache:
directories:
- $HOME/.m2/repository/
- $HOME/.ivy2/cache/
- $HOME/.sbt/boot/
- $HOME/.coursier
sudo: false
jdk:
- openjdk7
- oraclejdk8
branches:
only:
- develop
script:
- ./sbt jcheckStyle
- ./sbt test
- ./sbt test -J-Dmsgpack.universal-buffer=true
matrix:... | Use sbt 1.0.4 + java9 | Use sbt 1.0.4 + java9
| YAML | apache-2.0 | xuwei-k/msgpack-java,xuwei-k/msgpack-java,msgpack/msgpack-java,msgpack/msgpack-java |
025250e36b763f7005e55cfa3c44a7fcbbcc88a3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
install:
- pip install --upgrade pip setuptools wheel pytest
- pip install --only-binary=numpy numpy
- pip install --only-binary=scipy scipy
- pip install --only-binary=... | language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "2.7-dev"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
install:
- pip install --upgrade pip setuptools wheel pytest
- pip install --only-binary=numpy numpy
- pip install --only-binary=scipy sc... | Add even more Python 2.x versions | Add even more Python 2.x versions
| YAML | mit | jimrybarski/biofits |
de33355355f369fa58c565a65151ae2e010d9aef | .travis.yml | .travis.yml | language: erlang
notifications:
email: false
otp_release:
- 17.4
- 17.3
- 17.1
install: true
script: "make && make ct"
| language: erlang
notifications:
email: false
otp_release:
- 18.0
- 17.4
- 17.3
install: true
script: "make && make ct"
| Remove otp 17.1 and add 18.0 | Remove otp 17.1 and add 18.0
| YAML | mit | bwegh/erwa,ethrbh/erwa |
26f101758c7615b7bf1f02d491b2ba14d8da12c2 | .github/workflows/publish.yml | .github/workflows/publish.yml | name: Publish
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: version
run: |
npm... | name: Publish
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: version
run: |
npm... | Allow same version with versioning command | Allow same version with versioning command
| YAML | mit | mailosaur/mailosaur-node,mailosaur/mailosaur-node,mailosaurapp/mailosaur-node |
39fca984324cf6e69a40cb91b712aa3f223f3652 | metadata/com.anpmech.launcher.yml | metadata/com.anpmech.launcher.yml | Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/KeikaiLauncher/KeikaiLauncher
IssueTracker: https://github.com/KeikaiLauncher/KeikaiLauncher/issues
Changelog: https://github.com/KeikaiLauncher/KeikaiLauncher/releases
Summary: Fast, minimalistic launcher
Description: |
Fast, minimalistic l... | Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/KeikaiLauncher/KeikaiLauncher
IssueTracker: https://github.com/KeikaiLauncher/KeikaiLauncher/issues
Changelog: https://github.com/KeikaiLauncher/KeikaiLauncher/releases
AutoName: Keikai Launcher
Summary: Fast, minimalistic launcher
Description: ... | Set autoname of Keikai Launcher | Set autoname of Keikai Launcher
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
6f13b97c74172172043af226c6a6c78a293f09ef | .github/workflows/release.yml | .github/workflows/release.yml | name: Release Processing
on:
release:
types:
- published
- updated
jobs:
publish-docs:
runs-on: macos-latest
steps:
- run: sudo xcode-select -s /Applications/Xcode_12.1.app/Contents/Developer
- uses: dawidd6/action-get-tag@v1
id: get-tag
- uses: actions/checkout@v... | name: Release Processing
on:
release:
types:
- published
- updated
jobs:
publish-docs:
runs-on: macos-latest
steps:
- run: sudo xcode-select -s /Applications/Xcode_12.1.app/Contents/Developer
- uses: dawidd6/action-get-tag@v1
id: get-tag
- uses: actions/checkout@v... | Bump actions/cache from v2 to v2.1.4 | Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24... | YAML | apache-2.0 | ffried/FFUIKit |
86ec49d0fd48d25721a7930eb16105e8ada9a165 | .travis.yml | .travis.yml | language: python
python:
- "3.6"
env:
global:
- NEWEST_PYTHON=3.6
install:
- pip install -e .'[dev]'
script:
- pytest
after_success:
- |
if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON ]]; then
pip install python-coveralls && coveralls
fi
| language: python
python:
- "3.6"
env:
global:
- NEWEST_PYTHON=3.6
install:
- pip install -e .'[dev]'
script:
- pytest
after_success:
- |
if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON ]]; then
pip install python-coveralls && coveralls
fi
notifications:
email: false
| Disable annoying Travis CI emails | Disable annoying Travis CI emails
| YAML | isc | reillysiemens/wb2k |
4961d533f8d5782a4c010dc7d095b880a492aed8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
services:
- mongodb | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- iojs
- iojs-v1.0.2
services:
- mongodb | Revert "removed unsupported node versions" | Revert "removed unsupported node versions"
This reverts commit fc75401f2f3eb4e9207e4f20e93ddd129aedfe02.
| YAML | mit | johnhof/mongoman |
15f2a0802d5057c0b49ba8a29faa39416cd1badf | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
script: bundle exec rspec && bundle exec codeclimate-test-reporter
addons:
code_climate:
repo_token: 2dfc2d0c4c4bbca83f32cf965e83214d656168982cabf40e5f55855037815157
| language: ruby
rvm:
- 2.2.2
- 2.3.0
- 2.4.0
- 2.5.0
script: bundle exec rspec && bundle exec codeclimate-test-reporter
addons:
code_climate:
repo_token: 2dfc2d0c4c4bbca83f32cf965e83214d656168982cabf40e5f55855037815157
| Test on Ruby 2.5 as well | Test on Ruby 2.5 as well
| YAML | mit | rviney/ig_markets |
158b1c5cffa9fdaa1aae5cac62b6bb1cd5bc14cd | .travis.yml | .travis.yml | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install pip==1.5.4"
- "pip install -r requirements/ci.txt"
- "pip install -r requirements/unittests.txt"
# command to run tests
script: python manage.py jenkins --settings=tsune.settings.ci --verbosity 2
after_success:
- covera... | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install pip==1.5.4"
- "pip install coveralls"
- "pip install -r requirements/ci.txt"
- "pip install -r requirements/unittests.txt"
# command to run tests
script: python manage.py jenkins --settings=tsune.settings.ci --verbosity... | Add missing requirement for coveralls.io | Add missing requirement for coveralls.io
| YAML | mit | DummyDivision/Tsune,DummyDivision/Tsune,DummyDivision/Tsune |
f93bdefe40993141c6b54fbf78d66322c684f467 | dev/docker-compose.yml | dev/docker-compose.yml | version: "2"
services:
database:
image: db:v1
environment:
- DATA=100
ports:
- 5432:5432
website:
build: ../website
ports:
- 3000:3000
environment:
- PORT=3000
- APP_DB_HOST=database
- APP_DB_PORT=5432
- APP_DB_DATABAS... | version: "2"
services:
database:
image: db:master
environment:
- DATA=1
ports:
- 5432:5432
website:
build: ../website_master
volumes:
- ../website_master:/src
ports:
- 3000:3000
environment:
- PORT=3000
- APP_DB_HOST=dat... | Rename service versions from numbers to names | Rename service versions from numbers to names
| YAML | apache-2.0 | peter-marriott/database-testing-with-docker,peter-marriott/database-testing-with-docker |
16cdfccef4ac1fb30cfb3de784b686659ce1de52 | environment.yml | environment.yml | name: biorxiv-licenses
channels:
- defaults
- conda-forge
dependencies:
- ipykernel=4.5.2
- pandas=0.19.2
- python=3.6.0
- altair=1.2.0
- requests=2.13.0
- statsmodels=0.8.0
- pip:
- nameparser==0.5.1
| name: biorxiv-licenses
channels:
- defaults
- conda-forge
dependencies:
- ipykernel=4.5.2
- pandas=0.19.2
- python=3.6.0
- nbconvert=5.1.1
- notebook=4.4.1
- altair=1.2.0
- requests=2.13.0
- statsmodels=0.8.0
- pip:
- nameparser==0.5.1
| Add notebook and nbconvert to environemnt | Add notebook and nbconvert to environemnt
| YAML | bsd-3-clause | dhimmel/biorxiv-licenses,dhimmel/biorxiv-licenses |
b1d2c29909cfe6d94f7c0c9e48471e50259bbaeb | environment.yml | environment.yml | name: IOOS
channels:
- conda-forge
- ioos
dependencies:
- python=3.5
- anaconda-navigator
- beautifulsoup4
- cartopy
#- cc-plugin-glider # Python 2.7
- cmocean
- compliance-checker
- ctd
- cython
- descartes
- fiona
- folium
- gdal
- geojson
- geojson... | name: IOOS
channels:
- conda-forge
dependencies:
- python=3.5
- anaconda-navigator
- beautifulsoup4
- cartopy
#- cc-plugin-glider # Python 2.7
- cmocean
- compliance-checker
- ctd
- cython
- descartes
- fiona
- folium
- gdal
- geojson
- geojsonio
- ge... | Remove the ioos channel and utilities pkg | Remove the ioos channel and utilities pkg
| YAML | mit | ocefpaf/notebooks_demos,ioos/notebooks_demos,ocefpaf/notebooks_demos |
00773dedf84944302510d60d952a1736a1e002c6 | environment.yml | environment.yml | name: pyneqsys
channels:
- bjodah
- conda-forge
- defaults
dependencies:
- python >=3.5
- numpy >1.7
- scipy >=0.19.1
- sym >=0.3.1
- sympy >=1.1.1
- matplotlib >=1.5.3
- notebook
- nbconvert
- pykinsol
- levmar
- cyipopt
| name: pyneqsys
channels:
- bjodah
- conda-forge
- defaults
dependencies:
- python ==2.7
- numpy >1.7
- scipy >=0.19.1
- sym >=0.3.1
- sympy >=1.1.1
- matplotlib >=1.5.3
- notebook
- nbconvert
- pykinsol
- levmar
- cyipopt
| Use python 2 on binder for now (waiting for new upstream versions) | Use python 2 on binder for now (waiting for new upstream versions)
| YAML | bsd-2-clause | bjodah/pyneqsys,bjodah/pyneqsys,bjodah/pyneqsys |
e4222b11523455a74789e791c9dda583a65a8042 | .forestry/front_matter/templates/tool.yml | .forestry/front_matter/templates/tool.yml | ---
pages:
- tool/test.md
hide_body: false
fields:
- type: text
name: title
label: Title
- type: textarea
name: description
label: Description
- type: datetime
name: date
label: Date
description: Date added to the database
- type: list
label: Tools
name: tools
config:
use_select: true
source... | ---
pages:
- tool/test.md
hide_body: false
fields:
- type: text
name: title
label: Title
- type: textarea
name: description
label: Description
- type: datetime
name: date
label: Date
description: Date added to the database
- type: list
label: Tools
name: tools
config:
use_select: true
source... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org |
736c7d1de8c86c11c0a7e1bb3bb26e130381ed52 | tasks/build-binary-new/php74-extensions-patch.yml | tasks/build-binary-new/php74-extensions-patch.yml | ---
extensions:
exclusions:
- name: sodium
- name: libz
- name: yaf
- name: amqp
- name: cassandra
- name: interbase
- name: recode
- name: wddx
- name: phalcon
| ---
extensions:
exclusions:
- name: sodium
- name: libz
- name: yaf
- name: amqp
- name: cassandra
- name: interbase
- name: recode
- name: wddx
- name: phalcon
- name: tideways
| Exclude 4.1.7 tideways in favor of 5.0.2 for php 7.4 | Exclude 4.1.7 tideways in favor of 5.0.2 for php 7.4
[#170014486]
| YAML | apache-2.0 | cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci |
c0df5023c5a270593615937b86efcf3ea680734a | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Security updates
- dependency-name: brakeman
dependency-type: direct
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: g... | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily
# Ruby needs to be upgraded manually in multiple places, so cannot
# be upgraded by Dependabot. That effectively makes the below
... | Remove allow list from Dependabot config | Remove allow list from Dependabot config
| YAML | mit | alphagov/static,alphagov/static,alphagov/static |
0c1ed9cd04896baa7926aefd057050cc34f62505 | .pre-commit-hooks.yaml | .pre-commit-hooks.yaml | - id: isort
name: isort
entry: isort
require_serial: true
language: python
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
| - id: isort
name: isort
entry: isort
require_serial: true
language: python
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
minimum_pre_commit_version: '2.9.0'
| Put minimum pre-commit version in hook | Put minimum pre-commit version in hook
(seeing as you're now using `types_or` - else the error messages people get may be a bit mysterious) | YAML | mit | PyCQA/isort,PyCQA/isort |
7039c406afb18289ae37b54a9e665208f5269ccc | packages/ca/cayley-dickson.yaml | packages/ca/cayley-dickson.yaml | homepage: https://github.com/lmj/cayley-dickson
changelog-type: ''
hash: 46bad8d45ed672b4129fa529a1d6b7a85542bfcb8692b3cee7f7b62c7fc729c2
test-bench-deps:
base: ! '>=4.8 && <5'
random: ! '>=1'
maintainer: James M. Lawrence <llmjjmll@gmail.com>
synopsis: Complex numbers, quaternions, octonions, sedenions, etc.
chang... | homepage: https://github.com/lmj/cayley-dickson
changelog-type: ''
hash: 325ce470e8c4f045796d5b7afca342ef03d7a01214a66307c1346bec6234be9d
test-bench-deps:
base: ! '>=4.8 && <5'
random: ! '>=1'
maintainer: James M. Lawrence <llmjjmll@gmail.com>
synopsis: Complex numbers, quaternions, octonions, sedenions, etc.
chang... | Update from Hackage at 2015-11-13T16:36:46+0000 | Update from Hackage at 2015-11-13T16:36:46+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
202d1cb1351e4fb561cf333ed6a6311f462a5afe | metadata/fr.covidat.android.yml | metadata/fr.covidat.android.yml | Categories:
- Navigation
- Sports & Health
License: CECILL-2.1
AuthorName: Codefish
AuthorEmail: codefish@online.fr
SourceCode: https://gitlab.com/codefish42/covidat
IssueTracker: https://gitlab.com/codefish42/covidat/issues
AutoName: CovidAt
RepoType: git
Repo: https://gitlab.com/codefish42/covidat.git
Builds:
... | Categories:
- Navigation
- Sports & Health
License: CECILL-2.1
AuthorName: Codefish
AuthorEmail: codefish@online.fr
SourceCode: https://gitlab.com/codefish42/covidat
IssueTracker: https://gitlab.com/codefish42/covidat/issues
AutoName: CovidAt
RepoType: git
Repo: https://gitlab.com/codefish42/covidat.git
Builds:
... | Update CovidAt to 2.1.0 (5) | Update CovidAt to 2.1.0 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ff75eeab2cdb2ae90b89ae8d2f5c4695f528268b | packages/lo/logging-facade.yaml | packages/lo/logging-facade.yaml | homepage: ''
changelog-type: ''
hash: dec6d7031c7fc95046187a1744646d4b40de48c6b591b08cd20a73257cc9a67f
test-bench-deps:
logging-facade: -any
base: ==4.*
hspec: ==2.*
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Simple logging abstraction that allows multiple back-ends
changelog: ''
basic-deps:
base: ==4... | homepage: ''
changelog-type: ''
hash: fc89005336a9b64c524183154716ebf8a26c27f8fa5730225f818f0128c2a2b2
test-bench-deps:
logging-facade: -any
base: ==4.*
hspec: ==2.*
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Simple logging abstraction that allows multiple back-ends
changelog: ''
basic-deps:
base: ! '... | Update from Hackage at 2016-11-13T22:59:18Z | Update from Hackage at 2016-11-13T22:59:18Z | YAML | mit | commercialhaskell/all-cabal-metadata |
293843fb8238181ce61019ac09b84f6b4d6e6301 | .github/workflows/build.yml | .github/workflows/build.yml | name: Tests
on: [push]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
... | name: Tests
on: [push]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1']
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
... | Remove PHP 7.4 from testing workflow | Remove PHP 7.4 from testing workflow
| YAML | mit | Intervention/httpauth |
65c3d6e8b8ff5387385c5744103e7db207cc3adc | .github/workflows/build.yml | .github/workflows/build.yml | name: package
on: [push]
jobs:
ui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build development image
run: |
docker build -t alephdata/aleph-ui:${GITHUB_SHA} .
docker tag alephdata/aleph-ui:${GITHUB_SHA} alephdata/aleph-ui:latest
- name: Build product... | name: package
on: [push]
jobs:
docker-ui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build development image
run: |
docker build -t alephdata/aleph-ui:${GITHUB_SHA} ui
docker tag alephdata/aleph-ui:${GITHUB_SHA} alephdata/aleph-ui:latest
- name: Build... | Rename and push to docker hub | Rename and push to docker hub
| YAML | mit | alephdata/aleph,pudo/aleph,pudo/aleph,alephdata/aleph,pudo/aleph,alephdata/aleph,alephdata/aleph,alephdata/aleph |
473454d4125fd69f644370aabaf4da84b6cdc14f | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Maven Cache"
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml')... | name: Build
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Maven Cache"
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml')... | Switch from Java 1.8 to Java 11 for Github Workflows. | Switch from Java 1.8 to Java 11 for Github Workflows.
| YAML | mit | TAMULib/Weaver-Webservice-Core |
67b92dc5b7a70583089a550a579a6f4fba58f84e | .github/workflows/main.yaml | .github/workflows/main.yaml | name: C/C++ CI
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: |
sudo apt-get update
sudo apt-get install -qy libgtkmm-3.0-dev libconfig++-dev libcurl... | name: C/C++ CI
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: |
sudo apt-get update
sudo apt-get install -qy libgtkmm-3.0-dev libconfig++-dev libcurl... | Fix missing dependency for CI linux build | Fix missing dependency for CI linux build
| YAML | mit | ahodesuka/ahoviewer,ahodesuka/ahoviewer,ahodesuka/ahoviewer |
2ed5e37ddade6a2cd3fb1362521ff5d4dc2f823d | .github/workflows/swift.yml | .github/workflows/swift.yml | name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
| name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: macOS
run: swift build -v
- name: Run macOS tests
run: swift test -v
linux:
runs-on: ubuntu-late... | Add Linux tests on workflow | Add Linux tests on workflow | YAML | mit | dnlosx/Cart,dnlosx/Cart |
3bd5b34ede2a60d4d0e529ac8829fa4dab5b9923 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
paths-ignore:
- 'readme.md'
- 'assets/**'
pull_request:
paths-ignore:
- 'readme.md'
- 'assets/**'
release:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: [6.*]
php: [7.2, 7.3]
fail-fast: false
name:... | name: Tests
on:
push:
paths-ignore:
- 'readme.md'
- 'assets/**'
pull_request:
paths-ignore:
- 'readme.md'
- 'assets/**'
release:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
laravel: [6.*]
php: [7.2, 7.3]
fail-fast: false
name:... | Add `--do-not-cache-result` flag when running PHPUnit from GitHub Actions | Add `--do-not-cache-result` flag when running PHPUnit from GitHub Actions
| YAML | mit | grantholle/bouncer,JosephSilber/bouncer |
02c3b73aa8f6f678c3d94abb1b79a4ad00b1db08 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- '*.js'
- 'package.json'
jobs:
tests:
env:
NPM_CONFIG_PROGRESS: "false"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- ... | name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
paths:
- '.github/workflows/**'
- '*.js'
- 'package.json'
jobs:
tests:
env:
NPM_CONFIG_PROGRESS: "false"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- ... | Remove cache key for now | Remove cache key for now
| YAML | mit | jashkenas/backbone,jashkenas/backbone,ppker/backbone,ppker/backbone |
d815c2f8e4dd1ebc577c30e49eb6214d398824f1 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
- push
- pull_request
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
fail-fast: false
name: PHP ${{ matrix.php }} tests on ${{ matrix.os }}
steps:
... | name: Tests
on:
- push
- pull_request
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
fail-fast: false
name: PHP ${{ matrix.php }} tests on ${{ matrix.os }}... | Test in PHP 8.1 and 8.2 | CI: Test in PHP 8.1 and 8.2
| YAML | mit | sunfoxcz/price-calculator,sunfoxcz/price-calculator |
283ac50e5da5cb8002615328bd73739cc61eb672 | tasks/install-ui.yml | tasks/install-ui.yml | - name: download consul
get_url: >
url={{consul_ui_download}}
dest={{consul_download_folder}}
register: consul_ui_was_downloaded
- name: copy and unpack
unarchive: >
src={{ consul_download_folder }}/{{ consul_ui_archive }}
dest={{ consul_home }}
copy=no
when: consul_ui_was_downloaded|change... | - name: download consul ui
get_url: >
url={{consul_ui_download}}
dest={{consul_download_folder}}
register: consul_ui_was_downloaded
- name: copy and unpack ui
unarchive: >
src={{ consul_download_folder }}/{{ consul_ui_archive }}
dest={{ consul_home }}
copy=no
when: consul_ui_was_downloaded|... | Make names for consul ui tasks have "ui" in them | Make names for consul ui tasks have "ui" in them
| YAML | apache-2.0 | savagegus/ansible-consul,lbaldwin123/ansible-consul,jivesoftware/ansible-consul,jonbrandenburg/ansible-consul,tomjrob/ansible-consul,robbiet480/ansible-consul,lbaldwin123/ansible-consul,trumant/ansible-consul,wernerb/ansible-consul-yum,wernerb/ansible-consul-yum,adriagalin/ansible-consul,cloudstrap/ansible-consul,MrMMo... |
b2d76f488e3683ef10915775905a751117981fd9 | web/sites/default/files/config_F173OZ45gyIJJcdPPC9p73_gemop6Ee4mO3hHamze3lKTfEhKjTiG03ISIkE5kSXy8jdpuTpGw/staging/field.field.node.blog.field_picture.yml | web/sites/default/files/config_F173OZ45gyIJJcdPPC9p73_gemop6Ee4mO3hHamze3lKTfEhKjTiG03ISIkE5kSXy8jdpuTpGw/staging/field.field.node.blog.field_picture.yml | uuid: 92528819-9819-4c33-af31-49bfb52ce0bb
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_picture
- node.type.blog
module:
- image
id: node.blog.field_picture
field_name: field_picture
entity_type: node
bundle: blog
label: Picture
description: ''
required: false
translatable:... | uuid: 92528819-9819-4c33-af31-49bfb52ce0bb
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_picture
- node.type.blog
module:
- image
id: node.blog.field_picture
field_name: field_picture
entity_type: node
bundle: blog
label: Picture
description: "Some help text\r\n"
required: f... | Tweak to picture field to test out .git/info/exclude setup | Tweak to picture field to test out .git/info/exclude setup | YAML | mit | komejo/d8demo-dev,komejo/d8demo-dev,komejo/d8demo-dev,komejo/d8demo-dev,komejo/d8demo-dev |
cd32a5098388255cd650d443e8cf6f97d6073d68 | config/jobs/image-pushing/k8s-staging-artifact-promoter.yaml | config/jobs/image-pushing/k8s-staging-artifact-promoter.yaml | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes-sigs/k8s-container-image-promoter:
- name: cip-postsubmit-push-to-staging
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
... | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes-sigs/k8s-container-image-promoter:
- name: cip-postsubmit-push-to-staging
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
... | Update artifact promoter to use workload-identity | Update artifact promoter to use workload-identity
| YAML | apache-2.0 | dims/test-infra,kubernetes/test-infra,fejta/test-infra,fejta/test-infra,michelle192837/test-infra,dims/test-infra,dims/test-infra,cblecker/test-infra,brahmaroutu/test-infra,pwittrock/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,cblecker/test-infra,michelle192837/test-infra,michelle192... |
62ff1ea6530e1a9ce719be2bd9f87d021711a886 | packages/ap/apioiaf-client.yaml | packages/ap/apioiaf-client.yaml | homepage: https://github.com/kberger/anapioficeandfire-haskell#readme
changelog-type: ''
hash: 5a32a3e7ce9259b39964d4e5f890482ddeb529231c8a58124788f6ec72074599
test-bench-deps:
base: -any
apioiaf-client: -any
maintainer: krab.berger@gmail.com
synopsis: Consumer library for anapioficeandfire.com
changelog: ''
basic-... | homepage: https://github.com/kberger/anapioficeandfire-haskell#readme
changelog-type: ''
hash: 4edef07ad38f9b3f3d627257aeb7a13b73fa7e73dce2a64d7dacda02c94ed241
test-bench-deps:
base: -any
apioiaf-client: -any
maintainer: krab.berger@gmail.com
synopsis: Consumer library for anapioficeandfire.com
changelog: ''
basic-... | Update from Hackage at 2016-12-21T14:40:40Z | Update from Hackage at 2016-12-21T14:40:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f301bba26cedac7c3231d5cb5af46df39cc4aeb6 | ansible/roles/horizon/tasks/start.yml | ansible/roles/horizon/tasks/start.yml | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_DESIGNATE: "{{ 'yes'... | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_DESIGNATE: "{{ 'yes'... | Enable watcher dashboard when enable_watcher is yes | Enable watcher dashboard when enable_watcher is yes
Depends-On: Ief5898f6bf1caa3a7fe6b2a96be2bdb79e402f28
Change-Id: I2ea4bd9308637056c6cb1b1d515efd1020a60d1b
Closes-Bug: #1647162
| YAML | apache-2.0 | dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible |
31e84bd5433072455aa39b4bdac4ecfc24a76656 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
java: [8, 11]
steps:
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v2.1.5
env:
cache-name: cache-sbt-libs
with:
path:... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
java: [8, 11]
steps:
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v2.1.6
env:
cache-name: cache-sbt-libs
with:
path:... | Bump actions/cache from 2.1.5 to 2.1.6 | Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4b... | YAML | apache-2.0 | takezoe/gitbucket,gitbucket/gitbucket,imeszaros/gitbucket,takezoe/gitbucket,xuwei-k/gitbucket,imeszaros/gitbucket,imeszaros/gitbucket,gitbucket/gitbucket,takezoe/gitbucket,xuwei-k/gitbucket,xuwei-k/gitbucket,xuwei-k/gitbucket,takezoe/gitbucket,gitbucket/gitbucket,gitbucket/gitbucket,imeszaros/gitbucket |
77bfd8af04408cabb45689d6d0ae113a1aa3e0aa | .github/workflows/build.yml | .github/workflows/build.yml | name: Sonar ESQL build
on:
push:
branches:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-RC[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
... | name: Sonar ESQL build
on:
push:
branches:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-RC[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
... | Use maven for sonar scan | Use maven for sonar scan
| YAML | apache-2.0 | EXXETA/sonar-esql-plugin,EXXETA/sonar-esql-plugin |
6717330e9169f201191be7425c36cef25258a1d9 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
paths-ignore:
- ".editorconfig"
- ".gitignore"
- ".screenrc"
- "LICENSE.txt"
- "README.md"
- "scripts/release"
- "TODO.md"
tags-ignore:
- "**"
schedule:
# Minute (0-59), Hour (0-23), Day of the month (1-31), Month of the Year (1-12),... | name: build
on:
push:
tags-ignore:
- "**"
schedule:
# Minute (0-59), Hour (0-23), Day of the month (1-31), Month of the Year (1-12), Day of the week (0-6, 0 = Sunday)
- cron: "0 6 * * 1"
workflow_dispatch:
jobs:
automated-tests:
runs-on: ubuntu-20.04
name: Run automated tests
ste... | Remove paths-ignore in github workflow | Remove paths-ignore in github workflow
| YAML | mit | AlphaHydrae/scide |
2539711ea327a4d4a337c49dee5394e173e6bf1f | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}... | name: Tests
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.3
- 2.4
- 2.5
# - 2.6
- 2.7
- 3.0
- head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') ... | Remove Ruby 2.6 from the test matrix | Remove Ruby 2.6 from the test matrix
It spews lots of useless verbose mode splat warnings and sometimes
crashes, even though tests pass when it manages not to crash.
| YAML | mit | rgrove/sanitize,rgrove/sanitize |
13d7408e0d4bdc57876339c655276e41ea7fd9ee | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
tests:
timeout-minutes: 30
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:13
ports:
- 5432:5432
options: >-
--health-cmd pg_is... | name: Tests
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
tests:
timeout-minutes: 30
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:13
ports:
- 5432:5432
options: >-
--health-cmd pg_is... | Use ruby/setup-ruby instead of actions/setup-ruby | Use ruby/setup-ruby instead of actions/setup-ruby
| YAML | mit | lml/commontator,lml/commontator,lml/commontator |
f711f91346dc44ab563b2f94c7d8c690e85e4c86 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: build
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 4
matrix:
platform:
- ubuntu-latest
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
st... | name: build
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 4
matrix:
platform:
- ubuntu-latest
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
st... | Update checkout and setup-python actions | Update checkout and setup-python actions | YAML | mit | fronzbot/blinkpy,fronzbot/blinkpy |
10f5806c9260a48f3a763afcd68666281b47abd8 | Neos.Flow/Configuration/Settings.Mvc.yaml | Neos.Flow/Configuration/Settings.Mvc.yaml | #
# MVC configuration for the Flow Framework
#
Neos:
Flow:
mvc:
# Defines routes that should be included after existing routes defined in the main Routes.yaml (if any)
# Note: This only allows to include existing Routes.yaml files from other packages, you can't adjust the routes via Settings.
#... | #
# MVC configuration for the Flow Framework
#
Neos:
Flow:
mvc:
# Defines routes that should be included after existing routes defined in the main Routes.yaml (if any)
# Note: This only allows to include existing Routes.yaml files from other packages, you can't adjust the routes via Settings.
#... | Change default flash message storage to session | BUGFIX: Change default flash message storage to session | YAML | mit | robertlemke/flow-development-collection,fcool/flow-development-collection,daniellienert/flow-development-collection,kdambekalns/flow-development-collection,kdambekalns/flow-development-collection,neos/flow-development-collection,albe/flow-development-collection,albe/flow-development-collection,neos/flow-development-col... |
c2ae172de210964302c78c63bba91bb5f30cb4d1 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [19... | ---
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [20... | Drop version not supported by ranch | Drop version not supported by ranch
| YAML | apache-2.0 | inaka/cowboy_swagger,inaka/cowboy-swagger,inaka/cowboy-swagger,inaka/cowboy_swagger |
90350e5d935244a227261a173daff427f2760466 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
PGPASSWORD: postgres
PGUSER: postgres
services:
postgres:
image: postgis/postgis:9.5-2.5
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
... | name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
PGPASSWORD: postgres
PGUSER: postgres
strategy:
matrix:
go:
- '1.12'
- '1.19'
postgis:
- '9.5-2.5'
- '9.5-3.0'
- '10-2.5'
- '10-3.... | Update strategy to test against multiple version of postgres and postgis | Update strategy to test against multiple version of postgres and postgis
| YAML | apache-2.0 | omniscale/imposm3,omniscale/imposm3 |
9aa98718fb26eb4045886052824e41bcdc991f49 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
name: Build and test
strategy:
matrix:
scala: [ 2.11.12, 2.12.15, 2.13.7 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Scala
uses: olafurpg/setup-sc... | name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
name: Build and test
strategy:
matrix:
scala: [ 2.11.12, 2.12.15, 2.13.7 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Scala
uses: olafurpg/setup-sc... | Verify code formatting in CI | Verify code formatting in CI
| YAML | apache-2.0 | limansky/beanpuree |
7e86cca9f13db3b7dec88854e1a53c0ee15f249b | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare
id: prepare
run: |
TAG=${GITHUB_REF##*/}
echo ::set-output name=tag_name::${TAG... | name: ci
on:
pull_request:
push:
branches:
- main
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare
id: prepare
run: |
TAG=${GITHUB_REF##*/}
echo ::set-output name=tag_name::${TAG}
... | Rename branch master -> main in Github workflow | Rename branch master -> main in Github workflow
| YAML | apache-2.0 | cathive/concourse-sonarqube-resource,cathive/concourse-sonarqube-resource,cathive/concourse-sonarqube-resource |
1f83323701b66b9e3541951a540f4acadb9019e4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
java: [ 8, 16 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-... | name: ci
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
java: [ 8, 16 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-... | Update codecov/codecov-action action to v3 | Update codecov/codecov-action action to v3
| YAML | apache-2.0 | tcurdt/jdependency,tcurdt/jdependency |
2578ebb536c4617fd3b343fb2468d1a3c5b705b8 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
- "*"
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu]
# We still kind of support Ruby 1.8.7
ruby: [2.5, 2.6, 2.7, 3.0, head, jruby]
name: >-
${{matrix.os}}-ruby${{matrix.ruby}}
... | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu]
# We still kind of support Ruby 1.8.7
ruby: [2.5, 2.6, 2.7, 3.0, head, jruby]
name: >-
${{matrix.os}}-ruby${{matr... | Add a missing branches key | Add a missing branches key
| YAML | mit | sparklemotion/http-cookie |
25e52813b663e5ed23ffc7ccd62fee782ab2927b | .github/workflows/ci.yml | .github/workflows/ci.yml | name: test with macos
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: git clone --depth 1 https://github.com/sstephenson/bats.git
- run: PATH="./bats/bin:$PATH" script/test
| name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: git clone --depth 1 https://github.com/sstephenson/bats.git
- run: PATH="./bats/bin:$PA... | Test Linux in GitHub Actions too | Test Linux in GitHub Actions too
| YAML | mit | dark-panda/ruby-build,rbenv/ruby-build,rbenv/ruby-build,dark-panda/ruby-build |
c70aa2b965938b8c98b4378fe8fda9142d16dd3f | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.12', '1.13', '1.14']
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
go-v... | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.12', '1.13', '1.14']
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
go-v... | Add coverage measurement to GH Actions | Add coverage measurement to GH Actions | YAML | apache-2.0 | openconfig/lsdbparse,openconfig/lsdbparse |
cd780105195efd0ad502c936b90793d1d097af57 | railgun.yml | railgun.yml | # https://dev-accel.shopify.io/dev/railgun/Railgun-Config
name: gozk-recipes
vm:
image: /opt/dev/misc/railgun-images/default
ip_address: 192.168.64.87
memory: 2G
cores: 2
volumes:
root: '2G'
services:
- toxiproxy
- zookeeper
hostnames:
- gozk-recipes.myshopify.io
| # https://dev-accel.shopify.io/dev/railgun/Railgun-Config
name: gozk-recipes
vm:
image: /opt/dev/misc/railgun-images/default
ip_address: 192.168.64.87
memory: 200M
cores: 2
volumes:
root: '100M'
services:
- toxiproxy
- zookeeper
hostnames:
- gozk-recipes.myshopify.io
| Change the memory allocation for the virtual machine. | Change the memory allocation for the virtual machine.
| YAML | mit | Shopify/gozk-recipes,Shopify/gozk-recipes |
7ae10183c8115693f3da846c8573bacaad4a8ded | .github/stale.yml | .github/stale.yml | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be co... | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be co... | Revert "Limit to only `issues`" | Revert "Limit to only `issues`"
This reverts commit f7a5c33d3c1e1216bb6f2e6b8a8e15e6ba11a026.
| YAML | mit | rsim/oracle-enhanced,cdinger/oracle-enhanced,yahonda/oracle-enhanced,cdinger/oracle-enhanced,rshell/oracle-enhanced,yahonda/oracle-enhanced,rsim/oracle-enhanced,luke2237/oracle-enhanced,luke2237/oracle-enhanced,rshell/oracle-enhanced |
2dc70aba3051934f5b3a385823fe601bcff1dd5e | docs/mkdocs.yml | docs/mkdocs.yml | site_name: Keras-vis Documentation
theme: readthedocs
docs_dir: sources
site_description: 'Documentation for keras-vis, Neural Network Visualization Toolkit.'
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
extra_css:
- css/extras.css
markdown_extensions:
- md... | site_name: Keras-vis Documentation
theme: readthedocs
docs_dir: sources
repo_url: http://github.com/raghakot/keras-vis
edit_uri: blob/master/docs/templates
site_description: 'Documentation for keras-vis, Neural Network Visualization Toolkit.'
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?conf... | Add repo url to docs | Add repo url to docs
| YAML | mit | raghakot/keras-vis |
8352a212c19d4e2b7eae0aa0db81758562d9b8d9 | templates/cf-infrastructure-vsphere.yml | templates/cf-infrastructure-vsphere.yml | meta: ~
compilation:
cloud_properties:
ram: 1024
disk: 6144
cpu: 2
networks: (( merge ))
resource_pools:
- name: services-small
stemcell:
name: bosh-vsphere-esxi-ubuntu-trusty-go_agent
version: (( merge || 2671 ))
cloud_properties:
ram: 1024
# enough for extracting mys... | meta: ~
compilation:
cloud_properties:
ram: 1024
disk: 10240
cpu: 2
networks: (( merge ))
resource_pools:
- name: services-small
stemcell:
name: bosh-vsphere-esxi-ubuntu-trusty-go_agent
version: (( merge || 2671 ))
cloud_properties:
ram: 1024
# enough for extracting my... | Increase compilation VM size for vsphere | Increase compilation VM size for vsphere
- Saw failures on CI where compilation vms would run
out of space
| YAML | apache-2.0 | kbastani/cf-mysql-release,kbastani/cf-mysql-release,cloudfoundry/cf-mysql-release,CloudCredo/cf-mysql-release,CloudCredo/cf-mysql-release,cloudfoundry/cf-mysql-release,ruanbinfeng/cf-mysql-release,ruanbinfeng/cf-mysql-release,krishna-mk/cf-mysql-release,krishna-mk/cf-mysql-release,CloudCredo/cf-mysql-release,cloudfound... |
3e844f6a819ada9981e912ae46b9302843758401 | environment.yml | environment.yml | name: cocoscore
channels:
- defaults
- conda-forge
dependencies:
- xgboost=0.6a2
- nltk=3.2.4
- numpy=1.13.3
- pandas=0.20.3
- python=3.6.1
- scikit-learn=0.19.1
- scipy=0.19.1
- pip:
- gensim==3.0.1
| name: cocoscore
channels:
- defaults
- conda-forge
dependencies:
- xgboost=0.6a2
- nltk=3.2.4
- numpy=1.13.3
- pandas=0.20.3
- python=3.6.1
- scikit-learn=0.19.1
- scipy=0.19.1
- pip:
- boto==2.48.0
- gensim==3.0.1
| Fix boto version in dependencies as this seems to be needed by gensim | Fix boto version in dependencies as this seems to be needed by gensim
| YAML | mit | JungeAlexander/cocoscore |
4c11264f236d141d9672d0631de140fade8aad47 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | on: [push, pull_request]
name: CI
jobs:
clippy_rustfmt:
name: Lint & Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- ... | on: [push, pull_request]
name: CI
jobs:
clippy_rustfmt:
name: Lint & Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- ... | Test against MSRV 1.48 rather than 1.41.1 | Test against MSRV 1.48 rather than 1.41.1
The OpenSSL crate has introduced a breaking change with 0.10.36 which
menas they now rely on const fn support not available in 1.41.1.
As only one OpenSSL version can be supported in a single Rust project,
and the change was released as a patch increment so Cargo will always
... | YAML | apache-2.0 | frewsxcv/tiny-http,tiny-http/tiny-http,frewsxcv/tiny-http |
1f3468a73e6aec048e4c2a7a5cc9d2eb118739b2 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI
# This workflow run tests and build for each push
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update local toolchain
run: |
rustup update
rustup component add clippy
rust... | name: CI
# This workflow run tests and build for each push
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Update local toolchain
run: |
rustup update
rustup component add clippy
rustu... | Update gha runner to ubuntu-22.04 in attempt to access more recent version of libglib2.0 | Update gha runner to ubuntu-22.04 in attempt to access more recent version of libglib2.0
| YAML | apache-2.0 | msierks/rustcube |
93ba80ad2641473cdd9e487c3cba8b165b2aa37c | .example-job-board-register-sugilite.yml | .example-job-board-register-sugilite.yml | ---
languages:
- __sugilite__
- android
- c
- c++
- clojure
- cplusplus
- cpp
- crystal
- csharp
- d
- dart
- default
- elixir
- erlang
- go
- groovy
- haskell
- haxe
- java
- julia
- legacy
- mega
- node_js
- perl
- perl6
# FIXME: wat
# - php
- pure_java
- python
- r
- ruby
- rust
- scala
- universe
features:
- basic
... | ---
languages:
- __sugilite__
- android
- c
- c++
- clojure
- cplusplus
- cpp
- crystal
- csharp
- d
- dart
- default
- elixir
- erlang
- go
- groovy
- haskell
- haxe
- java
- julia
- legacy
- mega
- node_js
- perl
- perl6
# FIXME: wat
# - php
- pure_java
- python
- r
- ruby
- rust
- scala
- universe
features:
- basic
... | Disable the php interpreter specs for smoke check, too | Disable the php interpreter specs for smoke check, too
| YAML | mit | travis-ci/packer-templates,travis-ci/packer-templates,travis-ci/packer-templates |
fe960aeb769cff1326c3157b241f49fa32ae6893 | packages/la/language-sygus.yaml | packages/la/language-sygus.yaml | homepage: ''
changelog-type: markdown
hash: 68af058da872f8fbdb2596a1dfabd7e8da5a0e6603b065e0a497cc759b40dfff
test-bench-deps:
language-sygus: -any
base: ! '>=4.10 && <4.13'
text: -any
tasty-hunit: ! '>=0.10'
tasty: ! '>=1.0'
deepseq: ! '>=1.4 && <1.5'
maintainer: william.hallahan@yale.edu
synopsis: A parser... | homepage: ''
changelog-type: markdown
hash: 834f737d0c29ac29cda68399d4e99ddcd81317ec28838f4bf588c0387b8324dc
test-bench-deps:
language-sygus: -any
base: ! '>=4.10 && <4.13'
text: -any
tasty-hunit: ! '>=0.10'
tasty: ! '>=1.0'
deepseq: ! '>=1.1 && <1.5'
maintainer: william.hallahan@yale.edu
synopsis: A parser... | Update from Hackage at 2019-10-11T00:39:42Z | Update from Hackage at 2019-10-11T00:39:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f9398e8d214f0b063dc4643fb49409911a468eb4 | .readthedocs.yaml | .readthedocs.yaml | # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
commands:
- git fetch --unshallow
- pip install tox
- tox -e rtd
python:
install:
- method: pip
... | # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
commands:
- git fetch --unshallow
- pip install tox
- tox -e rtd
| Remove superfluous (?) sections of config | Remove superfluous (?) sections of config
| YAML | mit | jrsmith3/ibei |
aa4d2dd4bd5e9a1a810882bedabf750a7b89691f | .rubocop_todo.yml | .rubocop_todo.yml | # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-10-25 22:09:12 +0200 using RuboCop version 0.44.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of ne... | # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-10-25 22:09:12 +0200 using RuboCop version 0.44.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of ne... | Remove already addressed ClassLength exclusion | Remove already addressed ClassLength exclusion
| YAML | mit | itsmrwave/pesapal-gem |
d0b5eaa2aeb02471a5ba57ec5250a25538a85999 | learning/katas/python/course-remote-info.yaml | learning/katas/python/course-remote-info.yaml | id: 54532
update_date: Wed, 19 Jun 2019 10:36:17 UTC
| id: 54532
update_date: Mon, 20 Jan 2020 15:20:43 UTC
| Update the course on Stepik | Update the course on Stepik
| YAML | apache-2.0 | apache/beam,chamikaramj/beam,robertwb/incubator-beam,chamikaramj/beam,apache/beam,lukecwik/incubator-beam,lukecwik/incubator-beam,apache/beam,lukecwik/incubator-beam,apache/beam,lukecwik/incubator-beam,robertwb/incubator-beam,lukecwik/incubator-beam,chamikaramj/beam,robertwb/incubator-beam,chamikaramj/beam,chamikaramj/... |
defc2b34f5e9d0e13e71f760aa735d2970737f78 | packages/po/polysemy-vinyl.yaml | packages/po/polysemy-vinyl.yaml | homepage: ''
changelog-type: markdown
hash: 4a66b145c51015367a0eb7302bdb6062d5d0d114e53d5e84128fb9c25f7eae07
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Functions for mapping vinyl records in polysemy.
changelog: |
# Changelog for polysemy-vinyl
## v0.1.2.0
* Add `separateRecInput`, `sepa... | homepage: ''
changelog-type: markdown
hash: 8ee86ed8b3d1952a0fba4e151d17b5b0cc2e5bc7a3c65bc024578599f21e5a28
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Functions for mapping vinyl records in polysemy.
changelog: |
# Changelog for polysemy-vinyl
## v0.1.3.0
* Add `runInputConstFC`.
## ... | Update from Hackage at 2020-11-13T23:15:27Z | Update from Hackage at 2020-11-13T23:15:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0cbd5f520b9f122e07eda16151e622cc8226eff1 | packages/pr/primitive-sort.yaml | packages/pr/primitive-sort.yaml | homepage: https://github.com/andrewthad/primitive-sort
changelog-type: ''
hash: 41988da30b66173ef52a5eb702636cff26dafdbc646f44ea5b29951a83d9ba90
test-bench-deps:
tasty-smallcheck: -any
base: -any
doctest: ! '>=0.10'
primitive-sort: -any
HUnit: -any
smallcheck: -any
gauge: -any
containers: -any
ghc-pri... | homepage: https://github.com/andrewthad/primitive-sort
changelog-type: ''
hash: 1c7dd5f4ce22e0b4418acd90e037e2498469fc24edccd05bcd6e5930d842242c
test-bench-deps:
tasty-smallcheck: -any
base: -any
doctest: ! '>=0.10'
primitive-sort: -any
HUnit: -any
smallcheck: -any
gauge: -any
containers: -any
ghc-pri... | Update from Hackage at 2018-06-07T14:52:37Z | Update from Hackage at 2018-06-07T14:52:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4c0a960cfefbd0c4da802a17dc03e9e6b58cec6f | .zuul.yml | .zuul.yml | ui: tape
browsers:
- name: chrome
version: 28..latest
- name: firefox
version: 13..latest
- name: ie
version: 10..latest
- name: safari
version: 6..latest
| ui: tape
browsers:
- name: chrome
version: 28..latest
- name: firefox
version: 24..latest
- name: ie
version: 10..latest
- name: safari
version: 6..latest
| Reduce the number of Firefox versions checked | Reduce the number of Firefox versions checked
| YAML | mit | cesarandreu/browser-image-size |
4e229edb4ad1d451748fdce3de02ac387914a0f2 | .zuul.yml | .zuul.yml | ui: tape
browsers:
- name: chrome
version: 30..latest
# - name: safari
# version: latest
# - name: ie
# version: 9..latest
- name: firefox
version: 25..latest
# server: ./test/server.js | ui: tape
browsers:
- name: chrome
version: 32..latest
- name: firefox
version: 26..latest
# server: ./test/server.js | Update browsers (chrome >= 32, ff >= 26) | Update browsers (chrome >= 32, ff >= 26)
| YAML | apache-2.0 | rtc-io/rtc-tools |
29e1f7934f226b6e82bf89f987e2e6e2f5322fbe | recipes/pytransform3d/meta.yaml | recipes/pytransform3d/meta.yaml | {% set name = "pytransform3d" %}
{% set version = "1.8" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 4608079a30ef3f8e927f3b3aee7b58a1e47cdcd7c46be6d889d1cb0f82650baa
build:
noarc... | {% set name = "pytransform3d" %}
{% set version = "1.8" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 4608079a30ef3f8e927f3b3aee7b58a1e47cdcd7c46be6d889d1cb0f82650baa
build:
noarc... | Set minimum python version to 3.6 | Set minimum python version to 3.6
| YAML | bsd-3-clause | mariusvniekerk/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recip... |
2dfa928c90a5b623a0cdda8d237663ba44a3b52a | roles/docker/tasks/pre-upgrade.yml | roles/docker/tasks/pre-upgrade.yml | ---
- name: Ensure old versions of Docker are not installed. | Debian
package:
name: '{{ item }}'
state: absent
with_items:
- docker
- docker-engine
when:
- ansible_os_family == 'Debian'
- (docker_versioned_pkg[docker_version | string] | search('docker-ce'))
- name: Ensure old versions of... | ---
- name: Ensure old versions of Docker are not installed. | Debian
package:
name: '{{ item }}'
state: absent
with_items:
- docker
- docker-engine
- docker.io
when:
- ansible_os_family == 'Debian'
- (docker_versioned_pkg[docker_version | string] | search('docker-ce'))
- name: Ensure... | Uninstall old versions of Docker | Uninstall old versions of Docker
| YAML | apache-2.0 | kubernetes-sigs/kubespray,kubernetes-sigs/kubespray,insequent/kargo,insequent/kargo,kubernetes-sigs/kubespray,kubernetes-incubator/kubespray,kubernetes-sigs/kubespray,Atoms/kubespray,kubernetes-incubator/kargo,Atoms/kubespray,Atoms/kubespray,kubespray/kargo,kubespray/kargo,kubernetes-incubator/kubespray,kubernetes-incu... |
e79fb91e9d6feb694f52febbaaf6892396e46322 | roles/elasticsearch/tasks/main.yml | roles/elasticsearch/tasks/main.yml | ---
- name: start elasticsearch container
docker_container:
name: elasticsearch
image: "docker.elastic.co/elasticsearch/elasticsearch:{{ es_version }}"
restart_policy: always
network_mode: host
| ---
- name: set vm.max_map_count
command: sysctl -w vm.max_map_count=262144
- name: start elasticsearch container
docker_container:
name: elasticsearch
image: "docker.elastic.co/elasticsearch/elasticsearch:{{ es_version }}"
restart_policy: always
network_mode: host
env:
... | Add options to elasticsearch task | Add options to elasticsearch task
| YAML | apache-2.0 | osu-mist/ansible-roles |
671633a60d4407660906beb7663a9969d093d913 | app/config/routing.yml | app/config/routing.yml | nelmio_security_report:
path: /nelmio/csp/report
defaults: { _controller: nelmio_security.csp_reporter_controller:indexAction }
methods: [POST]
| nelmio_security_report:
path: /csp/report
defaults: { _controller: nelmio_security.csp_reporter_controller:indexAction }
methods: [POST]
| Remove /nelmio from CSP report path. | Remove /nelmio from CSP report path.
| YAML | apache-2.0 | SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA |
6644b7d56b9f0137f6636e8303655f04a62620f9 | install.conf.yaml | install.conf.yaml | - clean: ['~']
- defaults:
link:
create: true
- shell: # Pre-install
- command: git submodule update --init --remote
stdout: true
stderr: true
- command: rustup completion > ~/.zfunc/_rustup
stdout: true
stderr: true
- link:
# vim/Vundle
~/.config/nvim/bundle/Vundl... | - clean: ['~']
- defaults:
link:
create: true
- shell: # Pre-install
- command: git submodule update --init --remote
stdout: true
stderr: true
- command: rustup completions zsh > ~/.zfunc/_rustup
stdout: true
stderr: true
- link:
# vim/Vundle
~/.config/nvim/bundle/... | Fix rust completion setup command | Fix rust completion setup command
| YAML | mit | ouroboros8/dotfiles,ouroboros8/dotfiles |
f96fa3079d4ff9d0daf16b647b340e1307697418 | roles/initialize/tasks/main.yml | roles/initialize/tasks/main.yml | ---
- name: Initialize | Download seed data
get_url:
dest: '/tmp/cbioportal-seed.sql.gz'
url: '{{ seed_database }}'
- name: Initialize | Load seed data
mysql_db:
name: "{{mysql_database_name}}"
state: import
target: '/tmp/cbioportal-seed.sql.gz'
login_user: "{{mysql_database_user}}"
log... | ---
- name: Initialize | Download seed data
get_url:
dest: '/tmp/cbioportal-seed.sql.gz'
url: '{{ seed_database }}'
## Just how many mutations exactly?
- name: Retrieve stuff from mysql
command: >
mysql --user={{mysql_database_user}} --password={{mysql_database_password}} {{mysql_database_name}}
-... | Make the seed loading behave with a bit more idempotence | Make the seed loading behave with a bit more idempotence
| YAML | mit | pughlab/cbioportal-deployment,pughlab/cbioportal-deployment |
17f50b827c28902553d1cdc8ee488aaa5042c5ed | .github/workflows/trigger-benchmarks.yml | .github/workflows/trigger-benchmarks.yml | name: Trigger Benchmarks
on: push
jobs:
trigger_measurement:
if: github.repository_owner == 'graphhopper'
runs-on: ubuntu-22.04
environment: benchmarks
steps:
- name: trigger
run: |
curl -X POST -H "Authorization: token ${{ secrets.BENCHMARKS_TOKEN }}" \
-H "Accept: a... | name: Trigger Benchmarks
on: push
jobs:
trigger_measurement:
if: github.repository_owner == 'graphhopper'
runs-on: ubuntu-22.04
environment: benchmarks
steps:
- name: trigger
run: |
curl -X POST -H "Authorization: token ${{ secrets.BENCHMARKS_TOKEN }}" \
-H "Accept: a... | Add branch name to core benchmark trigger | Add branch name to core benchmark trigger
| YAML | apache-2.0 | graphhopper/graphhopper,graphhopper/graphhopper,graphhopper/graphhopper,graphhopper/graphhopper |
c90a4177001310aa3e1cf72b08345b65828cd2fb | contrib/docker-compose/docker-compose.yml | contrib/docker-compose/docker-compose.yml | version: '2'
services:
libvirt:
build: ../docker/libvirt/
pid: host
privileged: true
# ports:
# - "16509:16509"
# network_mode: host
restart: always
environment:
- LIBVIRT_CLEANUP=""
volumes:
- /lib/modules:/lib/modules:ro
- /run:/run
- /dev:/dev
- /... | version: '2'
services:
libvirt:
build: ../docker/libvirt/
pid: host
privileged: true
# ports:
# - "16509:16509"
# network_mode: host
restart: always
environment:
- LIBVIRT_CLEANUP
volumes:
- /lib/modules:/lib/modules:ro
- /run:/run
- /dev:/dev
- /var... | Fix cleanup of libvirt data | contrib: Fix cleanup of libvirt data
Following instructions from:
https://docs.docker.com/compose/environment-variables/#/passing-environment-variables-through-to-containers
| YAML | apache-2.0 | vefimova/virtlet,vefimova/virtlet,Mirantis/virtlet,Mirantis/virtlet,vefimova/virtlet,vefimova/virtlet,nhlfr/virtlet,nhlfr/virtlet,nhlfr/virtlet,nhlfr/virtlet |
985e70aa9a0e9ee011885835981604b7ab5c415c | packages/st/string-convert.yaml | packages/st/string-convert.yaml | homepage: https://bitbucket.org/tdammers/string-convert
changelog-type: ''
hash: acef5d25cffde13a151ba02b1e6de1515c461dc9678664dd7f8eb13be906482c
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Provide universal string conversions between any two string-like types
changelog: ''
basic-deps:
bytestring: -a... | homepage: https://bitbucket.org/tdammers/string-convert
changelog-type: ''
hash: f84f86ec950de02ccb5729ec1a40c1576ba6a7875eb0749f94de59c35d45df43
test-bench-deps:
bytestring: -any
string-convert: -any
base: ! '>=4.5 && <5.0'
text: -any
utf8-string: -any
tasty-hunit: -any
tasty: -any
maintainer: tdammers@g... | Update from Hackage at 2016-07-20T13:18:01+0000 | Update from Hackage at 2016-07-20T13:18:01+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4e4f531c25e18af8fe0666cbfc2ece57fa0c1dec | core/cibox-behat-selenium2/tasks/main.yml | core/cibox-behat-selenium2/tasks/main.yml | ---
- name: Install apt keys for Google Chrome
apt_key: url=https://dl-ssl.google.com/linux/linux_signing_key.pub state=present
tags: behat-selenium
- name: Adding Chrome APT repo to local database
shell: sh -c 'echo deb http://dl.google.com/linux/chrome/deb/ stable main > /etc/apt/sources.list.d/google.list'
... | ---
- name: Install apt keys for Google Chrome
apt_key: url=https://dl-ssl.google.com/linux/linux_signing_key.pub state=present
tags: behat-selenium
- name: Adding Chrome APT repo to local database
shell: sh -c 'echo deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main > /etc/apt/sources.list.d/g... | Fix for Google Chrome apt repo | Fix for Google Chrome apt repo
| YAML | bsd-3-clause | valthebald/cibox,PavelLoparev/cibox,PavelLoparev/cibox,ygerasimov/cibox-1,PavelLoparev/cibox,propeoplemd/cibox,propeoplemd/cibox,Sanchiz/cibox,ey-/cibox,valthebald/cibox,Sanchiz/cibox,ey-/cibox,Sanchiz/cibox,propeopleua/cibox,ey-/cibox,Sanchiz/cibox,propeoplemd/cibox,Sanchiz/cibox,valthebald/cibox,ygerasimov/cibox-1,Sa... |
4d8e48c3392d3fa6ae94241dc03d60e9e21f8fda | .github/no-response.yml | .github/no-response.yml | # Configuration for probot-no-response - https://github.com/probot/no-response
# Number of days of inactivity before an issue is closed for lack of response.
daysUntilClose: 21
# Label requiring a response.
responseRequiredLabel: "need-info"
# Comment to post when closing an Issue for lack of response.
closeComment:... | # Configuration for probot-no-response - https://github.com/probot/no-response
# Number of days of inactivity before an issue is closed for lack of response.
daysUntilClose: 21
# Label requiring a response.
responseRequiredLabel: "needs-info"
# Comment to post when closing an Issue for lack of response.
closeComment... | Fix probot configuration to point to the "needs-info" label. | Fix probot configuration to point to the "needs-info" label.
This should cause issues tagged with "needs-info" to be automatically
closed if the original issue author doesn't respond within 21 days. I
believe this was Devon's intent in
16e721573c2ca95ebe1b5aef4d243276a4f894a2, but due to a typo it had no
effect (the ... | YAML | bsd-3-clause | dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dar... |
d76aeab9cdfb7bf5e9de1b9fb67ed1207132a0c3 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
# Automatically sort imports
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
hooks:
- id: isort
# Automatic source code formatting
- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black
args: [--safe, --quiet]
# Linting
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hook... | repos:
# Automatically sort imports
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
- id: isort
# Automatic source code formatting
- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black
args: [--safe, --quiet]
# Linting
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hook... | Update precommit hook PyCQA/isort to v5.9.3 | Update precommit hook PyCQA/isort to v5.9.3
| YAML | bsd-3-clause | DiamondLightSource/python-workflows |
dac3efa4602831ee95d9cbf3edcf3e13d7fcd0c0 | s3_website.yml | s3_website.yml | s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['S3_SECRET_KEY'] %>
s3_bucket: docs.gigaspaces.com
# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
max_age:
"*": 300
# gzip:
# - .html
# - .css
# - .md
s3_endpoint: us-east-1
s3_reduce... | s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['S3_SECRET_KEY'] %>
s3_bucket: docs.gigaspaces.com
# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
max_age:
"*": 300
# gzip:
# - .html
# - .css
# - .md
s3_endpoint: us-east-1
s3_reduce... | Set concurrency level for s3 push to 3 | Set concurrency level for s3 push to 3
| YAML | apache-2.0 | aharonmoll/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,eliranmal/gigaspaces-wik... |
e375738ed6bde7b34435afc2eacaa77a4cfdd032 | rancher-config/docker-compose.yml | rancher-config/docker-compose.yml | version: '2'
services:
gp-finder-frontend:
image: "nhsuk/gp-finder:$DOCKER_IMAGE_TAG"
environment:
NODE_ENV: production
HOTJAR_ANALYTICS_TRACKING_ID: $HOTJAR_ANALYTICS_TRACKING_ID
GOOGLE_ANALYTICS_TRACKING_ID: $GOOGLE_ANALYTICS_TRACKING_ID
WEBTRENDS_ANALYTICS_TRACKING_ID: $WEBTRENDS_... | version: '2'
services:
gp-finder-frontend:
image: "nhsuk/gp-finder:$DOCKER_IMAGE_TAG"
environment:
CACHE_TIMEOUT_SECONDS: 1800
ES_HOST: ${ES_HOST}
GOOGLE_ANALYTICS_TRACKING_ID: $GOOGLE_ANALYTICS_TRACKING_ID
HOTJAR_ANALYTICS_TRACKING_ID: $HOTJAR_ANALYTICS_TRACKING_ID
NODE_ENV: p... | Improve searchability of docker config | :abc: Improve searchability of docker config
| YAML | mit | nhsuk/gp-finder,nhsuk/gp-finder |
203ac528071ae71b95be1e5a32171c4001c5c168 | actions/workroom_puppet_st2_ci_setup.meta.yaml | actions/workroom_puppet_st2_ci_setup.meta.yaml | ---
name: "workroom_puppet_st2_ci_setup"
runner_type: "action-chain"
description: "Tests st2express deployment script that is used in st2workroom"
enabled: true
entry_point: "workflows/workroom_puppet_st2_ci_setup.yaml"
parameters:
build_host:
type: "string"
description: "Host where this wor... | ---
name: "workroom_puppet_st2_ci_setup"
runner_type: "action-chain"
description: "Tests st2express deployment script that is used in st2workroom"
enabled: true
entry_point: "workflows/workroom_puppet_st2_ci_setup.yaml"
parameters:
build_host:
type: "string"
description: "Host where this wor... | Modify the default value for workroom_target_branch | Modify the default value for workroom_target_branch
| YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd |
5208fd5aae9341e252d31047436dd05351f5669b | _data/socialmedia.yml | _data/socialmedia.yml | - name: GitHub
url: https://github.com/librarycarpentry
class: fa-github
title: "Library Carpentry GitHub"
- name: Twitter
url: https://twitter.com/libcarpentry
class: fa-twitter
title: "Library Carpentry Twitter"
- name: Gitter
url: https://gitter.im/LibraryCarpentry/Lobby
class: fa-gitter
title: "... | - name: GitHub
url: https://github.com/librarycarpentry
class: fa-github
title: "Library Carpentry GitHub"
- name: Twitter
url: https://twitter.com/libcarpentry
class: fa-twitter
title: "Library Carpentry Twitter"
- name: Connect
url: https://librarycarpentry.org/contact/
class: fa-gitter
title: "Co... | Use Gitter logo for Connect logo/link | Use Gitter logo for Connect logo/link | YAML | mit | LibraryCarpentry/librarycarpentry.github.io,LibraryCarpentry/librarycarpentry.github.io,LibraryCarpentry/librarycarpentry.github.io |
0b3651e6ed43779b289762a9f5fc4950814ea88f | playbooks/roles/mlapi/vars/main.yml | playbooks/roles/mlapi/vars/main.yml | mlapi_source_repo: git@github.com:edx/ml-service-api.git
ml_source_repo: git@github.com:edx/machine-learning.git
ml_dir: $app_base_dir/machine-learning
ml_api_dir: $app_base_dir/ml-service-api
ml_api_settings: ml_service_api.settings
nltk_data_dir: /usr/share/nltk_data
remote_user: ubuntu
ml_branch: master
ml_api_branc... | mlapi_source_repo: git@github.com:edx/ml-service-api.git
ml_source_repo: git@github.com:edx/machine-learning.git
ml_dir: $app_base_dir/machine-learning
ml_api_dir: $app_base_dir/ml-service-api
ml_api_settings: ml_service_api.aws
nltk_data_dir: /usr/share/nltk_data
remote_user: ubuntu
ml_branch: master
ml_api_branch: de... | Set default deployment settings to aws | Set default deployment settings to aws
| YAML | agpl-3.0 | kursitet/configuration,Softmotions/configuration,hmcmooc/ec2-edx-configuration,Pieros/configuration,arbrandes/edx-configuration,louyihua/configuration,4eek/configuration,gsehub/configuration,rue89-tech/configuration,B-MOOC/configuration,kencung/configuration,arbrandes/edx-configuration,pobrejuanito/configuration,chensh... |
9a59c9b066c8ab3092b3806a2c622cec4dee1742 | metadata/com.brackeys.ui.yml | metadata/com.brackeys.ui.yml | AntiFeatures:
- UpstreamNonFree
Categories:
- Development
License: Apache-2.0
AuthorName: massivemadness
SourceCode: https://github.com/massivemadness/Brackeys-IDE
IssueTracker: https://github.com/massivemadness/Brackeys-IDE/issues
Changelog: https://github.com/massivemadness/Brackeys-IDE/releases
AutoName: Bracke... | AntiFeatures:
- UpstreamNonFree
Categories:
- Development
License: Apache-2.0
AuthorName: massivemadness
SourceCode: https://github.com/massivemadness/Brackeys-IDE
IssueTracker: https://github.com/massivemadness/Brackeys-IDE/issues
Changelog: https://github.com/massivemadness/Brackeys-IDE/releases
AutoName: Bracke... | Update Brackeys IDE to 2021.1.0 (10003) | Update Brackeys IDE to 2021.1.0 (10003)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2b503876bd6fbe97fea7a8a93cf88347d4e5da88 | deploy/static_site/source/_data/links.yml | deploy/static_site/source/_data/links.yml | - url: "https://stemcamp.aurorak12.org/"
title: "STEM Summer Camp Homepage"
- url: "https://projecteuler.net/"
title: "Project Euler"
| - url: "https://stemcamp.aurorak12.org/"
title: "STEM Summer Camp Homepage"
- url: "https://github.com/jamesfolberth/jupyterhub_AWS_deployment/tree/master/notebooks"
title: "Jupyter Notebooks GitHub Repo"
- url: "https://projecteuler.net/"
title: "Project Euler"
| Add link to repo on static site | Add link to repo on static site
| YAML | bsd-3-clause | jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS |
07f81f520458c444174debe2949cdba558369b17 | records/projects/host_lpc11u35.yaml | records/projects/host_lpc11u35.yaml | common:
target:
- lpc11u35-501
macros:
- INTERFACE_LPC11U35
- DAPLINK_HDK_ID=0x646c0002 # DAPLINK_HDK_ID_LPC11U35
includes:
- source/common/cmsis-core/nxp/lpc11u35
- source/common/hal/nxp/lpc11u35
sources:
host:
- source/common/cmsis-core/nxp/... | common:
target:
- lpc11u35_501
macros:
- INTERFACE_LPC11U35
- DAPLINK_HDK_ID=0x646c0002 # DAPLINK_HDK_ID_LPC11U35
includes:
- source/common/cmsis-core/nxp/lpc11u35
- source/common/hal/nxp/lpc11u35
sources:
host:
- source/common/cmsis-core/nxp/... | Fix yaml to work with the latest pgen defs | Fix yaml to work with the latest pgen defs
Rename lpc11u35-501 to lpc11u35_501 to match changes made in
project-generator-definitions version 2.1.
| YAML | apache-2.0 | google/DAPLink-port,google/DAPLink-port,sg-/DAPLink,google/DAPLink-port,google/DAPLink-port,sg-/DAPLink,sg-/DAPLink |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.