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 |
|---|---|---|---|---|---|---|---|---|---|
3b26571f16d65d425a9f629433b53483dce172f1 | .travis.yml | .travis.yml | # .travis.yml
language: node_js
services:
- postgresql
- mysql
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
before_script:
- psql -c 'create database bookshelf_test;' -U postgres
- mysql -e 'create database bookshelf_test;'
notifications:
email: false
matrix:
fast_finish: true
| # .travis.yml
language: node_js
services:
- postgresql
- mysql
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
before_script:
- psql -c 'create database bookshelf_test;' -U postgres
- mysql -e 'create database bookshelf_test;'
notifications:
email: false
matrix:
fast_finish: true
| Add NodeJS v6 support in the TravisCI tests suite | Add NodeJS v6 support in the TravisCI tests suite
| YAML | mit | seegno-forks/bookshelf,rbong/bookshelf,rbong/bookshelf,tgriesser/bookshelf,TinOo512/bookshelf,TinOo512/bookshelf,bookshelf/bookshelf,bookshelf/bookshelf,tgriesser/bookshelf,seegno-forks/bookshelf |
e76d9422aca034d65b38c5e249a2983b83a6447f | .travis.yml | .travis.yml | language: php
php:
- 7.2
services:
- mysql
before_script:
- mysql -e 'create database budget_testing;'
- cp .env.travis .env
- composer install --no-interaction
- php artisan key:generate
- php artisan migrate --database=testing
jobs:
include:
- stage: test
name: "PHPUnit"
script: ve... | language: php
php:
- 7.2
services:
- mysql
addons:
chrome: stable
before_script:
- mysql -e 'create database budget_testing;'
- cp .env.travis .env
- composer install --no-interaction
- php artisan key:generate
- php artisan migrate --database=testing
- php artisan dusk:chrome-driver 84 # Seems to... | Copy Dusk job for Travis CI from laravel.com | Copy Dusk job for Travis CI from laravel.com
| YAML | mit | pix3ly/budget,pix3ly/budget |
99bc59f75bb73aac85a7e9283cdd7f16f46e667d | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
script: phpunit --cove... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo:... | Test on PHP7.0 and hhvm | Test on PHP7.0 and hhvm
| YAML | mit | laravel-doctrine/extensions,gpassarelli/extensions |
be2ed63949becf09582e3e86298c7d067676ea2e | data/transition-sites/dfid_r4d.yml | data/transition-sites/dfid_r4d.yml | ---
site: dfid_r4d
whitehall_slug: department-for-international-development
homepage: https://gov.uk/dfid-research-outputs
homepage_title: 'Research for Development Outputs'
tna_timestamp: 20140711135552
host: r4d.dfid.gov.uk
| Configure the DFID R4D site in Transition | Configure the DFID R4D site in Transition
- This site has fallback rules in Bouncer
(https://github.com/alphagov/bouncer/blob/master/lib/bouncer/fallback_rules.rb#L17-L21),
but mappings will override those and we can remove them at a later
date.
| YAML | mit | alphagov/transition-config,alphagov/transition-config | |
ccf00c0b9bc9954445251cc69c549aaba6166815 | .forestry/front_matter/templates/blog-post.yml | .forestry/front_matter/templates/blog-post.yml | ---
label: Blog post
hide_body: false
fields:
- type: text
name: title
label: title
- type: field_group
name: header
label: header
fields:
- type: file
name: image
label: image
- type: text
name: layout
label: layout
- type: boolean
name: author_profile
label: author_profile
- type: boolean
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | developresearch/minimal-mistakes,developresearch/minimal-mistakes,developresearch/developresearch.github.io,developresearch/developresearch.github.io,developresearch/minimal-mistakes,developresearch/developresearch.github.io | |
72e0d9e3d8af2fb659cfea1d7588993d49de3c7d | .github/workflows/create_wappalyzer_update.yml | .github/workflows/create_wappalyzer_update.yml | name: Create Wappalyzer Update PR
on:
schedule:
- cron: '0 4 3 * *'
jobs:
create_pr:
name: Create Pull Request
runs-on: ubuntu-latest
steps:
- name: Build Feature Branch and Raise PR
run: |
# Setup git details
export GITHUB_USER=zapbot
git config --global user.em... | Add Wappalyzer Updates Github Action | Add Wappalyzer Updates Github Action
Versus the April 3rd run from the test repo this one uses different
github token, different git global config details, and further uses
$GITHUB_USER in various places (global config and URLs), and
standardizes the permissions of icons before copying them, job runs only
on schedule.... | YAML | apache-2.0 | zaproxy/zap-extensions,psiinon/zap-extensions,denniskniep/zap-extensions,kingthorin/zap-extensions,secdec/zap-extensions,zapbot/zap-extensions,denniskniep/zap-extensions,secdec/zap-extensions,denniskniep/zap-extensions,zaproxy/zap-extensions,psiinon/zap-extensions,denniskniep/zap-extensions,zaproxy/zap-extensions,kingt... | |
a81f8f5d97fa9081c162aa8edb1ab86b4e8675a1 | packages/ex/extractable-singleton.yaml | packages/ex/extractable-singleton.yaml | homepage: https://github.com/athanclark/extractable-singleton#readme
changelog-type: ''
hash: 7ca476b965fc6e41a13ded63fa426d435d31c68bb24a3513717ab9ec4b862587
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: A functor, where the "stored" value is isomorphic to Identity
changelog: ''
basic-deps:
base: !... | Update from Hackage at 2017-05-10T23:07:35Z | Update from Hackage at 2017-05-10T23:07:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
9a4ada00b904b597bf50c79f08ea76b07ff284cb | .forestry/front_matter/templates/test.yml | .forestry/front_matter/templates/test.yml | ---
label: test
hide_body: false
fields:
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: field_group
name: menu
label: menu
fields:
- type: field_group
name: main
label: main
fields:
- type: number
name: weight
label: weight
- type: fie... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com | |
5c11d2a90ec96e6a62088463b6027a2214e555a8 | .github/workflows/build-release.yml | .github/workflows/build-release.yml | #
# Workflow: Build Release
#
# on push to any release/* branch, build solution, test, build and archive NuGet packages, archive test coverage
# if pushed with tag v*, publish the corresponding release to NuGet
name: Build Release Branch
on:
# build release branch on push to release/* branch
# where * is expect... | Add BuildRelease GitHub Action (doing nothing for now) | Add BuildRelease GitHub Action (doing nothing for now)
| YAML | apache-2.0 | asimarslan/hazelcast-csharp-client,asimarslan/hazelcast-csharp-client | |
84b1c9c33d42d9b1e2e382bc8b8c89a98c2d6b01 | .github/workflows/build_package.yml | .github/workflows/build_package.yml | name: Build and package
on:
workflow_dispatch:
push:
branches:
- cidev
jobs:
mondo-build:
name: Performs a mondo-build of all optional components
runs-on: ubuntu-18.04
env:
BUILD_DIR: ${{ github.workspace }}/../iree-build
INSTALL_DIR: ${{ github.workspace }}/../iree-install
... | Add a really basic GA workflow to build/install. | Add a really basic GA workflow to build/install.
* We have more complicated templates to move to next, but just doing the basics to see how bad it is right now.
* Will target daily incremental improvements until it is good.
| YAML | apache-2.0 | iree-org/iree,google/iree,iree-org/iree,google/iree,iree-org/iree,google/iree,iree-org/iree,google/iree,google/iree,iree-org/iree,iree-org/iree,google/iree,google/iree,iree-org/iree | |
960eefe862990e00586ac1ab162ec0c637218185 | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.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: ddt test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]... | Test with a Github action | Test with a Github action | YAML | mit | datadriventests/ddt,datadriventests/ddt | |
b068503f6464a6fcde3f4f13b3ff106db02865e3 | manifests/prometheus/alerts.d/cc-failed-job-count.yml | manifests/prometheus/alerts.d/cc-failed-job-count.yml | # Source: firehose-exporter
---
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
value:
name: CCFailedJobCount
rules:
- record: firehose_value_metric_cc_failed_job_count_total:avg30m
expr: avg_over_time(firehose_value_metric_c... | Migrate "Cloud Controller API failed job count" monitor to Prometheus | Migrate "Cloud Controller API failed job count" monitor to Prometheus
Original DataDog monitor:
change(max(last_1m),last_30m):max:cf.cc.failed_job_count.total{deployment:prod}.rollup(avg, 30) > 5
| 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 | |
0b4ec363b90b56ec1967a6b81ddaadf672436e85 | .github/workflows/pythontest.yml | .github/workflows/pythontest.yml | name: Python testing
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-vers... | Add a GitHub Actions work flow for automated testing. | Add a GitHub Actions work flow for automated testing.
| YAML | mpl-2.0 | nstockton/speechlight,nstockton/speechlight | |
07678be0f647b0b550af2dae15fe2799b671ca46 | packs/st2cd/actions/st2_pytests_setup_meta.yaml | packs/st2cd/actions/st2_pytests_setup_meta.yaml | ---
name: "pytests-setup"
runner_type: "action-chain"
description: "Look at workflows/st2_pytests_setup.yaml"
enabled: true
entry_point: "workflows/st2_pytests_setup.yaml"
parameters:
st2_repo:
type: "string"
description: "Url of the st2 repo to clone"
default: "https://github.com/laks... | Add meta information for pytests setup | Add meta information for pytests setup
| YAML | apache-2.0 | pinterb/st2incubator,StackStorm/st2incubator,StackStorm/st2incubator,pinterb/st2incubator,pinterb/st2incubator | |
978cc0a509273c3c6424d5461ea02753534a39a1 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | kingsor/kingsor.github.io,kingsor/kingsor.github.io,kingsor/kingsor.github.io,kingsor/kingsor.github.io | |
973a617da8f81da46b06e64433e449857c9b9ce6 | packages/ao/Aoide.yaml | packages/ao/Aoide.yaml | homepage: https://github.com/liisikerik/aoide
changelog-type: ''
hash: faf65610909e9a33f09c9fa2ab85497dd8fc10351e0d3e8b06152ce4c6b70145
test-bench-deps: {}
maintainer: liisikerik@hotmail.com
synopsis: A simple music library with the capability of generating .ly and .mid files.
changelog: ''
basic-deps:
bytestring: '>... | Update from Hackage at 2020-07-07T12:07:03Z | Update from Hackage at 2020-07-07T12:07:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
c9337bffaad1cd0211acf1e0679a75eade6466ed | circle.yml | circle.yml | machine:
environment:
ATOM_LINT_WITH_BUNDLED_NODE: "true"
APM_TEST_PACKAGES: ""
dependencies:
override:
- curl -s -O https://raw.githubusercontent.com/atom/ci/aw-macos-circle/build-package.sh
- chmod u+x build-package.sh
test:
override:
- ./build-package.sh
| Copy the CircleCI template, but pull from my branch | Copy the CircleCI template, but pull from my branch
| YAML | mit | atom/github,atom/github,atom/github | |
47c2cb6c339a51b45741d019450a3c84291d04d0 | circle.yml | circle.yml | machine:
environment:
ANSIBLE_FORCE_COLOR: 1
PYTHONUNBUFFERED: 1
pre:
# complete uninstall fails on CircleCI due to old kernel bugs, doing selective uninstall gently
- sudo apt-get purge -y postgresql-9.4 postgresql-server-dev-9.4 postgresql-client-9.4 postgresql-server-dev-9.1
# use aptitude to... | machine:
environment:
ANSIBLE_FORCE_COLOR: 1
PYTHONUNBUFFERED: 1
pre:
# complete uninstall fails on CircleCI due to old kernel bugs, doing selective uninstall gently
- sudo apt-get purge -y postgresql-9.4 postgresql-server-dev-9.4 postgresql-client-9.4 postgresql-server-dev-9.1
# use aptitude to... | Verify playbook re-run in CI | Verify playbook re-run in CI
Now: make sure playbook can be re-ran in CI, later: playbook idempotence test as planned in #6
| YAML | apache-2.0 | armab/ansible-st2,StackStorm/ansible-st2 |
9412701b338c6afef277720f75b20782424089a7 | circle.yml | circle.yml | deployment:
demo:
tag: /(release-.*|demo)/
commands:
- git config --global user.email circleci@circleci
- git config --global user.name CircleCI
- gulp demo-copy
- git checkout gh-pages
- ls | grep -v build | grep -v node_modules | xargs rm -rf
- mv build/* ./ && rm -r buil... | Configure CircleCI for deployment to GitHub pages | Configure CircleCI for deployment to GitHub pages
| YAML | mit | cimi/d3-flame-graphs,cimi/d3-flame-graph,cimi/d3-flame-graph,cimi/d3-flame-graphs,cimi/d3-flame-graph | |
3af0427960877522b40294209270077a6361f814 | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
override:
- docker build -t brikis98/ping-play .
test:
override:
- docker-compose run web activator test | machine:
services:
- docker
dependencies:
override:
- curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose
- docker build -t brikis98/ping-play .
test:
override:
- docker-c... | Install docker compose as a dependency | Install docker compose as a dependency
| YAML | mit | jasonchaffee/ping-play,dandeeee/ping-play,carlosFattor/ping-play,gongbp/ping-play,carlosFattor/ping-play,dandeeee/ping-play,jasonchaffee/ping-play,brikis98/ping-play,brikis98/ping-play,dandeeee/ping-play,brikis98/ping-play,jasonchaffee/ping-play,carlosFattor/ping-play,gongbp/ping-play,gongbp/ping-play |
cf36db572198f3170e13394ddc8596aa80c67c0e | circle.yml | circle.yml | # -----------------------------------
machine:
timezone:
UTC
services:
- docker
# -----------------------------------
checkout:
post:
# git tags are used to generate build info which is baked into the
# binary, but unfortunately it is not possible to fetch all tags
... | Add initial CircleCI config file | Add initial CircleCI config file
| YAML | apache-2.0 | abcum/syncr | |
81818c4d47f67b2f23179d570ba4f2e26a4a6be2 | circle.yml | circle.yml | machine:
timezone: UTC
ruby:
version: 2.2.0
# general:
# branches:
# only:
# - /release-.*/
dependencies:
pre:
- sudo apt-get install gcc-mingw32 mingw-w64
test:
override:
- bundle exec rake spec
| Add to build CircleCI configuration (to build mingw32 binary for releases) | Add to build CircleCI configuration (to build mingw32 binary for releases)
| YAML | apache-2.0 | larskanis/msgpack-ruby,larskanis/msgpack-ruby,okkez/msgpack-ruby,larskanis/msgpack-ruby,ojundt/msgpack-ruby,okkez/msgpack-ruby,nurse/msgpack-ruby,nurse/msgpack-ruby,msgpack/msgpack-ruby,kou/msgpack-ruby,cosmo0920/msgpack-ruby,cosmo0920/msgpack-ruby,kou/msgpack-ruby,msgpack/msgpack-ruby,nurse/msgpack-ruby,cosmo0920/msgp... | |
f8c82f368809b7cc54a5d37af5a6470a68b5dc32 | .github/workflows/codesee-arch-diagram.yml | .github/workflows/codesee-arch-diagram.yml | on:
push:
branches:
- master
pull_request_target:
types: [opened, synchronize, reopened]
name: CodeSee Map
jobs:
test_map_action:
runs-on: ubuntu-latest
continue-on-error: true
name: Run CodeSee Map Analysis
steps:
- name: checkout
id: checkout
uses: actions/c... | Add CodeSee architecture diagram workflow to repository | Add CodeSee architecture diagram workflow to repository | YAML | epl-1.0 | riemann/riemann,riemann/riemann | |
8be9dbff4c17fba2870c4a3eec773f4590cf0679 | .github/workflows/codesee-arch-diagram.yml | .github/workflows/codesee-arch-diagram.yml | on:
push:
branches:
- master
pull_request_target:
types: [opened, synchronize, reopened]
name: CodeSee Map
jobs:
test_map_action:
runs-on: ubuntu-latest
continue-on-error: true
name: Run CodeSee Map Analysis
steps:
- name: checkout
id: checkout
uses: actions/c... | Add CodeSee architecture diagram workflow to repository | Add CodeSee architecture diagram workflow to repository | YAML | mit | 2fd/graphdoc,2fd/graphdoc | |
dbefac3a820824f60efa5bafe0f2f145ffac82b8 | rules/st2_docs_v15.yaml | rules/st2_docs_v15.yaml | ---
name: "st2_docs_v15"
description: "Build st2 docs for StackStorm v1.5"
enabled: true
trigger:
type: "GitHubWebhook.github_event"
criteria:
trigger.body.ref:
pattern: "refs/heads/v1.5"
type: "equals"
trigger.body.repository.full_name:
pa... | Add missing rule for v1.5 docs. | Add missing rule for v1.5 docs.
| YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd | |
a6eafd8039680016d95aaea94a6706d88a1dd3a7 | config.yml | config.yml | # Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that ca... | Move to CircleCI, Part I | Move to CircleCI, Part I
| YAML | mit | suchow/suchow.io,suchow/suchow.io,suchow/suchow.io | |
422bd71f74996c88e3128fcdd26f660d6f05baf2 | locale/flarum-markdown.yml | locale/flarum-markdown.yml | flarum-markdown:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the forum user interface.
forum:
# These translations are used by the composer (emoji autocompletion function).
composer:
bold_tooltip: Add bold text
... | Add new markdown button translations | Add new markdown button translations
https://github.com/flarum/lang-english/commit/5ada418ca8d15dd1e539ed671f50bf5d8bffe89a
| YAML | mit | realodix/flarum-indonesian,realodix/flarum-ext-indonesian,realodix/flarum-indonesian,realodix/flarum-ext-indonesian | |
17df4382c7cc9af13aa1798a8eb19c65912d03ef | .travis.yml | .travis.yml | sudo: false
language: clojure
lein: lein2
jdk:
- oraclejdk8
| sudo: false
language: clojure
lein: lein2
jdk:
- oraclejdk8
script:
- lein test
- lein uberjar
| Create an uberjar in tests to catch lein pedantic warnings | Create an uberjar in tests to catch lein pedantic warnings
| YAML | epl-1.0 | clojars/clojars-web,clojars/clojars-web,ato/clojars-web,technomancy/clojars-web,tobias/clojars-web,clojars/clojars-web,nberger/clojars-web,ato/clojars-web,tobias/clojars-web,tobias/clojars-web,nberger/clojars-web,technomancy/clojars-web |
7e5965e615d0a1a254c35c439adfe0c11cb232b2 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk8
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx1024m"
script:
- mvn install -B -V
notifications:
irc: "irc.freenode.org#fcrepo"
email:
- fedora-tech@googlegroups.com
| Add TravisCI configuration. Address FCREPO-1759. | Add TravisCI configuration. Address FCREPO-1759.
| YAML | apache-2.0 | fcrepo4-exts/fcrepo-transform | |
b6ae258b91dfce170c03e05198ea58a571bbce06 | .travis.yml | .travis.yml | bundler_args: --without development
language: ruby
rvm:
- 2.2.0
# TODO: Change this to use addons.apt once sphinxsearch is whitelisted
before_install:
- sudo apt-get update
- sudo apt-get install -y sphinxsearch
before_script:
- mysql -e 'create database elmo_test;'
- for f in $(find -name '*.example'); do cp... | Add basic Travis CI configuration | 2372: Add basic Travis CI configuration
| YAML | apache-2.0 | thecartercenter/elmo,thecartercenter/elmo,thecartercenter/elmo | |
1db74db50b1e977d2901069129de0763dd63a8a5 | .travis.yml | .travis.yml | language: php
php:
- '5.6'
- '7.0'
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php tests
| Add Travis CI configuration file. | Add Travis CI configuration file.
| YAML | agpl-3.0 | lasso/Enumerable.php | |
b9a7eb5a93cd3c3d0e947cf434ed5331c4c80ae9 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- oraclejdk7
script:
- mvn install -DskipTests=true
- mvn -pl !azure-batch,!azure-mgmt-website checkstyle:check
- mvn package javadoc:aggregate -DskipTests=true
| language: java
sudo: false
jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
script:
- mvn install -DskipTests=true
- mvn -pl !azure-batch,!azure-mgmt-website checkstyle:check
- mvn package javadoc:aggregate -DskipTests=true
| Add JAVA8 and open JDK build | Add JAVA8 and open JDK build
| YAML | mit | anudeepsharma/azure-sdk-for-java,hovsepm/azure-sdk-for-java,martinsawicki/azure-sdk-for-java,navalev/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,pomortaz/azure-sdk-for-java,jianghaolu/azure-sdk-for-java,hovsepm/azure-sdk-for-java,navalev/azure-sdk-for-java,Azure/azure-sdk-for-java,navalev/azure... |
83b164a403ada5330a1fb761da713be9f09a89a6 | packages/re/reflex-external-ref.yaml | packages/re/reflex-external-ref.yaml | homepage: https://github.com/hexresearch/ergvein
changelog-type: ''
hash: 316ee7571ac183352b009ecd4b6aa929822db9868a190630b856a144a72fd08c
test-bench-deps: {}
maintainer: |-
- Anton Gushcha <ncrashed@gmail.com>
- Aminion <>
- Vladimir Krutkin <krutkinvs@gmail.com>
- Levon Oganyan
synopsis: External reference wi... | Update from Hackage at 2020-11-24T16:53:50Z | Update from Hackage at 2020-11-24T16:53:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
75692618e52f5b4f9c1431615f7e9e3d06d23271 | packages/cu/curl-cookiejar.yaml | packages/cu/curl-cookiejar.yaml | homepage: https://github.com/plow-technologies/curl-cookiejar#readme
changelog-type: markdown
hash: febd6d6f55afe354afd205778c400850457f74d9447b333163f63444e9aefbaa
test-bench-deps: {}
maintainer: edward.amsden@plowtech.net
synopsis: Parsing and pretty-printing of cURL/wget cookie jars
changelog: |
# Changelog for cu... | Update from Hackage at 2019-03-26T19:37:47Z | Update from Hackage at 2019-03-26T19:37:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
25d9d79442a24b8dd7e7f86814bdc8c1bbecca2a | .istanbul.yml | .istanbul.yml | reporting:
watermarks:
statements: [80, 100]
lines: [80, 100]
functions: [80, 100]
branches: [80, 100] | Add lower tolerance for code coverage. | Add lower tolerance for code coverage.
| YAML | mit | dendry/dendry,dendry/dendry | |
bc6b6638d3ae248c1d8a81c3bd4c90eb965aac95 | .github/workflows/master_propalyzer2.yml | .github/workflows/master_propalyzer2.yml | # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
name: Build and deploy Python app to Azure Web App - propalyzer2... | Add or update the Azure App Service build and deployment workflow config | Add or update the Azure App Service build and deployment workflow config | YAML | mit | toms3t/Propalyzer,toms3t/Propalyzer,toms3t/Propalyzer | |
6ac6d43175b8042635cba2be79b284d6401bc3d1 | .goreleaser.yml | .goreleaser.yml | project_name: stowage
builds:
- binary: stowage
goos:
- darwin
- linux
goarch:
- amd64
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
files:
- LICENSE
- README.md
| Add initial template for the release process. | Add initial template for the release process.
| YAML | mit | alexhudson/stowage,alexhudson/stowage | |
06ba49930d5da85a5d98f89ed71c40f2456176ba | recipes/mpas-analysis/meta.yaml | recipes/mpas-analysis/meta.yaml | {% set name = "MPAS-Analysis" %}
{% set version = "1.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/MPAS-Dev/{{ name }}/archive/{{ version }}.tar.gz
sha256: 9a9c99c8a6c510d2f552a88744095ae31c67cb07f7b519d9ba6f6543f4584406
bui... | Add a recipe for MPAS-Analysis | Add a recipe for MPAS-Analysis
| YAML | bsd-3-clause | Juanlu001/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,cpaulik/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ig... | |
6e2411590361ffd3c314b927c73f32906ca05b94 | recipes/pastedeploy/meta.yaml | recipes/pastedeploy/meta.yaml | {% set name = "PasteDeploy" %}
{% set version = "1.5.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb
build:
noarch:... | Add recipe for pastedeploy [skip appveyor] [skip travis] | Add recipe for pastedeploy [skip appveyor] [skip travis]
| YAML | bsd-3-clause | ReimarBauer/staged-recipes,basnijholt/staged-recipes,patricksnape/staged-recipes,hadim/staged-recipes,isuruf/staged-recipes,basnijholt/staged-recipes,asmeurer/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,dschreij/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,ReimarBauer/staged-... | |
64997d0fbc71b25175a4d13d19bcb2ac4a4c9c9c | .circleci/config.yml | .circleci/config.yml | version: 2.1
executors:
chef:
docker:
- image: chef/chefdk:3.11.3
jobs:
stylecheck:
executor: chef
steps:
- checkout
- run:
name: Run style and unit tests
command: |
cookstyle .
foodcritic .
chef exec rspec
workflows:
version: ... | Add Circle CI style checks to the repo | Add Circle CI style checks to the repo
- Ensure checks are carried out
| YAML | apache-2.0 | Sainsburys/chef-websphere,Sainsburys/chef-websphere,Sainsburys/chef-websphere,Sainsburys/chef-websphere | |
204f435c32fcc78421462087f4302028b7a8a6d1 | packages/az/azure-functions-worker.yaml | packages/az/azure-functions-worker.yaml | homepage: ''
changelog-type: ''
hash: 57f0da3c7213692add681ae350fbd6602dba0362c41c65c837644d734df67ca1
test-bench-deps:
base: '>=4.12 && <4.13'
azure-functions-worker: -any
maintainer: Alexey Raga <alexey.raga@gmail.com>
synopsis: Azure Functions Worker
changelog: ''
basic-deps:
bytestring: -any
http2-grpc-type... | Update from Hackage at 2020-07-03T10:09:48Z | Update from Hackage at 2020-07-03T10:09:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
e913fddc1a0a6d0a6ecaee0674bb5cf8e42dff67 | packages/cd/cdeps.yaml | packages/cd/cdeps.yaml | homepage: ''
changelog-type: ''
hash: 9075959b6929e46867c138fb66b3d23ab16c5db3b07ad4181ea1b41eb246d14e
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
text: -any
... | Update from Hackage at 2018-04-21T18:32:47Z | Update from Hackage at 2018-04-21T18:32:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
3b30f125b8542aa7f18f1e189a5556b7d040328e | packages/dp/dprox.yaml | packages/dp/dprox.yaml | homepage: https://github.com/bjin/dprox#readme
changelog-type: ''
hash: 365243ee2e09b5ee58d648fad82f72a9c10c0fe5bd80684eb49cd132868e3a84
test-bench-deps:
streaming-commons: -any
bytestring: -any
unix: -any
base: ! '>=4.7 && <5'
unordered-containers: -any
hspec: -any
network: -any
containers: -any
ipro... | Update from Hackage at 2019-06-07T13:27:04Z | Update from Hackage at 2019-06-07T13:27:04Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
3d83b8397f6f966226b1a15a1d5915a6da941900 | packages/hl/hlist.yaml | packages/hl/hlist.yaml | homepage: ''
changelog-type: ''
hash: 5ee588580550018c03882b27d6a243df8b5f503bba98f86ddb44b85ed8bc4e52
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Heterogeneous list
changelog: ''
basic-deps:
base: ! '>=4.11 && <5'
all-versions:
- '0.0.0.0'
author: M Farkas-Dyck
latest: '0.0.0.0'
description-type... | Update from Hackage at 2018-01-25T03:10:23Z | Update from Hackage at 2018-01-25T03:10:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
f519c1ade7ea4d424c18c037781e9cae52980731 | .github/workflows/jdks.yml | .github/workflows/jdks.yml | name: JDK
on:
push:
paths:
- '.github/workflows/jdks.yml'
- 'install-jdk.sh'
jobs:
ea:
name: 'JDK ea'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: source install-jdk.sh --dry-run
| Add initial JDK GitHub Actions test workflow | Add initial JDK GitHub Actions test workflow
| YAML | mit | sormuras/bach,sormuras/bach | |
e0b6a982200f8f21ed8981ddcefd16e57e9f587d | .github/workflows/main.yml | .github/workflows/main.yml | name: Android CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
# Execute unit tests
- nam... | Create on demand test runs | Create on demand test runs | YAML | mpl-2.0 | Fitbit/bitgatt,Fitbit/bitgatt,Fitbit/bitgatt | |
7a2a378e9332070c1a8388e2151ce6cfcdfff289 | .github/workflows/main.yml | .github/workflows/main.yml | name: ed25519 CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Jobs default to running in parallel.
jobs:
build-linux-ubuntu-node10:
runs-on: ubuntu-latest... | Add Ubuntu Node10 Actions pipeline config | Add Ubuntu Node10 Actions pipeline config
A starter to get regression testing tested out. | YAML | bsd-2-clause | dazoe/ed25519,dazoe/ed25519,dazoe/ed25519,dazoe/ed25519 | |
b04422286bd15e1eae293fae320308f6201bf809 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile.test.Dockerfile
| Add Github Action to run CI | Add Github Action to run CI | YAML | mit | gyng/jsapp-boilerplate,gyng/jsapp-boilerplate,gyng/jsapp-boilerplate,gyng/jsapp-boilerplate | |
e8783d63ecec688edbc8d3479c11495e8126fb24 | .github/workflows/unit.yml | .github/workflows/unit.yml | name: Unit tests
on:
- pull_request
- push
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- name: Setup ruby
uses... | Add Github actions for CI | Add Github actions for CI
| YAML | apache-2.0 | puppetlabs/beaker-hiera,kevpl/beaker-hiera | |
55b40745f59e6fb35b2fa15328587434dfaebf20 | .pre-commit-config.yaml | .pre-commit-config.yaml | - repo: git://github.com/pre-commit/pre-commit-hooks
sha: 96fb7fa10f2f4c11ed33482a9ad7474251e5e97f
hooks:
- id: trailing-whitespace
- id: flake8
args: [--max-line-length=120]
- id: check-merge-conflict
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: na... | Add config for pre-commit tool | Add config for pre-commit tool
| YAML | mit | open-craft-guild/aio-feature-flags | |
02e26760ee065231cd8287f1d8fba033d2a376b5 | concourse/tasks/run-manifest-yaml-test.yml | concourse/tasks/run-manifest-yaml-test.yml | #
# A one-of task you can run on concourse to run a single maven test
#
# Run this with the following command from the ROOT of the sts4 repo:
#
# fly -t tools execute -x --config concourse/tasks/run-manifest-yaml-test.yml
inputs:
- name: sts4
platform: linux
image_resource:
type: docker-image
source:
repositor... | Add a 'one-off' task to run single test case on concourse | Add a 'one-off' task to run single test case on concourse | YAML | epl-1.0 | spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4 | |
68424272f12f4ccce3ebf8eae6169171cac43e4b | src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-info-schema-joins.yaml | src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-info-schema-joins.yaml | # Test that joins between INFORMATION_SCHEMA tables work as expected.
---
- CreateTable: c (cid INT PRIMARY KEY NOT NULL, cname VARCHAR(128))
---
- Statement: SELECT column_name, data_type, type_category, type_bundle_name FROM information_schema.columns c LEFT OUTER JOIN information_schema.types t ON c.data_type = t.ty... | Add a test for the originally reported failure. | Add a test for the originally reported failure.
| YAML | agpl-3.0 | relateiq/sql-layer,relateiq/sql-layer,ngaut/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,qiuyesuifeng/sql-layer,jaytaylor/sql-layer,ngaut/sql-layer,wfxiang08/sql-layer-1,qiuyesuifeng/sql-layer,ngaut/sql-layer,jaytaylor/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,shunwang/sql-layer-1,... | |
87dc79b06d3eb469dbabed3d4383c9d42e306b6a | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI/CD Pipeline
on:
push:
branches:
- develop
- main
pull_request:
# Run workflow whenever a PR is opened, updated (synchronized), or marked ready for review.
types: [ opened, synchronize, ready_for_review ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- n... | Add action workflow with lint & deploy | Add action workflow with lint & deploy
| YAML | apache-2.0 | GoogleChrome/kino,GoogleChrome/kino,GoogleChrome/kino | |
fb37adc857baa7b2c2b6baba1935dde8bb6ee6c5 | .github/workflows/build_msw_xml_libs.yml | .github/workflows/build_msw_xml_libs.yml | name: XML MSW binaries
on:
workflow_dispatch:
jobs:
build-xml-libs:
name: Build XML binaries
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Compiler
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-i... | Add simple workflow for building MSW XML libraries binaries | Add simple workflow for building MSW XML libraries binaries
This is going to be used to avoid rebuilding them during each build of
xmlwrapp itself.
| YAML | bsd-3-clause | vslavik/xmlwrapp,vslavik/xmlwrapp,vslavik/xmlwrapp | |
9f8539bcb785df2471010ff797fb400e60d3173a | dashboards/AzureLinuxGCCDebug/azure-pipelines.yml | dashboards/AzureLinuxGCCDebug/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:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: ... | Set up CI with Azure Pipelines for Linux with Debug | Set up CI with Azure Pipelines for Linux with Debug
[skip ci] | YAML | apache-2.0 | KitwareMedical/ITKTubeTK,KitwareMedical/ITKTubeTK,thewtex/TubeTK,thewtex/TubeTK,aylward/ITKTubeTK,thewtex/TubeTK,KitwareMedical/ITKTubeTK,aylward/ITKTubeTK,aylward/ITKTubeTK,thewtex/TubeTK,KitwareMedical/ITKTubeTK,aylward/ITKTubeTK | |
29ecdf15cfeef9bf37ba5cddf43762f2679c6919 | .travis.yml | .travis.yml | dist: trusty
language: cpp
cache:
directories:
- '$HOME/.sonar/cache'
notifications:
email: false
addons:
sonarqube:
branches:
- master
- CITest
- shadow
before_install:
- chmod +x tools/ci/before-install.sh
- tools/ci/before-install.sh
install:
- chmod +x tools/ci/install.sh
- tool... | dist: trusty
language: cpp
cache:
directories:
- '$HOME/.sonar/cache'
notifications:
email: false
addons:
sonarqube:
branches:
- master
- CITest
- shadow
before_install:
- chmod +x tools/ci/before-install.sh
- tools/ci/before-install.sh
install:
- chmod +x tools/ci/install.sh
- tool... | Set Sonar independent from success build | Set Sonar independent from success build | YAML | mit | RaoulvanWoerkom/PGT_Team2 |
2ec8b9a8ff784081605383b00fccfbe9c945088f | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "6"
- "7"
- "8"
- "9"
after_success:
- npm run coverage
- npm i codecov
- codecov -f coverage/coverage.json
notifications:
email:
on_success: never
cache:
directories:
- node_modules
| language: node_js
sudo: false
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
after_success:
- npm run coverage
- npm i codecov
- codecov -f coverage/coverage.json
notifications:
email:
on_success: never
cache:
directories:
- node_modules
| Add Node.js 10 to Travis testing | boilerplate: Add Node.js 10 to Travis testing | YAML | mit | jstransformers/jstransformer-es6-template,jstransformers/jstransformer-pug,jstransformers/jstransformer-markdown-it,jstransformers/jstransformer-atpl,jstransformers/jstransformer-swig,jstransformers/jstransformer-opalcss,jstransformers/jstransformer-riotjs,jstransformers/jstransformer-esnext,jstransformers/jstransforme... |
5414733009eb9f7be177744289224b1aedf5cbfb | changelogs/unreleased/33442-supplement_traditional_chinese_in_hong_kong_translation_of_i18n.yml | changelogs/unreleased/33442-supplement_traditional_chinese_in_hong_kong_translation_of_i18n.yml | ---
title: Supplement Traditional Chinese in Hong Kong translation of Project Page & Repository Page
merge_request: 11995
author:Huang Tao
| ---
title: Supplement Traditional Chinese in Hong Kong translation of Project Page & Repository Page
merge_request: 11995
author: Huang Tao
| Change the format in changelog | Change the format in changelog
| YAML | mit | axilleas/gitlabhq,mmkassem/gitlabhq,axilleas/gitlabhq,dreampet/gitlab,dplarson/gitlabhq,iiet/iiet-git,stoplightio/gitlabhq,mmkassem/gitlabhq,dreampet/gitlab,mmkassem/gitlabhq,jirutka/gitlabhq,t-zuehlsdorff/gitlabhq,iiet/iiet-git,axilleas/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq,axilleas/gitlabhq,dreampet/gitl... |
f629c6b6519bded94e6282a1bc2e0516801ecb4d | plugins/virsh/vars/CentOS-9-hypervisor.yml | plugins/virsh/vars/CentOS-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 CentOS-9 to supported hypervisors. | Add CentOS-9 to supported hypervisors.
This patch allows to use CentOS-9 as hypervisor.
Change-Id: I8083cfee7c7c1125a2ab3b53efac8b83fdedc2f4
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared | |
87c14530e78c4fce6192f53919f2dc6266b4df47 | packages/hl/hls-plugin-api.yaml | packages/hl/hls-plugin-api.yaml | homepage: ''
changelog-type: ''
hash: 3dbfe5a62b7904bd9c5dcceb8b6508f9a68212d23a95975d320a1b4397192e35
test-bench-deps: {}
maintainer: alan.zimm@gmail.com (for now)
synopsis: Haskell Language Server API for plugin communication
changelog: ''
basic-deps:
shake: '>=0.17.5'
ghc: -any
base: '>=4.12 && <5'
Diff: -an... | Update from Hackage at 2020-09-11T21:49:21Z | Update from Hackage at 2020-09-11T21:49:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
f594d6f86d073e8b621a8a1860254a507f91eab5 | .github/workflows/docker-branch.yml | .github/workflows/docker-branch.yml | name: Docker Image for specific branch
on:
workflow_dispatch:
inputs:
branch:
description: 'branch or tag to build'
required: true
env:
ORG: timescaledev
TS_VERSION: ${{ github.event.inputs.branch }}
PLATFORM: linux/amd64
jobs:
# Build ubuntu TimescaleDB images for both TSL and O... | Add workflow to build docker images for specific branches | Add workflow to build docker images for specific branches
| YAML | apache-2.0 | timescale/timescaledb-docker | |
88cf5ec98d2ab4a493f0773fd9f4b3ac37c22996 | packages/te/tempo.yaml | packages/te/tempo.yaml | homepage: http://github.com/candidtim/tempo#readme
changelog-type: ''
hash: ceb2e179f1abad53d56aebd9d4c62af2a6e021af849e52a49ccb33ac44432689
test-bench-deps:
base: -any
tempo: -any
maintainer: timur@rubeko.com
synopsis: Command-line tool to log time-tracking information into JIRA Tempo plugin
changelog: ''
basic-de... | Update from Hackage at 2016-04-10T21:21:02+0000 | Update from Hackage at 2016-04-10T21:21:02+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
fe944c4e5f1f5eb27de063d13772ccf3ab1734cb | .github/workflows/windows-vcpkg.yml | .github/workflows/windows-vcpkg.yml | name: Windows vcpkg Workflow
on:
push:
branches:
- master
pull_request:
schedule:
# Execute a "nightly" build at 2 AM UTC
- cron: '0 2 * * *'
jobs:
build:
name: 'Windows vcpkg job'
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
# Restore from cache the pre... | Add CI job to test compilation on Windows with vcpkg | Add CI job to test compilation on Windows with vcpkg
Fix https://github.com/ros-industrial/abb_libegm/issues/92
| YAML | bsd-3-clause | ros-industrial/abb_libegm | |
9f8fa6b9363e24c9ccf5f7ca1979fa50ddd08d40 | recipes/ldap/meta.yaml | recipes/ldap/meta.yaml | {% set name = "ldap" %}
{% set version = "1.0.2" %}
{% set hash_type = "sha256" %}
{% set hash_value = "ead51179daa5dbe6f635f5dbac4357ac7a2c278b5455393064522efb172377e5" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.tar.gz'
url: https://pypi.io/packages/so... | Add recipe for ldap package | Add recipe for ldap package
| YAML | bsd-3-clause | synapticarbors/staged-recipes,rvalieris/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-recipes,jochym/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,pmlandwehr/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,Juanlu001/staged-recipes,rvalieris/staged-recipes,goanpeca/staged-recipes... | |
4ff9a7a3b61a41bc46984251571fdd4c76dc8ca7 | azure-pipelines-1.yml | azure-pipelines-1.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displa... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | apache-2.0 | wfp/ui,wfp/ui,wfp/ui | |
ffdb0b40196d58df3537185dbb8d7a40432572bb | releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml | releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml | ---
features:
- VNF auto-scaling and manual-scaling feature is added, to scale in/out
the VDUs.
issues:
- Auto-scaling feature is supported only with alarm monitors and it does
not work with other monitors such as ping, http_ping.
- When VNF is modelled with scaling requirement in VNFD, any config
ma... | Add release notes for VNF scaling feature | Add release notes for VNF scaling feature
Change-Id: Ia7b9fa62934c9855ad1863a9814472aff746d6dc
implments: blueprint #vnf-scaling
| YAML | apache-2.0 | openstack/tacker,stackforge/tacker,stackforge/tacker,openstack/tacker,zeinsteinz/tacker,openstack/tacker,zeinsteinz/tacker | |
56dff17a2158e57244438478d61464c79407f8d8 | update_kb_usa_p2pu.yml | update_kb_usa_p2pu.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: zim_install
zim_name: "wikipedia.en gutenberg.en wiktionary.en tedbusiness.en teddesign.en tedentertainme... | Add conf file for P2PU KoomBook | Add conf file for P2PU KoomBook
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube | |
dd2e0fa15fae1109a22e7155007793d3aaafef53 | .github/workflows/feedback_pull_request.yml | .github/workflows/feedback_pull_request.yml | on:
pull_request:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
... | Add feedback bot to pull request | Add feedback bot to pull request
Signed-off-by: Mark Sagi-Kazar <96fc3fb31ad15c04c92a83051be1defd0efbd70d@gmail.com>
| YAML | mit | spf13/viper | |
979b51af080cd912841766e38fc0c27932793749 | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
... | Add GitHub Actions to run Maven build | Add GitHub Actions to run Maven build | YAML | agpl-3.0 | cstroe/svndumpapi,cstroe/svndumpgui,cstroe/svndumpgui,cstroe/svndumpapi | |
09f35b8a8616e35c81e52e4b1c2fdd29d7c247df | packages/cr/craft.yaml | packages/cr/craft.yaml | homepage: ''
changelog-type: ''
hash: 45ae71a9af6776f4d21bda5c8c0d04c2f830a420234c25c7dfb36b950ea718cd
test-bench-deps:
base: -any
hspec: ! '>=1.3'
megaparsec: -any
craft: -any
hspec-megaparsec: -any
QuickCheck: -any
maintainer: joehillen@gmail.com
synopsis: A UNIX configuration management library in Haskel... | Update from Hackage at 2016-09-17T07:34:20+0000 | Update from Hackage at 2016-09-17T07:34:20+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
624ecc599cc16fb4a8dc407ab18e7ed59fc36c56 | packages/sp/splay.yaml | packages/sp/splay.yaml | homepage: ''
changelog-type: ''
hash: 289101e80618a3ebaf2f204de9ce076e09cb5e5bb0579484c66bb89cae2e23cc
test-bench-deps: {}
maintainer: dramforever <dramforever@live.com>
synopsis: (UNTESTED) Generic splay-based sequence representation
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.0.1'
author: dramf... | Update from Hackage at 2015-07-11T02:39:12+0000 | Update from Hackage at 2015-07-11T02:39:12+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
d7b953614fbd46e7c5ce17630cdc98c8bb476a3b | cluster/manifests/admission-control-credentials/credentials.yaml | cluster/manifests/admission-control-credentials/credentials.yaml | {{ if eq .Environment "production" }}
apiVersion: "zalando.org/v1"
kind: PlatformCredentialsSet
metadata:
name: admission-controller-credentials
namespace: kube-system
labels:
application: kube-apiserver
spec:
application: kube-apiserver
tokens:
kio:
privileges: []
{{ end }}
| Add a PCS for the admission controller | Add a PCS for the admission controller
Signed-off-by: Alexey Ermakov <6610c7e1c26fb4c3222ac4f760cb43a9f3c01622@zalando.de>
| YAML | mit | zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws | |
92a3d1aab5e685ff8089b293f46cdcf090ec9f08 | travis.yml | travis.yml | language: python
python:
- "3.4"
install: pip install -r requirements.txt
addons:
postgresql: "9.3"
services:
- postgresql
before_script:
- psql -c 'create database scoreboard_test;' -U postgres
env:
- DATABASE_URL=postgres://postgres@localhost/scoreboard_test
- LEADERBOARD_SCORE_THREASHOLD=3
- OPPONENTS... | Add script run line to Travis CL | Add script run line to Travis CL
| YAML | mit | JamesLaverack/scoreboard,JamesLaverack/scoreboard,JamesLaverack/scoreboard | |
3dcd577810a623d15327a07a589a232a9e8dc355 | .travis.yml | .travis.yml | language: android
android:
components:
- build-tools-20.0.0
- android-16
licenses:
- android-sdk-license-5be876d5
branches:
except:
- gh-pages
notifications:
email: false
| language: android
jdk:
- oraclejdk7
- oraclejdk8
android:
components:
- build-tools-20.0.0
- android-16
licenses:
- android-sdk-license-5be876d5
branches:
except:
- gh-pages
notifications:
email: false
| Include JDK 8 in CI compilation in addition to 7 (current implicit default). | Include JDK 8 in CI compilation in addition to 7 (current implicit default).
| YAML | apache-2.0 | rajyvan/butterknife,newtonker/butterknife,ChristianBecker/butterknife,SOFTPOWER1991/butterknife,GeekHades/butterknife,rajyvan/butterknife,dance609195946/butterknife,JackLeeMing/butterknife,KoMinkyu/butterknife,wuseal/butterknife,lukaciko/butterknife,nabishpaul/butterknife,dreamseekerkun/butterknife,krumman/butterknife,... |
b0ca9e979d51bbc9bde2d106cdd6b02346ddcabb | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
| language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
notifications:
email:
- dave@famo.us
- fetterman@famo.us
- myles@famo.us
| Update Travis with explicit emails | Update Travis with explicit emails
| YAML | mpl-2.0 | ziteboard/famous,chinakids/famous,Faiz7412/famous,Lkraljevic/famous,ziteboard/famous,wgester/famous,Bizboard/famous,Famous/famous,FamousArchives/views,SeanOceanHu/famous,Offirmo/famous,Famous/views,SuPenguin/famous,Faiz7412/famous,holmesal/famous-global-build,trusktr/famous,Famous/famous,gdi2290/famous |
11a7c2f867e12eb2d098f394f5dee0dd088d3561 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "iojs"
notifications:
slack:
secure: f5QSFkke3kvTa0Li+PT5qgFozTmY0inw0PPWJn5FXeg+P1PGIG4ksL8ACKxtwO+repbrdrLYX9kt/AQaLnktXXvuylgI5wqt+YQYIwTP8WV91SkBVJotz4+0UxRk0O47lM/IGBSV5lU6Oon0gr8zz4PPwpZw4xjWEinWmWi+ZLo=
| Add Travis CI configuration file. | Add Travis CI configuration file.
| YAML | mit | DanielTomlinson/ohm,anfedorov/ohm,coopsource/ohm,cdglabs/ohm,anfedorov/ohm,DanielTomlinson/ohm,harc/ohm,cdglabs/ohm,harc/ohm,coopsource/ohm,coopsource/ohm,DanielTomlinson/ohm,cdglabs/ohm,harc/ohm,anfedorov/ohm | |
dc28a6e6a661d3e6a60316aab25e70e8689b0a40 | .travis.yml | .travis.yml | language: c
sudo: required
matrix:
include:
- os: linux
compiler: gcc
addons:
apt:
packages:
- libtommath-dev
- os: linux
compiler: clang
addons:
apt:
packages:
- libtommath-dev
- clang-3.9
- os: osx
imag... | Add Linux and macOS continuous integration on Travis | Add Linux and macOS continuous integration on Travis
| YAML | mit | justinethier/cyclone,justinethier/cyclone | |
fd90e201f2a2dcf09253eaa959dee30e4ce48e05 | .travis.yml | .travis.yml | rvm:
- 1.8.7 # (current default)
- 1.9.2
- rbx
- rbx-2.0
- ree
- jruby
- ruby-head
- 1.8.6 | Test against all possible ruby platforms | Test against all possible ruby platforms
| YAML | mit | nofxx/mongoid-rspec,xronos-i-am/mongoid-rspec,bartes/mongoid-rspec,mongoid-rspec/mongoid-rspec | |
98c4c2311debbd925b305a6b772b32ab67e0d274 | .travis.yml | .travis.yml | sudo: false
language: cpp
addons: &addons
apt:
packages: timeout
sources: &sources
- llvm-toolchain-precise
cache:
apt: true
ccache: true
env:
global:
# Do not build our sync branch.
branches:
only:
- master
matrix:
# Abort all builds on a single failing matrix entry.
fast_finish: ... | Enable clang-format for all pull requests using the public TravisCI infrastructure. | Enable clang-format for all pull requests using the public TravisCI infrastructure.
| YAML | lgpl-2.1 | beniz/root,zzxuanyuan/root,davidlt/root,satyarth934/root,agarciamontoro/root,agarciamontoro/root,karies/root,BerserkerTroll/root,davidlt/root,zzxuanyuan/root,bbockelm/root,olifre/root,karies/root,beniz/root,olifre/root,root-mirror/root,buuck/root,buuck/root,root-mirror/root,simonpf/root,satyarth934/root,abhinavmoudgil9... | |
95a63b07be4675a62fab7ee80b5d04f37d9dc161 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- 1.8.7
| Add Travis CI configuration file | Add Travis CI configuration file
| YAML | mit | leocassarani/tinytable | |
cbc70a31ba4aceb5ec7952c63a2160fee4fdc6b8 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
- '0.8'
script: npm run-script ci
branches:
only:
- dev
- master
env:
global:
- SAUCE_USERNAME="cujojs-when"
- secure: "xDw2GHHEODbhKOEKXwE0iHdLE+dSQW5dsNFjLnfSEJKmhQe4bmmuK2r7NcgF\nYsAFFJ1Oy8smLXfibeCqVp9Pgyjqwhy6oe7ZH/5y4BXTACEC1UKGM/ZgLsXQ\nMzp4Ydt1Hdb+0QyP... | language: node_js
node_js:
- '0.10'
- '0.8'
script: npm run-script ci
branches:
only:
- dev
- master
- fix-sauce-for-pull-requests
env:
global:
- SAUCE_USERNAME="cujojs-when"
- SAUCE_ACCESS_KEY="e5d3d1a5-bc49-4607-8a7e-702a512c7f60"
| Fix sauce tests for pull requests | Fix sauce tests for pull requests
| YAML | mit | anthonyvia/when,tkirda/when,mlennon3/when,tkirda/when,stevage/when,anthonyvia/when,SourcePointUSA/when,DJDNS/when.js,frank-weindel/when,petkaantonov/when,ning-github/when,frank-weindel/when,caporta/when,caporta/when,SourcePointUSA/when,ning-github/when,mlennon3/when,stevage/when |
08e3d9e0bf7a7a4650b6adbf9be22add9320b350 | .travis.yml | .travis.yml | # https://travis-ci.org/datagraph/libsparql
language: cpp
compiler:
- clang
- gcc
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get install -qq libyajl-dev libxml2-dev libxqilla-dev
- sudo add-apt-repository ppa:kubuntu-ppa/backports -y
- sudo apt-get update -qq
- sud... | Revert "Travis made breaking changes, going to drop it for another CI service" | Revert "Travis made breaking changes, going to drop it for another CI service"
This reverts commit 7fc7b25a5b8c5443d73ecee39b6718f3030d10b7.
| YAML | mit | Darelbi/Infectorpp,Darelbi/Infectorpp2 | |
b31b262ba5f578a0885941eea10e0fce137d7b75 | .travis.yml | .travis.yml |
language: python
python:
- 2.7
- 3.4
- pypy
- pypy3
os:
- linux
- osx
# before_install: true
install: pip install fhurl>=0.1.7 gunicorn smarturls six Django>=1.3 dj-database-url tox --use-mirrors --quiet
before_script: rm --recursive --force --verbose *.py[cod]
script: tox
# afte... | sudo: false
language: python
python:
- 2.7
- 3.4
- pypy
- pypy3
- nightly
os:
- linux
# - osx
# before_install: true
install: pip install fhurl>=0.1.7 gunicorn smarturls six Django>=1.3 dj-database-url tox --use-mirrors --quiet
before_script: rm --recursive --force --verbose *.py[c... | Add Container based to Travis | Add Container based to Travis
| YAML | bsd-3-clause | akshar-raaj/importd,arpitremarkable/importd,janusnic/importd,pombredanne/importd,janusnic/importd,hitul007/importd,akshar-raaj/importd,pombredanne/importd,hitul007/importd,arpitremarkable/importd |
9d9fd0885934692825039492fac6183202f29dd3 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change # o... | language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/7f95bf605c4d356372f4
on_success: change # o... | Update TravisCI to Gitter webhook | Update TravisCI to Gitter webhook | YAML | apache-2.0 | helight/helight_code,helight/helight_code,thinkerou/gin,helight/helight_code,helight/helight_code,helight/helight_code,jithinjk/gin,helight/helight_code,jithinjk/gin,helight/helight_code,sosedoff/gin,helight/helight_code,gin-gonic/gin,helight/helight_code |
40a5ce1855076710c42793f19e069b3ffc828797 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
install: composer install
script: phpunit --bootstrap vendor/autoload.php tests | Add config for Travic CI | Add config for Travic CI
| YAML | mit | vantezzen/vowserdb,vantezzen/sdb | |
bec0350346127fb59c3b9f014780d57bfc34ad57 | .travis.yml | .travis.yml | language: objective-c
script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw"
https://api.github.com/repos/atom/apm/contents/script/build-package | sh'
env:
global:
secure: LrQO6c1B6B/6cAAf2qLc8qE+En43+m2yu+y5jghl2QEk3GCxUFrt25QLpbC0Uo2EPaERVt5E60pMcerjSyF0mQCeM8... | Add initial Travis CI configuration | Add initial Travis CI configuration
| YAML | mit | emmetio/emmet-atom,kebot/emmet-atom,alexlecco/emmet-atom-simplified,rkmax/emmet-atom,mat-b-/emmet-atom-simplified,alexlecco/emmet-atom-simplified,kebot/emmet-atom,rkmax/emmet-atom,alexlecco/emmet-atom-simplified,mat-b-/emmet-atom-simplified,kebot/emmet-atom,rkmax/emmet-atom,davidlormor/emmet-atom,davidlormor/emmet-atom... | |
1271dd3bfddf19b0d0c75de627120d70bfeb5f2f | .travis.yml | .travis.yml | language: python
python:
- '3.3'
- '3.4'
install:
- apt-get install texlive-latex-extra
- pip install .
script: ./testall.sh
| Add first try of a Travis file for automated testing | Add first try of a Travis file for automated testing
| YAML | mit | bjodah/PyLaTeX,bjodah/PyLaTeX,sebastianhaas/PyLaTeX,JelteF/PyLaTeX,votti/PyLaTeX,JelteF/PyLaTeX,votti/PyLaTeX,jendas1/PyLaTeX,ovaskevich/PyLaTeX,jendas1/PyLaTeX,sebastianhaas/PyLaTeX,ovaskevich/PyLaTeX | |
4e26388f18bacff792ad5a97b4fb815ee72f8cec | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler -v '= 1.5.1' # http://changelog.travis-ci.com/post/71633370723/mri-ruby-2-1-0-and-jruby-1-7-9-available
before_script:
- ./spec/setup/arangodb.sh
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- jruby-head
- rbx-2.2.3
- ruby-head
env:
- VERSION=1.4.4... | language: ruby
before_install:
- gem install bundler -v '= 1.5.1' # http://changelog.travis-ci.com/post/71633370723/mri-ruby-2-1-0-and-jruby-1-7-9-available
before_script:
- ./spec/setup/arangodb.sh
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- jruby-head
- rbx-2.2.3
- ruby-head
env:
- VERSION=1.4.4... | Allow failure on 2.1.0 for now | Allow failure on 2.1.0 for now
It segfaults since I upgraded mutant and unparser to the newest version.
A ticket has been created.
https://github.com/mbj/mutant/issues/151
| YAML | apache-2.0 | triAGENS/ashikawa-core,XescuGC/ashikawa-core,triAGENS/ashikawa-core,XescuGC/ashikawa-core |
ef73ee52c74bbd2742cc188995615a49efaae7c1 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "6.7"
- "4.6"
- "0.12"
env:
global:
- SAUCE_USERNAME='shtylman-superagent'
- SAUCE_ACCESS_KEY='39a45464-cb1d-4b8d-aa1f-83c7c04fa673'
matrix:
include:
- node_js: "4.6"
env: BROWSER=1
| sudo: false
language: node_js
node_js:
- "7.1"
- "6.9"
- "4.6"
env:
global:
- SAUCE_USERNAME='shtylman-superagent'
- SAUCE_ACCESS_KEY='39a45464-cb1d-4b8d-aa1f-83c7c04fa673'
matrix:
include:
- node_js: "4.6"
env: BROWSER=1
| Test on Node 7 and latest LTSs | Test on Node 7 and latest LTSs | YAML | mit | visionmedia/superagent,focusaurus/superagent,focusaurus/superagent,visionmedia/superagent,fredigato/superagent,visionmedia/superagent,fredigato/superagent,craigspaeth/superagent,craigspaeth/superagent |
b1a90ba789de3a248ce7006afaf8f9bf62ff4b24 | .travis.yml | .travis.yml | addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- libglib2.0-0
- libglib2.0-dev
sudo: false
language: c
compiler:
- gcc
- clang
script:
- if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
- NOCONFIGURE=1 ./autogen.sh
- ./configure --disable-introspection --dis... | Revert "Travis-CI has no support for Autotools" | Revert "Travis-CI has no support for Autotools"
This reverts commit 54273153f99571c713841780497d143ebc0adde0.
| YAML | mit | ebassi/graphene,ebassi/graphene | |
69fe223b9eb65f675f5f91ae5702ffc80de820a7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 2.2.0
matrix:
allow_failures:
- rvm: 2.2.0
script:
- "bundle exec rake validate"
- "bundle exec rake lint"
- "bundle exec rake spec"
env:
- PUPPET_VERSION=4.2.2
- PUPPET_VERSION=3.7.4
- PUPPET_VERSION=2.7.17
notifications:
email:
on_failure: always
gemfile: Gem... | language: ruby
rvm:
- 1.8.7
- 2.2.0
matrix:
allow_failures:
- rvm: 2.2.0
- env: PUPPET_VERSION=4.2.2
script:
- "bundle exec rake validate"
- "bundle exec rake lint"
- "bundle exec rake spec"
env:
- PUPPET_VERSION=4.2.2
- PUPPET_VERSION=3.7.4
- PUPPET_VERSION=2.7.17
notifications:
email:
... | Allow failures for Puppet 4.4.2 | TRAVIS: Allow failures for Puppet 4.4.2
| YAML | bsd-2-clause | DonMaja/puppet-module-kerberos,edgester/puppet-module-kerberos,edgester/puppet-module-kerberos,DonMaja/puppet-module-kerberos,edgester/puppet-module-kerberos,michaelweiser/puppet-module-kerberos,michaelweiser/puppet-module-kerberos,michaelweiser/puppet-module-kerberos,DonMaja/puppet-module-kerberos |
03aa5ab902e101197e749217d0efde5fd85adec9 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cd enum-map
- cargo build --verbose
- cargo test --verbose
| Use Travis CI for project | Use Travis CI for project
| YAML | apache-2.0 | xfix/enum-map | |
360afc768a22af73ee78ea30b9ec256d549f4816 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install:
- ./gradlew assemble
script:
- ./gradlew check
| Add setup for Travis-CI integration | Add setup for Travis-CI integration
| YAML | apache-2.0 | nntnag17/linkedin-gradle-plugin-for-apache-hadoop-1,kurtgodel95/linkedin-gradle-plugin-for-apache-hadoop,reallocf/linkedin-gradle-plugin-for-apache-hadoop,convexquad/linkedin-gradle-plugin-for-apache-hadoop,pranayhasan/linkedin-gradle-plugin-for-apache-hadoop,linkedin/linkedin-gradle-plugin-for-apache-hadoop,pranayhasa... | |
3e4196e107f1b76585b3796010a45be73107fa42 | data/transition-sites/ukti_techworld.yml | data/transition-sites/ukti_techworld.yml | ---
site: ukti_techworld
whitehall_slug: uk-trade-investment
title: UK Trade & Investment
redirection_date: 10th April 2014
homepage: https://www.gov.uk/government/organisations/uk-trade-investment
tna_timestamp: 20130304194754
host: www.technologyworld.uk.com
furl: www.gov.uk/ukti_techworld
aliases:
- technologywo... | Configure ukti techworld domain on transition app | Configure ukti techworld domain on transition app
| YAML | mit | alphagov/transition-config,alphagov/transition-config | |
3f7a4e8e2802d675332c73143f15a1938ad7d9ae | manifests/cf-manifest/operations.d/210-cf-disable-routing-api.yml | manifests/cf-manifest/operations.d/210-cf-disable-routing-api.yml | - type: remove
path: /instance_groups/name=tcp-router
- type: remove
path: /instance_groups/name=api/jobs/name=routing-api
- type: remove
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/routing_api
- type: remove
path: /instance_groups/name=api/jobs/name=consul_agent/properties/consul/a... | Add opsfile to disable routing-api and tcp-router | Add opsfile to disable routing-api and tcp-router
We do not support these features yet, but the cf-deployment
have them enabled by default.
| 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 | |
931ba24fd5cbf067d50ab0f5a24f46a8ba88c034 | environments/prod.yml | environments/prod.yml | ---
# Variables used by Vagrantfile are defined here
servers:
- name: frontend
ip: 172.16.1.30
hostname: frontend.irma.local
memory: 2048
- name: brain
ip: 172.16.1.31
hostname: brain.irma.local
memory: 2048
- name: probe
ip: 172.16.1.32
hostname: probe.irma.local
memory: 2048... | Add Prod environment with 3VM but no directories sync | Add Prod environment with 3VM but no directories sync
| YAML | apache-2.0 | hirokihamasaki/irma,hirokihamasaki/irma,hirokihamasaki/irma,hirokihamasaki/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,quarkslab/irma,quarkslab/irma | |
0b3a42118f15c7ddf21a55a4916de14934873272 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
env:
- DISPLAY=:99.0
script:
- "bundle exec rspec spec"
branches:
only:
- master
| Add Travis CI config file | Add Travis CI config file
| YAML | mit | meurio/acts_as_our_cities,ourcities/acts_as_our_cities,meurio/acts_as_our_cities,meurio/acts_as_our_cities,ourcities/acts_as_our_cities,ourcities/acts_as_our_cities | |
3a08c60ec4f34722ea33be1f19f124fc0aa8086e | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
- 2.1
branches:
only:
- master
bundler_args: --jobs 7
before_script:
- git config --global user.email "ci@traivs-ci.org"
- git config --global user.name "Travis CI"
script: bundle exec rake
| rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
branches:
only:
- master
bundler_args: --jobs 7
before_script:
- git config --global user.email "ci@traivs-ci.org"
- git config --global user.name "Travis CI"
script: bundle exec rake
| Add Ruby 2.2 to the matrix | Add Ruby 2.2 to the matrix
| YAML | apache-2.0 | Nordstrom/stove,sethvargo/stove,patcon/stove,fr34k8/stove,ChastinaLi/stove,ChastinaLi/stove,amaltson/stove,amaltson/stove,Nordstrom/stove,fr34k8/stove,sethvargo/stove,lamont-granquist/stove,patcon/stove,fr34k8/stove,lamont-granquist/stove |
c3ca42a59324404507912f375f420bbc0d07cb1f | .travis.yml | .travis.yml | language: python
python:
# - "2.7"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: python setup.py install
# command to run tests
script:
- python setup.py test --addopts -v
- flake8 --exclude tests | Add Travis CI configuration file | Add Travis CI configuration file
| YAML | mit | chovanecm/sacredboard,chovanecm/sacredboard,chovanecm/sacredboard | |
05b432c3c85307e7eb4a6da1f1adc12390da95bc | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
install:
- sudo apt-get install gcc-multilib g++-multilib cmake
before_script:
- cmake . -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32
script:
- make
- make package
| Add config for Travis CI | Add config for Travis CI
| YAML | bsd-2-clause | Zeex/samp-plugin-profiler,Zeex/samp-plugin-profiler |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.