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 |
|---|---|---|---|---|---|---|---|---|---|
ddce71b8d7ed967eca67caec075ccfc72352d1a5 | .travis.yml | .travis.yml | sudo: false
language: ruby
before_install: gem install bundler -v 1.13.6
matrix:
fast_finish: true
include:
- rvm: ruby-head
gemfile: gemfiles/railsmaster.gemfile
- rvm: jruby-9.1.0.0
gemfile: gemfiles/jruby.gemfile
- rvm: 2.4.1
gemfile: Gemfile
- rvm: 2.4.1
gemfile: gemfile... | sudo: false
language: ruby
before_install: gem install bundler -v 1.13.6
matrix:
fast_finish: true
include:
- rvm: ruby-head
gemfile: gemfiles/railsmaster.gemfile
- rvm: jruby-9.1.0.0
gemfile: gemfiles/jruby.gemfile
- rvm: 2.5.0
gemfile: Gemfile
- rvm: 2.4.1
gemfile: Gemfile... | Add ruby 2.5 to CI | Add ruby 2.5 to CI
| YAML | mit | palkan/test-prof,palkan/test-prof |
901c7a22d51d334a196128bf6913e4c1c5085c44 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- ree
env: THEME=bridgepdx
| language: ruby
rvm:
- 1.8.7
- ree
env: THEME=bridgepdx
before_install:
- rvm rubygems 1.8.25
| Downgrade rubygems to 1.8.25 before Travis CI runs | Downgrade rubygems to 1.8.25 before Travis CI runs
| YAML | mit | ondrocks/openconferenceware,ondrocks/openconferenceware,mynameisfashanu/openconferenceware,osbridge/openconferenceware,ondrocks/openconferenceware,osbridge/openconferenceware,mynameisfashanu/openconferenceware,osbridge/openconferenceware,ondrocks/openconferenceware,mynameisfashanu/openconferenceware,osbridge/openconfer... |
5f31c2b0a84d5a9a5e984ac299352bc0c8b9283a | .travis.yml | .travis.yml | language: java
jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
services:
- postgresql
- docker
before_script:
- psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres
- psql -c 'create database "mongo-java-server-test" with owner = "... | language: java
jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
- openjdk14
services:
- postgresql
- docker
before_script:
- psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres
- psql -c 'create database "mongo-java-server-test... | Build and test with OpenJDK 14 | Travis: Build and test with OpenJDK 14
| YAML | bsd-3-clause | bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server |
03cf7dfc55f0b83a53f5c943538e7402abe14dd1 | .travis.yml | .travis.yml | sudo: false
install: true
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HOME/.sonar/installs'
language: java
jdk:
- oraclejdk8
addons:
sonarqube: true
script:
- openssl aes-256-cbc -K $GPG_PASSPHRASE -in codesigning.asc.enc -out codesigning.asc -d
- gpg --fast-impor... | sudo: false
install: true
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HOME/.sonar/installs'
language: java
jdk:
- oraclejdk8
addons:
sonarqube: true
script:
- openssl aes-256-cbc -k $GPG_PASSPHRASE -in codesigning.asc.enc -out codesigning.asc -d
- gpg --fast-impor... | Prepare build for deployment to the central repository | Prepare build for deployment to the central repository
| YAML | apache-2.0 | willemsrb/simple-jmx |
5d3052fd64d696073aaba9711aafbd629c92abba | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- en... | ---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- en... | Remove phantomjs 2.0 path update | Remove phantomjs 2.0 path update | YAML | mit | SpikedKira/sl-ember-behavior,notmessenger/sl-ember-behavior,erangeles/sl-ember-behavior,softlayer/sl-ember-behavior,SpikedKira/sl-ember-behavior,erangeles/sl-ember-behavior,softlayer/sl-ember-behavior,notmessenger/sl-ember-behavior |
e6a80947a940d2deea09fc530b3268d0fabaa2cd | .travis.yml | .travis.yml | language: cpp
script: make
compiler:
- clang-3.7
env:
- CXX=clang-3.7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- gcc-5
- g++-5
- clang-3.7
| script: make
compiler:
- clang-3.7
env:
- CXX=clang-3.7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- gcc-5
- g++-5
- clang-3.7
| Remove language cpp from Travis CI configuration | Remove language cpp from Travis CI configuration
| YAML | mit | rv8-io/rv8,rv8-io/rv8,rv8-io/rv8 |
9c20380eaca94c09072e36ca92a5ca9c66a1f777 | .travis.yml | .travis.yml | language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: "$SONARCLOUD_ORGANIZATION"
token: "$SONAR_TOKEN"
before_script:
- export DISPLAY=:99.0
script:
- mvn test
- bash... | language: java
os: linux
dist: xenial
install: true
services:
- xvfb
addons:
chrome: stable
firefox: latest
sonarcloud:
organization: $SONARCLOUD_ORGANIZATION
token: $SONAR_TOKEN
before_script:
- export DISPLAY=:99.0
script:
- mvn test
- bash <(c... | Remove quotes from sonarcloud organization and token config | Remove quotes from sonarcloud organization and token config
| YAML | apache-2.0 | bonigarcia/webdrivermanager,bonigarcia/webdrivermanager,bonigarcia/webdrivermanager |
4d90b1d3f45889ae3da4b06516f654e660d25126 | dsaas-services/f8-tenant.yaml | dsaas-services/f8-tenant.yaml | services:
- hash: fed0f9d4205536998607768d2d8724a7f3ff1ea4
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| services:
- hash: fed0f9d4205536998607768d2d8724a7f3ff1ea4
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8-services/fabric8-tenant/
| Move fabric8-tenant to fabric8-services org | Move fabric8-tenant to fabric8-services org | YAML | apache-2.0 | openshiftio/saas,openshiftio/saas |
87d5e0f5fd41becf1f064250602b85d8d6b02b21 | dev/config.yml | dev/config.yml | debug: true
database:
url: "postgresql://localhost/warehouse"
paths:
packages: "data/packages"
cache:
browser:
packages: 900
varnish:
packages: 86400
| debug: true
database:
url: "postgresql://localhost/warehouse"
paths:
packages: "data/packages"
cache:
varnish:
packages: 86400
| Remove the browser cache from in development | Remove the browser cache from in development
| YAML | apache-2.0 | techtonik/warehouse,robhudson/warehouse,robhudson/warehouse,mattrobenolt/warehouse,mattrobenolt/warehouse,techtonik/warehouse,mattrobenolt/warehouse |
432b1a8e6f14bba3444bad8593ade4c5df13fcc2 | test/sites/ocean/versions.yml | test/sites/ocean/versions.yml | DEFAULTS:
type: Version
created_at: 2006-03-10
updated_at: 2006-04-11
publish_from: 2006-03-10
status: pub
lang: en
comment: ""
summary: ""
text: ""
number: 1
ocean_en:
type: Version
node: ocea... | DEFAULTS:
type: Version
created_at: 2006-03-10
updated_at: 2006-04-11
publish_from: 2006-03-10
status: pub
lang: en
comment: ""
summary: ""
text: ""
number: 1
ocean_en:
type: Version
node: ocea... | Copy ContactContent foxy fixtures to Version for site ocean. | Copy ContactContent foxy fixtures to Version for site ocean.
| YAML | mit | BackupTheBerlios/zena,zena/zena,BackupTheBerlios/zena,BackupTheBerlios/zena,zena/zena,zena/zena,zena/zena |
7227d11138b5f3c47fd816bd988fa97a7480368c | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: qtawesome
version: 0.1.8.post1
source:
git_url: ../
git_tag: a9e3d1e
build:
noarch_python: True
requirements:
build:
- python
- six
- qtpy
run:
- python
- qtpy
- six
test:
imports:
- qtawesome
requires:
- pyqt
about:
home: https://github.com/spyder... | package:
name: qtawesome
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('v', '') }}
source:
git_url: ../
git_tag: {{ environ.get('GIT_DESCRIBE_TAG') }}
build:
noarch_python: True
requirements:
build:
- python
- six
- qtpy
run:
- python
- qtpy
- six
test:
imports:
... | Update conda recipe given that we have tags in the repo now | Update conda recipe given that we have tags in the repo now
| YAML | mit | SylvainCorlay/qtawesome,spyder-ide/qtawesome |
0d05bdda1ce1a74ee81e65d6ef73e8e25484e194 | config/cartography.yml | config/cartography.yml | site_name: Cartography
docs_dir: src-cartography
site_dir: dist-cartography
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'API reference': 'api-reference.md'
- 'Basemap styles': 'styles.md'
- 'Icons': 'icons.md'
- 'Versioning': 'versioning.md'
extra:
site_subtitle: 'Get everything you need... | site_name: Cartography
docs_dir: src-cartography
site_dir: dist-cartography
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Basemap styles': 'styles.md'
- 'Themes': 'themes.md'
- 'Icons': 'icons.md'
- 'API reference': 'api-reference.md'
- 'Versioning': 'versioning.md'
extra:
site_subtitle... | Update carto docs with Themes | Update carto docs with Themes | YAML | mit | mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation |
3e8e5770370297e49db0eae0c1b467628d2bd77c | data/transition-sites/bis_rc.yml | data/transition-sites/bis_rc.yml | ---
site: bis_rc
whitehall_slug: department-for-business-innovation-skills
redirection_date: 31st July 2014
homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills
tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA
host: renewableconsultation.bis.gov.uk
homepage_... | ---
site: bis_rc
whitehall_slug: department-for-business-innovation-skills
redirection_date: 31st July 2014
homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills
tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA
host: renewableconsultation.bis.gov.uk
homepage_... | Configure global 301 to follow-on 410 for legacy consultation | Configure global 301 to follow-on 410 for legacy consultation
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
73feca8a18f1e0550d4d562f5c3b92a27f7459a3 | _data/authors.yml | _data/authors.yml | # Authors
rachel_whitton:
name: Rachel Whitton
avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg
github: //github.com/rachelwhitton
twitter: rachwhitton
bio: "Technical Content Writer"
jennifer_rondeau:
name: Jennifer Rondeau
avatar: http://docslikecode.com/images/je... | # Authors
rachel_whitton:
name: Rachel Whitton
avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg
github: //github.com/rachelwhitton
twitter: rachwhitton
bio: "Technical Content Writer"
jennifer_rondeau:
name: Jennifer Rondeau
avatar: http://docslikecode.com/images/je... | Add Adam Locke's twitter handle, iamlockeness | Add Adam Locke's twitter handle, iamlockeness
| YAML | mit | justwriteclick/docslikecode,justwriteclick/docslikecode,justwriteclick/docslikecode |
a38fc6dbce2857930e8f266a4225b07aa0f4e44d | packages/cr/cryptohash-cryptoapi.yaml | packages/cr/cryptohash-cryptoapi.yaml | homepage: http://github.com/vincenthz/hs-cryptohash-cryptoapi
changelog-type: ''
hash: 49419ef7ca92d358e92fd10e2f8e186d12d42947f396470cbca2fdd276f6e92d
test-bench-deps: {}
maintainer: Vincent Hanquez <vincent@snarc.org>
synopsis: Crypto-api interfaces for cryptohash
changelog: ''
basic-deps:
cereal: ! '>=0.2'
bytes... | homepage: https://github.com/vincenthz/hs-cryptohash-cryptoapi
changelog-type: ''
hash: 4b09482d864dfe816af2ad1d1037ff916fb03d0b45eff1770b64c08574ea8e68
test-bench-deps: {}
maintainer: Vincent Hanquez <vincent@snarc.org>
synopsis: Crypto-api interfaces for cryptohash
changelog: ''
basic-deps:
cereal: ! '>=0.2'
byte... | Update from Hackage at 2016-03-26T13:48:06+0000 | Update from Hackage at 2016-03-26T13:48:06+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
7ace6f74463add506d4bdb65c0a680063cdc3d5a | docker/docker-compose.yml | docker/docker-compose.yml | version: '2'
services:
dtk_dev:
image: dalg24/dtk-stack:trilinos-12.10.1
volumes:
- ..:/scratch/source/trilinos/12.10.1/DataTransferKit
environment:
- TRILINOS_DIR=/scratch/source/trilinos/12.10.1
- TERM=xterm
# Append user name to the container name. Specifying a container name
... | version: '2'
services:
dtk_dev:
image: dalg24/dtk-stack:trilinos-12.10.1
volumes:
- ..:/scratch/source/trilinos/12.10.1/DataTransferKit
environment:
- TRILINOS_DIR=/scratch/source/trilinos/12.10.1
- TERM=xterm
# Append user name to the container name. Specifying a container name
... | Remove custom container name and use generated defaut name | Remove custom container name and use generated defaut name
| YAML | bsd-3-clause | dalg24/DataTransferKit,amccaskey/DataTransferKit,amccaskey/DataTransferKit,dalg24/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,dalg24/DataTransferKit,dalg24/DataTransferKit,amccaskey/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,ORN... |
977a1cdf42dfefb4fd605b67817bc4a66d5a4d20 | keps/sig-auth/3325-self-subject-attributes-review-api/kep.yaml | keps/sig-auth/3325-self-subject-attributes-review-api/kep.yaml | name: 3325-self-subject-attributes-review-api
title: Review attibutes of a current user
kep-number: "3325"
authors:
- "@nabokihms"
owning-sig: sig-auth
participating-sigs:
- sig-auth
reviewers:
- "@enj"
- "@deads2k"
- "@mikedanese"
approvers:
- TBD
prr-approvers: []
creation-date: "2022-05-30"
status: implementable
sta... | name: 3325-self-subject-attributes-review-api
title: Review attibutes of a current user
kep-number: "3325"
authors:
- "@nabokihms"
owning-sig: sig-auth
participating-sigs:
- sig-auth
reviewers:
- "@enj"
- "@deads2k"
- "@mikedanese"
approvers:
- TBD
prr-approvers: []
creation-date: "2022-05-30"
status: implementable
sta... | Update milestone for SelfSubjectAttributesReview KEP | Update milestone for SelfSubjectAttributesReview KEP
Co-authored-by: Mo Khan <62da53727f60d08b633f4f173961a8c528da35a4@gmail.com>
Signed-off-by: m.nabokikh <0bb450bf42735ce2cc0d842f0eb9487ad7401473@flant.com>
| YAML | apache-2.0 | kubernetes/enhancements,kubernetes/enhancements,kubernetes/enhancements |
b897f7db6a12b46825e5b4f91000111997fce33c | packages/hw/hw-fingertree-strict.yaml | packages/hw/hw-fingertree-strict.yaml | homepage: https://github.com/haskell-works/hw-fingertree-strict#readme
changelog-type: ''
hash: a11e14643c64be9de3d092b82089ac108ba11493f1eb4437a4e3f256dcf96d0e
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: ! '>=4.2 && <6'
hspec: -any
test-framework-quickcheck2: -any
hedgehog: -any
... | homepage: https://github.com/haskell-works/hw-fingertree-strict#readme
changelog-type: ''
hash: 345799cda63a85e765e6692dac549835ebbc8f793fd21335a2876780263ae222
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: ! '>=4.2 && <6'
hspec: -any
test-framework-quickcheck2: -any
hedgehog: -any
... | Update from Hackage at 2018-05-29T05:49:03Z | Update from Hackage at 2018-05-29T05:49:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f8a63f3a6a83337f68c7ff50bae3e0383ba781cc | data/common.yaml | data/common.yaml | ---
bacula::director::messages:
Daemon:
mname: 'Daemon'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/log" = all, !skipped'
Standard-dir:
mname: 'Standard'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/log" = all, ... | ---
bacula::director::messages:
Daemon:
mname: 'Daemon'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/bacula-dir.log" = all, !skipped'
Standard-dir:
mname: 'Standard'
console: 'all, !skipped, !saved'
append: '"/var/log/bacula/b... | Change the director default log filename | Change the director default log filename
The default log files where a bit inconsistent for the director service:
bacula-dir -> /var/log/bacula/log
bacula-fd -> /var/log/bacula/bacula-fd.log
bacula-sd -> /var/log/bacula/bacula-sd.log
This change renames the default log filename for the director so that it
matches ... | YAML | apache-2.0 | xaque208/puppet-bacula |
304a888a8e96c2e54281bb7af045d4a311636e97 | packages/an/animate-sdl2.yaml | packages/an/animate-sdl2.yaml | homepage: https://github.com/jxv/animate-sdl2#readme
changelog-type: ''
hash: e26f1306fb29f678de88ff7a470804c73e4c1ca0d999a97d36148f46ace284cb
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: sdl2 + animate auxiliary library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
sdl2: ! '>=2.4.0.1 && <2.5'
animate: ... | homepage: https://github.com/jxv/animate-sdl2#readme
changelog-type: ''
hash: b917411ff96a1f12f62d8adc5a006a027de3ba1d50a49981128a5f4f330f9102
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: sdl2 + animate auxiliary library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
sdl2: ! '>=2.4.0.1 && <2.5'
animate: ... | Update from Hackage at 2018-05-12T22:59:54Z | Update from Hackage at 2018-05-12T22:59:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
846d83ea8e9058a6cd8b61d334957e094f05e240 | .github/workflows/docs.yml | .github/workflows/docs.yml | name: Build Documentation
on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
push:
branches:
- develop
- main
tags: '[0-9]+.[0-9]+.[0-9]+'
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
release:
types:
- created
jobs:
docs:
runs-on: ubun... | name: Build Documentation
on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
push:
branches:
- develop
- main
tags: '[0-9]+.[0-9]+.[0-9]+'
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
release:
types:
- created
jobs:
docs:
runs-on: ubun... | Deploy Docs to GH Pages 88a9897 | Deploy Docs to GH Pages 88a9897 | YAML | mit | ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS |
945ab687167e05b764da1f2f4aa58a06933ff8b9 | .github/workflows/main.yml | .github/workflows/main.yml | name: Main
on:
push:
branches: master
pull_request:
jobs:
pipeline:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.3', '7.4']
name: ${{ matrix.php-version }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: action... | name: CI
on:
push:
branches: master
pull_request:
jobs:
pipeline:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.3', '7.4']
name: ${{ matrix.php-version }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/... | Rename the workflow to the default name | Rename the workflow to the default name | YAML | mit | marein/php-nchan-client |
9e6a9151f69de87fa5c9b1f05f39d5241416013e | vars/production.yml | vars/production.yml | ---
domain: "digitalmarketplace.service.gov.uk"
maintenance_mode: live
instances: 5
router:
instances: 3
routes:
- www.digitalmarketplace.service.gov.uk
- api.digitalmarketplace.service.gov.uk
- search-api.digitalmarketplace.service.gov.uk
- assets.digitalmarketplace.service.gov.uk
api:
memory: ... | ---
domain: "digitalmarketplace.service.gov.uk"
maintenance_mode: live
instances: 5
router:
instances: 3
routes:
- www.digitalmarketplace.service.gov.uk
- api.digitalmarketplace.service.gov.uk
- search-api.digitalmarketplace.service.gov.uk
- assets.digitalmarketplace.service.gov.uk
api:
memory: ... | Revert "Scale supplier and api for DOS3 applications" | Revert "Scale supplier and api for DOS3 applications"
This reverts commit 35c1b56e3242ec6b563ea04c0e10e301b9753499.
DOS3 applications are now closed so we can return to the default
instance count and memory size of the api and supplier fe.
| YAML | mit | alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws |
1140d91411476c3a1cfdda9482712ed2f3a0f1d2 | packages/cu/cursor-brick.yaml | packages/cu/cursor-brick.yaml | homepage: https://github.com/NorfairKing/cursor-brick#readme
changelog-type: markdown
hash: fd138204da91b9d9332ba2a9d3da82c8e174f8481e1fa7ad8dd1cb65c729a252
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: ''
changelog: |
# Changelog for cursor-brick
## Unreleased changes
basic-deps:
cursor: -any
base: ... | homepage: https://github.com/NorfairKing/cursor-brick#readme
changelog-type: markdown
hash: 38fdc31258e960a586cd64c9459a17f9e4fc6257b3da412348f0379f3877c7d5
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: ''
changelog: |
# Changelog
## [0.1.0.1] - 2021-11-21
* Code cleanup using hlint
basic-deps:
curs... | Update from Hackage at 2021-11-21T22:59:27Z | Update from Hackage at 2021-11-21T22:59:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cd90c99342c30dfea83cee05ea54d01261500bba | packages/em/emacs-module.yaml | packages/em/emacs-module.yaml | homepage: https://github.com/sergv/emacs-module
changelog-type: ''
hash: 5ee802b7c0fc7e92ea9641910b3d7657c71db38ffe64c2f191a57a18073ac7af
test-bench-deps: {}
maintainer: Sergey Vinokurov <serg.foo@gmail.com>
synopsis: Utilities to write Emacs dynamic modules
changelog: ''
basic-deps:
exceptions: -any
void: -any
b... | homepage: https://github.com/sergv/emacs-module
changelog-type: ''
hash: ef0f970155717bc7cfbccfbaaf9ed38020fcec2085bb2d971a1c79b63fa3a0d7
test-bench-deps: {}
maintainer: Sergey Vinokurov <serg.foo@gmail.com>
synopsis: Utilities to write Emacs dynamic modules
changelog: ''
basic-deps:
exceptions: -any
void: -any
b... | Update from Hackage at 2018-08-26T21:01:28Z | Update from Hackage at 2018-08-26T21:01:28Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
70c95bc014dbec7b8d1a8b0e1dd454f929f61ef7 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macOS:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: |
# Have to sk... | name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
macOS:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
MODE: ["Debug", "Release"]
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: |
# Have to skip s... | Update workflow for branch rename | Update workflow for branch rename
| YAML | apache-2.0 | thomasvl/google-toolbox-for-mac,thomasvl/google-toolbox-for-mac,google/google-toolbox-for-mac,google/google-toolbox-for-mac |
168a83ca38df39dee82e35c3bc8da0ebc062acca | .github/workflows/main.yml | .github/workflows/main.yml | name: Deploy
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_function... | name: Deploy
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build_function... | Add svelte build as separate job. | Add svelte build as separate job.
| YAML | mit | sethrylan/bayesian,sethrylan/bayesian |
3629a19474c3779b526f9fe0557d618a58c82d03 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && cd manife... | name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: |
sudo apt update && sudo apt install make -y
git clone https://github.com/estesp/manifest-tool && cd manifes... | Rollback ubuntu for qemu to not segfault | Rollback ubuntu for qemu to not segfault
| YAML | mit | jaymoulin/docker-rpi-google-cloudprint |
c4306a6590373d6b708cbbf01471f506a49b9dca | .github/workflows/main.yml | .github/workflows/main.yml | name: Ruby
on: [push,pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby-version: ['3.0', 2.7, 2.6, 2.5]
# From https://docs.github.com/en/actions/guides/creating-redis-service-containers
services:
# Label used to access ... | name: Ruby
on: [push,pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', 2.7, 2.6, 2.5]
# From https://docs.github.com/en/actions/guides/creating-redis-service-containers
services:
redis:
image: redis
options: >-
--healt... | Remove MacOS from the testing matrix | Remove MacOS from the testing matrix
You can't run docker services on macos-latest sooo... *shrugs*
| YAML | mit | evanleck/rack-redic |
4988ecf2120864c25bd5f5da815e4cc1ea85510b | .github/workflows/main.yml | .github/workflows/main.yml | name: GitHub Actions CI
on: [push]
jobs:
build:
name: "Build Zydis (${{ matrix.image_name }}, ${{ matrix.no_libc }})"
runs-on: "${{ matrix.image_name }}"
strategy:
matrix:
image_name: ["macOS-10.14", "windows-2016", "ubuntu-18.04"]
no_libc: ["", "-DZYAN_NO_LIBC=ON"]
includ... | name: GitHub Actions CI
on: [push]
jobs:
build:
name: "Build Zydis (${{ matrix.image_name }}, ${{ matrix.no_libc }})"
runs-on: "${{ matrix.image_name }}"
strategy:
matrix:
image_name: ["macOS-latest", "windows-2016", "ubuntu-18.04"]
no_libc: ["", "-DZYAN_NO_LIBC=ON"]
inclu... | Update CI to use macOS-latest | Update CI to use macOS-latest | YAML | mit | zyantific/zydis,zyantific/zydis,zyantific/zyan-disassembler-engine |
bb2024ff3c064d34f4f98d42834a376abe0757ba | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
... | name: Test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
... | Add lint with black check | Add lint with black check
| YAML | apache-2.0 | zero323/pyspark-stubs |
12d0b617c13dfce3ab42a90e12187602dd9c8f56 | docker-compose.prod.yml | docker-compose.prod.yml | version: '2'
services:
server:
image: "quay.io/bionano/mdtapps_server:${VERSION}"
environment:
CCC: "ccc.bionano.autodesk.com:9000"
NODE_ENV: "production"
FRONTEND_URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com"
URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.... | version: '2'
services:
server:
image: "quay.io/bionano/mdtapps_server:${VERSION}"
environment:
CCC: "ccc-internal.${BNR_ENVIRONMENT}.bionano.autodesk.com"
NODE_ENV: "production"
FRONTEND_URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com"
URL: "http://molsim${BNR_ENV_URL_SU... | Update internal CCC DNS entry for the new CCC stack | Update internal CCC DNS entry for the new CCC stack
| YAML | apache-2.0 | Autodesk/molecular-simulation-tools,Autodesk/molecular-simulation-tools,Autodesk/molecular-design-applications,Autodesk/molecular-design-applications,Autodesk/molecular-design-applications,Autodesk/molecular-simulation-tools |
a9585ad6f00677cdd95eec922999cbc7d95dee5b | packages/si/simple-money.yaml | packages/si/simple-money.yaml | homepage: https://github.com/nbrk/simple-money
changelog-type: ''
hash: 24ef5df4d21bb96e3e3c1ef1a5a937b3bdb7bd384134907cf9ad665be750e041
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: Simple library to handle and interexchange money
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.1'
containers: ! '>=0.... | homepage: https://github.com/nbrk/simple-money
changelog-type: ''
hash: 65ccd315578d3927d77733b4e48273416e9f1ae4f610425245409f434729920e
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: Simple library to handle and interexchange money
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.1'
containers: ! '>=0.... | Update from Hackage at 2017-01-19T18:16:45Z | Update from Hackage at 2017-01-19T18:16:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7ecffd11e95f0099089bf2482035475077d8d28b | packages/te/text-builder.yaml | packages/te/text-builder.yaml | homepage: https://github.com/nikita-volkov/text-builder
changelog-type: ''
hash: 7ef9a34269b6a83bcb0593542cb462c372edc0f21cbfa9e072ab8c3a0400a87a
test-bench-deps:
tasty-smallcheck: ==0.8.*
rerebase: ==1.*
criterion: ==1.1.*
quickcheck-instances: ! '>=0.3.11 && <0.4'
tasty-quickcheck: ==0.8.*
tasty-hunit: ==... | homepage: https://github.com/nikita-volkov/text-builder
changelog-type: ''
hash: 2be145360c8ba1dcd9dd72c2268ee24797dacd1a65c2d1635c587e70a47873c7
test-bench-deps:
tasty-smallcheck: ==0.8.*
rerebase: ==1.*
criterion: ==1.1.*
quickcheck-instances: ! '>=0.3.11 && <0.4'
tasty-quickcheck: ==0.8.*
tasty-hunit: ==... | Update from Hackage at 2017-03-16T11:41:56Z | Update from Hackage at 2017-03-16T11:41:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d9ccdc6745dacc002f8547efb1348a6161cb27e7 | packages/tr/trasa-server.yaml | packages/tr/trasa-server.yaml | homepage: https://github.com/haskell-trasa/trasa#readme
changelog-type: ''
hash: 8fca7dcb9e604450741e107db38df83788da7a324cac39c399bce40c049d679e
test-bench-deps:
warp: -any
http-client: -any
bytestring: -any
base: -any
trasa: -any
trasa-server: -any
text: -any
doctest: -any
vinyl: -any
tasty-quickc... | homepage: https://github.com/haskell-trasa/trasa
changelog-type: ''
hash: 6b7d203e027e09f9e22a2dab7b3e38d62bc830ff9cf15dcfbca2a2330a3641e1
test-bench-deps: {}
maintainer: |-
Andrew Martin <andrew.thaddeus@gmail.com>
Kyle McKean <mckean.kylej@gmail.com>
chessai <chessai1996@gmail.com>
synopsis: Type safe web serve... | Update from Hackage at 2019-03-24T19:20:45Z | Update from Hackage at 2019-03-24T19:20:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
af81c11db3753e4daf7db3523c318f9051e45ad9 | images/build/cross/variants.yaml | images/build/cross/variants.yaml | variants:
canary:
TYPE: 'canary'
CONFIG: 'canary'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-canary-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.16:
TYPE: 'default'
CONFIG: 'go1.16'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-1'
PROTOBUF_VERSION: '3.7.0'
... | variants:
canary:
TYPE: 'canary'
CONFIG: 'canary'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-canary-2'
PROTOBUF_VERSION: '3.7.0'
go1.16:
TYPE: 'default'
CONFIG: 'go1.16'
GO_VERSION: '1.16.5'
IMAGE_VERSION: 'v1.16.5-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
... | Build v1.16.5-canary-2 image without etcd | kube-cross: Build v1.16.5-canary-2 image without etcd
etcd may not actually be required in our kube-cross image.
This canary build will attempt to validate that premise.
Signed-off-by: Stephen Augustus <0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33@auggie.dev>
| YAML | apache-2.0 | kubernetes/release,kubernetes/release |
3b93384784a6b3682a9e4248050c6bdc53733067 | firenado/examples/skell/conf/firenado.yaml | firenado/examples/skell/conf/firenado.yaml | app:
data:
sources:
# Set here references from sources defined on data.sources
- session
pythonpath: ..
port: 8888
data:
sources:
- name: session
connector: redis
# host: localhost
# port: 6379
# db: 0
components:
- id: skell
class: skell.SkellComponent
... | app:
component: skell
data:
sources:
# Set here references from sources defined on data.sources
- session
pythonpath: ..
port: 8888
data:
sources:
- name: session
connector: redis
# host: localhost
# port: 6379
# db: 0
components:
- id: skell
class: skell... | Set the skell component as the application component. | Set the skell component as the application component.
| YAML | apache-2.0 | piraz/firenado,piraz/firenado,candango/firenado,candango/firenado,candango/firenado,piraz/firenado |
19719de0c5359d97d646b6b4ae4611a072d34192 | examples/data_migration.yaml | examples/data_migration.yaml | apiVersion: batch/v1
kind: Job
metadata:
namespace: default # namespace where the pvc's exist
name: volume-migration
spec:
completions: 1
parallelism: 1
backoffLimit: 3
template:
metadata:
name: volume-migration
labels:
name: volume-migration
spec:
restartPolicy: Never
... | apiVersion: batch/v1
kind: Job
metadata:
namespace: default # namespace where the pvc's exist
name: volume-migration
spec:
completions: 1
parallelism: 1
backoffLimit: 3
template:
metadata:
name: volume-migration
labels:
name: volume-migration
spec:
restartPolicy: Never
... | Fix data migration YAML command args | Fix data migration YAML command args
Longhorn-3787
Signed-off-by: Chin-Ya Huang <1eed05a6282fe345a8cb0c61937893c4bca83886@suse.com>
| YAML | apache-2.0 | rancher/longhorn |
a7ef7166df865130e8cbfdf0586996c82e39b866 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
# NOTE (rpittau) sadly temporary disabling grenade and
... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-inspector-grenade
- ironic-inspector-temp... | Revert disabling the grenade job | Revert disabling the grenade job
Change-Id: I901d509c40d6947a13f604c0dabbcd58545d3076
| YAML | apache-2.0 | openstack/ironic-inspector,openstack/ironic-inspector |
01298bb63c36341b428dc31cdf002c4461ca193e | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.14
working_directory: ~/repo
steps:
- checkout
- restore_cache:
key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}
- run:
name: Install Dependen... | version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.14
working_directory: ~/repo
steps:
- checkout
- restore_cache:
key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }}
- run:
name: Install Dependen... | Tweak to trigger tests and test cache | feat(tests): Tweak to trigger tests and test cache
| YAML | bsd-2-clause | freelawproject/juriscraper,freelawproject/juriscraper |
6d8dc0aad8a2eea3ed221d4f70637a6a59875e3f | metadata/org.nitri.opentopo.yml | metadata/org.nitri.opentopo.yml | Categories:
- Navigation
License: Apache-2.0
AuthorName: Serge Helfrich
SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer
IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues
Donate: https://ko-fi.com/U7U372JJ
Name: OpenTopoMap Viewer
AutoName: OpenTopoMap
Summary: OpenTopoMap viewer with... | Categories:
- Navigation
License: Apache-2.0
AuthorName: Serge Helfrich
SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer
IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues
Donate: https://ko-fi.com/U7U372JJ
Name: OpenTopoMap Viewer
AutoName: OpenTopoMap
Summary: OpenTopoMap viewer with... | Update OpenTopoMap Viewer to 1.0.4 (4) | Update OpenTopoMap Viewer to 1.0.4 (4)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
bdc1c2b783bc4b0542bf8a41730039020689c3cd | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4
working_directory: ~/marli
steps:
- checkout
- setup_remote_docker
- run:
name: Install Docker Compose
command: |
set -x
sudo curl -L https://github.com/docker/compose/releases/do... | version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4
working_directory: ~/marli
steps:
- checkout
- setup_remote_docker
- run:
name: Install Docker Compose
command: |
set -x
sudo curl -L https://github.com/docker/compose/releases/do... | Add network to run rake tests in | Add network to run rake tests in
| YAML | mit | NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli |
ad8cf3b8df14be3699cbc63fac50ca94f3fcfead | .circleci/config.yml | .circleci/config.yml | #
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Install bash
command: apk add --no-cache bash
... | #
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Install bash
command: apk add --no-cache bash
... | Use circleci to build nightly dev build | Use circleci to build nightly dev build
| YAML | apache-2.0 | shusugmt/st2-docker,shusugmt/st2-docker |
4ad1c2476f94239d9a91bcf72070471203dfed0a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:6-browsers
environment:
JOBS: 2
working_directory: ~/appknox
steps:
- checkout
- restore_cache:
keys:
- v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
- v1-deps-{{ .Branch }}-
... | version: 2
jobs:
build:
docker:
- image: circleci/node:6-browsers
environment:
JOBS: 2
working_directory: ~/appknox
steps:
- checkout
- restore_cache:
keys:
- v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
- v1-deps-{{ .Branch }}-
... | Use npm run deploy to deploy | Use npm run deploy to deploy
| YAML | agpl-3.0 | appknox/irene,appknox/irene,appknox/irene |
eb344662cbb44444337fe4f9552608f316476e3a | .circleci/config.yml | .circleci/config.yml | version: 2.1
workflows:
version: 2.1
test:
jobs:
- node-lts
- node-current
jobs:
node-lts: &node-template
docker:
- image: circleci/node:lts
working_directory: ~/src
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.js... | version: 2.1
workflows:
version: 2.1
test:
jobs:
- node-lts
- node-current
- node-8.17.0
jobs:
node-lts: &node-template
docker:
- image: circleci/node:lts
working_directory: ~/src
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ ... | Add 8.17.0 to circleci (min node) | Add 8.17.0 to circleci (min node)
| YAML | mpl-2.0 | robflop/Megumin.love,robflop/Megumin,robflop/Megumin,robflop/Megumin.love,robflop/Megumin |
8e5ce527362849d9774f9e061e6cd459e2947562 | .circleci/config.yml | .circleci/config.yml | test: &test
steps:
- checkout:
path: ~/slumba
working_directory: ~/slumba
- run:
name: Echo
command: |
echo $PWD
ls $PWD
- run:
name: Install dependencies
command: pip install -r requirements.txt
- run:
name: Install pytest
... | test: &test
steps:
- checkout
- run:
name: Echo
command: |
echo $PWD
ls
- run:
name: Install dependencies
command: pip install -r requirements.txt
- run:
name: Install pytest
command: pip install pytest
- run:
name: Instal... | Change the working dir 3 | Change the working dir 3
| YAML | apache-2.0 | cpcloud/slumba,cpcloud/slumba |
f24f4e78fceaf2d386280f77d08f28e4da838caf | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.19.0
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.20.0
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | Update node Docker tag to v12.20.0 | Update node Docker tag to v12.20.0
| YAML | mit | jaxx2104/gatsby-starter-bootstrap,jaxx2104/gatsby-starter-bootstrap |
518d04d2668e560e686b0168f8677705748be286 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350
... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8
# Specify service dependencies here if necessary
# CircleCI main... | Revert "Update circleci/node to 9249d0" | Revert "Update circleci/node to 9249d0"
This reverts commit d8b57e7316a2395516a2c92490824f6e7c91c189.
| YAML | mit | wKovacs64/hibp-stdlib |
fa1ec3617abf07ec6e4317925251f2035e5aff2f | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | Change directory to artifact in deploy stage | Change directory to artifact in deploy stage
| YAML | mit | Vovas11/courses,Vovas11/courses,Vovas11/courses |
1f8dab4bb8ce60b44dd3ee1c0a6fe4296677be32 | .circleci/config.yml | .circleci/config.yml | version: 2
.build_template: &build_definition
steps:
- checkout
- run: bundle install
- run: bundle exec rake rubocop
- run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
working_directory: ~/app
jobs:
build:
<<: *build_defini... | version: 2
.build_template: &build_definition
steps:
- checkout
- run: bundle install
- run: bundle exec rake rubocop
- run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
working_directory: ~/app
jobs:
build_ruby2_6rc:
<<: *bu... | Add ruby 2.6rc to build jobs | feat: Add ruby 2.6rc to build jobs
| YAML | mit | mtchavez/circleci,mtchavez/circleci |
b7cd5193d5025039dba97b83dc84708a46b892c8 | .circleci/config.yml | .circleci/config.yml | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# Image for build runner.
- image: docker:17.06
steps:
- checkout
- setup_remote_docker
- run:
name: Setup build runner
... | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# Image for build runner.
- image: docker:17.06
steps:
- checkout
- setup_remote_docker
- run:
name: Setup build runner
... | Enable 'php' command in build runner | Enable 'php' command in build runner
| YAML | mit | eugenesia/docker-phpfarm,eugenesia/docker-phpfarm |
6cea5ad45d4ed2b9f90241b388619f0e66720666 | packages/un/unit.yaml | packages/un/unit.yaml | homepage: http://github.com/cxfreeio/unit#readme
changelog-type: ''
hash: d56ae5e3a36574aeb98a0a4328c8e6a19b71f8870566bffaab0fa48edb6f0728
test-bench-deps:
base: -any
hspec: -any
unit: -any
maintainer: cxfreeio@gmail.com
synopsis: Aliases for ().
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '... | homepage: https://github.com/amohrland/haskell-unit
changelog-type: ''
hash: 602bbac68b9f77a568f63e2bcd9642232973afab10bbf4f7759eb5e62efa90ae
test-bench-deps:
base: -any
hspec: -any
unit: -any
maintainer: amohrland@gmail.com
synopsis: Aliases for `()`.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-version... | Update from Hackage at 2018-01-15T21:30:15Z | Update from Hackage at 2018-01-15T21:30:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6ad18d15b6342e5ca7e711b58d7a9d747c4f3b94 | packages/pe/persistent-instances-iproute.yaml | packages/pe/persistent-instances-iproute.yaml | homepage: ''
changelog-type: ''
hash: 591b7ca825e8b61df1e2856de60fb9c3b8768294181e1f006ee1c4e0e6879c00
test-bench-deps: {}
maintainer: lanablack@amok.cc
synopsis: Persistent instances for types in iproute
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4 && <5'
persistent: -any
iproute: -any
all-versions:... | homepage: ''
changelog-type: ''
hash: 9733762e01c978a43378196f2a35f831a53b61350a241a9d30ebcd3de48fc082
test-bench-deps: {}
maintainer: lanablack@amok.cc
synopsis: Persistent instances for types in iproute
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4 && <5'
persistent: -any
iproute: -any
all-versions:... | Update from Hackage at 2015-07-23T15:39:12+0000 | Update from Hackage at 2015-07-23T15:39:12+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
399bd83bb5c4369cf6f37ad41431c2d018c2abc4 | app/config/security.yml | app/config/security.yml | security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: ROLE_ADMIN
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
... | security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: ROLE_ADMIN
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
... | Reduce permission to sales role | Reduce permission to sales role
| YAML | mit | lexbar/desportADM,lexbar/desportADM,lexbar/desportADM |
06bac3d7eff74defc9213db825833371c1cf6f9f | binder/environment.yml | binder/environment.yml | name: kotlin-jupyter
dependencies:
- kotlin-jupyter-kernel>=0.8.0.10
- python=3.6
channels:
- jetbrains
| name: kotlin-jupyter
dependencies:
- kotlin-jupyter-kernel>=0.8.1.83
- python=3.6
channels:
- jetbrains
| Update kernel version for binder | Update kernel version for binder
| YAML | apache-2.0 | ligee/kotlin-jupyter |
5a43bc2bdd57372fe37d1ab1fd9a5753dba7423a | config/ctf.yml | config/ctf.yml | application:
logo: JuiceShopCTF_Logo.png
favicon: favicon_ctf.ico
showVersionNumber: false
showGitHubLinks: false
localBackupEnabled: false
welcomeBanner:
showOnFirstStart: false
challenges:
showHints: false
showCodeSnippets: solved
safetyOverride: true
hackingInstructor:
isEnabled: false
ctf:
... | application:
logo: JuiceShopCTF_Logo.png
favicon: favicon_ctf.ico
showVersionNumber: false
showGitHubLinks: false
localBackupEnabled: false
welcomeBanner:
showOnFirstStart: false
challenges:
showHints: false
safetyOverride: true
hackingInstructor:
isEnabled: false
ctf:
showFlagsInNotifications: ... | Remove override of coding challenge visibility | Remove override of coding challenge visibility
(as "solved" is now the default) | YAML | mit | bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop |
07d8540838c1aab448a6de2599a3fd8a310c3635 | config/sidekiq.yml | config/sidekiq.yml | ---
:verbose: true
:concurrency: 2
:logfile: ./log/sidekiq.json.log
:queues:
- content_store # Deprecated, will be removed once all jobs are worked
- content_store_high
- content_store_low
- dependency_resolution
- experiments
- default
| ---
:verbose: true
:logfile: ./log/sidekiq.json.log
:queues:
- content_store # Deprecated, will be removed once all jobs are worked
- content_store_high
- content_store_low
- dependency_resolution
- experiments
- default
| Use the default concurency level | Use the default concurency level
| YAML | mit | alphagov/publishing-api,alphagov/publishing-api |
6cc4487ce184700ef2144f43f7a4e30e56b45763 | bitbucket-pipelines.yml | bitbucket-pipelines.yml | # This is a sample build configuration for Javascript.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: node-jdk-chrome-firefox
pipeli... | # This is a sample build configuration for Javascript.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
pipelines:
default:
- step:
... | Use nvm to switch to a more recent version of node | Use nvm to switch to a more recent version of node | YAML | mit | jonathanweiss/sk-progress-circle,jonathanweiss/sk-progress-circle |
52914153d4c196ad8d5f3fc6947f6cbb55943726 | circle.yml | circle.yml | machine:
environment:
PATH: $PATH:~/bin
DISABLE_NOTIFIER: true
PAGES_BRANCH: pages-test
GULP_DESTINATION: $CIRCLE_ARTIFACTS
BUNDLE_PATH: ~/.bundle
post:
- mkdir -p ~/bin
node:
version: "v6.1.0"
ruby:
version: "ruby-2.2.5"
dependencies:
override:
- bash ./ci-install-hugo.sh... | machine:
environment:
PATH: $PATH:~/bin
DISABLE_NOTIFIER: true
PAGES_BRANCH: pages-test
GULP_DESTINATION: $CIRCLE_ARTIFACTS
BUNDLE_PATH: ~/.bundle
post:
- mkdir -p ~/bin
node:
version: "v6.1.0"
ruby:
version: "ruby-2.2.5"
dependencies:
override:
- bash ./ci-install-hugo.sh... | Update email associated with commit user | Update email associated with commit user
| YAML | mit | barricadeio/docs,barricadeio/docs,barricadeio/docs,barricadeio/docs |
060356908b9def1c827a2edadb25dd313380e362 | circle.yml | circle.yml | machine:
environment:
DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
dependencies:
override:
- pip install -U -r requirements/test.txt codecov
test:
#pre:
# - mkdir fieldkeys
# - keyczart create --location=fieldkeys --pu... | machine:
environment:
DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
dependencies:
override:
- pip install -U -r requirements/test.txt codecov flake8
test:
#pre:
# - mkdir fieldkeys
# - keyczart create --location=fieldke... | Check for flake8 before running tests | Check for flake8 before running tests
| YAML | mit | sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz,sqlviz/sqlviz |
cc33bc235db1d897e85d990fb9c13a44d04dd0dd | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
environment:
SBT_VERSION: 0.13.9
dependencies:
# Cache the resolution-cache and build streams to speed things up
cache_directories:
- "~/.sbt"
- "target/resolution-cache"
- "target/streams"
- "project/target/resolution-cache"
- "project/target/stre... | machine:
java:
version: oraclejdk8
environment:
SBT_VERSION: 0.13.9
dependencies:
# Cache the resolution-cache and build streams to speed things up
cache_directories:
- "~/.sbt"
- "target/resolution-cache"
- "target/streams"
- "project/target/resolution-cache"
- "project/target/stre... | Build a fat JAR to make deployment / running easier | Build a fat JAR to make deployment / running easier
| YAML | mit | mthmulders/hyperion |
d929dd29b94dc0baca78779158be71edfdc985d4 | circle.yml | circle.yml | dependencies:
pre:
- createdb pigeon-backend-test
- createuser pigeon-backend-test
- echo '{:profiles/dev {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend?user=pigeon-backend&password=pigeon-backend"}} :profiles/test {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend-test... | dependencies:
pre:
- createdb pigeon-backend-test
- createuser pigeon-backend-test
- echo '{:profiles/dev {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend?user=pigeon-backend&password=pigeon-backend"}} :profiles/test {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend-test... | Remove deployment process from CircleCI altogether. | Remove deployment process from CircleCI altogether.
| YAML | mit | rulebased-chat/pigeon-backend,rulebased-chat/pigeon-backend |
d5647e7f6b568d4fb9cdc83c4c6d50f89042a798 | circle.yml | circle.yml | dependencies:
pre:
- pip install --upgrade setuptools
- pip install --upgrade pip
| machine:
python:
version: 3.5.2
dependencies:
pre:
- pip install --upgrade setuptools
- pip install --upgrade pip
| Update python version at Circle CI | Update python version at Circle CI
| YAML | mit | mpkato/openliveq |
d25174f9d3cc8289c11075b31ad5e661d655133a | circle.yml | circle.yml | dependencies:
pre:
- case $CIRCLE_NODE_INDEX in 0) nvm use 0.10 ;; 1) nvm use 0.12 ;; 2) nvm use 4.2 ;; 3) nvm use 5.5 ;; esac
deployment:
preview:
branch: /.*/
commands:
- ./preview.sh
npm:
tag: /release-.*/
owner: palantir
commands:
- ./publish.sh | general:
artifacts:
- docs
- preview
dependencies:
pre:
- case $CIRCLE_NODE_INDEX in 0) nvm use 0.10 ;; 1) nvm use 0.12 ;; 2) nvm use 4.2 ;; 3) nvm use 5.5 ;; esac
deployment:
preview:
branch: /.*/
commands:
- ./preview.sh
npm:
tag: /release-.*/
owner: palantir
commands:
... | Add artifacts to make previews visible | Add artifacts to make previews visible
| YAML | mit | palantir/svg-typewriter,palantir/svg-typewriter,palantir/svg-typewriter |
673b912f9dc60d0e3df03c9af4ab81af98d3fbd8 | packages/pa/path-extra.yaml | packages/pa/path-extra.yaml | homepage: ''
changelog-type: ''
hash: 053fbfe644b98a0620987eb507266d4348343acd78d8c9cae0fd16fff1a9f0b8
test-bench-deps: {}
maintainer: athan.clark@localcooking.com
synopsis: Some extensions to Chris Done's path library, for use with urlpath and attoparsec-uri.
changelog: ''
basic-deps:
path: -any
base: ! '>=4.8 && ... | homepage: https://github.com/athanclark/path-extra#readme
changelog-type: ''
hash: 8142903201421b862911d9f60a66b44e583f1b64af5e84c03dd66bcac4c99aa5
test-bench-deps: {}
maintainer: athan.clark@localcooking.com
synopsis: Some extensions to Chris Done's path library, for use with urlpath and attoparsec-uri.
changelog: ''
... | Update from Hackage at 2018-04-11T04:21:39Z | Update from Hackage at 2018-04-11T04:21:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7c602280b98ee1d21b48eb929c150e3c2a487eb3 | packages/pr/prim-array.yaml | packages/pr/prim-array.yaml | homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: 3c01a4c53afe3c102d8895d8513b93eb913655466db6a8938791e1f7d59afdb1
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
semigroups: ... | homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: b8554a2b667292fbc5af37c24652018755e1c5e05393c68bae46b5081b2a1b88
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
semigroups: ... | Update from Hackage at 2018-10-01T21:16:47Z | Update from Hackage at 2018-10-01T21:16:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d948fb041f2bde38348669651230afd139c8ecc8 | packages/vu/vulkan-api.yaml | packages/vu/vulkan-api.yaml | homepage: https://github.com/achirkin/vulkan#readme
changelog-type: ''
hash: 83040b6c0613921786d8a62da8d0713f873529fbf7f748869b39160f306f2bff
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Low-level low-overhead vulkan api bindings
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '1.1.1... | homepage: https://github.com/achirkin/vulkan#readme
changelog-type: ''
hash: ecbfaf4c8bd6ce1f5a2443d149d0d529fbd019fe8247aa17d4e67ee1c03873be
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Low-level low-overhead vulkan api bindings
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '1.1.1... | Update from Hackage at 2018-05-08T13:33:53Z | Update from Hackage at 2018-05-08T13:33:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
46694ae83061f6f13af4f8a15985e603afa2ca50 | circle.yml | circle.yml | dependencies:
pre:
- sudo apt-get update; sudo apt-get install unzip openssl lua5.1 luarocks libev-dev -y; sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu; sudo luarocks install copas; sudo luarocks install moonscript; sudo luarocks install lua-ev; sudo luarocks install busted; sudo lu... | dependencies:
pre:
- sudo apt-get update
- sudo apt-get install unzip openssl lua5.1 luarocks libev-dev -y
- sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu
- sudo luarocks install busted
- sudo luarocks install ldoc
test:
override:
- make
d... | Update to deploy github pages | Update to deploy github pages
| YAML | isc | Afforess/Factorio-Stdlib |
5cae050a207e23a3bb69749fb1aae5ed98482fc8 | circle.yml | circle.yml | dependencies:
override:
- bash ./get_selenium.sh
- yes | lein upgrade
cache_directories:
- "libs/"
- "target/"
test:
override:
- bash test.sh
post:
- bash cp_artifacts.sh $CIRCLE_ARTIFACTS/
| dependencies:
override:
- bash ./get_selenium.sh
- yes | lein upgrade
- lein deps
cache_directories:
- "libs/"
- "target/"
test:
override:
- bash test.sh
post:
- bash cp_artifacts.sh $CIRCLE_ARTIFACTS/
| Make lein deps an explicit part of the build. | Make lein deps an explicit part of the build.
| YAML | mit | cardforcoin/shale,mhluongo/shale,cardforcoin/shale,mhluongo/shale |
914ea48778540925960e2c27f10489609aa425fc | circle.yml | circle.yml | machine:
environment:
PATH: $PATH:$HOME/glide/linux-amd64
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-install... | machine:
environment:
PATH: $PATH:$HOME/glide/linux-amd64
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-install... | Use latest module-ci, which fixes bugs in upload-github-release-assets | Use latest module-ci, which fixes bugs in upload-github-release-assets
| YAML | mit | tamsky/terragrunt,gruntwork-io/terragrunt,tamsky/terragrunt,gruntwork-io/terragrunt |
1403037be0f1ed0fc2f991c162ceb35f5bf3260a | circle.yml | circle.yml | machine:
python:
version: 2.7.10
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install osm2pgsql proj-data
- pip install -U python-dateutil
- pip install -r requirements.txt
test:
override:
- ./scripts/setup_and_run_tests.sh
| machine:
python:
version: 2.7.10
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install osm2pgsql proj-data
- sudo sh -c 'echo -e "# WGS 84 / Pseudo-Mercator\n<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs ... | Add 900913 to proj4 data files. Install requirements with update to pick up latest versions. | Add 900913 to proj4 data files. Install requirements with update to pick up latest versions.
| YAML | mit | mapzen/vector-datasource,mapzen/vector-datasource,mapzen/vector-datasource |
fadfc889e452c845e6f6c0a7de07571bdef9b330 | circle.yml | circle.yml |
machine:
node:
version: 4.2.1
dependencies:
pre:
- bash ./circleci/set-configs.sh
test:
override:
- "true"
deployment:
production:
branch: deploy
commands:
- npm run build
- aws s3 sync build/ s3://cookbook-club-site/
|
machine:
node:
version: 8.9.3
dependencies:
pre:
- bash ./circleci/set-configs.sh
test:
override:
- "true"
deployment:
production:
branch: deploy
commands:
- npm run build
- aws s3 sync build/ s3://cookbook-club-site/
| Upgrade node version to 8.9.3 | chore: Upgrade node version to 8.9.3
| YAML | mit | nprestridge/cookbook-club,nprestridge/cookbook-club,nprestridge/cookbook-club |
b43a6f64b88e446e10eb9515d9f4bcabc02cb48b | circle.yml | circle.yml | # Circle.yml for testing python3 with Ubuntu 14.04
machine:
environment:
REQUESTED_PYTHON_VER: 3.5.1
SRC_PREFIX_DIR: ${HOME}/src
INSTALL_PREFIX_DIR: ${HOME}/opt
PATH: ${INSTALL_PREFIX_DIR}/Python-3.5.1/bin:${PATH}
dependencies:
cache_directories:
#- ${INSTALL_PREFIX_DIR}
- ~/opt
pre:
... | # Circle.yml for testing python3 with Ubuntu 14.04
machine:
pre:
- rm .python-version
python:
version: 3.5.1
test:
pre:
- which python
- python --version
- which python2
- python2 --version
- which python3
- python3 --version
override:
- python3 -c 'print("OK")'
| Delete .python-version and request version 3.5.1 | Delete .python-version and request version 3.5.1
This is the work-around suggested by Hirokuni Kim from CircleCI.
| YAML | apache-2.0 | winksaville/circleci-python3 |
a2f7acf4fff8efe7369a4b1c38e7fae5e327daa0 | infra/dev/docker-compose.yml | infra/dev/docker-compose.yml | version: '2'
services:
postgres:
image: postgres:9.4
container_name: postgres
environment:
- POSTGRES_DB=brp_dev
volumes:
- /opt/apps/postgres/data:/var/lib/postgresql/data
restart: always
redis:
container_name: redis
image: redis:3.0.5
restart: always
logstash:
... | version: '2'
services:
postgres:
image: postgres:9.4
container_name: postgres
environment:
- POSTGRES_DB=brp_dev
volumes:
- /opt/apps/postgres/data:/var/lib/postgresql/data
restart: always
redis:
container_name: redis
image: redis:3.0.5
restart: always
logstash:
... | Add logstash to linked services | Add logstash to linked services
| YAML | bsd-2-clause | chop-dbhi/biorepo-portal,chop-dbhi/biorepo-portal,chop-dbhi/biorepo-portal,chop-dbhi/biorepo-portal |
eb902446a56f589368f3f4cd0900d36c55287a0a | config/application.yml | config/application.yml | # Add configuration values here, as shown below.
#
# pusher_app_id: "2954"
# pusher_key: 7381a978f7dd7f9a1117
# pusher_secret: abdc3b896a0ffb85d373
# stripe_api_key: sk_test_2J0l093xOyW72XUYJHE4Dv2r
# stripe_publishable_key: pk_test_ro9jV5SNwGb1yYlQfzG17LHK
#
# production:
# stripe_api_key: sk_live_EeHnL644i6zo4Iyq4v... | # Add configuration values here, as shown below.
#
# pusher_app_id: "2954"
# pusher_key: 7381a978f7dd7f9a1117
# pusher_secret: abdc3b896a0ffb85d373
# stripe_api_key: sk_test_2J0l093xOyW72XUYJHE4Dv2r
# stripe_publishable_key: pk_test_ro9jV5SNwGb1yYlQfzG17LHK
#
# production:
# stripe_api_key: sk_live_EeHnL644i6zo4Iyq4v... | Update all Twitter access tokens with new ones that are now hidden. | Update all Twitter access tokens with new ones that are now hidden.
| YAML | mit | michellebonat/bitparrot,michellebonat/bitparrot,michellebonat/bitparrot |
61ce9102831ffda49a3871dc795778f4b69d6f6d | central-config/application.yml | central-config/application.yml | # ===================================================================
# JHipster Sample Spring Cloud Config.
# ===================================================================
# Property used on app startup to check the config server status
configserver:
name: JHipster Sample Spring Cloud Config
status: ${s... | # ===================================================================
# JHipster Sample Spring Cloud Config.
# ===================================================================
# Property used on app startup to check the config server status
configserver:
name: JHipster Sample Spring Cloud Config
status: ${s... | Add a default JWT token (for testing only!) | Add a default JWT token (for testing only!)
| YAML | apache-2.0 | huiqiangyang/registry,huiqiangyang/registry,huiqiangyang/registry,huiqiangyang/registry,huiqiangyang/registry |
bc81c79b21b623229a86dafb2e09eb6896d724cd | .travis.yml | .travis.yml | language: go
go:
- 1.7
- 1.8
- 1.9
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
| language: go
go:
- 1.7
- 1.8
- 1.9
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci -race -ignore main.go -show
| Add -race -ignore main.go -show to goveralls | Add -race -ignore main.go -show to goveralls
| YAML | mit | go-cmd/cmd,go-cmd/cmd |
41fc392d19b8aaefd90610439b21527b936e6d93 | .travis.yml | .travis.yml | language: ruby
before_install:
- gem update --system
rvm:
- "2.4"
addons:
apt:
packages:
- libqtwebkit-dev
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/site.example.yml config/site.yml
- bundle exec rake db:migrate RAILS_ENV=test
script:
- bundle exec rubocop
... | language: ruby
before_install:
- gem update --system
rvm:
- "2.5"
addons:
apt:
packages:
- libqtwebkit-dev
before_script:
- cp config/database.travis.yml config/database.yml
- cp config/site.example.yml config/site.yml
- bundle exec rake db:migrate RAILS_ENV=test
script:
- bundle exec rubocop
... | Update ruby version for nokogiri 1.11 | Update ruby version for nokogiri 1.11 | YAML | agpl-3.0 | openSUSE/travel-support-program,openSUSE/travel-support-program,openSUSE/travel-support-program |
69524a8be574c24433d6e87967ec391a1f1476af | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
before_script:
- bower install
- bower install
after_success:
- grunt coveralls
deploy:
provider: heroku
api_key:
secure: bNRd9ba3QLhBfSbxMBb1chOZ0EogBbiGTjDP+R44BdwXkZSlu/2w5Jg4w/VGzG82IfZLYHDjCFCMJflQQlmCSE0/IStq3P+y/yu/4DIVY5GNLfTE6EUxF66YMsv0HorG8OMg6KR/e2USbCI1b... | language: node_js
node_js:
- 0.10
before_script:
- bower install
- bower install
after_success:
- grunt coveralls
deploy:
provider: heroku
api_key:
secure: bNRd9ba3QLhBfSbxMBb1chOZ0EogBbiGTjDP+R44BdwXkZSlu/2w5Jg4w/VGzG82IfZLYHDjCFCMJflQQlmCSE0/IStq3P+y/yu/4DIVY5GNLfTE6EUxF66YMsv0HorG8OMg6KR/e2USbCI1bZpT... | Deploy master/staging branches to different heroku apps | Deploy master/staging branches to different heroku apps
| YAML | mit | javiercejudo/javiercejudo.com,javiercejudo/javiercejudo.com,javiercejudo/javiercejudo.com,javiercejudo/javiercejudo.com,javiercejudo/javiercejudo.com |
528e3a1c2dbd4fe077ffca13a12d486c210dbaeb | .travis.yml | .travis.yml | language: python
python:
- "3.5"
- "3.6"
- "2.7"
install:
- pip install "tox<2.5"
- pip install "coveralls>=1.0a"
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . ) -- -a "\"--cov-report term-missing --cov critics\""
after_success:
- coveralls
deploy:
provider: script
script: make tra... | language: python
python:
- "3.5"
- "3.6"
install:
- pip install "tox<2.5"
- pip install "coveralls>=1.0a"
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . ) -- -a "\"--cov-report term-missing --cov critics\""
after_success:
- coveralls
deploy:
provider: script
script: make travis-build-... | Stop testing against python 2.7 on Travis to regain sanity | Stop testing against python 2.7 on Travis to regain sanity
Do not bother with old openssl problems or whatever
| YAML | bsd-3-clause | coagulant/critics |
13fc0a26cac798364f7409e556646036f9ce0e5a | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.1
## Setup
# Travis initializes git submodules before `install` runs
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild build test -workspace AnalyticsKit/AnalyticsKit.xcworkspace -scheme AnalyticsKit -sdk i... | language: objective-c
osx_image: xcode10
## Setup
# Travis initializes git submodules before `install` runs
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild build test -workspace AnalyticsKit/AnalyticsKit.xcworkspace -scheme AnalyticsKit -sdk ip... | Update Travis config to Xcode 10 | Update Travis config to Xcode 10
| YAML | mit | twobitlabs/AnalyticsKit,twobitlabs/AnalyticsKit,twobitlabs/AnalyticsKit |
70ff0381dc5a9cdd55ed194cc3cc673f6d56e46e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
notifications:
email: false
| language: node_js
node_js:
- node
notifications:
email: false
| Test against the latest node | Test against the latest node
| YAML | mit | smashwilson/hubot-markov |
07aaace72f56baa90e8f34097937084d15b10302 | .travis.yml | .travis.yml | env:
global:
- secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw=
language: rust
script:
- cargo build -v
- cargo test -v
- cargo doc
compiler: clang
after_script:
- mv target/... | env:
global:
- secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw=
language: rust
before_install:
- yes | sudo add-apt-repository "deb http://llvm.org/apt/precise/ llvm-toolchain-pr... | Fix Travis: Add llvm to environment | Fix Travis: Add llvm to environment
| YAML | apache-2.0 | lisael/lmdb-rs,danburkert/lmdb-rs |
aa6608dc2fd0a0562bad3668d2dd3017d3a2e922 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '4'
- '6'
- '7'
| sudo: false
language: node_js
node_js:
- '9'
- '8'
- '6'
| Update Travis CI node versions | Test(config): Update Travis CI node versions | YAML | unlicense | fvdm/nodejs-piwik |
cbae5a64741267261a39703a6fce54f56be4efb6 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install --use-mirrors -q pytest
- pip install --use-mirrors -q django==$DJANGO_VERSION
- python setup.py develop
script: py.test
| language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install --use-mirrors -q pytest
- pip install --use-mirrors -q django==$DJANGO_VERSION
- python setup.py develop
script: DJANGO_SETTINGS_MODULE=tests.settings py.test
| Set DJANGO_SETTINGS_MODULE for Travis-CI tests | Set DJANGO_SETTINGS_MODULE for Travis-CI tests
| YAML | bsd-3-clause | bforchhammer/pytest-django,thedrow/pytest-django,ktosiek/pytest-django,hoh/pytest-django,pombredanne/pytest_django,davidszotten/pytest-django,tomviner/pytest-django,felixonmars/pytest-django,ojake/pytest-django,reincubate/pytest-django,aptivate/pytest-django,RonnyPfannschmidt/pytest_django,pelme/pytest-django |
62b88141b8a5642fabc36e951ea0a15f41b95f2c | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: nightly
allow_failures:
- php: nightly
fast_finish: true
install: composer update ... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7
- php: hhvm
install: composer update $COMPOSER_FLAGS -n
script: vendor/bin/phpunit
| Add support of PHP7 and HHVM | Add support of PHP7 and HHVM
| YAML | mit | FriendsOfSymfony/FOSMessage |
c6351dd844aedb45fcd3ce428c7f1ae1c5053b97 | .travis.yml | .travis.yml | language: python
python:
- "3.2"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
script: nosetests -s -v tests/ | language: python
python:
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
script: nosetests -s -v tests/ | Remove Python 3.2 support for now | Remove Python 3.2 support for now
| YAML | apache-2.0 | nathanIL/openews |
d73fbe09aade570efce2aac1d6de1ab9aadb2212 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: c++
compiler:
- clang
- gcc
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
before_script:
- export PATH=$PATH:/opt/qt57/bin
script:
- cmake -DBUILD_TESTS=on .
- make
- ctes... | sudo: required
dist: trusty
language: c++
compiler:
- clang
- gcc
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
before_script:
- export PATH=$PATH:/opt/qt58/bin
script:
- cmake -DBUILD_TESTS=on .
- make
- ctes... | Fix path to Qt 5.8 binaries for Travis-CI. | Fix path to Qt 5.8 binaries for Travis-CI.
| YAML | mit | nitroshare/qhttpengine |
f8b10170c7e146c7601fcc4d8b4125ab8ea4fec8 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 7.2
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then PHPUNIT_FLAGS="--coverage-clover ./clover.xml"; else PHPUNIT_FLAGS=""; fi
- composer update --prefer-source --ignore-platform-reqs
script:
- ./vendor... | language: php
sudo: false
php:
- 7.2
- nightly
cache:
directories:
- $HOME/.composer/cache
before_script:
- if [[ $TRAVIS_PHP_VERSION = '7.1' ]]; then PHPUNIT_FLAGS="--coverage-clover ./clover.xml"; else PHPUNIT_FLAGS=""; fi
- composer update --prefer-source --ignore-platform-reqs
script:
- ./vendor... | Allow failures on nightly (phpstan currently segfaults) | Allow failures on nightly (phpstan currently segfaults)
| YAML | mit | Ocramius/StorageLessSession,psr7-sessions/storageless,Ocramius/PSR7Session |
4c0f0c504286ee4ec5a0977fe50b2b204e3d26d6 | .travis.yml | .travis.yml | language: java
| language: java
notifications:
email:
recipients:
- brent.smith@redspace.com
- mark.mckenna@redspace.com
on_success: change
on_failure: change
| Add @statuswoe as a build status change receiver | Add @statuswoe as a build status change receiver | YAML | mit | markmckenna/robocalypse |
5b56703e854e71656cea969e57c6c690dd9ff145 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 7.1
- nightly
install: composer install
addons:
code_climate:
repo_token: 146c9c0df65c4144142d6065c580dcbed2c0130a2203adae38a4ce13e8afcfca | language: php
php:
- 7.0
- 7.1
- 7.2
- nightly
install: composer install
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- ./vendor/phpunit/phpunit/p... | Add PHP 7.2 and update Code Climate | Add PHP 7.2 and update Code Climate | YAML | mit | mcordingley/LinearAlgebra |
d60313e2f2ec739d3fbdb862599a0562514f6f9a | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "4"
- "0.12"
| language: node_js
node_js:
- stable
- "6"
- "4"
- "0.12"
| Add latest node.js to Travis CI | Add latest node.js to Travis CI
| YAML | mit | postcss/postcss-safe-parser |
4004eee0ddbdab6edfdb1f169cb25795890d0b88 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- ruby-head
before_install:
- |
if [[ `ruby -v` =~ 2\.[0-2]\.[0-9]+ ]]; then
gem install rubygems-update -v '<3' && update_rubygems
gem install bundler -v '<2'
else
gem update --system
... | language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- ruby-head
before_install:
- |
if [[ `ruby -v` =~ 2\.[0-2]\.[0-9]+ ]]; then
gem install rubygems-update -v '<3' && update_rubygems
gem install bundler -v '<2'
else
gem update -... | Update Ruby versions on Travis CI | Update Ruby versions on Travis CI
| YAML | mit | emsk/bundle_outdated_formatter,emsk/bundle_outdated_formatter |
98cf49df0c344a9646537dc9237a2abaaef2f181 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
install: "pip install --user ."
script: pygraphc | language: python
python: "2.7"
install: "pip install ."
script: pygraphc | Remove Python 2.6 test and remove --user parameter in pip | Remove Python 2.6 test and remove --user parameter in pip
| YAML | mit | studiawan/pygraphc |
e7691edcf22864283793fe47bed252582da665ff | .travis.yml | .travis.yml | language: php
services: mongodb
sudo: false
php:
- 5.6
- 7.0
before_script:
- yes "" | pecl install mongodb
- yes "" | pecl install APCu || true
- echo 'apc.enable_cli = 1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- ./composer.phar install
script: vendor/bin/phpunit
| language: php
services: mongodb
sudo: false
php:
- 5.6
- 7.0
before_script:
- yes "" | pecl install mongodb
- yes "" | pecl install APCu || true
- echo 'extension = apc.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo 'apc.enabled = 1' >> ~/.phpenv/versions/$(phpenv version-... | Install APCu from the repository | Install APCu from the repository
| YAML | mit | netom/mandango,netom/mandango,netom/mandango |
40a6087818b4f252204f4ad02a347da682d36d52 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
before_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
| language: node_js
node_js:
- "0.10"
- "0.12"
before_install: "sudo apt-get update && sudo apt-get install -y pngcrush && npm install -g npm && npm cache clean"
script: "npm run-script travis"
| Install pngcrush in the before_install hook. | Travis: Install pngcrush in the before_install hook.
| YAML | bsd-3-clause | papandreou/node-pngcrush,Munter/node-pngcrush |
3b5133fbb1470779f6b0a81545be1c91d992167a | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...
| language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
before_script:
- go get github.com/meatballhat/gfmxr/...
script:
- go vet ./...
- go test -v ./...
- gfmxr
| Add gfmxr integration for checking examples in README.md | Add gfmxr integration for checking examples in README.md
now that we support the legacy Action func signature.
| YAML | mit | cmars/tools,pjvds/cli,codegangsta/cli,ykanda/cli,murdinc/cli,minio/cli,cmars/tools,cmars/tools,codegangsta/cli,murdinc/cli,minio/cli,pjvds/cli,phinnaeus/cli,cmars/tools,urfave/cli,urfave/cli,phinnaeus/cli,ykanda/cli,ykanda/cli,phinnaeus/cli,pjvds/cli,murdinc/cli,minio/cli |
7348b1842bf4dd46487e40cee3caf828a8d62610 | .travis.yml | .travis.yml | script: "gem install foodcritic -v 1.7.0 && foodcritic -f any ."
rvm:
- 1.9.3
| script: "gem install foodcritic -v 2.0.0 && foodcritic -f any ."
rvm:
- 1.9.3
| Update to the latest TravisCI | Update to the latest TravisCI
| YAML | apache-2.0 | realityforge/chef-hosts,realityforge/chef-hosts |
c28eda126adfaa70039c3dc9c765f791118fe6ea | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
| Update node versions for Travis CI. | Update node versions for Travis CI.
| YAML | mit | jonkemp/href-content |
0369816094faca3d30ee03bfe74878c07df68048 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
gemfile:
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
matrix:
exclude:
- rvm: 2.4.1
gemfile: gemfiles/rails_4.1.gemfile
before_install:
- gem update bundler
before_script:
- R... | language: ruby
cache:
bundler: true
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
gemfile:
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
matrix:
exclude:
- rvm: 2.4.1
gemfile: gemfiles/rails_4.1.gemfile
before_install:
- gem update bundl... | Enable gem caching in CI build | Enable gem caching in CI build
| YAML | mit | G5/devise_g5_authenticatable,G5/devise_g5_authenticatable,G5/devise_g5_authenticatable |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.