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 |
|---|---|---|---|---|---|---|---|---|---|
786e2395edcc272fa0c7722f199a4ed233749489 | wp-cli/wp-cli/CVE-2021-29504.yaml | wp-cli/wp-cli/CVE-2021-29504.yaml | title: Insecure Deserialization of untrusted data
link: https://github.com/wp-cli/wp-cli/security/advisories/GHSA-rwgm-f83r-v3qj
cve: CVE-2021-29504
reference: composer://wp-cli/wp-cli
branches:
0.x:
time: 2021-05-14 14:37:47
versions: ['>=0.12.0', '<1.0.0']
1.x:
time:... | title: Insecure Deserialization of untrusted data
link: https://github.com/wp-cli/wp-cli/security/advisories/GHSA-rwgm-f83r-v3qj
cve: CVE-2021-29504
reference: composer://wp-cli/wp-cli
branches:
0.x:
time: 2021-05-14 14:37:47
versions: ['>=0.12.0', '<1.0.0']
1.x:
time:... | Add newline at the end of the file | Add newline at the end of the file
| YAML | unlicense | kdambekalns/security-advisories,FriendsOfPHP/security-advisories |
5a0cc46ae63c6a1d1f186aca49930a205f976a27 | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java... | name: "Build Gradle project"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK ${{ mat... | Test all versions of Java from 8 to 14 | Test all versions of Java from 8 to 14
| YAML | apache-2.0 | etiennestuder/java-ordered-properties |
e0330f3e2fd94df192038ba379ede587a5dfbcb2 | .github/workflows/pull-request.yml | .github/workflows/pull-request.yml | name: Pull Request
on: [pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Che... | name: Pull Request
on: [pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Che... | Rename workflow step back to Lint | Rename workflow step back to Lint
| YAML | bsd-3-clause | kare/vanity,kare/vanity |
dc16cd1f80dad0505ac17dbf20a16787dbbdbeaa | .github/workflows/pull_request.yml | .github/workflows/pull_request.yml | name: Pull Request CI
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
name: Ruby v${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix... | name: Pull Request CI
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
name: Ruby v${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix... | Update actions/checkout action to v3 | Update actions/checkout action to v3 | YAML | apache-2.0 | line/line-bot-sdk-ruby |
46ca56237b84cc82daea43b215622be4b3166dfd | .codeclimate.yml | .codeclimate.yml | version: "2"
checks:
method-complexity:
enabled: false
method-lines:
enabled: false
plugins:
rubocop:
enabled: true
channel: rubocop-0-51
exclude_patterns:
- '*.rb'
- 'setup/**/*'
- 'Vagrantfile'
- 'docs/**/*'
- 'hailstorm-gem/Gemfile'
- 'hailstorm-gem/hailstorm.gemspec'
- 'hailstor... | version: "2"
checks:
method-complexity:
enabled: false
method-lines:
enabled: false
plugins:
rubocop:
enabled: true
channel: rubocop-0-51
exclude_patterns:
- '*.rb'
- 'setup/**/*'
- 'Vagrantfile'
- 'docs/**/*'
- 'hailstorm-gem/Gemfile'
- 'hailstorm-gem/hailstorm.gemspec'
- 'hailstor... | Exclude Java lib from Code Climate | Exclude Java lib from Code Climate | YAML | mit | 3pillarlabs/hailstorm-sdk,3pillarlabs/hailstorm-sdk,3pillarlabs/hailstorm-sdk,3pillarlabs/hailstorm-sdk,3pillarlabs/hailstorm-sdk,3pillarlabs/hailstorm-sdk |
e4cf59e5c76c207c926192ad6954cd0b2f9e4c9d | .codeclimate.yml | .codeclimate.yml | engines:
fixme:
enabled: true
tailor:
enabled: true
ratings:
paths: []
exclude_paths: []
| engines:
fixme:
enabled: true
tailor:
enabled: true
ratings:
paths:
- "**.swift"
exclude_paths: []
| Add Code Climate ratings for Swift files. | Add Code Climate ratings for Swift files.
| YAML | apache-2.0 | Hamuko/Nullpo |
497fa38b787b1de141966332320268ee35f8fef4 | .codeclimate.yml | .codeclimate.yml | engines:
rubocop:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
mass_threshold: 18
bundler-audit:
enabled: true
ratings:
paths:
- lib/**/*
- spec/**/* | engines:
rubocop:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
mass_threshold: 18
ratings:
paths:
- lib/**/*
- spec/**/* | Remove bundler-audit from CC config | Remove bundler-audit from CC config
| YAML | mit | alexpeattie/nitlink |
59fcf29f2a26166ffc080b54d14642af21ff3e33 | .github/workflows/ci-test.yaml | .github/workflows/ci-test.yaml | # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branc... | # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branc... | Test on node 18 too | Test on node 18 too
| YAML | mit | josdejong/typed-function,josdejong/typed-function |
940a6dffe3525534f3317ea0291672735a7882e9 | .github/workflows/coverity.yml | .github/workflows/coverity.yml | name: Coverity
on:
schedule:
# Run on Mondays
- cron: '* * * * MON'
jobs:
Coverity:
needs: Tests
runs-on: ubuntu-latest
environment: secrets
steps:
- uses: actions/checkout@v2
- name: Install deps
run: scripts/install-deps.sh
- uses: vapier/coverity-scan-action@v0
wit... | name: Coverity
on:
schedule:
# Run on Mondays
- cron: '0 5 * * MON'
jobs:
Coverity:
needs: Tests
runs-on: ubuntu-latest
environment: secrets
steps:
- uses: actions/checkout@v2
- name: Install deps
run: scripts/install-deps.sh
- uses: vapier/coverity-scan-action@v0
wit... | Fix Coverity to run _once_ on Mondays. | Fix Coverity to run _once_ on Mondays.
| YAML | mit | yugr/valgrind-preload,yugr/valgrind-preload |
842ab93f6e5c665b2711dd93c779b6402ca66f86 | samples/subsys/usb/hid/sample.yaml | samples/subsys/usb/hid/sample.yaml | sample:
name: USB HID sample
tests:
test_hid:
depends_on: usb_device
tags: usb
test_hid_composite:
depends_on: usb_device
extra_configs:
- CONFIG_USB_COMPOSITE_DEVICE=y
tags: usb
| sample:
name: USB HID sample
tests:
test_hid:
depends_on: usb_device
platform_whitelist: quark_se_c1000_devboard
tags: usb
test_hid_composite:
depends_on: usb_device
extra_configs:
- CONFIG_USB_COMPOSITE_DEVICE=y
platform_whitelist: quark_se_c1000_devboard
tags: usb
test_hid_ms... | Add multifunction composite build test | usb: Add multifunction composite build test
Add multifunction composite test for building USB device with HID and
MSC functions.
Fixes: #2613
Signed-off-by: Andrei Emeltchenko <a6565233ddc88e4fb9c66c1d70743223493f2ed4@intel.com>
| YAML | apache-2.0 | ldts/zephyr,nashif/zephyr,kraj/zephyr,nashif/zephyr,zephyriot/zephyr,punitvara/zephyr,galak/zephyr,Vudentz/zephyr,ldts/zephyr,punitvara/zephyr,Vudentz/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,GiulianoFranchetto/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,punitvara/zephyr,Vudentz/zephyr,zephyriot/zephyr,ldts/z... |
c374c32bcc61da1df6f82a81f8dd7bac33582893 | packages/mu/mu-rpc.yaml | packages/mu/mu-rpc.yaml | homepage: https://higherkindness.io/mu-haskell/
changelog-type: markdown
hash: 7a3767b8e656bf800fdfb5f17c887d4bff09a514f0e504d471859c4252ea6aab
test-bench-deps: {}
maintainer: alejandro.serrano@47deg.com
synopsis: Protocol-independent declaration of services and servers.
changelog: |
# Revision history for mu-haskell... | homepage: https://higherkindness.io/mu-haskell/
changelog-type: markdown
hash: 8964184c415c1bd3dc61cae6a560bf62d72dcf7be67e96c641f455b8880fe76f
test-bench-deps: {}
maintainer: alejandro.serrano@47deg.com
synopsis: Protocol-independent declaration of services and servers.
changelog: |
# Revision history for mu-haskell... | Update from Hackage at 2020-10-12T10:02:30Z | Update from Hackage at 2020-10-12T10:02:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ad584d8f85e8493a64f0992045cc7de34b5cce19 | dartabase_model/pubspec.yaml | dartabase_model/pubspec.yaml | name: dartabase_model
version: 1.1.2
author: Hannes Rammer <Hannes.Rammer@gmail.com>
description: "Database Model is for simple dot notation data manipulation for MySQL and PGSQL without having to write SQL. Inspired by Ruby on Rails"
homepage: https://github.com/HannesRammer/Dartabase/tree/master/dartabase_model
envir... | name: dartabase_model
version: 1.1.3
author: Hannes Rammer <Hannes.Rammer@gmail.com>
description: "Database Model is for simple dot notation data manipulation for MySQL and PGSQL without having to write SQL. Inspired by Ruby on Rails"
homepage: https://github.com/HannesRammer/Dartabase/tree/master/dartabase_model
envir... | Update Dartabase Model to Version 1.1.3 | Update Dartabase Model to Version 1.1.3
| YAML | bsd-2-clause | HannesRammer/Dartabase,HannesRammer/Dartabase |
56281c61dde8b0432274002e0e1aabc9ce6dd466 | packages/ye/yeshql.yaml | packages/ye/yeshql.yaml | homepage: ''
changelog-type: ''
hash: fc4efbdd4d24200db36c7b9c415d84f1a50112c6935e45528a2730c13808cde9
test-bench-deps:
stm: -any
base: ! '>=4.6 && <5.0'
HDBC: -any
yeshql: -any
tasty-quickcheck: -any
tasty-hunit: -any
tasty: -any
maintainer: tdammers@gmail.com
synopsis: YesQL-style SQL database abstracti... | homepage: ''
changelog-type: ''
hash: 3f7e0f8c79b39a7b1da5702b7f84fcfbac49112df3b56932d7da978f1d74d163
test-bench-deps:
stm: -any
base: ! '>=4.6 && <5.0'
HDBC: -any
yeshql: -any
tasty-quickcheck: -any
tasty-hunit: -any
tasty: -any
maintainer: tdammers@gmail.com
synopsis: YesQL-style SQL database abstracti... | Update from Hackage at 2016-03-16T08:40:58+0000 | Update from Hackage at 2016-03-16T08:40:58+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
1696b03c523b7bbf1f49da4978a04c44f0e9962e | actions/st2_package_test.meta.yaml | actions/st2_package_test.meta.yaml | ---
name: st2_package_test
pack: st2cd
description: End to end test for st2 package
enabled: true
runner_type: mistral-v2
entry_point: workflows/st2_package_test.yaml
parameters:
hostname:
type: string
required: true
dns_zone:
type: string
description: Route53 DNS Zone to add hos... | ---
name: st2_package_test
pack: st2cd
description: End to end test for st2 package
enabled: true
runner_type: mistral-v2
entry_point: workflows/st2_package_test.yaml
parameters:
hostname:
type: string
required: true
dns_zone:
type: string
description: Route53 DNS Zone to add hos... | Fix path to key file in st2_package_test | Fix path to key file in st2_package_test
| YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd |
8954e4ed1ede56b2d80580dbfd50c86a9c725d9a | scripts/people/PickledChicken.yaml | scripts/people/PickledChicken.yaml | # PickledChicken likes to make cool things. Does both design and development.
- blog: http://changbaili.blogspot.com/
feed: http://changbaili.blogspot.com/feeds/posts/default
forges:
- http://github.com/lcb931023
irc: PickledChicken
name: Changbai Li
rit_dce: cxl6359
litreview1: http://changbaili.blogsp... | # PickledChicken likes to make cool things. Does both design and development.
- blog: http://changbaili.blogspot.com/search/label/HFOSS
feed: http://changbaili.blogspot.com/feeds/posts/default/-/HFOSS
forges:
- http://github.com/lcb931023
irc: PickledChicken
name: Changbai Li
rit_dce: cxl6359
litreview1... | Change blog and feed to the right subcategory | Change blog and feed to the right subcategory
Former-commit-id: d2baa03262c8ea2691372e4e18b50541d8cf0511 [formerly 41dbdb696693024c947743e67e44434a6a783e1a] [formerly 91548982fccc703acf6d23e79da385ff2c93a0b2]
Former-commit-id: 34e2f60307d91796a0897721d925cf7a55345bb0 [formerly e2663f029b1796bca1f782d72d6b1a6d7fb4d493... | YAML | apache-2.0 | sctjkc01/ofCourse,sctjkc01/ofCourse,ryansb/ofCourse,ritjoe/ofCourse,ritjoe/ofCourse,ryansb/ofCourse |
9be8ef42e4c1c292fa26debcf6d94a82a0a927e0 | data/transition-sites/phe_erpho.yml | data/transition-sites/phe_erpho.yml | ---
site: phe_erpho
whitehall_slug: public-health-england
homepage: www.apho.org.uk
tna_timestamp: 20151111133042
host: www.erpho.org.uk
aliases:
- erpho.org.uk
global: =410
| ---
site: phe_erpho
whitehall_slug: public-health-england
homepage: http://www.apho.org.uk
tna_timestamp: 20151111133042
host: www.erpho.org.uk
aliases:
- erpho.org.uk
global: =410
| Add missing protocol for ERPHO homepage | Add missing protocol for ERPHO homepage
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
4ee93e3516c175b86871302cef35320a5f483031 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
pre... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | JacksonBates/blog,JacksonBates/blog,JacksonBates/blog,JacksonBates/blog |
f99ce1a29523a25a0157216a7dccb2f551395294 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
| ---
new_page_extension: md
auto_deploy: true
admin_path: ''
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | tonusp/tonusp.github.io |
444fef55acd88046b8240de3d63bcc68bf154758 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _books2
label: Books2
create: all
match: "**/*"
- type: directory
path: _media
label: Media
creat... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _books2
label: Books2
create: all
match: "**/*"
- type: directory
path: _media
label: Media
creat... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io |
9f099657ee6c48a86e1d3a8755be3cfa25e3964c | .forestry/settings.yml | .forestry/settings.yml | ---
upload_path: "/static/images/"
frontmatter_file_url_template: "/images/"
body_file_url_template: "/images/"
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
article:
default_front_matter_template: article
tools:
default_front_matter_template: tools
tool:
default_... | ---
upload_path: "/static/uploads/"
frontmatter_file_url_template: "/uploads/"
body_file_url_template: "/uploads/"
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
article:
default_front_matter_template: article
tools:
default_front_matter_template: tools
tool:
defau... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org |
f15b41b9d81ff1e4cd8d5bf62dacb9470d205fb1 | .github/github-bot.yml | .github/github-bot.yml | _extends: probot-settings
project-board:
name: 'Pipeline for QA'
tested-pr-label-name: 'Tested - Issues'
contributor-column-name: 'CONTRIBUTOR'
review-column-name: 'REVIEW'
test-column-name: 'TO TEST'
automated-tests:
repo-full-name: 'status-im/status-react'
job-full-name: 'end-to-end-tests/status-app-e... | _extends: probot-settings
project-board:
name: 'Pipeline for QA'
tested-pr-label-name: 'Tested - Issues'
contributor-column-name: 'CONTRIBUTOR'
review-column-name: 'REVIEW'
test-column-name: 'TO TEST'
automated-tests:
repo-full-name: 'status-im/status-react'
job-full-name: 'end-to-end-tests/status-app-e... | Reduce number of days required to consider a PR stale to 14 | Reduce number of days required to consider a PR stale to 14
Signed-off-by: Pedro Pombeiro <f8c34e1c5d363d76a4b9e8313641f62c1029c3e7@users.noreply.github.com>
| YAML | mpl-2.0 | status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react |
3d1392fb3efd0cd37451ea701b3597f3cd8ab258 | languages/zh-TW.yml | languages/zh-TW.yml | categories: 分類
search: 搜尋
tags: 標籤
tagcloud: 標籤雲
tweets: 推文
prev: 上一頁
next: 下一頁
comment: 留言
archive_a: 彙整
archive_b: 彙整:%s
page: 第 %d 頁
recent_posts: 最新文章 | categories: '分類'
search: '搜尋'
tags: '標籤'
tagcloud: '標籤雲'
tweets: '推文'
prev: '上一頁'
next: '下一頁'
comment: '留言'
archive_a: '彙整'
archive_b: '彙整:%s'
page: '第 %d 頁'
recent_posts: '最新文章'
| Fix yml: Add quotes to translation text | Fix yml: Add quotes to translation text | YAML | mit | daisygao/hexo-themes-cover,daisygao/hexo-themes-cover |
01546f71b2c33795b920bff09bece517c3d3250a | .pre-commit-hooks.yaml | .pre-commit-hooks.yaml | - id: isort
name: isort
entry: isort
require_serial: true
language: python
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
minimum_pre_commit_version: '2.9.0'
| - id: isort
name: isort
entry: isort
require_serial: true
language: python
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
minimum_pre_commit_version: '2.9.2'
| Update minimum pre-commit version to 2.9.2 | Update minimum pre-commit version to 2.9.2
The PR which led to 2.9.0 was made by a data scientist and so it contains a bug in the default types for `types_or`, it'd be better to have 2.9.2 as the minimum version - at least, that's what Anthony Sottile suggested be done in `black` https://github.com/psf/black/pull/1875... | YAML | mit | PyCQA/isort,PyCQA/isort |
ff3412c8e252e366c65ac0020f37c871e9a43fb0 | .github/workflows/testrunner.yml | .github/workflows/testrunner.yml | name: Testrunner
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
steps:
# Checks-out your repository under $GITH... | name: Testrunner
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
steps:
# Checks-out your repository under $GITHUB_WORK... | Remove PHP 5 from testing | Remove PHP 5 from testing
| YAML | mit | WhichBrowser/Parser |
a2f51914e5e8133e329061d6426efb2758e317f2 | .github/workflows/typescript.yml | .github/workflows/typescript.yml | name: TypeScript
on:
push:
branches:
- master
pull_request:
jobs:
tsc:
name: "TSC"
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up node.js
uses: actions/setup-node@v1
with:
node-version: "12"
- uses: actions/checkout@v2
- run:... | name: TypeScript
on:
push:
branches:
- master
pull_request:
jobs:
tsc:
name: "TSC"
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up node.js
uses: actions/setup-node@v1
with:
node-version: "12"
- uses: actions/checkout@v2
- run:... | Check that the vendored tslib is up to date | Check that the vendored tslib is up to date
Resolves #3659
| YAML | lgpl-2.1 | SoftCreatR/WCF,Cyperghost/WCF,WoltLab/WCF,Cyperghost/WCF,Cyperghost/WCF,SoftCreatR/WCF,Cyperghost/WCF,SoftCreatR/WCF,WoltLab/WCF,WoltLab/WCF,WoltLab/WCF,Cyperghost/WCF,SoftCreatR/WCF |
e150ce993f8a2f6b0fbe392295f442015b240c55 | src/gcloudbuild.yaml | src/gcloudbuild.yaml | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Remove quotes in timeout field | Remove quotes in timeout field
| YAML | apache-2.0 | GoogleCloudPlatform/covid-19-open-data,GoogleCloudPlatform/covid-19-open-data |
b59e8e341a34d724bdfca7b1a28bd7e03cb75ac3 | packages/sy/syb-with-class.yaml | packages/sy/syb-with-class.yaml | homepage: ''
changelog-type: ''
hash: e894d322dfc9c36c33058bfcbecbe6d36e620556a9713108b008120f7981cd7c
test-bench-deps: {}
maintainer: sanzhiyan@gmail.com
synopsis: Scrap Your Boilerplate With Class
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=3 && <5'
array: -any
containers: -any
template-haskell: !... | homepage: ''
changelog-type: ''
hash: adece1ced20a1b3b73b51fe2b2b96f78686d781a5f4941bed71014101659ffa0
test-bench-deps: {}
maintainer: sanzhiyan@gmail.com
synopsis: Scrap Your Boilerplate With Class
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=3 && <5'
array: -any
containers: -any
template-haskell: !... | Update from Hackage at 2016-06-22T18:43:48+0000 | Update from Hackage at 2016-06-22T18:43:48+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
a910838af8a842ed6d8a15b68325109449f09391 | ab_tests/ab_tests.yaml | ab_tests/ab_tests.yaml | # List the variants for your AB or multivariate test here.
# Please leave the 'Example' test config in place.
---
- Example:
- A
- B
- TopicPagesTest:
- A
- B
- C
- D
- E
- ViewDrivingLicence:
- A
- B
| # List the variants for your AB or multivariate test here.
# Please leave the 'Example' test config in place.
---
- Example:
- A
- B
- TopicPagesTest:
- A
- B
- C
- D
- E
- ViewDrivingLicence:
- A
- B
- RelatedLinksAATest:
- A
- B
| Add related links A/A test | Add related links A/A test
This commit updates the A/B tests config file to add new test `RelatedLinksAATest`.
Solo: da39a3ee5e6b4b0d3255bfef95601890afd80709@karlbaker02
| YAML | mit | alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure |
c56f3fe0ba237d9484663bf04706dd7a6261e38b | ansible/build-node.yml | ansible/build-node.yml | ---
- hosts: 127.0.0.1
connection: local
vars:
- cm_buildimage: "caremonkey/cm-builder"
- ecr_image_name: "984601232468.dkr.ecr.us-west-2.amazonaws.com/{{ cm_buildimage }}:latest"
tasks:
- name: Get Login command for private AWS ECR registry
command: aws ecr get-login --region us-west-2
... | ---
- hosts: 127.0.0.1
connection: local
vars:
- cm_buildimage: "caremonkey/cm-builder"
- ecr_image_name: "984601232468.dkr.ecr.us-west-2.amazonaws.com/{{ cm_buildimage }}:latest"
tasks:
- name: Get Login command for private AWS ECR registry
command: aws ecr get-login --region us-west-2
... | Add using sudo to talk to docker for login | Add using sudo to talk to docker for login
| YAML | mit | caremonkey/buildkite-aws-elastic-stack,caremonkey/buildkite-aws-elastic-stack |
951bb2e27bd5cf3661d0c4f9549645e79b4a48e5 | .github/workflows/python-package.yml | .github/workflows/python-package.yml | name: parse_this tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: set up python... | name: parse_this tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: set up python... | Add flake8 linting to github action | Add flake8 linting to github action
| YAML | mit | bertrandvidal/parse_this |
09f3d3e893775cc96aa878516ad588e8a7ef3b2d | .github/workflows/security-scan.yml | .github/workflows/security-scan.yml | name: "Security Scan"
# Run workflow each time code is pushed to your repository and on a schedule.
on:
push:
schedule:
- cron: 25 1 * * 1
jobs:
tests:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v2
- uses: securego/gosec@master
... | name: "Security Scan"
# Run workflow each time code is pushed to your repository and on a schedule.
on:
push:
schedule:
- cron: 25 1 * * 1
jobs:
gosec:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v2
- uses: securego/gosec@master
... | Fix name of gosec scan job. | Fix name of gosec scan job.
| YAML | apache-2.0 | google/mtail,google/mtail |
81088340156daecd4e478696f31b7616f5fc8262 | .github/workflows/test-and-lint.yml | .github/workflows/test-and-lint.yml | name: Test and lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-beta.1"]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: action... | name: Test and lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/set... | Use 3.11-dev in CI, instead of an explicit beta | Use 3.11-dev in CI, instead of an explicit beta
| YAML | mit | srittau/rouver |
376743e3f1aa702da46d4dbf784afa8a13ee9664 | app/config/routing.yml | app/config/routing.yml | #
# 3rd party routes
#
nelmio_api_doc:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
_imagine:
resource: .
type: imagine
#
# ORO routes
#
oro_default:
pattern: /
def... | #
# 3rd party routes
#
nelmio_api_doc:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
_imagine:
resource: .
type: imagine
#
# ORO routes
#
oro_default:
path: /
defaul... | Install OroCommerce over OroCRM as a package | CRM-6108: Install OroCommerce over OroCRM as a package
- Added application 'commerce-crm'
- Added 'commerce-crm' to the testing matrix
- Added new application `commerce-crm-ee`
- Tests for application `commerce-crm-ee`
- Updated documentations and configs on new applications
- Fixed issue with circular references... | YAML | mit | orocrm/platform-application,orocrm/platform-application |
ae18b59c0bf8ea6f2b859db3126fe279b059207e | lib/data/rates/married_couples_allowance.yml | lib/data/rates/married_couples_allowance.yml | ---
- start_date: 2013-04-06
end_date: 2014-04-05
maximum_married_couple_allowance: 7915
minimum_married_couple_allowance: 3040
- start_date: 2014-04-06
end_date: 2015-04-05
maximum_married_couple_allowance: 8165
minimum_married_couple_allowance: 3140
- start_date: 2015-04-06
end_date: 2016-04-05
maxi... | ---
- start_date: 2013-04-06
end_date: 2014-04-05
maximum_married_couple_allowance: 7915
minimum_married_couple_allowance: 3040
- start_date: 2014-04-06
end_date: 2015-04-05
maximum_married_couple_allowance: 8165
minimum_married_couple_allowance: 3140
- start_date: 2015-04-06
end_date: 2016-04-05
maxi... | Add 2018-2019 rates for married couple's allowance | Add 2018-2019 rates for married couple's allowance
https://trello.com/c/0BubHO5U/125-1-6-april-calculate-your-married-couples-allowance
| YAML | mit | alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers |
3f720078796ec79bd23ccdbfd24036a92d6bc206 | api/docker-compose.yml | api/docker-compose.yml | version: '3.0'
services:
fluentd:
image: harrowio/fluentd:latest
container_name: harrow-fluentd
ports:
- "24224:24224"
- "24224:24224/udp"
volumes:
- ./support/fluentd/fluentd.conf:/fluentd/etc/fluentd.conf
- ./logs:/mnt/data/api-logs/
environment:
- FLUENTD_CONF=fl... | version: '3.0'
services:
# The Dockerfile for this image can be found in ./support/fluentd
fluentd:
image: harrowio/fluentd:latest
container_name: harrow-fluentd
ports:
- "24224:24224"
- "24224:24224/udp"
volumes:
- ./support/fluentd/fluentd.conf:/fluentd/etc/fluentd.conf
-... | Document how to build the correct image for the Fluentd setup we use | Document how to build the correct image for the Fluentd setup we use
| YAML | agpl-3.0 | harrowio/harrow,harrowio/harrow,harrowio/harrow,harrowio/harrow,harrowio/harrow,harrowio/harrow |
41d0435456392c821fc668256fe6b8400048e2a4 | manifests/prometheus/alerts.d/aiven-cost.yml | manifests/prometheus/alerts.d/aiven-cost.yml | # Source: paas-metrics
---
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
value:
name: AivenEstimatedCostHigh
rules:
- alert: AivenEstimatedCostHigh
expr: delta(paas_aiven_estimated_cost_pounds[24h]) * 30 > 28500
lab... | # Source: paas-metrics
---
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
value:
name: AivenEstimatedCostHigh
rules:
- alert: AivenEstimatedCostHigh
expr: delta(paas_aiven_estimated_cost_pounds[24h]) * 30 > 35000
lab... | Update Aiven cost alert value | Update Aiven cost alert value
Our Aiven spending has increased. We are able to raise the alerting
limit as it is still within the limit of our agreed budget.
| 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 |
c24afe6d6839786a7624c28fb3c180716d1b2cb1 | ansible/kolla-host.yml | ansible/kolla-host.yml | ---
- name: Apply role baremetal
hosts: baremetal
gather_facts: no
roles:
- { role: baremetal,
tags: baremetal }
| ---
# NOTE(awiddersheim): Gather facts for all hosts as a
# first step since several plays below require them when
# building their configurations. The below 'gather_facts'
# set to 'false' is a bit confusing but this is to avoid
# Ansible gathering facts twice.
- name: Gather facts for all hosts
hosts: all
serial:... | Enable use of --limit when using bootstrap-servers | Enable use of --limit when using bootstrap-servers
The ansible/kolla-host.yml playbook failed when called with a --limit
flag.
This was due to the fact that only the facts of the subset of hosts
were gathered but the "Generate /etc/hosts for all of the nodes" task
is using the ansible_<IFACE>.ipv4.address variable of... | YAML | apache-2.0 | dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible |
87c6aaad73ffe301e98be46fdad4497c4c5fcfe4 | app/config/routing.yml | app/config/routing.yml | app:
resource: "@AppBundle/Resources/config/routing.yml"
prefix: /
abc:
resource: "@AbcBundle/Resources/config/routing.yml"
prefix: /
| app:
resource: "@AppBundle/Resources/config/routing.yml"
prefix: /
abc:
resource: "@AbcBundle/Resources/config/routing.yml"
prefix: /
| Check implementation of SSH key after authentication | Check implementation of SSH key after authentication
| YAML | mit | HughChadwick/sheetMusic |
fbb50c418884d80d44815366f2fc0e773744ba2f | contrib/packs/aliases/pack_install.yaml | contrib/packs/aliases/pack_install.yaml | ---
name: "pack_install"
action_ref: "packs.install"
pack: "packs"
description: "Install/upgrade StackStorm packs (pack = name or git URL, gitref = tag/branch/commit)."
formats:
- display: "pack install <pack>[,<pack>]"
- display: "pack install <pack>=<gitref>[,<pack>=<gitref>]"
representation:
- "pack in... | ---
name: "pack_install"
action_ref: "packs.install"
pack: "packs"
description: "Install/upgrade StackStorm packs."
formats:
- display: "pack install <pack>[,<pack>]"
- display: "pack install <gitUrl>[,<gitUrl>]"
representation:
- "pack install {{ packs }}"
ack:
enabled: true
append_url: false
forma... | Fix pack install Alias formats | Fix pack install Alias formats
'=' is not acceptable in Action Alias as separator between pack=version
| YAML | apache-2.0 | Plexxi/st2,StackStorm/st2,nzlosh/st2,Plexxi/st2,StackStorm/st2,Plexxi/st2,peak6/st2,lakshmi-kannan/st2,lakshmi-kannan/st2,nzlosh/st2,lakshmi-kannan/st2,tonybaloney/st2,nzlosh/st2,peak6/st2,tonybaloney/st2,StackStorm/st2,tonybaloney/st2,peak6/st2,Plexxi/st2,StackStorm/st2,nzlosh/st2 |
3cd00481bc29497bf9197b4abdcf3b0e000e78fd | .binstar.yml | .binstar.yml | package: nb_anacondacloud
platform:
- linux-64
- osx-64
- win-64
engine:
- python=2.7
- python=3.4
- python=3.5
script:
- conda build conda.recipe -c javascript
build_targets: conda
| package: nb_anacondacloud
platform:
- linux-64
- linux-32
- osx-64
- win-64
- win-32
engine:
- python=2.7
- python=3.4
- python=3.5
script:
- conda build conda.recipe
build_targets: conda
| Use defaults channel for nodejs | Use defaults channel for nodejs | YAML | bsd-2-clause | Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Server/nb_anacondacloud |
975650fad6639e86b881e011bd9eea5a601e12f3 | .github/workflows/CheckMainFile.yml | .github/workflows/CheckMainFile.yml | name: Check build of CookieMonster.js
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check if CookieMonster.js is built correctly
run: |
npm install
terser ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js... | name: Check build of CookieMonster.js
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check if CookieMonster.js is built correctly
run: |
npm install
npx terser ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Dis... | Make terser run from npx | Make terser run from npx
| YAML | mit | Aktanusa/CookieMonster,Aktanusa/CookieMonster |
bf2107438518014bca7d56eb9a61d6000542ecdb | .github/workflows/linux_mkspecs.yml | .github/workflows/linux_mkspecs.yml | name: Linux C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflows/actio... | name: Linux C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflows/actio... | Update Linux C++ make-specs to new version 4.0.0 | Update Linux C++ make-specs to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/stub,steinwurf/stub |
85eef3af171993005300dea52bdb05c164680c2b | .github/workflows/windows_cmake.yml | .github/workflows/windows_cmake.yml | name: Windows Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
Windows... | name: Windows Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
Windows... | Update Windows Cmake to new version 3.0.0 | Update Windows Cmake to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
4102bd07212eeb84e18e7bdf2bcd3d3130377289 | roles/kubernetes/tasks/main.yml | roles/kubernetes/tasks/main.yml | ---
- name: Install kubernetes
yum: pkg=kubernetes enablerepo=virt7-testing state=latest
notify:
- restart daemons
- name: write the global config file
template: src=config.j2 dest=/etc/kubernetes/config
notify:
- restart daemons
- name: collect facts about the version of kubernetes
kub... | ---
- name: Install kubernetes
yum: pkg=kubernetes enablerepo=virt7-testing state=latest
notify:
- restart daemons
- name: write the global config file
template: src=config.j2 dest=/etc/kubernetes/config
notify:
- restart daemons
| Fix task that uses absent script | Fix task that uses absent script
| YAML | apache-2.0 | kenjones-cisco/kubernetes-ansible,CiscoCloud/kubernetes-ansible,xshyamx/mantl-kubernetes,ldejager/kubernetes-ansible,ldejager/kubernetes-ansible,CiscoCloud/mantl-kubernetes,kenjones-cisco/kubernetes-ansible,xshyamx/mantl-kubernetes,CiscoCloud/mantl-kubernetes,CiscoCloud/kubernetes-ansible,CiscoCloud/kubernetes-ansible,... |
9ab5cd9f427ff25e65d14ddcd88b23d2e963d006 | charts/terra-argocd-env/Chart.yaml | charts/terra-argocd-env/Chart.yaml | apiVersion: v2
name: terra-argocd-apps
description: A Helm chart for generating environment-wide ArgoCD resources for Terra environments
type: application
version: 0.0.2
dependencies:
- name: terra-argocd-templates
version: 0.0.1
repository: https://broadinstitute.github.io/terra-helm
| apiVersion: v2
name: terra-argocd-env
description: A Helm chart for generating environment-wide ArgoCD resources for Terra environments
type: application
version: 0.0.2
dependencies:
- name: terra-argocd-templates
version: 0.0.1
repository: https://broadinstitute.github.io/terra-helm
| Fix typo in chart name | Fix typo in chart name
| YAML | bsd-3-clause | broadinstitute/terra-helm,broadinstitute/terra-helm,broadinstitute/terra-helm |
432ff06957b2042f9585ef5694cdd6b9b4fc0fdf | azure-pipelines.yml | azure-pipelines.yml | variables:
buildConfiguration: 'Release'
artifactName: 'webapiDrop'
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core SDK 2.1.403'
inputs:
version: 2.1.403
- task: DotNetCoreCLI@2
displayName: 'Restore dependencies'
inputs:
command: restore
verbosityRestore: minimal
argument... | variables:
buildConfiguration: 'Release'
artifactName: 'webapiDrop'
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core SDK 2.1.403'
inputs:
version: 2.1.403
- task: DotNetCoreCLI@2
displayName: 'Restore dependencies'
inputs:
command: restore
verbosityRestore: minimal
argument... | Build numbers in azure pipeline. | Build numbers in azure pipeline.
| YAML | apache-2.0 | eserozvataf/tassle |
d5fc288ed47d13979bb62e292e8c44bd1ca53bc9 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:6541a5bd51fd81f362dac9dd78cb9a5fc1d08bb46691bdca24e98558eba48276
- image: circleci/mongo:3@sha256:01437c21a1bd1b9346ba4a0fabf95b9bd5b37b3764b0d585db87003dd4e097fe
steps:
- checkout
- run: yarn install --frozen-lockfile
... | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:41517eb04d4fe284b93ae3a132a8dca0e2433ca7043d8a0bf809d3fb10a6a416
- image: circleci/mongo:3@sha256:01437c21a1bd1b9346ba4a0fabf95b9bd5b37b3764b0d585db87003dd4e097fe
steps:
- checkout
- run: yarn install --frozen-lockfile
... | Update circleci/node:8 Docker digest to 41517e | Update circleci/node:8 Docker digest to 41517e | YAML | mit | js-accounts/accounts |
ea52b6a294bc499804a9971d4f57e7c21cc370e6 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: /tmp/vendored
docker:
- image: clburlison/pycodestyle:latest
steps:
- checkout
- run: pycodestyle --exclude=_src,_patch,payload,build .
| version: 2
jobs:
build:
working_directory: /tmp/vendored
docker:
- image: clburlison/pylint:py2-alpine
steps:
- checkout
- run: flake8 --exclude=_src,_patch,payload,build .
| Change CI to use flake8 | Change CI to use flake8
| YAML | mit | clburlison/vendored,clburlison/vendored |
3838e9f3835fcbfac6a9ae2763ac6c9cb89343f5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.1
working_directory: ~/pronto-praise
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
- run:
name: install dependencies
command: |
... | defaults: &defaults
working_directory: ~/pronto-praise
docker:
- image: circleci/python:3.6.1
version: 2
jobs:
checkout_code:
<<: *defaults
steps:
- checkout
- persist_to_workspace:
root: .
paths: .
python_dependencies:
<<: *defaults
steps:
- attach_wo... | Create pipeline running static analysis and tests | Create pipeline running static analysis and tests
| YAML | mit | prontotools/pronto-praise,prontotools/pronto-praise,prontotools/pronto-praise,prontotools/pronto-praise |
74268100700bdef5fa0d12272d77f9df23334c53 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-node-browsers
working_directory: ~/vertex
steps:
- checkout
- run: sudo apt install -y libsqlite3-dev zlib1g-dev
- run: sudo docker-php-ext-install zip
- run: sudo composer self-update
- restore_cache:
... | version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-node-browsers
working_directory: ~/vertex
steps:
- checkout
- run: sudo apt install -y libsqlite3-dev zlib1g-dev
- run: sudo docker-php-ext-install zip
- run: sudo composer self-update
- run: sudo docker-php-ext... | Add PDO command to CircleCI | Add PDO command to CircleCI
| YAML | mit | Daniel-Griffiths/Vertex,Daniel-Griffiths/Vertex,Daniel-Griffiths/Vertex |
0cf330e01de90eb6a28c6a45fcde861668297516 | datas/turnBased.yaml | datas/turnBased.yaml | # Turn based games, which probably ever game will be
AI:
functions:
runTurn:
description: This is called every time it is this AI.player's turn.
serverPredefined: true
returns:
type: boolean
description: Represents if you want to end your turn. True means end your turn, False me... | # Turn based games, which probably ever game will be
AI:
functions:
runTurn:
description: This is called every time it is this AI.player's turn.
serverPredefined: true
returns:
type: boolean
description: Represents if you want to end your turn. True means end your turn, False me... | Add timeAddedPerTurn to base turn based game Game classes | Add timeAddedPerTurn to base turn based game Game classes
| YAML | mit | siggame/Creer,JacobFischer/Creer,siggame/Creer |
4bc280a0ef81995c42924f50eb882c73827c4c5f | .github/workflows/deploy-docker.yml | .github/workflows/deploy-docker.yml | name: Deploy-To-Docker
on: [push]
# push:
# tags:
# - '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Build image
run: |
docker build -t chrismit7/pyquant:latest... | name: Deploy-To-Docker
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Build image
run: |
docker build -t chrismit7/pyquant:latest .
... | Deploy to docker only on tags | Deploy to docker only on tags
| YAML | mit | Chris7/pyquant,Chris7/pyquant,Chris7/pyquant |
6b41809a46d65b9898bc2e058669218bf48f066c | metadata/de.nulide.findmydevice.yml | metadata/de.nulide.findmydevice.yml | Categories:
- Phone & SMS
- Security
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/findmydevice
IssueTracker: https://gitlab.com/Nulide/findmydevice/issues
Liberapay: Nulide
AutoName: FindMyDevice
RepoType: git
Repo: https://gitlab.com/Nulide/findmydevice.git
Builds:
- versionName: 0.0... | Categories:
- Phone & SMS
- Security
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/findmydevice
IssueTracker: https://gitlab.com/Nulide/findmydevice/issues
Liberapay: Nulide
AutoName: FindMyDevice
RepoType: git
Repo: https://gitlab.com/Nulide/findmydevice.git
Builds:
- versionName: 0.0... | Update FindMyDevice to 0.0.4 (4) | Update FindMyDevice to 0.0.4 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
25f9a33a2e69a3628dca95bcf99c17903134e5ee | metadata/org.metabrainz.android.yml | metadata/org.metabrainz.android.yml | Categories:
- Internet
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/metabrainz/musicbrainz-android/
IssueTracker: http://tickets.musicbrainz.org/browse/MOBILE
Donate: https://metabrainz.org/donate
RepoType: git
Repo: https://github.com/metabrainz/musicbrainz-android/
Builds:
- versionNa... | Categories:
- Internet
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/metabrainz/musicbrainz-android/
IssueTracker: http://tickets.musicbrainz.org/browse/MOBILE
Donate: https://metabrainz.org/donate
AutoName: MusicBrainz
RepoType: git
Repo: https://github.com/metabrainz/musicbrainz-android/... | Update CV of MusicBrainz to 2.4 (27) | Update CV of MusicBrainz to 2.4 (27)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
97076a9390566a0fb396d2f1ae5de29760d886d6 | .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: Python package
on:
push:
branches: [ master, tproxy_mark_param ]
pull_request:... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | Adjust branches, remove temporary branches | Adjust branches, remove temporary branches
| YAML | lgpl-2.1 | sshuttle/sshuttle,sshuttle/sshuttle |
c700e03f7087b204277031b0bfe07c3e97f51cdb | .github/workflows/run-all-tests.yml | .github/workflows/run-all-tests.yml | # Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com)
# Distributed under the MIT License.
# See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
# This workflow is based off of the following sources:
# -
name: run-all-tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
ste... | # Copyright (c) 2014-2022 Kartik Kumar (me@kartikkumar.com)
# Distributed under the MIT License.
# See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT
# This workflow is based off of the GitHub Actions documentation:
# - https://docs.github.com/en/actions
name: run-all-tests
on: [push]
jobs:
... | Add source link to GitHub Actions documentation in actions workflow header text. | Add source link to GitHub Actions documentation in actions workflow header text.
| YAML | mit | openastro/sml,kartikkumar/sml,Stardust2013/sml,Stardust2013/sml |
bfff19cc4d4ccfccf992c8e39772af67f7599808 | .github/workflows/go-mod-tidy-pr.yml | .github/workflows/go-mod-tidy-pr.yml | name: go-mod-tidy-pr
on:
schedule:
- cron: "0 22 * * 0" # JST 7:00 (Mon)
jobs:
go-mod-tidy-pr:
name: go-mod-tidy-pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run go-mod-tidy-pr
uses: sue445/go-mod-tidy-pr@master
with:
github_token: $... | name: go-mod-tidy-pr
on:
schedule:
- cron: "0 22 * * 0" # JST 7:00 (Mon)
jobs:
go-mod-tidy-pr:
name: go-mod-tidy-pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
... | Use GitHub App Token instead of GITHUB_TOKEN | Use GitHub App Token instead of GITHUB_TOKEN
c.f. https://github.com/sue445/go-mod-tidy-pr#note-warning
| YAML | mit | sue445/zatsu_monitor,sue445/zatsu_monitor |
6f1123f4ba1521cca9fff6c935b0c807c9b1ce17 | .github/workflows/kafka-utils-ci.yml | .github/workflows/kafka-utils-ci.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: kafka-utils-ci
on: [pull_request]
jobs:
tox:
runs-on: ubuntu-20.04
strategy:... | # 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: kafka-utils-ci
on: [pull_request, release]
jobs:
tox:
runs-on: ubuntu-20.04
... | Test when releasing new versions | Test when releasing new versions
| YAML | apache-2.0 | Yelp/kafka-utils,Yelp/kafka-utils |
4b5a5f68a2dbdea209a1f1f7be95b0d6af75b5a7 | package/snapcraft.yaml | package/snapcraft.yaml | name: konstructs-client
version: 0
summary: A voxel based game client
description: An open source Infiniminer/Minecraft inspired multiplayer game.
confinement: strict
grade: devel
apps:
konstructs-client:
command: desktop-launch $SNAP/konstructs-snap-wrapper
plugs:
- x11
- network
- opengl
... | name: konstructs-client
version: 0
summary: A voxel based game client
description: An open source Infiniminer/Minecraft inspired multiplayer game.
confinement: strict
grade: stable
apps:
konstructs-client:
command: desktop-launch $SNAP/konstructs-snap-wrapper
plugs:
- x11
- network
- opengl... | Set snap grade to stable and publish it. | Set snap grade to stable and publish it.
| YAML | mit | konstructs/client,konstructs/client,konstructs/client |
1341eb8bf13205fdd0ff4d285a57a28defb78b81 | catalog/Web_Apps_Services_Interaction/API_Builders.yml | catalog/Web_Apps_Services_Interaction/API_Builders.yml | name: API Builders
description:
projects:
- active_model_serializers
- acts_as_api
- api-versions
- apiary
- bldr
- blueprinter
- cache_crispies
- fast_jsonapi
- grape
- grapethor
- jb
- jbuilder
- jsonapi-serializer
- mutils
- nativeson
- rabl
- representable
- roar
- rocket_pants... | name: API Builders
description:
projects:
- active_model_serializers
- acts_as_api
- api-versions
- apiary
- bldr
- blueprinter
- cache_crispies
- fast_jsonapi
- grape
- grapethor
- jb
- jbuilder
- jsonapi-serializer
- mutils
- nativeson
- oj_serializers
- rabl
- representable
- ro... | Add oj_serializers to API builders | Add oj_serializers to API builders
⚡️ Faster JSON serialization for Ruby on Rails. Easily migrate away from Active Model Serializers.
Repo: https://github.com/ElMassimo/oj_serializers
Design & Comparison with other libraries: https://github.com/ElMassimo/oj_serializers#design-
Migrating from ActiveModelSerializer... | YAML | mit | rubytoolbox/catalog |
c46cd483bbc18b6d33b0de85867143287305083a | packages/ca/canon.yaml | packages/ca/canon.yaml | homepage: https://github.com/grandpascorpion/canon
changelog-type: text
hash: 039c93b8cb4adf32d87cdace3acfdc11d76c4c72d2fcb940412fbd3fbb08ad35
test-bench-deps: {}
maintainer: frederick dot schneider2011 at gmail dot com
synopsis: Massive Number Arithmetic
changelog: ! "0.1.0.1:\n Improvements to documentation.\n ... | homepage: https://github.com/grandpascorpion/canon
changelog-type: text
hash: 772feb917742602f83fab17afbe70d395b1a5ab83b4c2c1ccededa2cf3eb0204
test-bench-deps: {}
maintainer: frederick dot schneider2011 at gmail dot com
synopsis: Massive Number Arithmetic
changelog: ! "0.1.0.2:\n Bug fix for pattern PN1 in Internals... | Update from Hackage at 2018-02-21T12:56:55Z | Update from Hackage at 2018-02-21T12:56:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ad15531df4f370ebcab92aa14627f6903ee2805a | packages/dm/dmenu.yaml | packages/dm/dmenu.yaml | homepage: https://github.com/m0rphism/haskell-dmenu
changelog-type: ''
hash: da8ba3ce08a07de4e75c25cdf3e48e52bba10f9c414df1aada8a8b89002f335b
test-bench-deps: {}
maintainer: Hannes Saffrich <m0rphism@zankapfel.org>
synopsis: Complete bindings to the dmenu and dmenu2 command line tools.
changelog: ''
basic-deps:
base:... | homepage: https://github.com/m0rphism/haskell-dmenu
changelog-type: ''
hash: 9fc040e034d861c2e0f72b12c02bc818347d26e03d81f93d95e19d6d075e045b
test-bench-deps: {}
maintainer: Hannes Saffrich <m0rphism@zankapfel.org>
synopsis: Complete bindings to the dmenu and dmenu2 command line tools.
changelog: ''
basic-deps:
base:... | Update from Hackage at 2016-11-19T22:42:05Z | Update from Hackage at 2016-11-19T22:42:05Z | YAML | mit | commercialhaskell/all-cabal-metadata |
6f3aa5ea8b4e5768eb0798e9fd08e4a5c4764e1d | packages/ra/rando.yaml | packages/ra/rando.yaml | homepage: ''
changelog-type: ''
hash: e7db03e34c962ef8ec2087fb0bf01a84be98f7c43b1805a35ed9b32d4896f6ef
test-bench-deps: {}
maintainer: Tom Murphy
synopsis: Easy-to-use randomness for livecoding
changelog: ''
basic-deps:
tf-random: -any
base: <5
all-versions:
- '0.0.0.1'
author: Tom Murphy
latest: '0.0.0.1'
descript... | homepage: ''
changelog-type: ''
hash: e3211d7e000db4589b9f514bd96d1fd6b9436ab83aa4a6dc76fa912d83ad12d1
test-bench-deps:
tf-random: -any
microspec: -any
base: <5
containers: -any
vector: -any
maintainer: Tom Murphy
synopsis: Easy-to-use randomness for livecoding
changelog: ''
basic-deps:
tf-random: -any
ba... | Update from Hackage at 2018-02-24T18:39:47Z | Update from Hackage at 2018-02-24T18:39:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6e013805cfcb2b04dc04309f912a63ce125260af | Resources/config/smoke_tests.yml | Resources/config/smoke_tests.yml | parameters:
smartesb.smoke_test.check_queue_driver_connection.class: Smartbox\Integration\FrameworkBundle\Tools\SmokeTests\QueueDriverConnectionSmokeTest
smartesb.smoke_test.file_permissions.class: Smartbox\Integration\FrameworkBundle\Tools\SmokeTests\FilePermissionsSmokeTest
smartesb.smoke_test.connectivity_chec... | parameters:
smartesb.smoke_test.check_queue_driver_connection.class: Smartbox\Integration\FrameworkBundle\Tools\SmokeTests\QueueDriverConnectionSmokeTest
smartesb.smoke_test.file_permissions.class: Smartbox\Integration\FrameworkBundle\Tools\SmokeTests\FilePermissionsSmokeTest
smartesb.smoke_test.connectivity_chec... | Fix incorrect path to cache folder | SF34: Fix incorrect path to cache folder
| YAML | mit | smartboxgroup/integration-framework-bundle,smartboxgroup/integration-framework-bundle |
042e61cb0c913c420c2949b9d7a97549f7b99092 | site/data/countries.yml | site/data/countries.yml | Australia:
name: Australia
short: AUS
continent: Oceania
Hungary:
name: Hungary
short: HUN
continent: Europe
Croatia:
name: Croatia
short: HRV
continent: Europe
| ---
countries:
- name: Australia
short: AUS
continent: Oceania
- name: Hungary
short: HUN
continent: Europe
- name: Croatia
short: HRV
continent: Europe
| Update formatting given forestry's feedbacl | Update formatting given forestry's feedbacl
| YAML | mit | Jayphen/happeatravels,Jayphen/happeatravels |
d8ffd92e541327e08747ce9d3db09cdc24882a35 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "2.7"
- "2.6"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-sympy
script: nosetests
| language: python
python:
- "3.3"
- "2.7"
- "2.6"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install build-dep python-numpy python-scipy python-sympy
install:
- pip install numpy scipy sympy --use-mirrors
script: nosetests
| Install libraries with pip, but deps with apt | Travis: Install libraries with pip, but deps with apt
| YAML | bsd-2-clause | neurord/pysb,LoLab-VU/pysb,johnbachman/pysb,neurord/pysb,neurord/pysb,jmuhlich/pysb,LoLab-VU/pysb,pysb/pysb,alubbock/pysb,johnbachman/pysb |
76283cf224ced6a0d8186d60808172f85e7505b5 | .travis.yml | .travis.yml | # octocatalog-diff
language: ruby
install: true
script: "script/cibuild"
matrix:
include:
# Build with latest ruby
- rvm: 2.5
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
# Build with older ruby versions
- rvm: 2.4
env: RUBOCOP_TEST="true" RSPEC_TEST="true"
- rvm: 2.3.2
env: RUBO... | # octocatalog-diff
language: ruby
install: true
script: "script/cibuild"
matrix:
include:
# Build with latest ruby
- rvm: 2.5
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="3.8.7"
- rvm: 2.5
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.8"
- rvm: 2.5
... | Split builds, one ruby + puppet per job | Split builds, one ruby + puppet per job
| YAML | mit | github/octocatalog-diff,github/octocatalog-diff,github/octocatalog-diff |
b5b004a3d67a01ad83fd3e691ec02286ae7d4e7a | .travis.yml | .travis.yml | language: node_js # Node runs `npm install` and `npm test` automatically
node_js: node # Uses the latest version (via nvm)
sudo: false # Allows Travis to run this project in container
deploy:
provider: script
script: scripts/deploy.sh
skip_cleanup: true
on:
branch: master
| language: node_js # Node runs `npm install` and `npm test` automatically
node_js: node # Uses the latest version (via nvm)
sudo: true # Allows Travis to run this project in container
deploy:
provider: script
script: scripts/deploy.sh
skip_cleanup: true
on:
branch: master
| Deploy as sudo on Travis | Deploy as sudo on Travis
| YAML | agpl-3.0 | litewrite/litewrite,litewrite/litewrite |
bb9c170a73af46f22d56c64cc4a6713c54e615a7 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
# - 1.9.3
# - 2.0.0
# - 2.1.0
# - 2.1.1
- 2.1.2
# - jruby
# - rbx-2
deploy:
provider: rubygems
api_key:
secure: beHIrfhi+kpvA67zbiMXx5n2qAUaNUz+y3RO3yB19jIiTm4Zol8DRJH9jKO6YpIwLlolTrGVQsmZHqmmXRghv3qZXeYwLdp0mvyMIYc5w10OiRwDzlS1DFogevDszRDpypP7J48oFn2llRt1mw9HyLE83GFQcTEvxUJ+E... | language: ruby
cache: bundler
rvm:
# - 1.9.3
# - 2.0.0
# - 2.1.0
# - 2.1.1
- 2.1.2
# - jruby
# - rbx-2
deploy:
provider: rubygems
api_key:
secure: beHIrfhi+kpvA67zbiMXx5n2qAUaNUz+y3RO3yB19jIiTm4Zol8DRJH9jKO6YpIwLlolTrGVQsmZHqmmXRghv3qZXeYwLdp0mvyMIYc5w10OiRwDzlS1DFogevDszRDpypP7J48oFn2llRt1mw9HyLE83GFQcTEvxUJ+E... | Use unreleased as before hook | Use unreleased as before hook
| YAML | mit | blowmage/minitest-capybara,wojtekmach/minitest-capybara |
f104e79e5c6290c94ba6be78574959ef794fbb74 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5.1"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install atari_py
- pip install hacking
# command to run tests
script:
- flake8 .
- nosetests -a '!gpu'
- ./test_examples.sh
| language: python
python:
- "2.7"
- "3.4"
- "3.5.1"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install atari_py
- pip install hacking
# command to run tests
script:
- flake8 .
- nosetests -a '!gpu' -x
- ./test_examples.sh
| Stop tests immediately after a failure | Stop tests immediately after a failure
| YAML | mit | toslunar/chainerrl,toslunar/chainerrl |
b834f8c610714fb6b04f35f6463ed0bd1bebb86e | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4.2.3"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
sudo: false
after_success:
- if [[ ${TRAVIS_NODE_VERSION} == "0.10" ]]; then npm run coverage; fi;
| language: node_js
node_js:
- "0.10"
- "4.2.3"
- "6"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
sudo: false
after_success:
- if [[ ${TRAVIS_NODE_VERSION} == "0.10" ]]; then npm run coverage; fi;
| Add support to node v6 | Add support to node v6
| YAML | bsd-3-clause | CartoDB/tilelive-bridge |
c68ad31074dcd2d3e919b476511bb525fd3e5daf | .travis.yml | .travis.yml | branches:
except:
- gh-pages
language: scala
scala:
- 2.10.7
- 2.11.12
- 2.12.4
jdk:
- oraclejdk8
- oraclejdk9
cache:
directories:
- "$HOME/.ivy2/cache"
- "$HOME/.sbt/boot/"
script:
- sbt ++$TRAVIS_SCALA_VERSION validate
- if [[ $TRAVIS_SCALA_VERSION == 2.12* ]]; then sbt ++$TRAVIS_SCALA_VERSI... | branches:
except:
- gh-pages
language: scala
scala:
- 2.10.7
- 2.11.12
- 2.12.4
jdk:
- oraclejdk8
cache:
directories:
- "$HOME/.ivy2/cache"
- "$HOME/.sbt/boot/"
script:
- sbt ++$TRAVIS_SCALA_VERSION validate
- if [[ $TRAVIS_SCALA_VERSION == 2.12* ]]; then sbt ++$TRAVIS_SCALA_VERSION validateDocs... | Remove jdk9 builds to shorten build times | Remove jdk9 builds to shorten build times [ci skip]
| YAML | mit | vlovgr/ciris |
bfeb461a19ec48d5f40b7b04e6209b9295673481 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
branches:
only:
- master
before_script:
- composer install
script:
- bin/phpcs Api DependencyInjection --standard=PSR2 --extensions=php
- phpunit
| language: php
php:
- 5.4
- 5.5
- 5.6
branches:
only:
- master
before_script:
- composer install
script:
- bin/phpcs Api DependencyInjection --standard=PSR2 --extensions=php
- phpunit
| Build PHP 5.6 on Travis. | Build PHP 5.6 on Travis.
| YAML | mit | boxuk/postcodes-io-bundle |
732bcb609b706e22bfb4e9e00958d80b49151ae8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
install: bundle install
script: bundle exec rake travis
branches:
only:
- master
| language: ruby
rvm:
- 1.8.7
- 1.9.3
install: bundle install
script: bundle exec rake travis
branches:
only:
- master
| Remove Ruby 2.0.0 from Travis config | Remove Ruby 2.0.0 from Travis config
| YAML | apache-2.0 | Jimdo/puppet-skeleton |
a57370ba428b1da39c3553c8837633c4725201fd | .travis.yml | .travis.yml | language: cpp
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- sudo apt-get -qq install libconfig++-dev libgtest-dev
- "cd /u... | language: cpp
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- sudo apt-get -qq install libconfig++-dev libgtest-dev libjsoncp... | Add JsonCpp library to Travis configuration | Add JsonCpp library to Travis configuration
| YAML | apache-2.0 | kmichalak/jippi |
12e7c93568f9a728b22f72dc188fd88ef402b48e | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/co... | sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lcov.info ... | Update Travis config to latest. Update Travis config to latest. | Update Travis config to latest. Update Travis config to latest.
| YAML | mit | cliffano/roombox |
56a2d9def1799426773b91ccf5529bcfa907d672 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.6"
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 2.7
env: TOXENV=py27
before_install:
- sudo apt-get update
- sudo apt-get install meld
install:
- pip install tox
script:
- tox -c tox.ini
| language: python
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 2.7
env: TOXENV=py27
before_install:
- sudo apt-get update
- sudo apt-get install meld
install:
- pip install tox
script:
- tox -c tox.ini
| Remove 'python' key so only run tests for appropriate python version using TOXENV. | Remove 'python' key so only run tests for appropriate python version using TOXENV.
| YAML | apache-2.0 | approvals/ApprovalTests.Python,approvals/ApprovalTests.Python,approvals/ApprovalTests.Python,tdpreece/ApprovalTests.Python |
428e064bdf16910b2e00775036e141eaa40313f6 | .travis.yml | .travis.yml | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
- '7'
- '6'
- '4'
before_install:
- npm i -g yarn
script:
- yarn lint
- yarn test:coverage -- --silent
after_success:
- yarn semantic-release
after_script:
- bash <(curl -s https://codec... | sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
- '7'
- '6'
- '4'
before_install:
- npm i -g yarn
install:
- yarn install --ignore-engine
script:
- yarn lint
- yarn test:coverage -- --silent
after_success:
- yarn semantic-release
afte... | Fix yarn blocking new semantic-release based on engine req | Fix yarn blocking new semantic-release based on engine req | YAML | mit | Velenir/combine-reducers-global-state |
62693b66c1ca60d8aa6a5ad52d662d43196966ff | .travis.yml | .travis.yml | language: minimal
matrix:
include:
- env: GHCVER=8.6
- env: GHCVER=8.8
- env: GHCVER=8.10
- env: GHCVER=head
- os: osx
script:
- export HLINT_ARGUMENTS=src
# - export UNIPLATE_VERBOSE=-1
# apply-refact doesn't compile with GHC head
# if you are using ghc-exactprint-0.6.3 you get a compile error
- "[ \"$GHC... | language: minimal
matrix:
include:
- env: GHCVER=8.6
- env: GHCVER=8.8
- env: GHCVER=8.10
- env: GHCVER=head
- os: osx
script:
- export HLINT_ARGUMENTS=src
# - export UNIPLATE_VERBOSE=-1
# apply-refact doesn't compile with GHC head or 8.10
# if you are using ghc-exactprint-0.6.3 you get a compile error
- "... | Disable exact-print on GHC 8.10 | Disable exact-print on GHC 8.10
| YAML | bsd-3-clause | ndmitchell/hlint,ndmitchell/hlint |
21b52d35a83022da4fd295daf8c05e89ff702a32 | .travis.yml | .travis.yml | # Cf. http://docs.travis-ci.com/user/getting-started/
# Cf. http://docs.travis-ci.com/user/languages/go/
language: go
| # Cf. http://docs.travis-ci.com/user/getting-started/
# Cf. http://docs.travis-ci.com/user/languages/go/
language: go
go:
- 1.4.3
- 1.5.3
- 1.6
| Test on a variety of Go versions. | Test on a variety of Go versions.
| YAML | apache-2.0 | jacobsa/ogletest |
8c20c358c9d76dd8108abcf1766fb58aac67dd68 | .travis.yml | .travis.yml | language: node_js
node_js:
- '8'
- '10'
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: 'sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpe... | language: node_js
node_js:
- '8'
- '10'
- '12'
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: 'sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-d... | Test on node 12 in CI. | Test on node 12 in CI.
| YAML | bsd-3-clause | papandreou/express-processimage |
54de9717118ddcc7958bf1f2274e310d92acaee4 | .travis.yml | .travis.yml | ---
script: "./script/tests"
gemfile: "this/does/not/exist"
rvm:
- "2.0.0"
| ---
script: "./script/tests"
gemfile: "this/does/not/exist"
rvm:
- "1.8.7"
- "2.0.0"
| Make tests run on both ruby 1.8.7 and 2.0.0 | Make tests run on both ruby 1.8.7 and 2.0.0
| YAML | mit | halyard/boxen,pattichan/boxen,pattichan/boxen,pattichan/boxen,1gitGrey/boxen-1,1gitGrey/boxen-1,1gitGrey/boxen-1,grosser/boxen,n0ts/boxen,boxen/boxen,boxen/boxen,halyard/boxen,dieterdemeyer/boxen,wolfd/boxen,grosser/boxen,grosser/boxen,boxen/boxen,wolfd/boxen,dieterdemeyer/boxen,n0ts/boxen,halyard/boxen,n0ts/boxen,wolf... |
7d60541493625ed142343f5e77bafd9ae4d2cf60 | .travis.yml | .travis.yml | language: php
# php compatibility
php: [5.6, 7.0, hhvm]
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer update --no-interaction --... | language: php
# php compatibility
php: [5.6, 7.0, hhvm]
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer update --no-interaction --... | Remove coveralls execution, not connected yet | Remove coveralls execution, not connected yet
| YAML | mit | eclipxe13/generic-collections |
3624247cd3ae3ee976c8d7614a14bb8a3e982a75 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- '0.10'
after_script:
- npm run coveralls
| language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- 'stable'
after_script:
- npm run coveralls
| Add Node.js version 0.12 and stable to list of Travis runtimes to check. | Add Node.js version 0.12 and stable to list of Travis runtimes to check.
| YAML | mit | Thorsten71/resol-vbus,danielwippermann/resol-vbus |
67e28910d6290c7589ca3176ed89268946676a46 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
before_script:
- bundle exec rake db:migrate
script: rake spec && rake jasmine:headless
| language: ruby
rvm:
- "1.9.2"
- "1.9.3"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- bundle exec rake db:migrate
script: rake spec && rake jasmine:headless
| Add before install for jasmine. | Add before install for jasmine.
| YAML | mit | mmb/meme_captain_web,mmb/meme_captain_web,patrickmcguire/meme,mmb/meme_captain_web,patrickmcguire/meme,mmb/meme_captain_web |
f853a715d06b1de74a7d8ba3c547ddfa580d5ffb | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
install:
- pip install coverage coveralls flake8 nose pep8-naming wheel
- pip wheel .
- pip install --find-links=$PWD/wheelhouse honcho[export]
script:
- nosetests --with-coverage --cover-branches --cover-package honcho honcho... | sudo: false
language: python
matrix:
include:
- python: "2.6"
env: TOXENV=py26
- python: "2.7"
env: TOXENV=py27
- python: "3.0"
env: TOXENV=py30
- python: "3.1"
env: TOXENV=py31
- python: "3.2"
env: TOXENV=py32
- python: "3.3"
env: TOXENV=py33
- python: ... | Integrate tox with Travis properly | Integrate tox with Travis properly
| YAML | mit | nickstenning/honcho,nickstenning/honcho |
c5463f63cad5382d988f47bbbceef17f6e764b16 | .travis.yml | .travis.yml | language: java
script: mvn clean package -P strict
after_success:
- mvn jacoco:report coveralls:report
- bash ./deploy.sh
jdk:
- oraclejdk7
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.m2
env:
global:
- GH_REF: github.com/vbauer/houdini.git
- secure: "ay/H2CtvrjKol8rRT6eMj7dgkjOa1t8WDM... | language: java
script: mvn clean package -P strict
after_success:
- mvn jacoco:report coveralls:report
- bash ./deploy.sh
jdk:
- openjdk7
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.m2
env:
global:
- GH_REF: github.com/vbauer/houdini.git
- secure: "ay/H2CtvrjKol8rRT6eMj7dgkjOa1t8WDMY8... | Update Travis config: use openjdk7 instead of oraclejdk7 | Update Travis config: use openjdk7 instead of oraclejdk7
| YAML | apache-2.0 | vbauer/houdini,vbauer/houdini |
f9ef79d338af92ece43faa4380d9b6713f00159c | .travis.yml | .travis.yml | sudo: false
language: node_js
install:
- npm install
before_script:
node_js:
- "6"
- "node"
notifications:
email: false
| sudo: false
language: node_js
install:
- npm install
before_script:
node_js:
- "6"
- "7"
- "node"
notifications:
email: false
| Enable node v7 for TravisCI | Enable node v7 for TravisCI
Node v7 is not LTS version, so we would not like to support it
positively and we efforts to move to v8 from v7.
However, our internal repositories still use v7.
We enable v7 in TravisCI for them.
| YAML | mit | voyagegroup/tslint-config-fluct |
2226252469a995361cdaca70c1044ac97cc3b4a4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- npm install --global bower gulp
- npm install
- bower install
script: gulp
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
on:... | language: node_js
node_js:
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- npm install --global bower gulp
- npm install
- bower install
script: gulp
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
loc... | Deploy build directory, not source! | Deploy build directory, not source!
| YAML | mit | clhynfield/resume,clhynfield/clayton-hynfield-resume,clhynfield/resume |
2f54669d29d9d2f75794a8f058a141792db398b6 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.3.0
- 1.4.0
- 1.5.1
otp_release:
- 20.0
- 19.0
- 18.3
matrix:
exclude:
- otp_release: 20.0
elixir: 1.3.0
- otp_release: 20.0
elixir: 1.4.0
branches:
only:
- "master"
- "develop"
- "phoenix-pre"
script:
- MIX_ENV=test mix compile --warnings-a... | language: elixir
elixir:
- 1.3.4
- 1.4.5
- 1.5.1
otp_release:
- 20.0
- 19.0
- 18.3
matrix:
exclude:
- otp_release: 20.0
elixir: 1.3.4
branches:
only:
- "master"
- "develop"
- "phoenix-pre"
script:
- MIX_ENV=test mix compile --warnings-as-errors && MIX_ENV=test mix test
- MIX_EN... | Update Elixir versions on Travis, run on 20.0/1.4.5 | Update Elixir versions on Travis, run on 20.0/1.4.5
| YAML | mit | appsignal/appsignal-elixir,appsignal/appsignal-elixir,appsignal/appsignal-elixir,appsignal/appsignal-elixir |
3833da77c6d70f61877298fb057768192072e512 | .travis.yml | .travis.yml | language: objective-c
node_js:
- 0.10
before_install:
- npm install -g gulp
- curl -L https://raw.githubusercontent.com/cognitom/dotfiles/master/lib/sketchtool.sh | sudo sh | os:
- osx
language: node_js
node_js:
- 0.10
before_install:
- npm install -g gulp
- curl -L https://raw.githubusercontent.com/cognitom/dotfiles/master/lib/sketchtool.sh | sudo sh | Use `os: osx` instead of `language: objective-c` | Use `os: osx` instead of `language: objective-c`
| YAML | mit | cognitom/gulp-sketch |
f82e427305dd0499913df22c08844c6df0fde0bf | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
allow_failures:
- php: hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction -... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
cache:
bundler: true
directories:
- vendor/guzzlehttp
- vendor/psr
matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
allow_failures:
- php: hhvm
before_script:
- travis_retry composer self-... | Add version 0.2 - add cache to vendor directories | Add version 0.2
- add cache to vendor directories
| YAML | mit | insidieux/SlackApi |
fcbd71fc5a246a8e5ef250a5d01f8a927bd2ec4c | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
sudo: false
language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
script: tox -e $TOX_ENV
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
... | # Config file for automatic testing at travis-ci.org
sudo: false
language: python
python: 3.4
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
script: tox -e $TOX_ENV
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
... | Use 3.4 as base env for tox on Travis. | Use 3.4 as base env for tox on Travis.
| YAML | bsd-3-clause | audreyr/jinja2_pluralize |
2831d0eba9cd5f7435aa62d6b1b4d28c2bc6c413 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "iojs"
install:
- travis_retry npm install -g grunt-cli@0.1.9
- travis_retry npm install
notifications:
email: false
cache:
directories:
- node_modules
branches:
only:
- master
env:
- TEST_CMD: test:unit
- TEST_CMD: shell:cheapseats:--range:0..1
# Add back... | language: node_js
node_js:
- "0.10"
install:
- travis_retry npm install -g grunt-cli@0.1.9
- travis_retry npm install
notifications:
email: false
cache:
directories:
- node_modules
branches:
only:
- master
env:
- TEST_CMD: test:unit
- TEST_CMD: shell:cheapseats:--range:0..1
# Add back in when we... | Revert "Try running builds in io.js too" | Revert "Try running builds in io.js too"
| YAML | mit | alphagov/spotlight,keithiopia/spotlight,tijmenb/spotlight,alphagov/spotlight,keithiopia/spotlight,tijmenb/spotlight,keithiopia/spotlight,alphagov/spotlight,tijmenb/spotlight |
e4aceb4d93d058eab964aebe11709688c14e6912 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.8
- 2.2.4
- 2.3.4
- 2.4.1
sudo: false
env:
- COVERAGE=true
branches:
only:
- master
notifications:
email: false
| language: ruby
rvm:
- 2.1.8
- 2.2.8
- 2.3.5
- 2.4.2
sudo: false
env:
- COVERAGE=true
branches:
only:
- master
notifications:
email: false
| Update build matrix to use the latest patch for each Ruby version | Update build matrix to use the latest patch for each Ruby version
| YAML | mit | danascheider/json_test_data |
d9aec6e96f9627aa420688757706b4874b83e959 | .travis.yml | .travis.yml | language: node_js
addons:
chrome: stable # have Travis install chrome stable.
notifications:
email: false
cache:
yarn: true
directories:
- node_modules
node_js:
- '7'
install:
- yarn
before_script:
- yarn prune
script:
- yarn test
after_success:
- yarn semantic-release
branches:
except:
- /^... | language: node_js
addons:
chrome: stable # have Travis install chrome stable.
notifications:
email: false
cache:
yarn: true
directories:
- node_modules
node_js:
- '7'
install:
- yarn
before_script:
- npm prune
script:
- yarn test
after_success:
- yarn semantic-release
branches:
except:
- /^v... | Fix the npm prune instead calling yarn prune | ci($compile): Fix the npm prune instead calling yarn prune
Fix the npm prune instead calling yarn prune
| YAML | mit | yallajs/yalla,yallajs/yalla |
562431b78721f44194b8e21c0daaed2b41217e5d | .travis.yml | .travis.yml | language: go
| language: go
notifications:
slack:
secure: VJ2Dcr54N9VHUrUGaw8nRnaPko/o2U0cBK+zbMsDtKKiJ0/hMgD1kvnXcMcVWTXVdOAFzeDqKC9xGeuyD8ScZ9RLGlSWQGuF12igDpA4OBbhzhcsvFCfdf6oEhc1/Dd9FRU+KiXbF/UDm9l0rRSjNYRPRttM21KA0MNaoMdo4ONeGOwf1UKhJXLLX1qfeYecQCAwGftlCyLTHkQSWt/VIu6ZFCS4CMKN70b6w9JXcKUZeFU3iUG+KwHOtvwwxb8fEkF4XdN5Q+kcNGL... | Add Travis CI Slack token for Slack notifications | Add Travis CI Slack token for Slack notifications
| YAML | mit | slate-io/slate |
04831c08954f8ca613de9693ba8c9060df85bb46 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
- "gem install sass"
script:
- "make test-coverage"
- "make dev"
- "make prod"
before_script:
- mysql -u root -e "CREATE DATABASE IF NOT EXISTS modern_paste; CREATE DATABASE IF NOT EXISTS modern_paste_dev; CREATE D... | language: python
python:
- "2.7"
install:
- "pip install -r requirements.txt"
- "gem install sass"
script:
- "make check-style"
- "make test-coverage"
- "make dev"
- "make prod"
before_script:
- mysql -u root -e "CREATE DATABASE IF NOT EXISTS modern_paste; CREATE DATABASE IF NOT EXISTS m... | Add style checks to Travis build | Add style checks to Travis build
| YAML | mit | LINKIWI/modern-paste,LINKIWI/modern-paste,LINKIWI/modern-paste |
2fedab7119ed8d6e933cbf12ffc3265e819b1330 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- "pip install ."
script: nosetests
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- "pip install ."
script: nosetests
| Remove Python 3.2 from build matrix | Remove Python 3.2 from build matrix
Flask supports only Python 3.3+
| YAML | apache-2.0 | Infinario/flask-redis-sentinel,exponea/redis-sentinel-url,exponea/flask-redis-sentinel |
b12e1f55ce86c763948a8fc3a6eeb7deb24fe816 | .travis.yml | .travis.yml | language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| language: node_js
node_js:
- '12'
- '14'
- '16'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| Build with Node.js 16 on Travis CI. | Build with Node.js 16 on Travis CI.
| YAML | mit | bigeasy/dilute,bigeasy/dilute |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.