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
856719fed5d3f09445236ad242751c9a21a3e8f7
.travis.yml
.travis.yml
language: python cache: pip python: - 2.7.13 - 3.6 install: - pip install flake8 before_script: # stop the build if there are Python syntax errors or undefined names - time flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics # exit-zero treats all errors as warnings. T...
Add free automated flake8 testing on all pull requests
Add free automated flake8 testing on all pull requests Use Travis CI to do automated continuous integration -- in this case flake8 testing. The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch on to enable free automated flake8 testing on each pull request.
YAML
mit
zrzka/blackmamba,zrzka/blackmamba
5ff6d1583107eff0d38e01d72cb5b505db022eef
.travis.yml
.travis.yml
language: cpp os: linux # Use the latest supported distro, Xenial, released in April 2016… dist: xenial git: depth: 1 compiler: - clang - gcc env: matrix: - BUILD_TYPE="Release" - BUILD_TYPE="Debug" # Xenial only has outdated versions of the packages we could use, but we still # install them as a ...
Configure Travis-CI for Linux testing
Configure Travis-CI for Linux testing
YAML
unlicense
LUGGPublic/CG_Labs,LUGGPublic/CG_Labs
ff97ce8ae29dfda791fdaaa909785723c7d503cd
packages/bi/binrep.yaml
packages/bi/binrep.yaml
homepage: https://github.com/raehik/binrep#readme changelog-type: markdown hash: 279a2d3e1946b189cb81bc78be91700b49a9b2b723ed1f09e9d5f2dc16be64bd test-bench-deps: {} maintainer: Ben Orchard <thefirstmuffinman@gmail.com> synopsis: Encode binary representations via types. changelog: | ## 0.1.0 (2022-04-22) Initial re...
Update from Hackage at 2022-04-22T22:31:36Z
Update from Hackage at 2022-04-22T22:31:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
3c8d459990f24a7e80d881b0aaffcad55147bb89
.travis.yml
.travis.yml
language: ruby rvm: - jruby-18mode - jruby-19mode - jruby-head - 1.9.3 - 1.9.2 - rbx-18mode - rbx-19mode - ruby-head - 1.8.7 - ree
language: ruby rvm: - jruby-head - jruby-19mode - ruby-head - 2.0.0 - 1.9.3 - rbx-19mode
Drop support for old versions of ruby
Drop support for old versions of ruby
YAML
mit
devhyunjae/carrierwave-imageoptimizer,jtescher/carrierwave-imageoptimizer
e10972e9139275f275edc52507cde2472e6511bc
.travis.yml
.travis.yml
language: haskell os: - linux ghc: 7.8 sudo: false cache: directories: - .cabal-sandbox - ~/.cabal before_cache: - rm -rf .cabal-sandbox/logs - rm -f ~/.cabal/packages/hackage.haskell.org/build-reports.log before_install: - |- if ! grep "split-objs: True" ~/.cabal/config; then echo "split-objs:...
Enable Travis CI for this project
Enable Travis CI for this project
YAML
apache-2.0
ratsam/hs-carbon-aggregator,HS-Carbon/hs-carbon-aggregator
b74d3bbb928c2065809b1e320cf9c357cfae6a85
.travis.yml
.travis.yml
matrix: include: - script: - xcodebuild test -scheme Result-Mac - xcodebuild test -scheme Result-iOS -sdk iphonesimulator - xcodebuild test -scheme Result-tvOS -sdk appletvsimulator - xcodebuild build -scheme Result-watchOS -sdk watchsimulator # - pod lib lint env: JO...
matrix: include: - script: - xcodebuild test -scheme Result-Mac - xcodebuild test -scheme Result-iOS -sdk iphonesimulator -destination "name=iPhone SE" - xcodebuild test -scheme Result-tvOS -sdk appletvsimulator -destination "name=Apple TV 1080p" - xcodebuild build -scheme Result-w...
Add `-destination` to tests on Travis-CI
Add `-destination` to tests on Travis-CI
YAML
mit
ratkins/Result,ratkins/Result,antitypical/Result,antitypical/Result,NachoSoto/Result,NachoSoto/Result,antitypical/Result,ratkins/Result,NachoSoto/Result
c8a2fcd3f09588a6ba1a078c18f9168fd276986e
.travis.yml
.travis.yml
language: python python: - "2.7" before_install: - sudo apt-get update -qq install: - sudo apt-get install -y python-opencv - pip install -r requirements.txt script: - python setup.py build
Add a Travis CI configuration file.
Add a Travis CI configuration file.
YAML
isc
eliteraspberries/avena
ad2d060fc42397c830a067d5e1976157d323a188
.travis.yml
.travis.yml
language: ruby script: 'rake db:create db:test:load default' rvm: - 1.9.3 env: notifications: email: false bundler_args: --without development branches: only: - master
language: ruby script: 'rake db:create db:test:load default' rvm: - 1.9.3 env: notifications: email: false bundler_args: --without development
Build feature branches in Travis, too.
Build feature branches in Travis, too.
YAML
mit
step21/clahub-1,strongloop-forks/clahub,hybridgroup/clahub,step21/clahub-1,clahub/clahub,phenomax/clahub,step21/clahub-1,clahub/clahub,phenomax/clahub,clahub/clahub,hybridgroup/clahub,step21/clahub-1,strongloop-forks/clahub,hybridgroup/clahub,clahub/clahub,strongloop-forks/clahub,strongloop-forks/clahub,freddyrangel/cl...
86636fc5ac3d6f75db2b9b485f6fe0122159c071
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: "pip install -r dev-requirements.txt" script: py.test
Add configuration for Travis CI
Add configuration for Travis CI
YAML
mit
petedmarsh/dtargs
35e2c2dd0440489899fd30f4c579b00e73ac885a
.travis.yml
.travis.yml
language: ruby script: bundle exec rspec rvm: - "1.9.3" - "1.9.2" - "2.0.0" - jruby-19mode - jruby-18mode - rbx-19mode
Add Travis CI service configuration
Add Travis CI service configuration
YAML
mit
sheerun/filelock
3997b6969529ccbb70f596e2b7287540faae5346
.travis.yml
.travis.yml
language: objective-c env: global: - LANG=en_US.UTF-8 before_install: - brew update - brew install appledoc - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: - rake lint - rake docs
language: objective-c env: global: - LANG=en_US.UTF-8 before_install: - gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: - rake lint - rake docs
Remove brew and appledoc config, as they're already installed
Remove brew and appledoc config, as they're already installed
YAML
mit
mohsinalimat/MSDynamicsDrawerViewController,sovanna/MSDynamicsDrawerViewController,wangmb/MSDynamicsDrawerViewController,joehsieh/MSDynamicsDrawerViewController,NiuTanJie/MSDynamicsDrawerViewController,joehsieh/MSDynamicsDrawerViewController,bhapca/MSDynamicsDrawerViewController,offsetlabs/MSDynamicsDrawerViewControlle...
b083e3b59dc94fd15956a574b07b89ef41a59cef
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.0 cache: bundler deploy: provider: rubygems on: tags: true api_key: secure: SRIaGxxXtAzJKQ7SZ4mTKGEUFg+ZGtejsjN11CAVwfdru20OeJRlU3sfkL2AxaLhuMr8AkRvRqSi7pVvDBG/u5wcMf1HyiXj9Xbr/O3Rf11NuGjEWC1WUik/Hov0wMnTtt3O2oZAHTlBOryhis5zcHvS25v1ikxjlfybH3g2EFhNFU4jiGX8es48Tt9mDvuHxtX962YaC...
Add TravisCI config including tag-based deploys
CI: Add TravisCI config including tag-based deploys
YAML
apache-2.0
mindriot88/hiera-vault,jsok/hiera-vault
0f14dcc643f0067f45607cc6a73f986624d6bd7e
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - jruby-19mode matrix: allow_failures: - rvm: jruby-19mode gemfile: - gemfiles/rails31.gemfile - gemfiles/rails32.gemfile - gemfiles/rails40.gemfile - gemfiles/rails42.gemfile
language: ruby rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - jruby-head matrix: allow_failures: - rvm: jruby-head gemfile: - gemfiles/rails31.gemfile - gemfiles/rails32.gemfile - gemfiles/rails40.gemfile - gemfiles/rails42.gemfile
Test on JRuby head because they fixed bug for us.
Test on JRuby head because they fixed bug for us. https://github.com/jruby/jruby/commit/9a73dec4ceae78fc33fcc3beb3264897f3b6e316
YAML
mit
ipmobiletech/compass-rails,Compass/compass-rails,amiuhle/compass-rails,twalpole/compass-rails,electronicbites/compass-rails,glebtv/compass-rails,chrise86/compass-rails
0d06c6517e8e46c8f2a2872d99042515364a748c
.travis.yml
.travis.yml
env: - DB=mysql TRAVIS=true - DB=postgresql TRAVIS=true before_install: - sudo apt-get install libicu-dev -y - gem install charlock_holmes -v="0.6.9" branches: only: - 'master' rvm: - 1.9.3 - 2.0.0 services: - mysql - postgresql before_script: - "cp config/database.yml.$DB config/database.yml" ...
env: - DB=mysql TRAVIS=true - DB=postgresql TRAVIS=true before_install: - sudo apt-get install libicu-dev -y - gem install charlock_holmes -v="0.6.9" branches: only: - 'master' rvm: - 2.0.0 services: - mysql - postgresql before_script: - "cp config/database.yml.$DB config/database.yml" - "cp con...
Test for ruby 2.0 only
Test for ruby 2.0 only Signed-off-by: Dmitriy Zaporozhets <be23d75b156792e5acab51b196a2deb155d35d6a@gmail.com>
YAML
mit
fscherwi/gitlab-ci,copystudy/gitlab-ci,Bugagazavr/gitlab-ci,yonglehou/gitlab-ci,jvanbaarsen/gitlab-ci,ayufan/gitlab-ci,c-owens/gitlab-ci,svdata/gitlab-ci,akarokr/gitlab-ci,copystudy/gitlab-ci,fscherwi/gitlab-ci,svdata/gitlab-ci,copystudy/gitlab-ci,gitlabhq/gitlab-ci,akarokr/gitlab-ci,yonglehou/gitlab-ci,c-owens/gitlab-...
d9f6732ce29006e474d8d2779719112e655b109d
.travis.yml
.travis.yml
language: cpp compiler: - gcc # - clang install: - sudo apt-get update >/dev/null - sudo apt-get -q install build-essential git cmake pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev libzip-dev libboost-thr...
Add Travis CI build support
Add Travis CI build support
YAML
bsd-2-clause
agruss/osrm-backend,yuryleb/osrm-backend,hydrays/osrm-backend,deniskoronchik/osrm-backend,oxidase/osrm-backend,duizendnegen/osrm-backend,raymond0/osrm-backend,felixguendling/osrm-backend,skyborla/osrm-backend,chaupow/osrm-backend,keesklopt/matrix,stevevance/Project-OSRM,beemogmbh/osrm-backend,Project-OSRM/osrm-backend,...
c46d4d92f1dae291282fcae02f7e8afe70e58505
.travis.yml
.travis.yml
# Travis CI config for the WordPoints developer tools. language: ruby # Use the new infrustructure. sudo: false before_script: - gem install travis-lint script: - xmllint --noout $(find . -type f \( -name '*.xml' -o -name '*.xml.dist' \)) - find . -name '*.sh' -exec bash -n {} \; - find . -name '*.yml' -exe...
Validate files with Travis CI
Validate files with Travis CI See #9
YAML
mit
WordPoints/dev-lib,WordPoints/dev-lib,WordPoints/dev-lib
0f9a8a74403a3d30474d9e10325fc531d8d8a80f
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.1 - 2.0.0 - 1.9.3 - rbx-2 before_install: gem install bundler matrix: include: - rvm: jruby-1.7.11 env: DISABLE_NOKOGIRI=1 - rvm: jruby-1.7.11 env: "" allow_failures: - rvm: jruby-1.7.11 env: "" - rvm: rbx-2 notifications: irc: channels: ...
language: ruby rvm: - 2.1.1 - 2.0.0 - rbx-2 before_install: gem install bundler matrix: include: - rvm: jruby-1.7.11 env: DISABLE_NOKOGIRI=1 - rvm: jruby-1.7.11 env: "" allow_failures: - rvm: jruby-1.7.11 env: "" - rvm: rbx-2 notifications: irc: channels: - "chat....
Remove 1.9.3 from Travis CI
Remove 1.9.3 from Travis CI
YAML
mit
remko/nanoc,nanoc/nanoc,RubenVerborgh/nanoc,gjtorikian/nanoc,barraq/nanoc
3a3457508488146b6983ee33f721b0f97e58cd9e
.travis.yml
.travis.yml
sudo: required dist: trusty language: generic install: - sudo add-apt-repository -y ppa:beineri/opt-qt561-trusty - sudo add-apt-repository -y ppa:george-edison55/cmake-3.x - sudo apt-get update - sudo apt-get -y install qt56declarative qt56quickcontrols2 before_script: # Install Extra CMake Modules - git...
Add a Travis CI configuration
Add a Travis CI configuration
YAML
mpl-2.0
oKcerG/fluid,territorium/fluid,oKcerG/fluid,territorium/fluid
8aceef189e0efc14b1552873eb6f4d97ecd66d74
.travis.yml
.travis.yml
language: ruby script: "bundle exec rake" rvm: - 1.9.3 - 2.0 gemfile: - Gemfile notifications: recipients: - rob@bigfish.co.uk
Add Travis CI config file
Add Travis CI config file
YAML
mit
robmiller/varnisher,robmiller/varnisher
eaae9db6669d6fcfe94c704ff7303a58e68fbeef
.travis.yml
.travis.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 ...
Add Oracle Java 11 to Travis build.
Add Oracle Java 11 to Travis build.
YAML
apache-2.0
apache/httpcomponents-core,apache/httpcore,ok2c/httpcore,apache/httpcore
c57d46de072287b03af79a06ea7810b0cbc49b2c
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.9.3 - ruby-head - jruby-head bundler_args: --without docs notifications: email: - brwcodes@gmail.com
Add basic Travis CI config
Add basic Travis CI config
YAML
mit
bruce/keyword_search
c26ea65c797e868f3b5afbb82f940db02aa5198c
.travis.yml
.travis.yml
language: python python: - "2.7" - "pypy" # Someday... #- "3.4" install: pip install -e . before_script: pokedex setup -v script: py.test
Add config file for Travis CI.
Travis: Add config file for Travis CI. https://travis-ci.org/veekun/pokedex
YAML
mit
xfix/pokedex,DaMouse404/pokedex,veekun/pokedex,veekun/pokedex,mschex1/pokedex,RK905/pokedex-1
0b0b69c97d6953609a35ff2625c81fd2651f6bf9
.travis.yml
.travis.yml
env: # - GHCVER=7.2.2 # not supported by haskell-src-exts - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.3 - GHCVER=head matrix: allow_failures: - env: GHCVER=head script: - ls /usr/bin - echo $PATH - export PATH=/usr/bin:$PATH - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-ce...
env: # - GHCVER=7.2.2 # not supported by haskell-src-exts - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.3 - GHCVER=head matrix: allow_failures: - env: GHCVER=head script: - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
Remove testing stuff now it works
Remove testing stuff now it works
YAML
bsd-3-clause
ndmitchell/hlint,eigengrau/hlint,mpickering/hlint,ndmitchell/hlint,gibiansky/hlint,bitemyapp/hlint
f4514e1d4d71bd348dbf6690d3d628d3668cd1d5
.travis.yml
.travis.yml
# Config file for automatic testing at travis-ci.org sudo: false language: python python: - "2.7" - "3.5" - "pypy" install: - pip install tox - "TOX_ENV=${TRAVIS_PYTHON_VERSION/[0-9].[0-9]/py${TRAVIS_PYTHON_VERSION/.}}" script: tox -e $TOX_ENV before_cache: - rm -rf $HOME/.cache/pip/log cache: director...
Set up automatic testing with TravisCI
Set up automatic testing with TravisCI
YAML
mit
kvas-it/pytest-console-scripts
b473486664c4f92e5acfb9ddd2cff25c5308ae96
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" # command to install dependencies install: - pip install -r requirements.txt # command to run tests script: python -m unittest tests.py
Add Travis CI build file
Add Travis CI build file
YAML
mit
JakobGM/robotarm-optimization
6883a15a29027edb0e642470c392e3ca9f96fbea
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.7 - 2.3.4 - 2.4.1 - ruby-head - jruby-9 before_install: gem install bundler script: bundle exec rspec
Add Travis CI config for testing on various mainline Rubies
Add Travis CI config for testing on various mainline Rubies
YAML
mit
maetl/fictive
555113dd1f4422109ffbc1a6cd6b74278ca82ee7
.travis.yml
.travis.yml
dist: trusty sudo: false language: python python: - "2.7" - "3.4" - "3.5" - "3.6" cache: pip install: - pip install --upgrade pip setuptools wheel - pip install -e . script: true
Add rudimentary Travis configuration to test that package is installable
Add rudimentary Travis configuration to test that package is installable
YAML
unlicense
GriceTurrble/python-amazon-mws,bpipat/mws,jameshiew/mws,Bobspadger/python-amazon-mws
2d90880a371b9fe2ab6d500a35e842c8645e8603
.travis.yml
.travis.yml
language: node_js node_js: - "0.12" - "0.11" - "0.10" - "0.8" - "0.6" - "iojs" - "iojs-v1.0.4"
Add Travis CI config file
Add Travis CI config file
YAML
mit
Donna-ai/Donna
4a418b6534f751a3b684cb17ad73dbcff8f22251
.travis.yml
.travis.yml
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly sudo: false before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: ./vendor/bin/phpunit notifications: email: false irc: "irc.freenode.org#phpunit"
Add a Travis config file.
Add a Travis config file.
YAML
bsd-3-clause
sebastianbergmann/recursion-context
b742ce504275e07aae14ca098f62c7c3c3e33eb8
.travis.yml
.travis.yml
# Perform continuous integration testing with Travis CI. # # Copyright 2015 John McGehee. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/l...
Add continuous integration testing with Travis CI.
Add continuous integration testing with Travis CI.
YAML
apache-2.0
pytest-dev/pyfakefs,tomviner/pyfakefs,dougluce/pyfakefs,sri85/pyfakefs,jmcgeheeiv/pyfakefs,mrbean-bremen/pyfakefs,mrbean-bremen/pyfakefs
d44e06dea213451af8d400378d324e5d91d5025a
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false env: global: - secure: BP1+2SDhPKzEIJIkBPMWvxql5SSQ6Br5TwR4VcqwXovRRBMFiu9/mEASmYtZ5+MinOskt7YHgXFM6PT1LRoGsC+E+TghMZWw9j4zaM8OXR7hQAxrvkFMWIcD71ndxMzmXnQnWIi95l9nUaLJ05EYaZy5k79pugLYzMT1ZzIjesM= before_install: - rm -f Gemfile.lock - git clean -fdx script: - bundle exec ra...
language: ruby cache: bundler sudo: false env: global: - secure: BP1+2SDhPKzEIJIkBPMWvxql5SSQ6Br5TwR4VcqwXovRRBMFiu9/mEASmYtZ5+MinOskt7YHgXFM6PT1LRoGsC+E+TghMZWw9j4zaM8OXR7hQAxrvkFMWIcD71ndxMzmXnQnWIi95l9nUaLJ05EYaZy5k79pugLYzMT1ZzIjesM= before_install: # Travis CI installs Node v0.10.36 with NPM v1.4.28 which is r...
Use newer versions of Node and NPM
Use newer versions of Node and NPM Travis CI installs Node v0.10.36 with NPM v1.4.28 by default, which is really old and doesn't support using authentication tokens from ~/.npmrc, so we need to install something newer for npm publishing to work. Using Node 6.x as it is the latest LTS release.
YAML
mit
alphagov/govuk_template,jonheslop/govuk_template,jonheslop/govuk_template,alphagov/govuk_template,alphagov/govuk_template,jonheslop/govuk_template,alphagov/govuk_template,alphagov/govuk_template,jonheslop/govuk_template,jonheslop/govuk_template
e2f260312fabc5d49fa045fc00f9cdd1404ab5ad
.travis.yml
.travis.yml
os: - linux - osx language: ruby rvm: - 1.9.3 - 2.4.0 - jruby-9.1.7.0 script: bundle exec rake report_builder:test_everything
Enable Travis CI for the project
Enable Travis CI for the project Added the needed config file that will activate Travis builds.
YAML
mit
rajatthareja/ReportBuilder,rajatthareja/ReportBuilder,rajatthareja/ReportBuilder
93aade007bee728f0501fced352588920047c813
plugins/virsh/vars/RedHat-9-hypervisor.yml
plugins/virsh/vars/RedHat-9-hypervisor.yml
packages: - expect - libguestfs - libguestfs-tools-c - libguestfs-xfs - libvirt - python3-libselinux - python3-libvirt - python3-lxml - qemu-kvm - virt-install - wget openvswitch_packages: - openvswitch - NetworkManager-ovs custom_facts: "/etc/ansible/facts.d/"
Add RHEL-9 to supported hypervisors.
Add RHEL-9 to supported hypervisors. This patch allows to use RHEL-9 as hypervisor. Change-Id: I311b1d39a2145546ce36d1715c508f82845fb066
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
f612f5063d81aa2f78318091a446d4da17812b32
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 # setup miniconda before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda/bin:$PATH - conda update --yes conda # inst...
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 # setup miniconda before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - export PATH=/home/travis/miniconda/bin:$PATH - conda update --yes conda # inst...
Fix pip install of nose-cov and python-coveralls
TST: Fix pip install of nose-cov and python-coveralls
YAML
bsd-3-clause
jjhelmus/nmrglue,kaustubhmote/nmrglue,jjhelmus/nmrglue,atomman/nmrglue,atomman/nmrglue,kaustubhmote/nmrglue
57b056a3343dfee6ffac50aa09ecce223eebafe2
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" install: "pip install -r requirements.txt -r test-requirements.txt" script: tox -e pep8 "./run_tests.sh -c --with-selenium"
Add support for Travis CI
Add support for Travis CI
YAML
apache-2.0
ekarlso/dlux-horizon,ekarlso/dlux-horizon,ekarlso/dlux-horizon
b5d86b6df9402264c5779593627d6e58f5c4d200
.travis.yml
.travis.yml
language: swift osx_image: - xcode10.1 - xcode10.3 env: - DESTINATION='platform=macOS' SWIFT_VERSION=5.0 - DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=5.0 - DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=5.0 - DESTINATION='platform=macOS' SWIFT_VERSION=4.2 - DESTINATION='platf...
language: swift osx_image: - xcode10.3 - xcode11.1 env: - DESTINATION='platform=macOS' SWIFT_VERSION=5.0 - DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=5.0 - DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=5.0 - DESTINATION='platform=macOS' SWIFT_VERSION=4.2 - DESTINATION='platf...
Use Xcode 11 as CI env
Use Xcode 11 as CI env
YAML
mit
Ashok28/Kingfisher,onevcat/Kingfisher,Ashok28/Kingfisher,onevcat/Kingfisher,Ashok28/Kingfisher
d385601fc8b04a50468794b5b0134c5f27b23dce
.travis.yml
.travis.yml
language: java sudo: false script: ant -Divy.logging=default -Djava.security.egd=file:/dev/./urandom test-no-reports jdk: - oraclejdk8 cache: directories: - $HOME/.ivy2 notifications: email: false branches: only: - develop
language: java sudo: false script: ant -Divy.logging=default -Djava.security.egd=file:/dev/./urandom jar jdk: - oraclejdk8 cache: directories: - $HOME/.ivy2 notifications: email: false branches: only: - develop
Revert "Now we have a cache; lets run the tests."
Revert "Now we have a cache; lets run the tests." This reverts commit febd60c2758a664b2fecb84a98a66dde53b7fb24.
YAML
apache-2.0
adaptris/interlok,mcwarman/interlok,mcwarman/interlok
ea60e014c84426ce177fe151f23abced3793dcfc
packages/in/indigo.yaml
packages/in/indigo.yaml
homepage: https://indigo-lang.gitlab.io/ changelog-type: markdown hash: ef814ce13fa6dea5b219b4a6596ee4a1f34e260c5316cb2b2e059ccd7189f484 test-bench-deps: fmt: -any morley-prelude: -any base: '>=4.7 && <5' tasty-hedgehog: -any morley: -any hedgehog: -any HUnit: -any containers: -any singletons: -any ...
Update from Hackage at 2020-06-19T09:41:58Z
Update from Hackage at 2020-06-19T09:41:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
f5668f79381ff47b3a5dec52f5e2dc6b3e734780
codeship-services.yml
codeship-services.yml
documentation: build: image: codeship/documentation dockerfile_path: Dockerfile ci: build: image: quay.io/codeship/documentation dockerfile_path: Dockerfile cached: true volumes_from: - data aws: build: image: quay.io/codeship/documentation-aws dockerfile_path: Dockerfile.aws cac...
documentation: build: image: codeship/documentation dockerfile_path: Dockerfile ci: build: image: quay.io/codeship/documentation dockerfile_path: Dockerfile encrypted_env_file: deployment.env.encrypted cached: true volumes_from: - data aws: build: image: quay.io/codeship/documentatio...
Add deployment env variables to the CI service
Add deployment env variables to the CI service
YAML
mit
mlocher/documentation,codeship/documentation,mlocher/documentation,mlocher/documentation,codeship/documentation,mlocher/documentation,codeship/documentation,codeship/documentation
bb6b1485b93bf65b55673719a30b518af93b6b1c
packages/no/notifications-tray-icon.yaml
packages/no/notifications-tray-icon.yaml
homepage: https://github.com/IvanMalison/notifications-tray-icon#readme changelog-type: markdown hash: 31b9bb6a87eaa5a8a29b28c12ff6e33922386bf21dd9bd7a8dd1fbdc3478d281 test-bench-deps: {} maintainer: IvanMalison@gmail.com synopsis: '' changelog: | # Changelog for notifications-tray-icon ## Unreleased changes basic...
Update from Hackage at 2019-06-05T04:52:58Z
Update from Hackage at 2019-06-05T04:52:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
fbbc64fd4e07fb688d268526d9406ae8cda28dc8
recipes/pidly/meta.yaml
recipes/pidly/meta.yaml
{% set name = "pIDLy" %} {% set version = "0.2.7" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} {% set hash_value = "6c9e77d710c09de6856431869b0cca2bc8ac2de961af82ac8665b38fc535567e" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: '{{ name }}-{{ version }}.{{ file_ext...
{% set name = "pIDLy" %} {% set version = "0.2.7" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} {% set hash_value = "6c9e77d710c09de6856431869b0cca2bc8ac2de961af82ac8665b38fc535567e" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: '{{ name }}-{{ version }}.{{ file_ext...
Remove word "License" from license
Remove word "License" from license
YAML
bsd-3-clause
johanneskoester/staged-recipes,guillochon/staged-recipes,dschreij/staged-recipes,pmlandwehr/staged-recipes,jjhelmus/staged-recipes,sodre/staged-recipes,mariusvniekerk/staged-recipes,ceholden/staged-recipes,mcs07/staged-recipes,stuertz/staged-recipes,jjhelmus/staged-recipes,conda-forge/staged-recipes,scopatz/staged-reci...
1d2cd3629374933fa94180d2879417a2420ff03f
.github/workflows/copy-pr-template-to-dependabot-prs.yaml
.github/workflows/copy-pr-template-to-dependabot-prs.yaml
name: Copy PR template to Dependabot PRs on: pull_request_target: types: [opened] jobs: copy_pr_template: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - uses: actions/checkout@v3 - name: Fetch PR template id: fetch-pr-template uses: juliangruber/re...
Create workflow to copy PR template onto Dependabot PRs
Create workflow to copy PR template onto Dependabot PRs
YAML
mit
alphagov/govspeak,alphagov/govspeak
0c367553b9e2c70c591e077b53be06f4800a2d54
.github/workflows/copy-pr-template-to-dependabot-prs.yaml
.github/workflows/copy-pr-template-to-dependabot-prs.yaml
name: Copy PR template to Dependabot PRs on: pull_request_target: types: [opened] jobs: copy_pr_template: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - uses: actions/checkout@v3 - name: Fetch PR template id: fetch-pr-template uses: juliangruber/re...
Create workflow to copy PR template onto Dependabot PRs
Create workflow to copy PR template onto Dependabot PRs
YAML
mit
alphagov/whitehall,alphagov/whitehall,alphagov/whitehall,alphagov/whitehall
6611d09889c4921effd5116d15e76bc8d33ef5f6
data/transition-sites/dh_cmu.yml
data/transition-sites/dh_cmu.yml
--- site: dh_cmu whitehall_slug: department-of-health homepage_title: 'Commercial Medicines Unit' redirection_date: 1st October 2014 homepage: https://www.gov.uk/government/collections/commercial-medicines-unit-cmu tna_timestamp: 20140505100056 host: cmu.dh.gov.uk aliases: - www.cmu.dh.gov.uk
Configure cmu.dh.gov.uk on transition tool
Configure cmu.dh.gov.uk on transition tool
YAML
mit
alphagov/transition-config,alphagov/transition-config
38a8596febc53572d4b82a669ba2a0af4d8e0acd
src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-blob.yaml
src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-blob.yaml
--- - Include: all-types-schema.yaml --- - Statement: "INSERT INTO all_types(bigint_field, blob_field) VALUES (1, 'abc'), (2, X'0102'), (3, X'80'), (4, UNHEX('00FFFE01'))" --- - Statement: SELECT HEX(blob_field) FROM all_types ORDER BY bigint_field - output: [['616263'],['0102'],['80'],['00FFFE01']] ...
Add an explicit test of BLOB type.
Add an explicit test of BLOB type.
YAML
agpl-3.0
shunwang/sql-layer-1,jaytaylor/sql-layer,ngaut/sql-layer,ngaut/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,wfxiang08/sql-layer-1,ngaut/sql-layer,qiuyesuifeng/sql-layer,qiuyesuifeng/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-...
724ba3a32f20349ed20093758a48ca1297a0534e
firstboot/userdata_root_password.yaml
firstboot/userdata_root_password.yaml
heat_template_version: ocata description: > Uses cloud-init to enable root logins and set the root password. Note this is less secure than the default configuration and may not be appropriate for production environments, it's intended for illustration and development/debugging only. parameters: NodeRootPass...
Add example showing how to set root password via cloud-init
Add example showing how to set root password via cloud-init There have been some requests to enable this, and although it's not something we should enable by default, this shows how you can use the generic NodeUserData interface to have cloud-init do it. To use this you create an environment file like: resource_regi...
YAML
apache-2.0
dprince/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
19f3b52328c4c4672a8da6c331e72145cb910074
_config_dev_with_mock_api.yml
_config_dev_with_mock_api.yml
# # This config-file is only needed for development. Instead of changing the url # everytime you work locally on the project, you start both config-files, overwriting # the first one with the development variables needed. # # Start development with › $ jekyll serve --config _config.yml,_config_dev_with_mock_api.yml ur...
Add dev config file with mock API
Add dev config file with mock API
YAML
mit
laterpay/connector-demo,laterpay/connector-demo
725118cbc443df73ac14aaefa1626281d4a8ebf9
announce/2022/mfsa2022-23.yml
announce/2022/mfsa2022-23.yml
## mfsa2022-23.yml announced: June 1, 2022 impact: moderate fixed_in: - Firefox for iOS 101 title: Security Vulnerabilities fixed in Firefox for iOS 101 advisories: CVE-2022-1887: title: SQL injection in history tab impact: moderate reporter: Muneaki Nishimura description: | The search term coul...
Add Firefox for iOS advisory
Add Firefox for iOS advisory
YAML
mpl-2.0
mozilla/foundation-security-advisories,mozilla/foundation-security-advisories
626763aa077f56830f57cd1e9d8b3b1f6e22a4f6
packages/hw/hw-fingertree-strict.yaml
packages/hw/hw-fingertree-strict.yaml
homepage: https://github.com/githubuser/hw-fingertree-strict#readme changelog-type: '' hash: d500420d44b034faf023f206dae489f98af422128bad08e6a8b4d30d77e99dce test-bench-deps: test-framework-hunit: -any test-framework: -any base: ! '>=4.2 && <6' hspec: -any test-framework-quickcheck2: -any hedgehog: -any H...
Update from Hackage at 2018-01-27T15:46:53Z
Update from Hackage at 2018-01-27T15:46:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
493165cc6a4058bc55cfb253d4df7e9b41aa6489
tests/ansible/roles/_data/tasks/main.yml
tests/ansible/roles/_data/tasks/main.yml
--- - name: Test installation of datastore dependencies command: dpkg-query --show {{ item }} with_items: - python-boto - python-yaml #- name: Test presence of BDKD datastore default configuration - stat: path=/etc/bdkd/Current/datastore.conf register: st - fail: msg="Permissions not correct on datatstor...
Test playbook for the _data role
BDKD-104: Test playbook for the _data role
YAML
apache-2.0
sirca/bdkd_datastore,sirca/bdkd_datastore,sirca/bdkd_datastore,sirca/bdkd_datastore,sirca/bdkd_datastore
c80394d91bf2e9269084c8ea4a0feeb9e068769e
.forestry/front_matter/templates/tool.yml
.forestry/front_matter/templates/tool.yml
--- 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: type: pages ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org
c99504e3f0bc1128c405dd46bef44875431a08bb
packages/do/dobutokO.yaml
packages/do/dobutokO.yaml
homepage: https://hackage.haskell.org/package/dobutokO changelog-type: markdown hash: 88c5e536ccb2584f39a6f200bcef477a5072b0804358266b59043107088e89ce test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Creates the time intervals for CLI changing messages on the screen. changelog: | # Revision history for...
Update from Hackage at 2020-02-15T19:45:41Z
Update from Hackage at 2020-02-15T19:45:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
3c6850d7404422d33766cb8fec1dcc5fba0ea9a8
packages/do/dotparse.yaml
packages/do/dotparse.yaml
homepage: https://github.com/tonyday567/dotparse#readme changelog-type: '' hash: 4328d82c4729885ba52fba33a2ec755237d1ca425a24cde15ce6e00248231586 test-bench-deps: {} maintainer: tonyday567@gmail.com synopsis: dot language parsing and printing. changelog: '' basic-deps: optics-core: ^>=0.4 numhask: ^>=0.10 bytestr...
Update from Hackage at 2022-05-28T02:40:37Z
Update from Hackage at 2022-05-28T02:40:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
4e32629d99f6930abc4c140b54c1dc65a9077b5c
.github/workflows/criteo-cookbooks-ci.yml
.github/workflows/criteo-cookbooks-ci.yml
# This is a basic workflow to help you get started with Actions name: Criteo Cookbooks CI on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] tags: [ 'v*' ] pull_request: branches: [ master ] workflow_dispatch: jobs: rspec: runs-...
Configure github action on this cookbook
Configure github action on this cookbook This patch is entirely automated using the criteo-cookbook template for github action 🤯
YAML
apache-2.0
criteo-cookbooks/choregraphie
e32de29bcee6073a2d2b9bb4e5930459eaf460d9
.github/workflows/publish_snapshot.yml
.github/workflows/publish_snapshot.yml
name: Publish Snapshot on: schedule: - cron: '0 0 * * *' jobs: publish-snapshot: runs-on: ubuntu-latest steps: - name: Checkout Spark repository uses: actions/checkout@master - name: Cache Maven local repository uses: actions/cache@v2 with: path: ~/.m2/repository ...
Add GitHub Action job to publish snapshot
[SPARK-33675][INFRA] Add GitHub Action job to publish snapshot ### What changes were proposed in this pull request? This PR aims to add `GitHub Action` job to publish daily snapshot for **master** branch. - https://repository.apache.org/content/groups/snapshots/org/apache/spark/spark-core_2.12/3.2.0-SNAPSHOT/ For th...
YAML
apache-2.0
WeichenXu123/spark,HyukjinKwon/spark,jiangxb1987/spark,hvanhovell/spark,vinodkc/spark,zero323/spark,maropu/spark,holdenk/spark,taroplus/spark,WeichenXu123/spark,maropu/spark,jiangxb1987/spark,hvanhovell/spark,holdenk/spark,holdenk/spark,mahak/spark,wangmiao1981/spark,zzcclp/spark,hvanhovell/spark,JoshRosen/spark,holden...
a28e7ce6980b62861fed93fd2b45b6f85eb6e753
docker-compose.yml
docker-compose.yml
data: # image: tianon/true:latest (docker/fig#919) image: busybox:latest volumes: - /data - /var/lib/postgresql/data entrypoint: /bin/echo redis: image: redis:2.8 volumes_from: - data postgres: image: postgres:9.4 volumes_from: - data www: build: . ports: - "8080" links: ...
Add Docker Compose configuration for Sentry
Add Docker Compose configuration for Sentry
YAML
mit
MichaelErmer/docker-sentry,Turistforeningen/sentry
fc9bd64b89a0370bafc14ca0349d0af8b54a5f2b
src/main/resources/examples/mixins/magicmobs.yml
src/main/resources/examples/mixins/magicmobs.yml
worlds: world: entity_spawn: enderman_1_warlock: class: ReplaceRule target_type: enderman replace_type: warlock probability: 0.1 enderman_2_dark_wizard class: ReplaceRule target_type: enderman replace_type: dark_wizard ...
Add simple config to naturally-spawn magic mobs
Add simple config to naturally-spawn magic mobs
YAML
mit
elBukkit/MagicWorlds
8cb88acc6c5cdb976b320f1821947122de4b45c9
.codeclimate.yml
.codeclimate.yml
--- engines: brakeman: enabled: true checks: dangerous_attr_accessible: enabled: false bundler-audit: enabled: true duplication: enabled: true config: languages: - ruby eslint: enabled: true fixme: enabled: true rubocop: enabled: true ratings: path...
Add code climate config file
Add code climate config file
YAML
mit
dinj-oss/mutator_rails,dinj-oss/mutator_rails
2c7aa8250910e0f7977d5293c23ed5c399600b8a
dts/bindings/ipm/zephyr,ipm-console.yaml
dts/bindings/ipm/zephyr,ipm-console.yaml
# Copyright (c) 2020 Intel Corporation # SPDX-License-Identifier: Apache-2.0 description: IPM console compatible: "zephyr,ipm-console" include: uart-device.yaml properties: label: required: true
Add binding for IPM console
dts: Add binding for IPM console Add IPM console DTS binding. Signed-off-by: Andrei Emeltchenko <a6565233ddc88e4fb9c66c1d70743223493f2ed4@intel.com>
YAML
apache-2.0
finikorg/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,nashif/zephyr,Vudentz/zephyr,zephyrproject-rtos/zephyr,nashif/zephyr,galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,zephyrproject-rtos/zephyr,nashif/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,Vudentz/zephyr,nashif/zephyr,Vudentz/zeph...
27a3cbdb3285f92e034a714d8c5517ce3567dc6f
doc/Eidolos-config.yaml
doc/Eidolos-config.yaml
--- nick: Eidolos server: NAO write_keys: 1 write_normal_ttyrec: 1 write_interhack_ttyrec: 1 nhoptions: vikeys: 1 plugins: exclude: - Autologin MonsterColors: chromatic_nemeses: 1 PriceID: short_names: scroll: 60: [EW] 80: [EA, RC]...
Add another config example: mine
Add another config example: mine
YAML
bsd-3-clause
TAEB/Interhack2
fec6c9d9d462ae5e2955ced40a625ee36858e103
packages/fe/fedora-img-dl.yaml
packages/fe/fedora-img-dl.yaml
homepage: '' changelog-type: markdown hash: cbde2feddb6aa459f13ebf095a9d7e45d7db312fee4a5742022dfc55326f6332 test-bench-deps: {} maintainer: juhpetersen@gmail.com synopsis: Fedora image download tool changelog: | # Changelog ## 0.1 * initial release basic-deps: http-client: -any bytestring: -any unix: -any...
Update from Hackage at 2019-04-08T15:42:15Z
Update from Hackage at 2019-04-08T15:42:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
8f04551b2769d094b7c1f3cacf08dfce884b6010
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: pull_request: push: branches: - master jobs: test: name: Test with Rust ${{ matrix.rust }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: rust: [1.33.0, stable, beta, nightly] steps: - uses: actions/checkout@v2 - uses: hecrj/setup...
Add Github Actions CI configuration
Add Github Actions CI configuration
YAML
apache-2.0
tomprogrammer/rust-ascii
e5a354f412ceb00400e8b3b83872389e7e92f906
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: - master pull_request: branches: - master jobs: lint: name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Setup Node.js uses: actions/setup-node@v3 with: node-vers...
Create GitHub Action CI pipeline for linting and testing
Create GitHub Action CI pipeline for linting and testing
YAML
mit
deitch/smtp-tester
fedd86fe6ee38f78d56925d268bde9fce9e2b42e
.github/workflows/pr.yml
.github/workflows/pr.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: PR integration check on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 -...
Add github workflow PR integration check
Add github workflow PR integration check
YAML
apache-2.0
java-deobfuscator/deobfuscator
195b568fa58b95ad3515bd0b1b47c4d1c3d6ac85
packages/wa/wai-handler-hal.yaml
packages/wa/wai-handler-hal.yaml
homepage: http://github.com/bellroy/wai-handler-hal changelog-type: markdown hash: 8cc33858e2e53f89d5354b8741ebb54bf0a326fc56a38d0c09bc791c5baeef74 test-bench-deps: {} maintainer: Bellroy Tech Team <haskell@bellroy.com> synopsis: Wrap WAI applications to run on AWS Lambda changelog: | # Revision history for wai-handl...
Update from Hackage at 2021-04-15T04:58:26Z
Update from Hackage at 2021-04-15T04:58:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
88a3a6aa18a3f3ca57cb8b305df643917299ed53
packages/ga/gas.yaml
packages/ga/gas.yaml
homepage: '' changelog-type: '' hash: a6ad89a83fc08091aa6a84e25559c936463c3132917d804ca97b9ac81c44f06b test-bench-deps: {} maintainer: rightfold <rightfold@gmail.com> synopsis: Limit how many steps a program may take. changelog: '' basic-deps: free: ! '>=5.0 && <6' base: ! '>=4.11 && <4.12' transformers: ! '>=0.5...
Update from Hackage at 2018-08-14T19:08:51Z
Update from Hackage at 2018-08-14T19:08:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
3b9c0f259a0df669c334aa5e61198ee2d56dccf0
packages/la/language-vhdl.yaml
packages/la/language-vhdl.yaml
homepage: https://github.com/markus-git/language-vhdl changelog-type: '' hash: ddf852a921e7226baa7ee15ab6e44265b3b820df45f8a0bf71bb2833118d2c40 test-bench-deps: {} maintainer: mararon@chalmers.se synopsis: VHDL AST and pretty printer in Haskell changelog: '' basic-deps: base: ! '>=4 && <5' pretty: ! '>=1 && <2' all...
Update from Hackage at 2015-08-18T12:38:31+0000
Update from Hackage at 2015-08-18T12:38:31+0000
YAML
mit
commercialhaskell/all-cabal-metadata
17e068fb06b96fe42aadc95a50da7e45550dfc0b
.github/workflows/set-automatic-deploys-enabled.yaml
.github/workflows/set-automatic-deploys-enabled.yaml
name: Set automatic deploys run-name: Set automatic deploys to ${{ inputs.setAutomaticDeploys }} in ${{ inputs.environment }} on: workflow_dispatch: inputs: setAutomaticDeploys: description: 'Set automatic deploys' required: false type: choice options: - enabled ...
Update set automatic deploy workflow
Update set automatic deploy workflow This updates the workflow to use the changes in the resuable workflow.
YAML
mit
alphagov/release,alphagov/release,alphagov/release
fbdb5b248c426146d64e389dc64d42f7b3b643f9
.codeclimate.yml
.codeclimate.yml
engines: phpcodesniffer: enabled: true phpmd: enabled: true fixme: enabled: true ratings: paths: - "lib/**.php" - "tests/**.php" exclude_paths: []
Add default code climate configuration
Add default code climate configuration
YAML
mit
mscharley/colourist
5adcc36d3577b7b85d038787741ff08e783cd7d3
packages/ar/arity-generic-liftA.yaml
packages/ar/arity-generic-liftA.yaml
homepage: https://github.com/oisdk/arity-generic-liftA#readme changelog-type: '' hash: 40be27b56af59a5f884c1fc5dea1d756dd294707680a811132e174ec27c117b3 test-bench-deps: base: ! '>=4.7 && <5' arity-generic-liftA: -any doctest: ! '>=0.3.0' maintainer: mail@doisinkidney.com synopsis: Provides an arity-generic versio...
Update from Hackage at 2018-12-31T17:07:32Z
Update from Hackage at 2018-12-31T17:07:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
8315ff865f3ea9a9a90e2dbf71d6d4b4496bafeb
packages/fa/fakedata-quickcheck.yaml
packages/fa/fakedata-quickcheck.yaml
homepage: https://github.com/fakedata-haskell/fakedata-quickcheck#readme changelog-type: '' hash: 39b9fbb49513c32c5b86009ec45c663e95598682d58589b469dc89f12e07ef01 test-bench-deps: fakedata-quickcheck: -any base: '>=4.7 && <5' hspec: -any text: -any hspec-core: -any fakedata: '>=0.6.0 && <0.9.0' regex-tdfa...
Update from Hackage at 2020-10-15T07:37:13Z
Update from Hackage at 2020-10-15T07:37:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
da8743ae1032818cd17140a097c75ee918a06f6a
recipes/unidecode/meta.yaml
recipes/unidecode/meta.yaml
{% set name = "Unidecode" %} {% set version = "0.04.19" %} {% set sha256 = "51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ n...
{% set name = "Unidecode" %} {% set version = "0.04.19" %} {% set sha256 = "51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ n...
Add setuptools as a runtime req for unidecode since it uses pkg_resources
Add setuptools as a runtime req for unidecode since it uses pkg_resources
YAML
bsd-3-clause
chrisburr/staged-recipes,koverholt/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,jcb91/staged-recipes,blowekamp/staged-recipes,sannykr/staged-recipes,barkls/staged-recipes,sodre/staged-recipes,khallock/staged-recipes,scopatz/staged-recipes,grlee77/staged-recipes,Cashalow/staged-recipes,tylere/s...
2685f28ae3cfa68ba18dcd869865ce5491c0b639
recipes/alteryx-open-src-update-checker/meta.yaml
recipes/alteryx-open-src-update-checker/meta.yaml
{% set name = "alteryx-open-src-update-checker" %} {% set version = "2.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 726f8351c5a75a6ee1b9bba21a2f6915bc2d92f8693a9d1bc04bb2401f8427bc ...
Add recipe for ayx oss checker
Add recipe for ayx oss checker
YAML
bsd-3-clause
goanpeca/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recip...
f1cf21c38004aa96a64dbe2b1c6d1287e4b37dbd
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: build: runs-on: windows-latest env: Solution: Mahjong.sln Configuration: Release steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 0 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - name: Build...
Add action for CI builds
Add action for CI builds
YAML
apache-2.0
cry-inc/mahjong
0f1c1ae52c4ad41139f99ded33cc31fcf648dfdd
.github/workflows/pr.yml
.github/workflows/pr.yml
name: Pull Request on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set up JDK 11 uses: actions/setup-java@master with: java-version: 11 - name: Build with Maven run: mvn package - run: mkdir out - run: mv ta...
Add GitHub workflows file to validate PRs
Add GitHub workflows file to validate PRs
YAML
mit
fl0co/RC24-Bot,fl0co/RC24-Bot,Seriell/RC24-Bot
db7a55b8391a0c7395e11f1936c61175ae379b17
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
HOSTS: centos-5-x64: default_apply_opts: strict_variables: platform: el-5-x86_64 hypervisor : docker image: centos:5 # This stops the image from being deleted on completion, speeding up the process. docker_preserve_image: true CONFIG: type: foss log_level: debug
Add nodeset for centos5 on docker
Add nodeset for centos5 on docker
YAML
apache-2.0
sorrowless/puppet-openssl,sorrowless/puppet-openssl,bschonec/puppet-openssl,camptocamp/puppet-openssl,bschonec/puppet-openssl,MiamiOH/puppet-openssl,robbat2/puppet-openssl,MiamiOH/puppet-openssl,camptocamp/puppet-openssl,fuel-infra/puppet-openssl,robbat2/puppet-openssl,fuel-infra/puppet-openssl
cbc63a2a510e0ed9a5060dbaab86511158516651
packages/sh/shapes.yaml
packages/sh/shapes.yaml
homepage: https://github.com/ublubu/shapes#readme changelog-type: '' hash: 0bb1969bde0861eb061d883f2d9277b5f846e569f499b929244977ae83f69f42 test-bench-deps: either: -any base: ! '>=4.7 && <5' hspec: -any array: -any shapes-math: -any containers: -any shapes: -any lens: -any ghc-prim: -any linear: -a...
Update from Hackage at 2018-05-17T21:21:38Z
Update from Hackage at 2018-05-17T21:21:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
9226b8f113592197756a446c984bcbd2dff3a1f9
src/device-manager/mo/04.conect-plus.yaml
src/device-manager/mo/04.conect-plus.yaml
--- # This entry will be assigned to `lwm2m.objects` in RED.settings object. "43002": # conect+ Studio "0": "0": # API Base URL type: "STRING" acl: "RW" sensitive: true value: "https://api.studio.conect.plus/sensingData" "1": # Workspace ID ...
Add a new configuration object definition
Add a new configuration object definition
YAML
unknown
dbaba/candy-red,CANDY-LINE/candy-red,CANDY-LINE/candy-red,dbaba/candy-red,CANDY-LINE/candy-red,dbaba/candy-red
29d903780b93a2df9082ef6e3d0a1bb4342791ef
packages/ku/kurita.yaml
packages/ku/kurita.yaml
homepage: https://oss.xkcd.com/ changelog-type: markdown hash: 22638dfb56ebc8604485814e8fbc87bf696075981f46d41f1085ec31400c5f89 test-bench-deps: base: ^>=4.12.0.0 maintainer: oss@xkcd.com synopsis: Find the alpha emoji changelog: | # Revision history for kurita ## 0 -- 2019-04-01 * First version. Released on ...
Update from Hackage at 2019-05-06T21:00:49Z
Update from Hackage at 2019-05-06T21:00:49Z
YAML
mit
commercialhaskell/all-cabal-metadata
f69eec19110547bcda66fbe95615f3cb42a72452
packages/sc/scythe.yaml
packages/sc/scythe.yaml
homepage: https://github.com/dmjio/scythe changelog-type: markdown hash: d1c67063ee06280c2ef4f2ed2e979631a9685ccf73b6d840217d075ddbbf83c7 test-bench-deps: {} maintainer: djohnson.m@gmail.com synopsis: Fast CSV lexing on ByteString changelog: '' basic-deps: bytestring: -any base: <5 text: -any scythe: -any arr...
Update from Hackage at 2018-09-18T23:44:23Z
Update from Hackage at 2018-09-18T23:44:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
84f00486dc029c991656ea1f3b638afdd34a8ead
releasenotes/notes/queens-f99244e9db54ccf3.yaml
releasenotes/notes/queens-f99244e9db54ccf3.yaml
--- features: - > Used text-download service on horizon. The text-download service have been ported from Magnum UI to Horizon, so we use it. - > Added API service for Quotas. APIs for CLI, REST API for Ajax and REST service for Angular are added. Also stats and quota information are added into c...
Add release notes for Queens
Add release notes for Queens Change-Id: Ied299525fc9b0d603a3b0b60cfaa0b850e05108f
YAML
apache-2.0
openstack/magnum-ui,openstack/magnum-ui,openstack/magnum-ui,openstack/magnum-ui
a8dfc0afa1304272d2a818ae170978591cc2a143
.github/workflows/no-frontend-release.yml
.github/workflows/no-frontend-release.yml
name: Build/Push no-frontend docker image on: release: types: [ published ] jobs: main: if: github.repository == 'oncokb/oncokb' name: Build and Push runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: ref: master - name: Merge master to no-frontend ...
Add GitHub Action to general no-frontend docker image
Add GitHub Action to general no-frontend docker image
YAML
agpl-3.0
oncokb/oncokb,zhx828/oncokb,oncokb/oncokb,oncokb/oncokb,zhx828/oncokb,zhx828/oncokb
1a14af97fd5c0fee647de80f653b790cf3ed3bb1
django/applications/catmaid/fixtures/initial_data.yaml
django/applications/catmaid/fixtures/initial_data.yaml
- model: catmaid.dataviewtype pk: 1 fields: title: Legacy project list view code_type: legacy_project_list_data_view comment: > A simple list of all projects and their stacks. It is rendered in the browser with the help of JavaScript and it does not support any configuration options. T...
Put inital data view types data into fixture
Put inital data view types data into fixture The data in this fixture will be loaded on every manage.py migrate call (because of its name). Changes to the data view types available can now be made to the data in the fixture file instead of creating a new migration. This makes the handling of default data cleaner.
YAML
agpl-3.0
htem/CATMAID,fzadow/CATMAID,htem/CATMAID,fzadow/CATMAID,htem/CATMAID,htem/CATMAID,fzadow/CATMAID,fzadow/CATMAID
6cd431dfb4bdf72dee3e82106c147d17a659b735
.gitlab-ci.yml
.gitlab-ci.yml
# This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/plain-html pages: stage: deploy script: - mkdir .public - cp -r * .public - mv .public public artifacts: paths: - public only: - master
Add gitlab ci temlpate for HTML page
Add gitlab ci temlpate for HTML page
YAML
mit
Appiko/website,Appiko/website
0e6dd6492f48998b08378e58321b950bc145541f
.github/workflows/closed-issue-message.yml
.github/workflows/closed-issue-message.yml
name: Closed Issue Message on: issues: types: [closed] jobs: auto_comment: runs-on: ubuntu-latest steps: - uses: aws-actions/closed-issue-message@v1 with: # These inputs are both required repo-token: "${{ secrets.GITHUB_TOKEN }}" messa...
Add closed issue message github action
Add closed issue message github action
YAML
apache-2.0
aws/aws-iot-device-sdk-js,aws/aws-iot-device-sdk-js
8a372f899227e0f417ec525442b926e45a7fbe8b
recipes/wheel/meta.yaml
recipes/wheel/meta.yaml
{% set name = "wheel" %} {% set version = "0.29.0" %} {% set checksum = "555a67e4507cedee23a0deb9651e452f" %} package: name: {{ name.lower() }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5...
Add a recipe for wheel.
wheel: Add a recipe for wheel.
YAML
bsd-3-clause
jcb91/staged-recipes,chohner/staged-recipes,benvandyke/staged-recipes,JohnGreeley/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes,basnijholt/staged-recipes,goanpeca/staged-recipes,pstjohn/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,SylvainCorlay/staged-recipes,dfroger/stage...
a74e86b193051a6e40feb10399e77c73a7e7d562
appveyor.yml
appveyor.yml
environment: matrix: - TARGET: 1.11.0-x86_64-pc-windows-msvc - TARGET: 1.11.0-x86_64-pc-windows-gnu - TARGET: beta-x86_64-pc-windows-msvc - TARGET: beta-x86_64-pc-windows-gnu install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" - rust-%TARGET%.exe /VERYSILENT /NORES...
Add Appveyor (Windows CI) config
Add Appveyor (Windows CI) config
YAML
apache-2.0
jzhu98/telescope
f46c4ab52253ef55e8355332d131e3f99ade5c09
config/locales/bg.yml
config/locales/bg.yml
bg: cookies_eu: cookies_text: "Курабийките ни помагат да доставяме услугите си. Използвайки нашите услуги, вие се съгласявате с нашето използване на курабийки." learn_more: "Научи повече" ok: "ОК"
Add support for Bulgarian (BG)
Add support for Bulgarian (BG)
YAML
mit
infinum/cookies_eu,infinum/cookies_eu,infinum/cookies_eu
b9c14d0d37a8b6ad713a81d336b6afb14cadd1ce
packages/ma/math-interpolate.yaml
packages/ma/math-interpolate.yaml
homepage: https://github.com/thomaseding/math-interpolate changelog-type: '' hash: 256da141677506ed8d6e62ab4b74b8d531b6519c2da13208cf097754ed53ff04 test-bench-deps: {} maintainer: Thomas Eding synopsis: Class for interpolation of values changelog: '' basic-deps: base: ^>=4.12.0.0 all-versions: - 0.1.0.1 author: Thoma...
Update from Hackage at 2019-05-04T03:11:14Z
Update from Hackage at 2019-05-04T03:11:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
dd99c3679b982d9b1ac0852bcfa8814e44f38918
packages/in/involutive-semigroups.yaml
packages/in/involutive-semigroups.yaml
homepage: '' changelog-type: markdown hash: e77fb58ad0856bba76944c134d683e7d205038aba6b7a30d1df8a9ebbdde1adc test-bench-deps: {} maintainer: coltharp@pdx.edu synopsis: Semigroups with involution. changelog: | # Changelog for involutive-semigroups ## 0.1.0.0 -- 2020-07-30 * Initial release. basic-deps: bytestr...
Update from Hackage at 2020-07-30T06:50:18Z
Update from Hackage at 2020-07-30T06:50:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
d94e2238785ce0ad07b17f89e3de64b45f4af0e8
spec/fixtures/users.yml
spec/fixtures/users.yml
--- Admin: id: 1 login: "admin" firstname: "Redmine" lastname: "Admin" admin: 1 status: 1 language: "en" type: "User" John: id: 2 login: "john" firstname: "John" lastname: "Smith" admin: 1 status: 1 language: "en" type: "User" Dave: id: 3 login: "dave" firstname: "Dave" lastname:...
Add User fixture for library test
Add User fixture for library test
YAML
mit
planio-gmbh/redmine_charts,planio-gmbh/redmine_charts,planio-gmbh/redmine_charts,planio-gmbh/redmine_charts
0fe540c1fca4cb69a9877db3e4e7181f170f4982
.github/workflows/test_java_14.yml
.github/workflows/test_java_14.yml
name: Test Java 14 on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 14 uses: actions/setup-java@v2 with: java-version: '14' distribution: 'temurin' ...
Add Java 14 test flow
Add Java 14 test flow
YAML
apache-2.0
zxing/zxing,shixingxing/zxing,shixingxing/zxing,zxing/zxing
67f832c88dc4b654231f4c2ab66299b5bcac60e9
config/jobs/kubernetes/sig-cluster-lifecycle/kubeadm-kinder-rootless.yaml
config/jobs/kubernetes/sig-cluster-lifecycle/kubeadm-kinder-rootless.yaml
# AUTOGENERATED by https://git.k8s.io/kubeadm/kinder/ci/tools/update-workflows periodics: - name: ci-kubernetes-e2e-kubeadm-kinder-rootless-latest interval: 2h decorate: true labels: preset-dind-enabled: "true" preset-kind-volume-mounts: "true" annotations: testgrid-dashboards: sig-cluster-lifecycl...
Add e2e tests for rootless control-plane in kubeadm.
Add e2e tests for rootless control-plane in kubeadm.
YAML
apache-2.0
michelle192837/test-infra,fejta/test-infra,BenTheElder/test-infra,jessfraz/test-infra,monopole/test-infra,cblecker/test-infra,cjwagner/test-infra,michelle192837/test-infra,cjwagner/test-infra,cblecker/test-infra,dims/test-infra,cjwagner/test-infra,dims/test-infra,BenTheElder/test-infra,kubernetes/test-infra,fejta/test-...
e1a5491ed2986e479ef61795ef1e6e56e7e3b664
packages/at/attoparsec-time.yaml
packages/at/attoparsec-time.yaml
homepage: https://github.com/sannsyn/attoparsec-time changelog-type: '' hash: 3711c00bd9fb50627014b1cbd57d27e02fbed33a542e1c1051a99f361b16d8f3 test-bench-deps: base-prelude: <2 base: <5 filepath: ! '>=1.4 && <2' doctest: ==0.11.* directory: ! '>=1.2 && <2' maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> s...
Update from Hackage at 2017-02-01T12:17:02Z
Update from Hackage at 2017-02-01T12:17:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
a17d4211eb124e7ceb5b7070e059ad083cd9c55a
packages/ac/acquire.yaml
packages/ac/acquire.yaml
homepage: https://github.com/metrix-ai/acquire changelog-type: '' hash: fe0c53c5ac074ac29b66c9f1bd8705392e015071405d0ed77ce9a6ce33d12625 test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Abstraction over management of resources changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: ...
Update from Hackage at 2018-05-11T14:37:52Z
Update from Hackage at 2018-05-11T14:37:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
f157dc6cfcfff8698ec190bb7044f379a7f76450
packages/ha/hasbolt.yaml
packages/ha/hasbolt.yaml
homepage: https://github.com/zmactep/hasbolt#readme changelog-type: '' hash: f62755f2b0dc35c1e8c4d3baa4d5ddb6b97b914eef8f46d6d5c0a38ae57d1121 test-bench-deps: hasbolt: -any bytestring: -any base: -any hex: -any hspec: -any text: -any containers: -any QuickCheck: -any maintainer: pavel@yakovlev.me synops...
Update from Hackage at 2016-12-04T14:51:20Z
Update from Hackage at 2016-12-04T14:51:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
0813037810286be23646abeb42589d45c6148b25
roles/teams-server/vars/main.yml
roles/teams-server/vars/main.yml
springapp_artifact_id: teams-server springapp_artifact_type: jar springapp_artifact_group_dir: /org/openconext springapp_version: "{{ teams_server_version }}" springapp_snapshot_timestamp: "{{ teams_server_snapshot_timestamp }}" springapp_dir: "{{ teams_dir }}" springapp_user: teams springapp_service_name: teams spring...
springapp_artifact_id: teams-server springapp_artifact_type: jar springapp_artifact_group_dir: org.openconext springapp_version: "{{ teams_server_version }}" springapp_snapshot_timestamp: "{{ teams_server_snapshot_timestamp }}" springapp_dir: "{{ teams_dir }}" springapp_user: teams springapp_service_name: teams springa...
Fix for teams-server where artifact group_id was set incorrectly
Fix for teams-server where artifact group_id was set incorrectly
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,baszoetekouw/OpenConext-deploy,baszoetekouw/OpenConext-deploy,baszoetekouw/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,baszoetekouw/OpenConext-deploy,baszoetekouw/OpenConext-deploy
88b8edf8afa0d5d906df36d236d5236d8216a905
.github/workflows/ci.yml
.github/workflows/ci.yml
# Copyright 2020 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
Add initial GitHub Actions config for turbine
Add initial GitHub Actions config for turbine PiperOrigin-RevId: 346339430
YAML
apache-2.0
google/turbine
f2d7a71bd62e163d233bf41b5eff191f960f0262
wercker.yml
wercker.yml
box: dosomething/ds-docker-php build: steps: - leipert/composer-install@0.9.1 - wercker/npm-install - script: name: start mysql code: sudo service mysql start - script: name: run phpunit test suite code: |- mysql -u homestead -psecret -e "...
Add Wercker config for builds.
Add Wercker config for builds.
YAML
mit
DoSomething/rogue,DoSomething/rogue,DoSomething/rogue
9a3f2f361e525e4b04664623967378c4ba2da481
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: - master - main - "v*" pull_request: schedule: - cron: '0 3 * * *' # daily, at 3am env: FORCE_COLOR: 1 jobs: lint: name: Linting runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 wi...
Add GitHub Actions workflow for CI
Add GitHub Actions workflow for CI
YAML
mit
stonecircle/ember-cli-notifications,stonecircle/ember-cli-notifications