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
61d6182f93df52b0fb2c8e9ba29ebfcea6461511
azure-pipelines.yml
azure-pipelines.yml
jobs: - job: OpenJDK8 pool: vmImage: 'ubuntu-16.04' steps: - bash: | set -ev curl -O -L --retry 3 https://github.com/sormuras/bach/raw/master/install-jdk.sh source install-jdk.sh --url https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-jdk8.0.212-linux_x64.tar.gz ./gradlew --no-daemon --v...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
apache-2.0
gamerson/liferay-blade-cli,gamerson/liferay-blade-cli,gamerson/liferay-blade-cli
ab8e602b2a84f529812ef10791bed4740522d2ed
azure-pipelines.yml
azure-pipelines.yml
# ASP.NET Core (.NET Framework) # Build and test ASP.NET Core projects targeting the full .NET Framework. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - master pool: vmImage: 'windows-latest' variables: soluti...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
apache-2.0
stsrki/fluentmigrator,stsrki/fluentmigrator,spaccabit/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,fluentmigrator/fluentmigrator,schambers/fluentmigrator,spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,schambers/fluentmigrator,igitur/fluentmigrator
b702aba9c8cc962c73810ec906c4ffefe754d29f
installations/ansible/setup_cron_schedule.yml
installations/ansible/setup_cron_schedule.yml
#!/usr/bin/env ansible-playbook - name: Setup Pi scheduling for art installation hardware used in Life In Lights hosts: installations tasks: - cron: name="Update twyla-opus" minute="50" hour="16" job="cd /home/pi/twyla-opus && git pull" - cron: name="Turn on projector" minute="0" hour="17" job="irsend SEND...
Add playbook to allow configuration of cron tasks via ansible tasks (replaces file-based cron configuration)
Add playbook to allow configuration of cron tasks via ansible tasks (replaces file-based cron configuration)
YAML
apache-2.0
LifeInLights/twyla
c37819a512868651fe543a00737053bd4eb032b5
.forestry/front_matter/templates/blog-post.yml
.forestry/front_matter/templates/blog-post.yml
--- label: Blog Post hide_body: false fields: - type: text name: layout label: layout - type: text name: title label: title - type: text name: subtitle label: subtitle - type: datetime name: date label: date - type: text name: author label: author - type: file name: header-img label: header-img
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
akshaykhale1992/akshaykhale1992.github.io,akshaykhale1992/akshaykhale1992.github.io,akshaykhale1992/akshaykhale1992.github.io,akshaykhale1992/akshaykhale1992.github.io
2544d112170759fa055a7754e0133ff02ff3ea56
packages/dh/dhall-docs.yaml
packages/dh/dhall-docs.yaml
homepage: '' changelog-type: markdown hash: 4bed14ef56312e853aac5865e62ab334dfab38345027a20830a8ce8239467b3f test-bench-deps: path: -any base: -any text: -any HaXml: '>=1.25.5' dhall-docs: -any filepath: <1.5 doctest: '>=0.7.0 && <0.18' tasty-silver: <=3.1.15 containers: -any tasty: <1.4 pretty: '...
Update from Hackage at 2020-07-09T03:21:43Z
Update from Hackage at 2020-07-09T03:21:43Z
YAML
mit
commercialhaskell/all-cabal-metadata
7acf0f718029443249c3d29708542cb712e0ac51
.github/workflows/release-notes.yml
.github/workflows/release-notes.yml
on: push # push: # tags: # - 'v*' name: Create release notes jobs: build: name: Create release notes runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Create Release id: create_release uses: actions/create-release@v1 ...
Add Action for automatic generation of release notes upon tag push
Add Action for automatic generation of release notes upon tag push [ci skip]
YAML
mit
PMEAL/OpenPNM
70775b82564ea33337ba496bdacc7fbd1db7caf7
packages/me/membership.yaml
packages/me/membership.yaml
homepage: https://github.com/fumieval/membership changelog-type: markdown hash: 3a11d8fd53cb1a76bb9273e6c929bbf9d649f109714bf487abb3143be04ddc81 test-bench-deps: {} maintainer: fumiexcel@gmail.com synopsis: Indices for type level lists changelog: | # Revision history for membership ## 0 -- YYYY-mm-dd * First ve...
Update from Hackage at 2019-05-31T09:14:38Z
Update from Hackage at 2019-05-31T09:14:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
241bf8d112daffd147d1f7983f1fee5bffd019cd
circle.yml
circle.yml
# # circle.yml # # Copyright (c) 2016-2017 Junpei Kawamoto # # This software is released under the MIT License. # # http://opensource.org/licenses/mit-license.php # machine: services: - docker test: post: - docker build --rm=false -t itslabq/youtube-comment-crawler -f dockerfile/Dockerfile . deployment: ...
Add a configuration file to Circle CI.
Add a configuration file to Circle CI.
YAML
mit
itslab-kyushu/youtube-comment-crawler,itslab-kyushu/youtube-comment-crawler
d2185968cacb8f1904c124e43ea2a27e6e20c992
recipes/conda-env/meta.yaml
recipes/conda-env/meta.yaml
{% set version = "2.5.2" %} package: name: conda-env version: {{ version }} source: fn: conda-env-{{ version }}.tar.gz url: https://github.com/conda/conda-env/archive/v{{ version }}.tar.gz sha256: 7ca59fa861a3145e94c0d1377bf0bd78735f19123234bd3fcf4024a8f8e8ce03 build: number: 0 script: python setup.py ...
Add a recipe to build conda-env.
conda-env: Add a recipe to build conda-env.
YAML
bsd-3-clause
birdsarah/staged-recipes,mariusvniekerk/staged-recipes,ceholden/staged-recipes,sannykr/staged-recipes,jjhelmus/staged-recipes,blowekamp/staged-recipes,hajapy/staged-recipes,kwilcox/staged-recipes,barkls/staged-recipes,Savvysherpa/staged-recipes,larray-project/staged-recipes,synapticarbors/staged-recipes,gqmelo/staged-r...
141cf3792a432f9ef7cb12817c553521b30311b5
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm install: - composer install script: phpunit -c phpunit.xml.dist
language: php php: - 5.4 - 5.5 - 5.6 - hhvm install: - composer install script: > phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Send code coverage to scrutinizer.
Send code coverage to scrutinizer.
YAML
mit
vanilla/garden
7272f73948ed315d7309ec089fcff529a8b7962b
.travis.yml
.travis.yml
language: python python: - 2.7 sudo: false env: - TOX_ENV=py27 - TOX_ENV=docs - TOX_ENV=lint install: - pip install tox script: - tox -e $TOX_ENV notifications: slack: rooms: - readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#general on_success: change on_failure: always
language: python python: - 2.7 sudo: false env: - TOX_ENV=py27 - TOX_ENV=docs - TOX_ENV=lint install: - pip install tox script: - tox -e $TOX_ENV notifications: slack: rooms: - readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random on_success: change on_failure: always
Move slack alerts to random
Move slack alerts to random
YAML
mit
rtfd/sphinx-autoapi,rtfd/sphinx-autoapi,rtfd/sphinx-autoapi,rtfd/sphinx-autoapi
6906770aa34cf64ade47a4b0c9057e50ea9a07d0
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.1.8 - 2.2.4 - 2.3.1 - 2.4.0 gemfile: - Gemfile - gemfiles/rails-4.2.gemfile - gemfiles/rails-5.0.gemfile - gemfiles/rails-master.gemfile matrix: exclude: - gemfile: Gemfile rvm: 2.1.8 - gemfile: gemfiles/rails-master.gemfile rvm: 2...
language: ruby sudo: false cache: bundler rvm: - 2.1.8 - 2.2.4 - 2.3.1 - 2.4.0 gemfile: - Gemfile - gemfiles/rails-4.2.gemfile - gemfiles/rails-5.0.gemfile - gemfiles/rails-master.gemfile matrix: exclude: - gemfile: Gemfile rvm: 2.1.8 - gemfile: gemfiles/rails-master.gemfile rvm: 2...
Allow failures for rails master
Allow failures for rails master
YAML
mit
Shopify/measured-rails
92f5a38b8027084c6b15d3aff4a9ee050f777ad4
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "4" before_script: - npm install script: - npm run lint - npm test
language: node_js node_js: - "7" before_script: - npm install - npm run babel script: - npm run lint - npm test
Append babel and remove node4
Append babel and remove node4
YAML
apache-2.0
Nate-River56/chatwork-utils
782f3e079cec8f0b27aa98e7f1f4710edae13cfc
.travis.yml
.travis.yml
language: python dist: trusty python: - "2.7" sudo: required cache: pip: true directories: - $HOME/buildout-cache addons: apt: packages: - chromium-browser - chromium-chromedriver virtualenv: system_site_packages: true before_install: - wget http://chromedriver.storage.googleapis.c...
language: python dist: trusty python: - "2.7" sudo: required cache: pip: true directories: - $HOME/buildout-cache addons: apt: packages: - chromium-browser - chromium-chromedriver virtualenv: system_site_packages: true before_install: - wget http://chromedriver.storage.googleapis.c...
Allow the server to start
Allow the server to start
YAML
mit
blink1073/jupyter-selenium-test,blink1073/jupyter-selenium-test,blink1073/jupyter-selenium-test
ec7f20ff3183f724cdb57653836efebb6b78ca2f
.travis.yml
.travis.yml
language: node_js node_js: - "0.11"
language: node_js node_js: - "0.11" before_install: npm install -g grunt-cli
Make sure Travis-CI knows to install Grunt
Make sure Travis-CI knows to install Grunt
YAML
mit
daveross/arrive-js
490a598d84d61a6f9ec0b8fbee0c4c7983c32b60
snap/snapcraft.yaml
snap/snapcraft.yaml
name: mapscii version: master summary: The Whole World In Your Console description: | A node.js based Vector Tile to Braille and ASCII renderer for xterm-compatible terminals. grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict apps: mapscii: command: mapscii pl...
Add the packaging metadata to build the mapscii snap
Add the packaging metadata to build the mapscii snap
YAML
mit
rastapasta/mapscii,rastapasta/mapscii
dd5f8cd205a5686a4314d1e60dd57f499e4be718
.github/workflows/gradle-wrapper-validation.yml
.github/workflows/gradle-wrapper-validation.yml
name: "Validate Gradle Wrapper" on: [push, pull_request] jobs: validation: name: "Validation" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: gradle/wrapper-validation-action@v1
Add Gradle Wrapper Validation Workflow
Add Gradle Wrapper Validation Workflow
YAML
mit
freefair/okhttp-spring-boot
27e8dd7b6f5c163f7b738a77e2af41698eaa26aa
Resources/config/routing/session.yml
Resources/config/routing/session.yml
doctrine_user_session_new: pattern: /new defaults: { _controller: DoctrineUserBundle:Session:new } requirements: { _method: "GET" } doctrine_user_session_create: pattern: /create defaults: { _controller: DoctrineUserBundle:Session:create } requirements: { _method: ...
doctrine_user_session_new: pattern: /session/new defaults: { _controller: DoctrineUserBundle:Session:new } requirements: { _method: "GET" } doctrine_user_session_create: pattern: /session/new defaults: { _controller: DoctrineUserBundle:Session:create } requirements: ...
Update routing to make it more REST compliant
Update routing to make it more REST compliant
YAML
mit
XWB/FOSUserBundle,dunglas/DoctrineUserBundle,FriendsOfSymfony/FOSUserBundle,XWB/FOSUserBundle
990007ea4793248c66777a730c807b43447277f5
packages/ar/arrow-utils.yaml
packages/ar/arrow-utils.yaml
homepage: https://github.com/miguel-negrao/ changelog-type: markdown hash: 77a14440d90d38bc21818a4320e14e1fb0afdfc93b99683fd7bb189904506256 test-bench-deps: test-framework: ==0.8.* base: ==4.14.* test-framework-quickcheck2: ==0.3.* arrow-utils: -any QuickCheck: ==2.14.* maintainer: miguel.negrao@friendlyvirus...
Update from Hackage at 2021-07-29T12:39:42Z
Update from Hackage at 2021-07-29T12:39:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
730ac9e4d898afcdda653542bea425d8efc69ab4
packages/nm/nmis-parser.yaml
packages/nm/nmis-parser.yaml
homepage: https://github.com/v0d1ch/nmis-parser#readme changelog-type: '' hash: 766b6152364f78fa58d4f547dc75d5a0139ae18b11e07d8226f69c4b2282a4eb test-bench-deps: base: -any Nmis: -any maintainer: brutallesale@gmail.com synopsis: NMIS file parser changelog: '' basic-deps: base: ! '>=4.7 && <5' megaparsec: -any ...
Update from Hackage at 2017-08-12T15:50:52Z
Update from Hackage at 2017-08-12T15:50:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
e3a879e31982adac8687fb1d2d396780bfe2a76f
gen/interpolate.yaml
gen/interpolate.yaml
# Now let's interpolate between parameters to create an animation! --- mode: interpolate # When using mode 'interpolate', we'll have to provide a # set of keyframes with parameters to interpolate between. constrained: True fps: 30 # Let's specify an animation: keyframes: # Person #1 goes from ...
Add yaml file to demonstrate interpolations
Add yaml file to demonstrate interpolations
YAML
mit
zo7/deconvfaces
e354c09c3ab3d439e06cbdb2eff98fa499b5c425
appveyor.yml
appveyor.yml
os: Visual Studio 2015 platform: x64 install: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' - choco install strawberryperl - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - git clone https://github.com/rakudo/rakudo.git %APPVEYOR_BUILD_FOLDER%\...
Add support for AppVeyor Windows CI build
Add support for AppVeyor Windows CI build
YAML
artistic-2.0
azawawi/farabi6,azawawi/farabi6
a186796f49eeb748d818d6d2334dfaa46ef80432
compose/docker-compose-consul-cluster.yml
compose/docker-compose-consul-cluster.yml
version: "3" services: # # Deploying a Consul cluster using this file assumes that overlay network 'voltha_net' # has already been created. To deploy the cluster, issue the command: # # docker stack deploy -c docker-compose-consul-cluster.yml consul # # This command will create overlay network 'consul_net'. # c...
Update consul to run in a multi-host swarm mode docker engine
VOL-56: Update consul to run in a multi-host swarm mode docker engine Change-Id: I46613cc580a21e2b32654a4d857662a4b0f3a0c2
YAML
apache-2.0
opencord/voltha,opencord/voltha,opencord/voltha,opencord/voltha,opencord/voltha
4057310ae8cd5a59dc21ff8c9168653119539cdb
buckets.yaml
buckets.yaml
# A mapping of bucket URLs to bucket metadata # # Possible bucket metadata: # prefix: the identifier used for this bucket on the test-history dashboard. # sequential: an optional boolean that indicates whether test runs in this # bucket are numbered sequentially. This is used for an optimization in the # te...
# A mapping of bucket URLs to bucket metadata. # # Possible bucket metadata: # contact: github name to contact # prefix: the identifier used for this bucket on the test-history dashboard. # sequential: an optional boolean that indicates whether test runs in this # bucket are numbered sequentially. This is use...
Add contact info for each prefix
Add contact info for each prefix
YAML
apache-2.0
mtaufen/test-infra,michelle192837/test-infra,shyamjvs/test-infra,michelle192837/test-infra,cblecker/test-infra,mikedanese/test-infra,shyamjvs/test-infra,monopole/test-infra,cblecker/test-infra,dchen1107/test-infra,ixdy/kubernetes-test-infra,brahmaroutu/test-infra,mindprince/test-infra,jlowdermilk/test-infra,kargakis/te...
6ae7ddb352c16c845d8b2b06351b5cb8bbde17e3
examples/aws/clusters/elk_standalone.yaml
examples/aws/clusters/elk_standalone.yaml
--- #-------------------------------------------- # ELK Standalone server. #-------------------------------------------- name: ELKStandalone environment: awstest_useast1 credentials_file: "/home/vagrant/.aws/credentials" profile_name: "default" public_key_loc: "/tmp/symphonykey.pub" private_key_loc: "/tmp/symphonykey...
Add the Elk standalone example cluster config
Add the Elk standalone example cluster config
YAML
apache-2.0
bdastur/symphony,bdastur/symphony
77ccfead5d368e4857b1ec1f331c405a3df9c0f1
src/main/resources/db/changelogs/db.changelog_073.yaml
src/main/resources/db/changelogs/db.changelog_073.yaml
databaseChangeLog: - changeSet: id: 73 author: Pontus Doverstav changes: - dropColumn: schemaName: contentschema tableName: nuggets columnName: type
Add changelog for deleting types from nuggets table
Add changelog for deleting types from nuggets table
YAML
mit
kits-ab/gakusei,kits-ab/gakusei,kits-ab/gakusei
ad318bb7cbfd51d946d01455d7a3a1ca1fb7b4a8
.travis.yml
.travis.yml
# Travis CI configuration file. language: php # Use the new, faster build containers. sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 script: find . -name '*.php' -exec php -lf {} \;
Add config for Travis CI
Add config for Travis CI Fixes #3
YAML
mit
WordPoints/l10n-validator-config
5b30f27f0a8e779cd0edfb36f3eb6195fc7550fc
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
language: node_js node_js: - '0.10' before_install: - npm install -g npm@2 before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start
Make Travis CI use newer npm
Make Travis CI use newer npm Our Travis CI build is failing because react isn't being installed when npm install is run. I am attempting to use a newer version of npm in hopes that this will resolve the issue for us.
YAML
mit
realestate-com-au/react-waypoint,NikolaIliev/react-waypoint,tobiasquinn/react-waypoint,brigade/react-waypoint,TheNounProject/react-waypoint,plain-vanilla-games/react-waypoint,verbling/react-waypoint,nickclaw/react-waypoint,brigade/react-waypoint
aa37ea9ddfd61fcd7a91d3a413ba4c54cbaa9140
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" install: - pip install -e . script: python setup.py test
Add config for Travis CI
Add config for Travis CI
YAML
mit
Kromey/pynano
b9c98bced45b539df53eb84c389a25ccc3433ed7
.travis.yml
.travis.yml
env: - NODE_VERSION=0.10 - NODE_VERSION=0.12 os: - linux - osx install: - git clone https://github.com/creationix/nvm.git /tmp/.nvm - source /tmp/.nvm/nvm.sh - nvm install $NODE_VERSION - nvm use $NODE_VERSION - if [ $TRAVIS_OS_NAME == "linux" ]; then sudo apt-get install build-essential git l...
env: - NODE_VERSION=0.10 - NODE_VERSION=0.12 os: - linux - osx install: - git clone https://github.com/creationix/nvm.git /tmp/.nvm - source /tmp/.nvm/nvm.sh - nvm install $NODE_VERSION - nvm use $NODE_VERSION - if [ $TRAVIS_OS_NAME == "linux" ]; then sudo apt-get install build-essential git l...
Enable RANDR extension for xvfb
Enable RANDR extension for xvfb
YAML
mit
Galactix/atom,hellendag/atom,davideg/atom,acontreras89/atom,Galactix/atom,Huaraz2/atom,mrodalgaard/atom,codex8/atom,dsandstrom/atom,Arcanemagus/atom,pkdevbox/atom,ali/atom,bencolon/atom,YunchengLiao/atom,pengshp/atom,me-benni/atom,john-kelly/atom,lovesnow/atom,Galactix/atom,woss/atom,ralphtheninja/atom,yamhon/atom,isgh...
382ef241aa05c474fbdcb3e95266d4b868592b14
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" install: - pip install coveralls script: - nosetests --with-coverage --cover-package=blackjack after_success: - coveralls
Add support for Travis CI and Coveralls
Add support for Travis CI and Coveralls Add a configuration file for Travis CI with support for Coveralls in order to enable automatic testing of the application.
YAML
mit
ExcaliburZero/blackjack
645b970ed88a94acc5cd5f80e206373c721139bf
.travis.yml
.travis.yml
language: cpp compiler: - gcc script: - mkdir build - cd build - cmake .. - cmake --build . --target all -- - cmake --build . --target package -- after_script: - ctest - cmake --build . --target Continous
Add Travis-CI configuration for github.
Add Travis-CI configuration for github. Signed-off-by: Peter Hille (png!das-system) <4b8373d016f277527198385ba72fda0feb5da015@das-system-networks.de>
YAML
bsd-3-clause
png85/dsnutil_cpp
ba23b111270f19d3e64cffda263006507cd5f8c6
.travis.yml
.travis.yml
language: go sudo: false go: - tip before_install: - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover script: - $HOME/gopath/bin/goveralls -service=travis-ci
Add Travis config including coveralls
Add Travis config including coveralls
YAML
mit
nochso/colourl,nochso/colourl
6f9209ec679255c438ddbbd176e052e7e0173426
.travis.yml
.travis.yml
language: python install: - pip install tox script: - tox env: - TOXENV=py33 - TOXENV=py34 - TOXENV=py26 - TOXENV=py27 - TOXENV=pypy - TOXENV=pep8
Enable testing on Travis CI
Enable testing on Travis CI
YAML
apache-2.0
briancurtin/rackspace-sdk-plugin,rackerlabs/rackspace-sdk-plugin
79c159401a38aea2008f7879408688535b13f69a
.travis.yml
.travis.yml
language: d sudo: false d: - dmd-2.064.2 - dmd-2.065.0 - dmd-2.066.1 - dmd-2.067.0-b2 - ldc-0.14.0 - ldc-0.15.1 - gdc-4.9.0 script: - dub test --compiler=${DC} -c library-nonet - dub build --compiler=${DC} - DC=${DMD} ./build.sh - DUB=`pwd`/bin/dub COMPILER=${DC} test/run-unittest.sh
language: d sudo: false d: - dmd-2.064.2 - dmd-2.065.0 - dmd-2.066.1 - dmd-2.067.0 - ldc-0.14.0 - ldc-0.15.1 - gdc-4.9.0 script: - dub test --compiler=${DC} -c library-nonet - dub build --compiler=${DC} - DC=${DMD} ./build.sh - DUB=`pwd`/bin/dub COMPILER=${DC} test/run-unittest.sh
Test against DMD 2.067.0 final.
Test against DMD 2.067.0 final.
YAML
mit
schuetzm/dub,grogancolin/dub,dreamsxin/dub,alexeibs/dub,rjframe/dub,xentec/dub,gedaiu/dub,jelmansouri/dub,p0nce/dub,nazriel/dub,Abscissa/dub-data-mod,y12uc231/dub,D-Programming-Language/dub,jeanbaptistelab/dub,Flamaros/dub,Abscissa/dub,Geod24/dub
cd83c7e54822dccfb16af4c8f07c444fa1e84f4f
.travis.yml
.travis.yml
language: node_js node_js: - "iojs" - "0.12" - "0.10" after_success: - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
sudo: false language: node_js node_js: - "iojs" - "0.12" - "0.10" after_success: - "cat artifacts/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
Use docker builds for faster feedback
:racehorse: Use docker builds for faster feedback
YAML
bsd-3-clause
roderickhsiao/fluxible-action-utils,yahoo/fluxible-action-utils
e48043d24179d55f648feb71877b5daefb8c5fd2
.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 ...
Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released.
Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. git-svn-id: 92d2f100b6cafdf88e1adb9671e85c40510aab88@1770089 13f79535-47bb-0310-9956-ffa450edef68
YAML
apache-2.0
apache/commons-jxpath,apache/commons-jxpath,apache/commons-jxpath
d855c7a81a7b772a0b01fb3ee0fd0deda0a64d18
packages/ai/aip.yaml
packages/ai/aip.yaml
homepage: https://github.com/qfpl/aip changelog-type: text hash: 71b2588224d8e4e4c9f15421ddf7d458664a9268bfe4aac000bdfb1a8f8d3881 test-bench-deps: base: <5 && >=3 quickcheck-text: -any filepath: ! '>=1.3' parsec: ! '>=3.1' doctest: ! '>=0.9.7' QuickCheck: ! '>=2.0' template-haskell: ! '>=2.8' directory:...
Update from Hackage at 2017-08-25T06:10:22Z
Update from Hackage at 2017-08-25T06:10:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
e0e017d349e51eaa835567cb41a94d47933fac7d
test-environment.yaml
test-environment.yaml
name: test-environment channels: - defaults - conda-forge dependencies: - numpy>=1.11.0 - pyyaml>=3.12 - pytest>=3.0.0 - pytest-cov>=2.3.1 - python=${TRAVIS_PYTHON_VERSION} - cerberus>=1.0.0 - pint>=0.7.2 - beautifulsoup4 - simplejson - requests
name: test-environment channels: - defaults - conda-forge dependencies: - numpy>=1.11.0 - pyyaml>=3.12 - pytest>=3.0.0 - pytest-cov>=2.3.1 - python=${TRAVIS_PYTHON_VERSION} - cerberus>=1.0.0 - pint>=0.7.2 - beautifulsoup4 - simplejson - requests - pandas
Add pandas to test environment
Add pandas to test environment
YAML
bsd-3-clause
bryanwweber/PyKED,pr-omethe-us/PyKED
49449440e2bcdbbfc19f058b7ec57c2c150340f5
packages/dj/djembe.yaml
packages/dj/djembe.yaml
homepage: https://github.com/reedrosenbluth/Djembe changelog-type: '' hash: 606ac21ce603fef222f79a7c78bbb82abbd124d04c782e5a1684fdb099d386de test-bench-deps: base: -any hspec: -any QuickCheck: -any djembe: -any maintainer: Reed.Rosenbluth@gmail.com synopsis: Hit drums with haskell changelog: '' basic-deps: ba...
Update from Hackage at 2016-01-19T20:35:48+0000
Update from Hackage at 2016-01-19T20:35:48+0000
YAML
mit
commercialhaskell/all-cabal-metadata
3b6e576fd391a2bc5f52156dac6a53a679cdd00f
packages/gi/githud.yaml
packages/gi/githud.yaml
homepage: http://github.com/gbataille/gitHUD#readme changelog-type: '' hash: 9453ca80e53332cf234b51c0753cf9629998cce0001e00711bf8ff658b9f962b test-bench-deps: tasty-smallcheck: ! '>=0.8 && <0.9' base: -any parsec: ! '>=3.1.9 && <4' tasty-quickcheck: ! '>=0.8 && <0.9' mtl: ! '>=2.2.1 && <3' tasty-hunit: ! '>...
Update from Hackage at 2018-03-24T08:43:47Z
Update from Hackage at 2018-03-24T08:43:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
3abe6be08cb8957b2125116b90db5f29fa384952
packages/we/weeder.yaml
packages/we/weeder.yaml
homepage: https://github.com/ndmitchell/weeder#readme changelog-type: text hash: 4a7f8a8561b50c8d913e39f2ede2631e54a3c89092cff0e912dec27297aa5569 test-bench-deps: {} maintainer: Neil Mitchell <ndmitchell@gmail.com> synopsis: Detect dead code changelog: ! "Changelog for Weeder\n\n0.1\n Initial version\n" basic-deps: ...
Update from Hackage at 2017-04-28T20:30:26Z
Update from Hackage at 2017-04-28T20:30:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
133609038c7a86921f92ca12baf86ba625ee3202
appveyor.yml
appveyor.yml
# Notes: # - Minimal appveyor.yml file is an empty file. All sections are optional. # - Indent each level of configuration with 2 spaces. Do not use tabs! # - All section names are case-sensitive. # - Section names should be unique on each level. #---------------------------------# # general configuration...
Add AppVeyor Windows CI yml
Add AppVeyor Windows CI yml
YAML
mit
sago007/PlatformFolders
9a2a75cdfe127cce80397da5213fa2d00093fe6f
roles/StackStorm.nodejs/defaults/main.yml
roles/StackStorm.nodejs/defaults/main.yml
--- # nodejs version to install nodejs_major_version: "{% if st2_version == 'latest' %}14{% elif st2_version is version('3.5.0', '<') %}10{% else %}14{% endif %}"
--- # nodejs version to install nodejs_major_version: "{% if st2_version == 'latest' or st2_version is version('3.5.0', '<') %}14{% else %}10{% endif %}"
Simplify the if else to determine the default nodejs version
Simplify the if else to determine the default nodejs version
YAML
apache-2.0
armab/ansible-st2,StackStorm/ansible-st2
d024dc386c2ee0caeab10903c173234996ddd171
update_idb_de_dusseldorf.yml
update_idb_de_dusseldorf.yml
--- - hosts: localhost roles: # Enable or disable to suit your needs # This role automatically send logs to central server each time the device gets an Internet connection - logs - role: kalite version: "0.15.0" lang: "['en','ar','de']" - role: zim_install zim_name: "wikiped...
Add conf file for Welcome Point Dusseldorf, DE.
Add conf file for Welcome Point Dusseldorf, DE.
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
a7bab759fe4514b3409db9585a71d28c0ade3aab
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all - type: directory path: _code label: Code create: all match: "**/*" upload_dir: uploads public_path: "/uploads" front_matter_path...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
touchRED/touchred.github.io,touchRED/touchred.github.io,touchRED/touchred.github.com,touchRED/touchred.github.com
ba518acfcfc8c1046a65b35b0fadaadb6413f054
.github/dependabot.yml
.github/dependabot.yml
# GitHub Dependabot configuration file version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" # Maintain dependencies for maven - package-ecosystem: "maven" directory: "/" schedule: interval: ...
Add GitHub Dependabot configuration file
build: Add GitHub Dependabot configuration file Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
YAML
apache-2.0
osgi/osgi.enroute,osgi/osgi.enroute
6b2f4cd5f138ecca9cae23a4cb9a42f9a10853f3
packages/ch/chart-svg.yaml
packages/ch/chart-svg.yaml
homepage: https://github.com/tonyday567/chart-svg#readme changelog-type: '' hash: be74f6efa8abb68743672b69aba1a07461aa7d2822d988f460b5c918ba258433 test-bench-deps: {} maintainer: tonyday567@gmail.com synopsis: See readme.md changelog: '' basic-deps: lucid: -any JuicyPixels: -any base: ! '>=4.7 && <5' time: -any...
Update from Hackage at 2020-04-03T01:44:51Z
Update from Hackage at 2020-04-03T01:44:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
6ca2aa3c0d127e20f43d7476b62af32b22dcc32b
packages/fa/fake-type.yaml
packages/fa/fake-type.yaml
homepage: http://github.com/aelve/fake-type changelog-type: markdown hash: a4bb6f2f63892f1fe23517938d8d3855a4b47cfe785313e021f6ca34d84b9851 test-bench-deps: {} maintainer: Artyom <yom@artyom.me> synopsis: A crossplatform library to simulate keyboard input changelog: ! '# 0.1.0.0 First release. Only Linux support is...
Update from Hackage at 2015-12-20T18:26:15+0000
Update from Hackage at 2015-12-20T18:26:15+0000
YAML
mit
commercialhaskell/all-cabal-metadata
458349f0a1792d2fa533c1593a46cf0f7a873778
packages/sp/spirv-reflect-yaml.yaml
packages/sp/spirv-reflect-yaml.yaml
homepage: '' changelog-type: markdown hash: 1a9e23f81260ec65df0a9f7de4251331145c0b1fe6868588a845a21bb8f1fe7b test-bench-deps: base: '>=4.7 && <5' spirv-reflect-yaml: -any filepath: -any tasty-hunit: -any tasty: -any directory: -any maintainer: ic.rbow@gmail.com synopsis: YAML loader for spirv-reflect tool. ...
Update from Hackage at 2022-07-04T21:26:50Z
Update from Hackage at 2022-07-04T21:26:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
f991c7ebecb3cdfb354965fa857bda52e6eb24de
.github/workflows/automerge.yml
.github/workflows/automerge.yml
name: automerge on: pull_request: types: - edited - labeled - opened - ready_for_review - reopened - synchronize - unlabeled - unlocked pull_request_review: types: - submitted check_suite: types: - completed status: {} jobs: automerge: ...
Add workflow to auto-merge PRs
Add workflow to auto-merge PRs Add a GitHub Actions workflow that automatically merges PRs.
YAML
apache-2.0
martincostello/browserstack-automate
458ee1e953f81c31d5cc4ebd0588dbcbd474b463
tests/helpers/inputconfig.yaml
tests/helpers/inputconfig.yaml
bcftools: bcftools_index: ft: ['.vcf.gz'] bcftools_isec: ft: ['.vcf.gz'] bcftools_stats: ft: ['.vcf.gz'] bedtools: bedtools_coverage: ft: ['.bed', '.bam'] output: [PUR.HG00731.tiny.sort.bam.coverage10.bed] bedtools_min_genomecov: ft: ['.bam'] output: [PUR.HG00731.tiny.sort.bam.10....
Add config file for input configuration
Add config file for input configuration
YAML
mit
percyfal/snakemakelib-rules,percyfal/snakemake-rules,percyfal/snakemake-rules,percyfal/snakemakelib-rules,percyfal/snakemakelib-rules
7ba49a5a566fda4581b313bbccb02549e9c255d6
cmd/gke-exec-auth-plugin/cloudbuild.yaml
cmd/gke-exec-auth-plugin/cloudbuild.yaml
steps: - name: 'gcr.io/cloud-builders/bazel' args: ['build', '--', '//...', '-//vendor/...'] - name: 'gcr.io/cloud-builders/bazel' args: ['test', '--test_output=errors', '--', '//...', '-//vendor/...'] - name: 'gcr.io/cloud-builders/gsutil' args: ['-m', 'cp', 'bazel-bin/cmd/gke-exec-auth-plugin/linux_amd64_stripp...
Add GCB config for gke-exec-auth-plugin
Add GCB config for gke-exec-auth-plugin Builds, tests and pushes to GCS in a versioned directory. This won't trigger rebuilds on commit (yet).
YAML
apache-2.0
kubernetes/cloud-provider-gcp,kubernetes/cloud-provider-gcp
50f1682adb531b917a5e307a6f03a1a07490a6ce
spec/.rubocop.yml
spec/.rubocop.yml
# Rubocop configuration settings applied to all files in the spec directory in # the `diffux` repo. # # If you want to set a more global configuration, do so in the .rubocop.yml # file in the root director of this repo. # Disable checking for use of operator/literal/variable in void context, # allowing us to write RSp...
Disable Void cop for spec directory
Disable Void cop for spec directory This cop complains about some basic RSpec functionality, so I am disabling it for this directory to cut down on the noise. Change-Id: I68b879f3aa70e822b39f13f9083847ebda9d6e42
YAML
mit
kalw/diffux,diffux/diffux,diffux/diffux,kalw/diffux,diffux/diffux,kalw/diffux
c8e3ddc76872d0524c4595bd8741ae859b3314b4
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
# For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. name: "CodeQL" on: push: branches: [master] pull_request: # The br...
Add CodeQL Analysis workflow (again)
Add CodeQL Analysis workflow (again) This feature went GA, so adding this workflow again. Workflow is updated to the suggested template when enabling. Signed-off-by: Sebastiaan van Stijn <64b2b6d12bfe4baae7dad3d018f8cbf6b0e7a044@gone.nl>
YAML
apache-2.0
docker/cli,cpuguy83/cli,cpuguy83/cli,thaJeztah/cli,docker/cli,thaJeztah/cli
95c0a3462287776e42e24cd79fcf8bae6d24201e
.azure-pipelines.yml
.azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: batch: true branches: include: - develop - master - refs/tags/* pool: vmImage: 'ubuntu-latest' variables: ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
bsd-3-clause
Kyria/LazyBlacksmith,Kyria/LazyBlacksmith,Kyria/LazyBlacksmith,Kyria/LazyBlacksmith
9126ad9e5ce00ddf5d8a97034007aebb614e2738
src/main/resources/editor-api.yaml
src/main/resources/editor-api.yaml
swagger: '2.0' info: version: 1.0.0 title: Siddhi Editor Application Service description: This provides information about the REST APIs available for Siddhi Editor backens. contact: name: Siddhi-io url: 'https://siddhi.io' email: siddhi-dev@googlegroups.com license: name: Apache 2.0 url: '...
Add swagger doc for editor api
Add swagger doc for editor api
YAML
apache-2.0
wso2/carbon-analytics,wso2/carbon-analytics,wso2/carbon-analytics,wso2/carbon-analytics,wso2/carbon-analytics
36609298fde534b9750942b1d31cb5cb980ab5e3
.github/stable.yml
.github/stable.yml
daysUntilStale: 60 daysUntilClose: 7 exemptLabels: - Security - feature-request staleLabel: wontfix markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. closeComment: false
Add Probot stale config file
Add Probot stale config file
YAML
mit
BelieveC/classroom,BelieveC/classroom,BelieveC/classroom,BelieveC/classroom
5d7939067da1c83f06b4acbde7c0226d9631c5c2
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres environment: - POSTGRES_USER=saleor - POSTGRES_PASSWORD=saleor ports: - '127.0.0.1:5432:5432' redis: image: redis ports: - '127.0.0.1:6379:6379' search: image: elasticsearch:5.4 ports: - '127.0.0.1:9200:9200' we...
version: '2' services: db: image: postgres environment: - POSTGRES_USER=saleor - POSTGRES_PASSWORD=saleor ports: - '127.0.0.1:5432:5432' redis: image: redis ports: - '127.0.0.1:6379:6379' search: image: elasticsearch:5.4.3 mem_limit: 1g environment: - ...
Set elastic search java and docker runtime memory limits
Set elastic search java and docker runtime memory limits
YAML
bsd-3-clause
UITools/saleor,maferelo/saleor,mociepka/saleor,UITools/saleor,mociepka/saleor,UITools/saleor,maferelo/saleor,maferelo/saleor,UITools/saleor,mociepka/saleor,UITools/saleor
e2fed0d97e1aa005e5a3ded400044ab695e7bdef
.github/workflows/dotnet.yml
.github/workflows/dotnet.yml
name: .NET on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup .NET uses: actions/setup-dotnet@v1 with: dotnet-version: 5.0.x - name: Restore dependencies ru...
Set up Github actions for .NET
Set up Github actions for .NET
YAML
bsd-2-clause
maximn/google-maps,maximn/google-maps
b5a65aba51f0f89c45db7824be3fd793e15f2820
.github/stale.yml
.github/stale.yml
# Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - pinned - security - confirmed - planned # Label to use when marking an iss...
Add configuration file for Probot Stale
Add configuration file for Probot Stale
YAML
apache-2.0
michel-kraemer/gradle-download-task,michel-kraemer/gradle-download-task
cc7f9bc66daf22e9bca74d3e9c31f85b629f9ea8
.github/stale.yml
.github/stale.yml
# Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned - security # Label to use when marking an issue as stale staleLabel: stale ...
Add config for Stale app
Add config for Stale app
YAML
mit
ssbc/marked,ssbc/marked
c5b1f733067f54bd25c2af5b5d3098b75b7b46a9
packages/te/text-format-heavy.yaml
packages/te/text-format-heavy.yaml
homepage: '' changelog-type: markdown hash: 6c48593858404378006c9936b41f3627c9a524c5ce40e64d5c439f84207415f5 test-bench-deps: {} maintainer: portnov84@rambler.ru synopsis: Full-weight string formatting library, analog of Python's string.format changelog: ! '# Revision history for text-format-heavy ## 0.1.0.0 -- YY...
Update from Hackage at 2017-06-03T16:56:07Z
Update from Hackage at 2017-06-03T16:56:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
59318fc55603a985afba5cc711a8ed9cfadc8b9c
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Tests on: pull_request: branches: - '*' push: branches: - master jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - name: Cache ge...
Add github actions for CI
Add github actions for CI
YAML
mit
jasoncharnes/pay,jasoncharnes/pay,jasoncharnes/pay
7768d6f6a9720d2263535f87454191b121353dcd
.github/workflows/go.yml
.github/workflows/go.yml
name: Go on: [push] jobs: build: name: Build on ${{ matrix.os }} with ${{ matrix.go }} runs-on: ${{ matrix.os }} strategy: matrix: go: ['1.10' , '1.11' , '1.12'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - name: Set up Go ${{ matrix.golang_version }} use...
Add github action to run tests
Add github action to run tests
YAML
bsd-2-clause
MStoykov/jsonutils
951b08ead1733096617a636e5b773e65b7c218f0
src/main/resources/diglyph-v1-schema.yaml
src/main/resources/diglyph-v1-schema.yaml
diglyph: type: map version: integer name: string acl: type: map required: no arbitrary: true value-types: list: value-types: string: passwords: type: map arbitrary: true value-types: map: acl: type: list entries: type: list valye-types: ...
Add schema for YAML database
Add schema for YAML database It's mostly working, entries isn't checked though apparently. Added TODO to fix that.
YAML
isc
simmel/diglyph
973dd24a32c28cf4875368d850d130958612a689
docker-compose.hub.yml
docker-compose.hub.yml
version: '3' services: ezxss.db: image: mysql:8 command: --default-authentication-plugin=mysql_native_password restart: unless-stopped environment: - MYSQL_RANDOM_ROOT_PASSWORD=yes - MYSQL_DATABASE=${dbName} - MYSQL_USER=${dbUser} - MYSQL_PASSWORD=${dbPassword} volumes: ...
Add Docker Hub compose file
Add Docker Hub compose file
YAML
mit
ssl/ezXSS,ssl/ezXSS,ssl/ezXSS,ssl/ezXSS
65ce9cbafb713792dcbed35f3957786876a9fce7
.gitlab-ci.yml
.gitlab-ci.yml
image: centos:7 before_script: - yum -y remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine && yum -y install -y yum-utils device-mapper-persistent-data lvm2 - yum-config-manager --add-repo https://download.docker.com/linux/centos/dock...
Add Gitlab CI test for Molecule
Add Gitlab CI test for Molecule
YAML
mit
KAMI911/ansible-role-tomcat,KAMI911/ansible-role-tomcat
bf176e14a54a194b83bd75a2edc7eea26e186ed8
packages/fo/forest.yaml
packages/fo/forest.yaml
homepage: https://github.com/duairc/forest changelog-type: '' hash: e92a190d772df50d19dd9d2e013ee8920a565f564ea130acc370d6408ac8eb8c test-bench-deps: {} maintainer: me@shane.sh synopsis: Tree and Forest types changelog: '' basic-deps: semigroupoids: ! '>=1.0 && <6' base: ! '>=4.2 && <5' semigroups: ! '>=0.1 && <0...
Update from Hackage at 2016-12-15T13:58:38Z
Update from Hackage at 2016-12-15T13:58:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
0b0d45a46e414f938d166d9d4202d8fb97507e71
playbooks/deliverables/vars/all.yml
playbooks/deliverables/vars/all.yml
--- # WordPress version settings wp_version: 4.5.3 wp_sha256sum: fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c # MySQL settings mysqlservice: mysqld mysql_port: 3306 # WordPress database settings wp_db_name: wordpress wp_db_user: wordpress wp_db_password: ThisIsNotSecure # Apache server configurat...
Add global, WordPress-specific list of variables
Add global, WordPress-specific list of variables
YAML
mpl-2.0
jflory7/infrastructure,jflory7/infrastructure
6e5ac87ae985e4b4a7afa0ac23e682c896abb091
manifests/prometheus/alerts.d/elasticache-node-count.yml
manifests/prometheus/alerts.d/elasticache-node-count.yml
# Source: paas-metrics --- - type: replace path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/- value: name: ElasticacheNodeCountCloseToLimit rules: - &alert alert: ElasticacheNodeCountCloseToLimit_Warning expr: paas_aws_elasticache_node_...
Migrate "Number of elasticache nodes is close to the limit" monitor to Prometheus
Migrate "Number of elasticache nodes is close to the limit" monitor to Prometheus Original DataDog monitor: avg:aws.elasticache.node.count{deploy_env:prod}
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
5637619bdb0ba7cbe404939efa933fc7284e2aed
docker-compose.yml
docker-compose.yml
dev: image: starefossen/github-pages volumes: - .:/usr/src/app ports: - "4000:4000" command: jekyll serve -d /_site --watch --force_polling -H 0.0.0.0 -P 4000 environment: - VIRTUAL_HOST=www.turbasen.privat - VIRTUAL_PORT=4000 aspell: image: starefossen/aspell ...
Add new Docker Compose development environment
Add new Docker Compose development environment
YAML
mit
Turistforeningen/www.nasjonalturbase.no,Turistforeningen/www.nasjonalturbase.no
282b474d021a82ecfa5498ac23d71f17106fb34b
packages/ge/gelatin-fruity.yaml
packages/ge/gelatin-fruity.yaml
homepage: https://github.com/schell/gelatin-fruity#readme changelog-type: '' hash: f8af6ab5a4b1d8f6093ac42c095d3ef8663abb2078fec61c28a36704312ee40b test-bench-deps: {} maintainer: schell@takt.com synopsis: Gelatin's support for rendering TTF outlines, using FontyFruity. changelog: '' basic-deps: base: ! '>=4.8 && <4....
Update from Hackage at 2017-10-27T18:52:18Z
Update from Hackage at 2017-10-27T18:52:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
a6aa6e33db77e55a60d55fe0b4c6f0bd1c67bc4f
packages/wi/wigner-symbols.yaml
packages/wi/wigner-symbols.yaml
homepage: https://github.com/Rufflewind/wigner-symbols changelog-type: markdown hash: d57c7fe2941557410efe72d0262465390c9583634081e71363388b70da660177 test-bench-deps: bytestring: ! '>=0.10 && <1' base: -any wigner-symbols: -any criterion: ! '>=1.0 && <2' cryptonite: ! '>=0.7 && <1' random: ! '>=1.1 && <1.2...
Update from Hackage at 2015-10-02T07:37:53+0000
Update from Hackage at 2015-10-02T07:37:53+0000
YAML
mit
commercialhaskell/all-cabal-metadata
fc06ac8a38ab82adcdd3649372538d2d98541959
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Run mtest run: docker-compose run mtest - name: Run bintest run: docker-compose run bintest
Add workflows for GitHub Actions
Add workflows for GitHub Actions
YAML
mit
emsk/mruby-masksql
104a55cd3b7e118465e8b6bbd57033817fa0fc75
.github/workflows/maven.yml
.github/workflows/maven.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Add support for building on GitHub.
Add support for building on GitHub.
YAML
apache-2.0
apache/commons-pool,apache/commons-pool,apache/commons-pool
3e4ccc5837572d8075b1462919fa8f5d5363a89f
.github/workflows/ruby_event_store-outbox.yml
.github/workflows/ruby_event_store-outbox.yml
name: ruby_event_store-outbox on: [push] jobs: test: runs-on: ubuntu-20.04 env: GEM_NAME: ruby_event_store-outbox BUNDLE_GEMFILE: ${{ matrix.gemfile }} DATABASE_URL: ${{ matrix.database }} DATA_TYPE: ${{ matrix.datatype }} GEM_LOCATION: contrib/ruby_event_store-outbox strateg...
Add a github workflow testing the outbox
Add a github workflow testing the outbox
YAML
mit
RailsEventStore/rails_event_store,arkency/rails_event_store,arkency/rails_event_store,arkency/rails_event_store,arkency/rails_event_store,RailsEventStore/rails_event_store,RailsEventStore/rails_event_store,RailsEventStore/rails_event_store
1de5dca12c4e74a3f59d0b968df7608ecf517f52
packages/ka/katip-logzio.yaml
packages/ka/katip-logzio.yaml
homepage: https://github.com/Soostone/katip changelog-type: markdown hash: ac7dc363e1c7b352461f60709c9e1031ab18eb786460d3e9c0b629acd2e11be7 test-bench-deps: warp: -any katip: -any bytestring: -any hostname: -any katip-logzio: -any unix: -any stm: -any base: -any time: -any tasty-hedgehog: -any uno...
Update from Hackage at 2019-02-14T15:38:28Z
Update from Hackage at 2019-02-14T15:38:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
a56cdc579bb0ce45ede7135c57baa4f00b67f473
packages/te/text-replace.yaml
packages/te/text-replace.yaml
homepage: https://github.com/chris-martin/text-replace changelog-type: '' hash: 5fbec42575303d44ae1bb79ec8b7633d2ae0e5a8e20ed011c4e0ff58c9e216ae test-bench-deps: base: ! '>=4.9 && <4.11' text: ! '>=1.2.2.2 && <1.2.4' hedgehog: ! '>=0.5 && <0.6' text-replace: -any neat-interpolation: ! '>=0.3 && <0.3.3' mainta...
Update from Hackage at 2017-12-30T21:52:33Z
Update from Hackage at 2017-12-30T21:52:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
f8f36ead428f638b589a932c9f5d35a5123e4283
docs/application.yml
docs/application.yml
# Core spring: # The name of the application application.name: myapp # The name of the main config file, default is application config.name: application # Profiles that should be active profiles.active: # Configuration for SpringApplication setters main: web-environment: true show-banner:fal...
Add sample yml to docs
Add sample yml to docs
YAML
apache-2.0
sbcoba/spring-boot,lenicliu/spring-boot,jjankar/spring-boot,joansmith/spring-boot,nghiavo/spring-boot,donhuvy/spring-boot,i007422/jenkins2-course-spring-boot,minmay/spring-boot,166yuan/spring-boot,mbnshankar/spring-boot,Chomeh/spring-boot,gregturn/spring-boot,satheeshmb/spring-boot,Makhlab/spring-boot,joansmith/spring-...
ab4ba04297142ff4b1717b3dfb71108d6a2047f1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ master ] pull_request: branches: [ ma...
Create github actions to test a commit using bazel
Create github actions to test a commit using bazel TODO: Additionally we may have to report the status of test to Github status
YAML
apache-2.0
google/ml_collections,google/ml_collections
d7b51986b922bfd4bb1a314711202a5dad921b4b
Configuration/NodeTypes.Removed.yaml
Configuration/NodeTypes.Removed.yaml
# Move some Neos NodeTypes to non-existing group # so they're not visible by default. 'TYPO3.Neos.NodeTypes:Menu': ui: group: 'na' 'TYPO3.Neos.NodeTypes:TwoColumn': ui: group: 'na' 'TYPO3.Neos.NodeTypes:ThreeColumn': ui: group: 'na' 'TYPO3.Neos.NodeTypes:FourColumn': ui: group: 'na'
Hide not used default Neos NodeTypes
TS-99: Hide not used default Neos NodeTypes
YAML
mit
million12/M12.Foundation,million12/M12.Foundation
e1da4b67cbf97c27a823b98b1af8f1cb50e4965c
.codeclimate.yml
.codeclimate.yml
version: "2" # required to adjust maintainability checks checks: argument-count: config: threshold: 8 complex-logic: config: threshold: 4 file-lines: config: threshold: 250 method-complexity: config: threshold: 15 method-count: config: threshold: 20 ...
Include CodeClimate config on github
Include CodeClimate config on github
YAML
mpl-2.0
hyperrail/hyperrail-for-android
f6258dae98159dcbc933de8c17381d8a1605f919
.codeclimate.yml
.codeclimate.yml
engines: pmd: enabled: true config: rules: - "java-basic" - "java-design" - "java-empty" - "java-naming" - "java-optimization" - "java-unnecessary" - "java-unusedcode" ratings: paths: - "**.java"
Configure CodeClimate to use PMD
Configure CodeClimate to use PMD
YAML
bsd-3-clause
koraktor/mavanagaiata
7f2cd0c64f6dcc7eadbbc6c5ce34586a3c0c481a
appveyor.yml
appveyor.yml
version: "{build}" environment: matrix: - nodejs_version: "0.12" - nodejs_version: "0.10" - nodejs_version: "1.x" install: - ps: Install-Product node $env:nodejs_version - node --version - npm --version - npm install test_script: - npm test cache: - node_modules build: off matrix: fast...
version: "{build}" environment: matrix: - nodejs_version: "0.12" - nodejs_version: "0.10" - nodejs_version: "1" install: - ps: Install-Product node $env:nodejs_version - node --version - npm --version - npm install test_script: - npm test cache: - node_modules build: off matrix: fast_f...
Use correct iojs version range for Appveyor
Use correct iojs version range for Appveyor
YAML
mit
JoshuaKGoldberg/lesshint,runarberg/lesshint,gilt/lesshint,lesshint/lesshint
df42b14b7843b7dd852b0dcb3ff5d214914ad521
.github/workflows/sync-labels.yml
.github/workflows/sync-labels.yml
name: Tools on: push: branches: [main] paths: - .github/labels.yml - .github/workflows/sync-labels.yml schedule: - cron: 0 0 1 * * workflow_dispatch: jobs: sync-labels: name: Sync labels runs-on: ubuntu-latest steps: - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4...
Add a GitHub Actions workflow to automatically sync the repository labels.
Add a GitHub Actions workflow to automatically sync the repository labels. This commit adds a `.github/workflow/sync-labels.yml` file, which defines a workflow that syncs this repository's labels with the contents of the `.github/labels.yml` file. The labels are synced automatically whenever the `.github/labels.yml` f...
YAML
mit
jmluy/xjava,jmluy/xjava
7d1b3c766812883342c939589876d6e2e0f23444
.forestry/front_matter/templates/link.yml
.forestry/front_matter/templates/link.yml
--- pages: - link/aaaa-test.md hide_body: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: text name: source label: Source - type: boolean name: video label: Video - type: select name: type config: source: type: simple options: - T...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic
6cd2faf35d2e9f7b71d6bbcd79a1bd977e1f7b35
circle.yml
circle.yml
machine: services: - docker dependencies: cache_directories: - "~/docker-compose-1.2.0" - "~/docker-build-cache" pre: - if [[ ! -e ~/docker-compose-1.2.0 ]]; then curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose-1.2.0/do...
machine: services: - docker dependencies: cache_directories: - "~/docker-compose-1.2.0" - "~/docker-build-cache" pre: - if [[ ! -e ~/docker-compose-1.2.0 ]]; then mkdir -p ~/docker-compose-1.2.0 && curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`un...
Create docker compose folder before using it
Create docker compose folder before using it
YAML
mit
jasonchaffee/ping-play,dandeeee/ping-play,gongbp/ping-play,carlosFattor/ping-play,jasonchaffee/ping-play,dandeeee/ping-play,brikis98/ping-play,brikis98/ping-play,brikis98/ping-play,gongbp/ping-play,gongbp/ping-play,carlosFattor/ping-play,carlosFattor/ping-play,jasonchaffee/ping-play,dandeeee/ping-play
7046fdd1e55b1ff0da18a2f2ccb9582ecb9dd3e0
.github/workflows/cpp-qt-ubuntu.yml
.github/workflows/cpp-qt-ubuntu.yml
name: Ubuntu Qt CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: strategy: fail-fast: false matrix: name: [ubuntu-18.04, ubuntu-20.04] include: - name: ubuntu-18.04 os: ubuntu-18.04 artifact: minutor ...
Create own workflow for Ubuntu
Create own workflow for Ubuntu
YAML
bsd-2-clause
mrkite/minutor,EtlamGit/minutor,mrkite/minutor,EtlamGit/minutor,mrkite/minutor,EtlamGit/minutor,EtlamGit/minutor,mrkite/minutor,mrkite/minutor,EtlamGit/minutor
ab3a644bd1b770fb102c67fd39fa36b578ca665e
azure-pipelines.yml
azure-pipelines.yml
# Universal Windows Platform # Build a Universal Windows Platform project using Visual Studio. # Add steps that test and distribute an app, save build artifacts, and more: # https://aka.ms/yaml trigger: - master pool: vmImage: 'windows-latest' variables: solution: '**/*.sln' buildPlatform: 'x86|x64|ARM' buil...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
NikolayIT/SantaseGameEngine
60e47ce2b1acc09ebd0364b1b1e6d6dcd5a6493c
azure-pipelines.yml
azure-pipelines.yml
# ASP.NET Core # Build and test ASP.NET Core projects targeting .NET Core. # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - master pool: vmImage: 'Ubuntu-16.04' variables: buildConfiguration: 'Release' step...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
apache-2.0
moverperfect/SettlersOfCatanAnalysis
8fab62c57c11d85c65f0a6a306db1f8a88953b04
.github/workflows/python-linters.yml
.github/workflows/python-linters.yml
name: Code quality on: push: pull_request: schedule: # Run every Friday at 18:02 UTC # https://crontab.guru/#2_18_*_*_5 - cron: 2 18 * * 5 jobs: linters: runs-on: ${{ matrix.os }} strategy: # max-parallel: 5 matrix: python-version: - 3.7 os: - ubuntu-1...
Add initial GitHub Actions CI/CD v2 linter jobs
Add initial GitHub Actions CI/CD v2 linter jobs
YAML
apache-2.0
KeepSafe/aiohttp,KeepSafe/aiohttp,KeepSafe/aiohttp
c58001ad06879210be0ecb2461322cedf7e2eed7
scripts/test_synapse_config/logconfig.yaml
scripts/test_synapse_config/logconfig.yaml
version: 1 formatters: precise: format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s' filters: context: (): synapse.util.logcontext.LoggingContextFilter request: "" handlers: file: class: logging.handlers.RotatingFileHandler formatter: precise filename...
Allow changing loglevel easily for integ synapse
Allow changing loglevel easily for integ synapse
YAML
agpl-3.0
euank/synapse-password-reset,euank/synapse-password-reset
1b357f7f6d0986d4135bb48d50ceb3a9ef64f753
ansible-tests/validations/rabbitmq-limits.yaml
ansible-tests/validations/rabbitmq-limits.yaml
--- - hosts: overcloud vars: metadata: name: Rabbitmq limits description: > Make sure the rabbitmq file descriptor limits are set to reasonable values. min_fd_limit: 10000 tasks: - name: Get file_descriptors total_limit register: actual_fd_limit shell: "rabbitmqctl report | gre...
Add validation for the rabbitmq fd limit
Add validation for the rabbitmq fd limit This checks to see whether the `file_descriptors` limit for rabbitmq exists and is set to a sane value.
YAML
apache-2.0
rthallisey/clapper,coolsvap/clapper,coolsvap/clapper,rthallisey/clapper,coolsvap/clapper
e75e0a07d1db77f50b84185b39a119411653d56e
.github/workflows/android.yml
.github/workflows/android.yml
name: Android CI on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Grant execute permission for gradlew run: chmod +x gradlew ...
Add GitHub workflow to run tests on pushes to main
Add GitHub workflow to run tests on pushes to main
YAML
apache-2.0
wbrawner/SimpleMarkdown,wbrawner/SimpleMarkdown
8a996645a0a2fd69befb9e6a3218de3331461a81
.github/workflows/checks.yaml
.github/workflows/checks.yaml
name: Checks on: pull_request jobs: check: name: Checks runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: node-version: '17.6.0' - run: export CHROME_BIN=/usr/bin/google-chrome - run: export DISPLAY=:99.0 -...
Use github action for CI
Use github action for CI
YAML
mit
secretin/secretin-lib,secretin/secretin-lib,secretin/secretin-lib
32cc559fe603f9752debd4af1f2e53031b23107a
test/data/pip-checker-files.yml
test/data/pip-checker-files.yml
--- lib/smart_answer_flows/pip-checker.rb: 01a41276a49412bdfa9711e082c51393 lib/smart_answer_flows/locales/en/pip-checker.yml: 4d650e8c004665dd98f1bce53bc2ad50 test/data/pip-checker-questions-and-responses.yml: b1d68ebfb76a9e2793705c55b82294f5 test/data/pip-checker-responses-and-expected-results.yml: f0c8c243623cad06b...
Add checksums for pip-checker regression test
Add checksums for pip-checker regression test I used the following command: rails r script/generate-checksums-for-smart-answer.rb pip-checker lib/smart_answer/calculators/pip_dates.rb
YAML
mit
aledelcueto/smart-answers,tadast/smart-answers,alphagov/smart-answers,askl56/smart-answers,aledelcueto/smart-answers,stwalsh/smart-answers,alphagov/smart-answers,stwalsh/smart-answers,askl56/smart-answers,tadast/smart-answers,stwalsh/smart-answers,aledelcueto/smart-answers,tadast/smart-answers,alphagov/smart-answers,ta...
b4623ab06e90ee674a811a6c4934242c6d483f6f
coverity_travis.yml
coverity_travis.yml
language: cpp compiler: - gcc env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "lW9g6zQIjdhiHNuyM8pnCU3hLmXUQFfsqmQMe8RTN/jMydLhz50KLLd6BXHrRlQMXL/rh7gSRwxTh27SrqsgWIlYzwJ81g3FDQF/ckecNOfW7bT...
Add yml file to trigger coverity scan with travis
Add yml file to trigger coverity scan with travis [skip_ci]
YAML
bsd-2-clause
fougue/gmio,fougue/gmio,fougue/gmio,fougue/gmio
7add494988ebd2113ab8b0865f658da8c790b1a8
tasks/install-dynatrace-pwh-connection.yml
tasks/install-dynatrace-pwh-connection.yml
--- - name: Wait for the Dynatrace Server to become available via port 8020 wait_for: port=8020 state=present sudo: yes - name: Compose message for establishing the Dynatrace Server's Performance Warehouse connection set_fact: dynatrace_server_set_pwh_connection_message: host: "{{ dynatrace_server_pwh...
Add feature to connect Dynatrace with a Performance Warehouse database.
Add feature to connect Dynatrace with a Performance Warehouse database.
YAML
mit
dynaTrace/Dynatrace-Server-Ansible,dynaTrace/Dynatrace-Server-Ansible,LoyaltyOne/Dynatrace-Server-Ansible,LoyaltyOne/Dynatrace-Server-Ansible
85937c45d8b495d6a91d5c3c7a3b878c4852fd5d
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 10 - run: yarn install --frozen-lockfile - run: yarn problems - r...
Add GitHub Actions CI setup
Add GitHub Actions CI setup
YAML
mit
tildeio/router.js,tildeio/router.js,tildeio/router.js,asakusuma/router.js,asakusuma/router.js