commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
76d246ae25b0e765ae06981e3ffa12d6fb392400
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: go: [ '1.15', '1.14' ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: ${{ matrix.os }} Go ${{ matrix.go }} Tests steps: - uses: actions/checkout@v2 - name: Setup go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - run: go test
name: CI on: [push] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: go: [ '1.18', '1.17', '1.16', '1.15' ] os: [ ubuntu-latest, macOS-latest, windows-latest ] name: ${{ matrix.os }} Go ${{ matrix.go }} Tests steps: - uses: actions/checkout@v2 - name: Setup go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - run: go test
Add a few new go versions
Add a few new go versions
YAML
mit
joho/godotenv,joho/godotenv
bf5a3c13c5f2d3e3ce6710f072ec9f2847ed674b
azure-pipelines.yml
azure-pipelines.yml
resources: repositories: - repository: asottile type: github endpoint: asottile-github name: asottile/azure-pipeline-templates ref: refs/tags/v0.0.3 jobs: - template: job--python-tox.yml@asottile parameters: {tox: py27, os: windows} - template: job--python-tox.yml@asottile parameters: {tox: py37, os: windows} - template: job--python-tox.yml@asottile parameters: {tox: pypy, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: pypy3, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: py27, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: py36, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: py37, os: linux}
trigger: branches: include: [master, test-me-*] resources: repositories: - repository: asottile type: github endpoint: asottile-github name: asottile/azure-pipeline-templates ref: refs/tags/v0.0.4 jobs: - template: job--python-tox.yml@asottile parameters: toxenvs: [py27, py37] os: windows - template: job--python-tox.yml@asottile parameters: toxenvs: [pypy, pypy3, py27, py36, py37] os: linux
Convert to parameterized list of toxenvs
Convert to parameterized list of toxenvs Committed via https://github.com/asottile/all-repos
YAML
mit
asottile/aspy.yaml
90455abea2c95ff711bab97dd9bbdbf3bee5650a
packages/he/heartbeat-streams.yaml
packages/he/heartbeat-streams.yaml
homepage: https://github.com/bitnomial/heartbeat-streams changelog-type: '' hash: e1ef05b614869dc31ddefca9df43b4b2fe571a2fd1f2b27da5c35ddb643b6a83 test-bench-deps: {} maintainer: matt@bitnomial.com, opensource@bitnomial.com synopsis: Heartbeats for io-streams changelog: '' basic-deps: base: ! '>=4.8 && <4.11' time: ! '>=1.4 && <1.9' async: ! '>=2.0 && <2.2' io-streams: ! '>=1.1 && <1.6' all-versions: - '0.1.0.0' author: Matthew Wraith latest: '0.1.0.0' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/bitnomial/heartbeat-streams changelog-type: '' hash: 8b8e82e428678b3b2997ea09f10c336af1deba17778b77d60f829b837fcd62f8 test-bench-deps: {} maintainer: matt@bitnomial.com, opensource@bitnomial.com synopsis: Heartbeats for io-streams changelog: '' basic-deps: base: ! '>=4.8 && <4.12' time: ! '>=1.4 && <1.9' async: ! '>=2.0 && <2.3' io-streams: ! '>=1.1 && <1.6' all-versions: - '0.1.0.0' - '0.1.0.1' author: Matthew Wraith latest: '0.1.0.1' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2018-07-26T20:48:59Z
Update from Hackage at 2018-07-26T20:48:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
3d6b88666ad1ee61bdf4fa5ea66f1bd8f2f4a25c
packages/sy/symantic-document.yaml
packages/sy/symantic-document.yaml
homepage: '' changelog-type: '' hash: 630aa4368bf53b845fe1c6a7f516174f8d4c0ebb73f2041d285af2659358693c test-bench-deps: symantic-document: -any base: ! '>=4.6 && <5' text: ! '>=1.2' containers: ! '>=0.5' tasty-hunit: ! '>=0.9' transformers: ! '>=0.5' tasty: ! '>=0.11' maintainer: Julien Moutinho <julm+symantic@autogeree.net> synopsis: Document symantics. changelog: '' basic-deps: base: ! '>=4.6 && <5' text: ! '>=1.2' ansi-terminal: ! '>=0.7' transformers: ! '>=0.5' all-versions: - 0.0.0.20170623 - 0.0.0.20180213 - 0.1.2.20180831 - 1.0.0.20190614 author: Julien Moutinho <julm+symantic@autogeree.net> latest: 1.0.0.20190614 description-type: haddock description: Symantics for generating documents. license-name: GPL-3.0-only
homepage: '' changelog-type: '' hash: eb92755a9da72b3636853f8d975afafe1029632ebed1c27c535de698975f9b8f test-bench-deps: symantic-document: -any base: ! '>=4.6 && <5' text: ! '>=1.2' containers: ! '>=0.5' tasty-hunit: ! '>=0.9' transformers: ! '>=0.5' tasty: ! '>=0.11' maintainer: Julien Moutinho <julm+symantic@autogeree.net> synopsis: Document symantics. changelog: '' basic-deps: base: ! '>=4.6 && <5' text: ! '>=1.2' ansi-terminal: ! '>=0.7' transformers: ! '>=0.5' all-versions: - 0.0.0.20170623 - 0.0.0.20180213 - 0.1.2.20180831 - 1.0.0.20190614 - 1.2.2.20190627 author: Julien Moutinho <julm+symantic@autogeree.net> latest: 1.2.2.20190627 description-type: haddock description: Symantics for generating documents. license-name: GPL-3.0-only
Update from Hackage at 2019-06-27T14:44:31Z
Update from Hackage at 2019-06-27T14:44:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
d1ad773ac0b1da071a73261e0f0e5d45c26c8bfb
packages/wi/Win32-notify.yaml
packages/wi/Win32-notify.yaml
homepage: '' changelog-type: '' hash: 1751ba154c24369ea0b6fa8c26e3c326bdefba0dd1ec9a1b89494ff342d1b2fa test-bench-deps: {} maintainer: Mark Dittmer <mark.s.dittmer@gmail.com> synopsis: A binding to part of the Win32 library for file notification changelog: '' basic-deps: Win32-notify: ! '>=0.1' base: ! '>=4.3.1.0 && <5' Win32: -any containers: ! '>=0.4.0.0' directory: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.3.0.1' author: Niklas Broberg latest: '0.3.0.1' description-type: haddock description: A binding to part of the Win32 library for file notification license-name: BSD3
homepage: '' changelog-type: '' hash: 35de0b0236387db13db5881a89245d50b2f3b56d12fecd685706381d15267643 test-bench-deps: {} maintainer: Pepe Iborra <pepeiborra@gmail.com> synopsis: A binding to part of the Win32 library for file notification changelog: '' basic-deps: Win32-notify: ! '>=0.1' base: ! '>=4.3.1.0 && <5' Win32: -any containers: ! '>=0.4.0.0' directory: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.3.0.1' - '0.3.0.2' - '0.3.0.3' author: Niklas Broberg latest: '0.3.0.3' description-type: markdown description: ! '[![Hackage](https://img.shields.io/hackage/v/Win32-notify.svg)](https://hackage.haskell.org/package/Win32-notify) [![Stackage Nightly](http://stackage.org/package/Win32-notify/badge/nightly)](http://stackage.org/nightly/package/Win32-notify) [![Build status](https://ci.appveyor.com/api/projects/status/y8h8aopiocft1a2u/branch/master?svg=true)](https://ci.appveyor.com/project/pepeiborra/Win32-notify) Win32-notify ============ File notification interface for Haskell in Windows ' license-name: BSD3
Update from Hackage at 2017-09-12T07:20:17Z
Update from Hackage at 2017-09-12T07:20:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
033c14aeb79fd0eb9a2b58140d8b2ca654853908
packages/wl/wl-pprint-console.yaml
packages/wl/wl-pprint-console.yaml
homepage: https://github.com/minad/wl-pprint-console#readme changelog-type: '' hash: 4d0e5579e4c1cbcad2f32e02087b18f7182671c89befe2b757a18f74daf4968f test-bench-deps: {} maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Wadler/Leijen style pretty printer supporting colorful console output. changelog: '' basic-deps: base: ! '>=4.8 && <5' text: ! '>=0.11 && <1.3' wl-pprint-annotated: ! '>=0.0.1.2 && <0.1' mtl: ! '>=2.2 && <2.4' console-style: ! '>=0.0.1.1 && <0.1' all-versions: - '0.0.1.0' - '0.0.1.1' author: Daniel Mendler <mail@daniel-mendler.de> latest: '0.0.1.1' description-type: haddock description: Wadler/Leijen style pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output. license-name: MIT
homepage: https://github.com/minad/wl-pprint-console#readme changelog-type: '' hash: f2edf061f868489c7da488d5b03005a77b84f28a718f15eb0dcbb5a420724caf test-bench-deps: {} maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Wadler/Leijen pretty printer supporting colorful console output. changelog: '' basic-deps: base: ! '>=4.8 && <5' text: ! '>=0.11 && <1.3' wl-pprint-annotated: ! '>=0.0.1.2 && <0.1' mtl: ! '>=2.2 && <2.4' console-style: ! '>=0.0.2.0 && <0.1' all-versions: - '0.0.1.0' - '0.0.1.1' - '0.0.1.2' author: Daniel Mendler <mail@daniel-mendler.de> latest: '0.0.1.2' description-type: haddock description: Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output. license-name: MIT
Update from Hackage at 2016-11-30T15:45:27Z
Update from Hackage at 2016-11-30T15:45:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
3209b1c4dcac5ce58ef5c83dd9f2243c81a2c91a
packages/mo/monadic-recursion-schemes.yaml
packages/mo/monadic-recursion-schemes.yaml
homepage: https://github.com/cutsea110/monadic-recursion-schemes.git changelog-type: markdown hash: 9d9946d26fa793417d8c0212438b0cc6b2dc1847ea7932f2b09966e7d8db9050 test-bench-deps: base: ^>=4.12.0.0 maintainer: cutsea110@gmail.com synopsis: Recursion Schemes for Monadic version. changelog: | # Revision history for monadic-recursion-schemes ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. basic-deps: free: '>=5.1.3' base: ^>=4.12.0.0 comonad: '>=5.0' containers: '>=0.6' mtl: '>=2.2.2' transformers: '>=0.5.6' recursion-schemes: '>=5.1.3' all-versions: - 0.1.0.0 - 0.1.1.0 author: cutsea110 latest: 0.1.1.0 description-type: haddock description: Yet another recursion schemes for monadic style, depends on recursion-schemes. license-name: BSD-3-Clause
homepage: https://github.com/cutsea110/monadic-recursion-schemes.git changelog-type: markdown hash: 7e0922338a57d5c2a369fe8fc9b14de64122d739449792b75bcd8fff3314c3fd test-bench-deps: base: ^>=4.12.0.0 maintainer: cutsea110@gmail.com synopsis: Recursion Schemes for Monadic version. changelog: | # Revision history for monadic-recursion-schemes ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. basic-deps: free: '>=5.1.3' base: ^>=4.12.0.0 comonad: '>=5.0' containers: '>=0.6' mtl: '>=2.2.2' transformers: '>=0.5.6' recursion-schemes: '>=5.1.3' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 author: cutsea110 latest: 0.1.2.0 description-type: haddock description: Yet another recursion schemes for monadic style, depends on recursion-schemes. license-name: BSD-3-Clause
Update from Hackage at 2020-05-12T02:50:08Z
Update from Hackage at 2020-05-12T02:50:08Z
YAML
mit
commercialhaskell/all-cabal-metadata
dc3e1f5ba0fc86462f5e06ef7f019ced8bdaf4c2
models/orderstatus/fields.yaml
models/orderstatus/fields.yaml
# =================================== # Form Field Definitions # =================================== fields: is_active: label: Active type: switch name: label: Name span: auto color: label: Color type: colorpicker span: auto parent: label: Parent type: relation emptyOption: -- None -- span: auto secondaryTabs: fields: send_email: label: Send an email to customer when his/her order has changed. type: switch span: auto tab: Customer attach_pdf: label: Attach invoice PDF to email. type: switch span: auto tab: Customer mail_template: label: Mail template tab: Customer type: relation select: code trigger: action: enable field: send_email condition: checked # options: listAllTemplates description: label: Description tab: Customer type: textarea send_email_to_admin: label: Send an email to admin when customer's order has changed. type: switch span: auto tab: Admin admin_mail_template: label: Mail template tab: Admin type: relation select: code trigger: action: enable field: send_email_to_admin condition: checked
# =================================== # Form Field Definitions # =================================== fields: is_active: label: Active type: switch name: label: Name span: auto color: label: Color type: colorpicker span: auto parent: label: Parent type: relation emptyOption: -- None -- span: auto secondaryTabs: fields: send_email: label: Send an email to customer when his/her order has changed. type: switch span: auto tab: Customer attach_pdf: label: Attach invoice PDF to email. type: switch span: auto tab: Customer mail_template: label: Mail template tab: Customer type: relation select: code emptyOption: -- None -- trigger: action: enable field: send_email condition: checked # options: listAllTemplates description: label: Description tab: Customer type: textarea send_email_to_admin: label: Send an email to admin when customer's order has changed. type: switch span: auto tab: Admin admin_mail_template: label: Mail template tab: Admin type: relation select: code emptyOption: -- None -- trigger: action: enable field: send_email_to_admin condition: checked
Add emptyOption on email template order status log
Add emptyOption on email template order status log
YAML
mit
octommerce/octommerce,octommerce/octommerce,octommerce/octommerce
cd988fb00284182b7e85bc9a7b5f4d1da4fa38d8
packages/ev/eventful-core.yaml
packages/ev/eventful-core.yaml
homepage: '' changelog-type: markdown hash: aeeb0dba7e6e30b71cd83cbfe1e7b1ed9b849a80727bf0745ab0ad91b9e23573 test-bench-deps: hlint: -any base: ! '>=4.9 && <5' hspec: -any text: -any uuid: -any http-api-data: -any HUnit: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any maintainer: David Reaver synopsis: Core module for eventful changelog: '' basic-deps: base: ! '>=4.9 && <5' text: -any uuid: -any http-api-data: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any all-versions: - '0.1.0' author: '' latest: '0.1.0' description-type: markdown description: ! '# Eventful core ' license-name: MIT
homepage: https://github.com/jdreaver/eventful#readme changelog-type: markdown hash: 39e2bd038b6f2e61a3d60e5d5655eab3135ccc7342176fe3fb7a4dcf9eb107be test-bench-deps: hlint: -any base: ! '>=4.9 && <5' hspec: -any text: -any uuid: -any http-api-data: -any HUnit: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any maintainer: David Reaver synopsis: Core module for eventful changelog: '' basic-deps: base: ! '>=4.9 && <5' text: -any uuid: -any http-api-data: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any all-versions: - '0.1.0' - '0.1.1' author: '' latest: '0.1.1' description-type: markdown description: ! '# Eventful core ' license-name: MIT
Update from Hackage at 2017-05-14T19:13:35Z
Update from Hackage at 2017-05-14T19:13:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
be8afdbe1b37f8f2a7b15bd1c78c15a6e1e42ec1
metadata/io.github.muntashirakon.setedit.yml
metadata/io.github.muntashirakon.setedit.yml
Categories: - System License: GPL-3.0-only AuthorName: Muntashir Al-Islam AuthorEmail: muntashirakon@riseup.net SourceCode: https://github.com/MuntashirAkon/SetEdit IssueTracker: https://github.com/MuntashirAkon/SetEdit/issues Changelog: https://github.com/MuntashirAkon/SetEdit/releases AutoName: Settings Database Editor RepoType: git Repo: https://github.com/MuntashirAkon/SetEdit Builds: - versionName: '1.2' versionCode: 4 commit: v1.2 subdir: app gradle: - yes ndk: r21d AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.2' CurrentVersionCode: 4
Categories: - System License: GPL-3.0-only AuthorName: Muntashir Al-Islam AuthorEmail: muntashirakon@riseup.net SourceCode: https://github.com/MuntashirAkon/SetEdit IssueTracker: https://github.com/MuntashirAkon/SetEdit/issues Changelog: https://github.com/MuntashirAkon/SetEdit/releases AutoName: Settings Database Editor RepoType: git Repo: https://github.com/MuntashirAkon/SetEdit Builds: - versionName: '1.2' versionCode: 4 commit: v1.2 subdir: app gradle: - yes ndk: r21d - versionName: '2.0' versionCode: 5 commit: v2.0 subdir: app gradle: - yes ndk: r21d AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '2.0' CurrentVersionCode: 5
Update Settings Database Editor to 2.0 (5)
Update Settings Database Editor to 2.0 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
3519093d23a7be7f6616883f94297d50e54be2b0
packages/ge/general-games.yaml
packages/ge/general-games.yaml
homepage: https://github.com/cgorski/general-games changelog-type: '' hash: f05016fa9a25581bbadc43713773b745f39c055c96883ae05be057c5527a381d test-bench-deps: base: -any HUnit: -any containers: -any general-games: -any maintainer: cgorski@cgorski.org synopsis: Library supporting simulation of a number of games changelog: '' basic-deps: MonadRandom: -any base: ! '>=4.7 && <5' permutation: -any containers: -any all-versions: - '0.1.0.0' author: Christopher A. Gorski latest: '0.1.0.0' description-type: markdown description: ! '# General-games * [Description](#description) * [Contribute](#contribute) * [License](#license) ## Description Library providing framework for simulating outcomes of a variety of games, including Poker. ## Contribute For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/cgorski/general-games/issues). ## License `general-games` is released under the [MIT License](https://opensource.org/licenses/MIT).' license-name: MIT
homepage: https://github.com/cgorski/general-games changelog-type: '' hash: e7ec30c71c150646969b52420bfd621a606a13d03ccf445b51cccfaa54d6cd29 test-bench-deps: base: -any HUnit: -any containers: -any general-games: -any maintainer: cgorski@cgorski.org synopsis: Library supporting simulation of a number of games changelog: '' basic-deps: MonadRandom: -any base: ! '>=4.7 && <5' permutation: -any containers: -any all-versions: - '0.1.0.0' author: Christopher A. Gorski latest: '0.1.0.0' description-type: markdown description: ! '# General-games * [Description](#description) * [Contribute](#contribute) * [License](#license) ## Description Library providing framework for simulating outcomes of a variety of games, including Poker. ## Contribute For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/cgorski/general-games/issues). ## License `general-games` is released under the [MIT License](https://opensource.org/licenses/MIT).' license-name: MIT
Update from Hackage at 2017-02-23T21:35:30Z
Update from Hackage at 2017-02-23T21:35:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
51fb4b3d80f35942ee5517b6231e93463ee220c4
_data/projects/acquia-desktop.yml
_data/projects/acquia-desktop.yml
name: Acquia Dev Desktop year_created: 2015 source: https://dev.acquia.com/downloads homepage: https://www.acquia.com/products-services/dev-desktop docs: https://docs.acquia.com/dev-desktop logo: https://www.acquia.com/sites/default/files/product/header/aquiadrupal_icon_80.png description: "Acquia Dev Desktop is a free app that allows you to run and develop Drupal sites locally on your computer and optionally host them using Acquia Cloud. Use Acquia Dev Desktop to evaluate Drupal, add and test other Drupal modules, and develop sites while on a plane or away from an internet connection." requires: - windows OS - mac OS drupal_versions: - 7 - 8 category: - deployment - development - testing tags: - acquia
name: Acquia Dev Desktop year_created: 2015 source: https://dev.acquia.com/downloads homepage: https://www.acquia.com/products-services/dev-desktop docs: https://docs.acquia.com/dev-desktop logo: https://www.acquia.com/sites/default/files/product/header/aquiadrupal_icon_80.png description: "Acquia Dev Desktop is a free app that allows you to run and develop Drupal sites locally on your computer and optionally host them using Acquia Cloud. Use Acquia Dev Desktop to evaluate Drupal, add and test other Drupal modules, and develop sites while on a plane or away from an internet connection." requires: - windows-OS - mac-OS drupal_versions: - 7 - 8 category: - deployment - development - testing tags: - acquia
Add dash for 2 word values
Add dash for 2 word values
YAML
mit
drupaltools/drupaltools.github.io,drupaltools/drupaltools.github.io,drupaltools/drupaltools.github.io
8f2ee5620cf2eee31129ab5ce814ae1d08d20da1
packages/le/lens-tutorial.yaml
packages/le/lens-tutorial.yaml
homepage: '' changelog-type: '' hash: b8002b1017065dd668a806f142f3fd996501c8b1d0a7ac9dbce4a1a26c7ac741 test-bench-deps: base: -any doctest: ! '>=0.9.12 && <0.11' maintainer: Gabriel439@gmail.com synopsis: Tutorial for the lens library changelog: '' basic-deps: base: <5 lens: -any all-versions: - '1.0.0' - '1.0.1' author: Gabriel Gonzalez latest: '1.0.1' description-type: haddock description: ! 'This is a basic tutorial that you can use to get started with the @lens@ library. This tutorial covers: * The motivation behind the @lens@ library * How to use the library for the most common use cases * How to interpret type errors * Basic familiarity with how lenses work under the hood' license-name: BSD3
homepage: '' changelog-type: '' hash: 6f9bd8af13908577e3a776dd6ec98e9e707e57c670ffc2ed4df5d97f627659b8 test-bench-deps: base: <5 doctest: ! '>=0.9.12 && <0.11' maintainer: Gabriel439@gmail.com synopsis: Tutorial for the lens library changelog: '' basic-deps: base: <5 lens: -any all-versions: - '1.0.0' - '1.0.1' - '1.0.2' author: Gabriel Gonzalez latest: '1.0.2' description-type: haddock description: ! 'This is a basic tutorial that you can use to get started with the @lens@ library. This tutorial covers: * The motivation behind the @lens@ library * How to use the library for the most common use cases * How to interpret type errors * Basic familiarity with how lenses work under the hood' license-name: BSD3
Update from Hackage at 2016-12-08T18:09:53Z
Update from Hackage at 2016-12-08T18:09:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
d3b4443258c01a9ce988145cc0a39b5116f6e223
packages/at/atl.yaml
packages/at/atl.yaml
homepage: '' changelog-type: '' hash: e8570b437e7cdd2f4223d87f728e52e19ea702caa280151110a4b9bcecf2f09f test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Arrow Transformer Library changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '15310.92' - '15320.1' - '15321.1' - '15321.2' - '15322.1' - '15322.2' - '15409.1' - '15409.2' author: Matthew Farkas-Dyck latest: '15409.2' description-type: haddock description: Arrow Transformer Library license-name: LGPL
homepage: '' changelog-type: '' hash: c1806fbd47ebca095f8d783b6e23ac75444046b722567708a5b3ed66025fb206 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Arrow Transformer Library changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '15310.92' - '15320.1' - '15321.1' - '15321.2' - '15322.1' - '15322.2' - '15409.1' - '15409.2' - '17072' author: Matthew Farkas-Dyck latest: '17072' description-type: haddock description: Arrow Transformer Library license-name: BSD3
Update from Hackage at 2016-09-28T17:57:14+00:00
Update from Hackage at 2016-09-28T17:57:14+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
7f8893536099f2acd27f4e4e0fa301da5c7590ad
packages/ea/eap.yaml
packages/ea/eap.yaml
homepage: https://github.com/erickg/eap#readme changelog-type: '' hash: cba0d671b2122f66d9dd42049cad5961e3cdadd56260381bb04200d845b00fb2 test-bench-deps: {} maintainer: erick@codemonkeylabs.de synopsis: Extensible Authentication Protocol (EAP) changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' binary: -any all-versions: - '0.1.0.0' author: Erick Gonzalez latest: '0.1.0.0' description-type: markdown description: ! '# eap ' license-name: BSD3
homepage: https://github.com/erickg/eap#readme changelog-type: '' hash: b450f1f648a43e605bf954cc425673a0dd388b06fab26b6ea497ec4cafdc549a test-bench-deps: {} maintainer: erick@codemonkeylabs.de synopsis: Extensible Authentication Protocol (EAP) changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' pretty-hex: -any memory: -any binary: -any cryptonite: -any mtl: -any all-versions: - '0.1.0.0' - '0.6.0.0' author: Erick Gonzalez latest: '0.6.0.0' description-type: markdown description: ! '# Extensible Authentication Protocol - EAP This module provides types and definitions as well as on the wire encoding and decoding of EAP packets and messages as per RFC 3748 ' license-name: BSD3
Update from Hackage at 2017-10-25T16:57:48Z
Update from Hackage at 2017-10-25T16:57:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
c5591b5750fda4d8bde4694af1260e48114ed13f
config/mongoid.yml
config/mongoid.yml
development: host: localhost database: govuk_content_development persist_in_safe_mode: true autocreate_indexes: true test: host: localhost # Don't want this interfering with a concurrent Panopticon test run database: govuk_content_manuals_publisher_test autocreate_indexes: true production: database: govuk_content_production refresh_mode: :sync logger: false refresh_interval: 120 use_activesupport_time_zone: true uri: <%= ENV['MONGODB_URI'] %>
development: host: localhost database: govuk_content_development persist_in_safe_mode: true autocreate_indexes: true test: host: localhost # Don't want this interfering with a concurrent Panopticon test run database: govuk_content_manuals_publisher_test autocreate_indexes: true production: database: govuk_content_production refresh_mode: :sync logger: false refresh_interval: 120 use_activesupport_time_zone: true hosts: - <%= ENV['MONGODB_NODES'] %>
Read mongodb hosts from ENV
Read mongodb hosts from ENV
YAML
mit
alphagov/manuals-publisher,alphagov/manuals-publisher,alphagov/manuals-publisher
61b46eb2159c433b217b6c1072a5b6571b6b1806
test/dummy/config/locales/taverna_player.en.yml
test/dummy/config/locales/taverna_player.en.yml
#------------------------------------------------------------------------------ # Copyright (c) 2014 The University of Manchester, UK. # # BSD Licenced. See LICENCE.rdoc for details. # # Taverna Player was developed in the BioVeL project, funded by the European # Commission 7th Framework Programme (FP7), through grant agreement # number 283359. # # Author: Robert Haines #------------------------------------------------------------------------------ en: taverna_player: status: queued: "Queued!" pre-callback: "Running pre-run tasks" connect: "Connecting to Taverna Server" full: "Server full - please wait; run will start soon" init: "Initializing new workflow run" inputs: "Uploading run inputs" start: "Starting run" busy: "Server busy - please wait; run will start soon" running: "Running!" interact: "Waiting for user input" outputs: "Gathering run outputs and log" post-callback: "Running post-run tasks" finished: "Finished!" cancel: "Cancelling" cancel-callback: "Running post-cancel tasks" cancelled: "Cancelled!" timeout: "Run execution timed out" fail-callback: "Running post-failure tasks" failed: "Failed!" errors: invalid-parent: "Parents must have lower ids than their children"
#------------------------------------------------------------------------------ # Copyright (c) 2014 The University of Manchester, UK. # # BSD Licenced. See LICENCE.rdoc for details. # # Taverna Player was developed in the BioVeL project, funded by the European # Commission 7th Framework Programme (FP7), through grant agreement # number 283359. # # Author: Robert Haines #------------------------------------------------------------------------------ en: taverna_player: status: pending: "Queued!" pre-callback: "Running pre-run tasks" connect: "Connecting to Taverna Server" full: "Server full - please wait; run will start soon" initialized: "Initializing new workflow run" inputs: "Uploading run inputs" start: "Starting run" busy: "Server busy - please wait; run will start soon" running: "Running!" interact: "Waiting for user input" outputs: "Gathering run outputs and log" post-callback: "Running post-run tasks" finished: "Finished!" cancel: "Cancelling" cancel-callback: "Running post-cancel tasks" cancelled: "Cancelled!" timeout: "Run execution timed out" fail-callback: "Running post-failure tasks" failed: "Failed!" errors: invalid-parent: "Parents must have lower ids than their children"
Update missed translation keys in the installed locale file.
Update missed translation keys in the installed locale file.
YAML
bsd-3-clause
myGrid/taverna-player,myGrid/taverna-player,myGrid/taverna-player
c421ed0d56dfd138b9f3318d6d25a51b5c49c8f3
.github/workflows/condapackage.yml
.github/workflows/condapackage.yml
# Build Conda Package name: Conda package on: push: branches: [ main ] pull_request: branches: [ main ] jobs: example-1: name: Conda package runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - uses: conda-incubator/setup-miniconda@v2 with: activate-environment: rio python-version: 3.8 auto-update-conda: true allow-softlinks: true channels: conda-forge show-channel-urls: true channel-priority: flexible environment-file: conda-build/environment.yml auto-activate-base: false - name: Conda build shell: pwsh run: | conda config --set always_yes yes --set changeps1 no conda build . Copy-Item $env:CONDA_PREFIX\conda-bld -Destination . -Recurse - name: Locate file run: | ARTIFACT_PATH=$(find conda-bld/noarch/*.tar.bz2) ARTIFACT_NAME=$(basename $ARTIFACT_PATH) echo "ARTIFACT_PATH=$ARTIFACT_PATH" >> $GITHUB_ENV echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV - uses: actions/upload-artifact@v2 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }}
# Build Conda Package name: Conda package on: push: branches: [ main ] pull_request: branches: [ main ] jobs: example-1: name: Conda package runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - uses: conda-incubator/setup-miniconda@v2 with: activate-environment: rio python-version: 3.8 auto-update-conda: true allow-softlinks: true channels: conda-forge show-channel-urls: true channel-priority: flexible auto-activate-base: false - name: Conda build shell: pwsh run: | conda config --set always_yes yes --set changeps1 no conda build . Copy-Item $env:CONDA_PREFIX\conda-bld -Destination . -Recurse - name: Locate file run: | ARTIFACT_PATH=$(find conda-bld/noarch/*.tar.bz2) ARTIFACT_NAME=$(basename $ARTIFACT_PATH) echo "ARTIFACT_PATH=$ARTIFACT_PATH" >> $GITHUB_ENV echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV - uses: actions/upload-artifact@v2 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }}
Remove environment file from conda workflow
Remove environment file from conda workflow
YAML
bsd-3-clause
mrahnis/drapery
fec8f9045c553d57cb39cb5dd89661d4230ba7b7
.github/workflows/raspberry_pi.yml
.github/workflows/raspberry_pi.yml
name: Raspberry Pi on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: RaspberryPi: uses: steinwurf/cross-compile-action/.github/workflows/action.yml@4.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }} name: Raspberry Pi cxx_mkspec: cxx_raspberry_gxx83_armv7 image: ghcr.io/steinwurf/gcc-8.3.0-raspberrypi-armv7:1.0.0 test_runner: raspberry_pi test_binary_name: recycle_tests test_binary_directory: build/cxx_raspberry_gxx83_armv7/test
name: Raspberry Pi on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: RaspberryPi: uses: steinwurf/cross-compile-action/.github/workflows/action.yml@5.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }} name: Raspberry Pi cxx_mkspec: cxx_raspberry_gxx83_armv7 image: ghcr.io/steinwurf/gcc-8.3.0-raspberrypi-armv7:1.0.0 test_runner: raspberry_pi test_binary_name: recycle_tests test_binary_directory: build/cxx_raspberry_gxx83_armv7/test
Update Raspberry Pi to new version 5.0.0
Update Raspberry Pi to new version 5.0.0
YAML
bsd-3-clause
steinwurf/recycle,steinwurf/recycle
53a1aac2dbc591cb756425f1dce2436eaa536062
.codeclimate.yml
.codeclimate.yml
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - "python" fixme: enabled: true exclude_paths: - config/engines.yml markdownlint: enabled: true checks: MD004: enabled: false MD013: enabled: false MD026: enabled: false MD033: enabled: false shellcheck: enabled: true ratings: paths: - "**.md" exclude_paths: - .bundle/ - benchmarks/**/* - node_modules/**/* - bin/**/* - include/**/* - lib/**/* - License.md - spec/**/*
--- engines: pep8: enabled: true duplication: enabled: true config: languages: - "python" fixme: enabled: true exclude_paths: - config/engines.yml markdownlint: enabled: true checks: MD004: enabled: false MD013: enabled: false MD026: enabled: false MD029: enabled: false MD033: enabled: false shellcheck: enabled: true ratings: paths: - "**.md" exclude_paths: - .bundle/ - benchmarks/**/* - node_modules/**/* - bin/**/* - include/**/* - lib/**/* - License.md - spec/**/*
Disable markdownlint's ordered list item prefix style check
Disable markdownlint's ordered list item prefix style check
YAML
bsd-3-clause
voronkovich/awesome-zsh-plugins,unixorn/awesome-zsh-plugins
cc475692da1bfbcf9e756cd8d8be3ed09612b5ba
.codeclimate.yml
.codeclimate.yml
--- version: "2" plugins: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true duplication: enabled: true config: languages: - ruby - javascript eslint: enabled: true channel: eslint-6 fixme: enabled: true rubocop: enabled: true channel: rubocop-0-80 checks: return-statements: config: threshold: 5 exclude_patterns: - config/ - db/ - doc/ - script/ - spec/
--- version: "2" plugins: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true duplication: enabled: true config: languages: - ruby - javascript eslint: enabled: true channel: eslint-6 fixme: enabled: true haml-lint: enabled: true rubocop: enabled: true channel: rubocop-0-80 checks: return-statements: config: threshold: 5 exclude_patterns: - config/ - db/ - doc/ - script/ - spec/
Add haml-lint to our Code Climate checks
Add haml-lint to our Code Climate checks
YAML
mit
Marri/glowfic,Marri/glowfic,Marri/glowfic,Marri/glowfic
e97afa288c4a5cd5bb2b364e7ec8ee2ff2c1beb0
.pullapprove.yml
.pullapprove.yml
approve_by_comment: true approve_regex: ^Approved reject_regex: ^Rejected reset_on_push: false reviewers: members: - atneik - battletoilet - dammittom - ericthompson - Jahnp - mikewheaton - philworthington - wdo3650 - dzearing - micahgodbolt name: default required: 2
approve_by_comment: true approve_regex: ^Approved reject_regex: ^Rejected reset_on_push: false reviewers: members: - atneik - battletoilet - dammittom - Jahnp - mikewheaton - philworthington - wdo3650 - dzearing - micahgodbolt name: default required: 2
Remove Eric Thompson as a reviewer
Remove Eric Thompson as a reviewer
YAML
mit
OfficeDev/Office-UI-Fabric,OfficeDev/Office-UI-Fabric
f714ef3908ba910cb3d4dcb66e2c913f0f68ce8d
playbooks/vagrant-devstack.yml
playbooks/vagrant-devstack.yml
- name: Configure instance(s) hosts: all sudo: True gather_facts: True vars: migrate_db: 'yes' openid_workaround: true devstack: true disable_edx_services: true mongo_enable_journal: false EDXAPP_NO_PREREQ_INSTALL: 0 COMMON_MOTD_TEMPLATE: 'devstack_motd.tail.j2' COMMON_SSH_PASSWORD_AUTH: "yes" ENABLE_LEGACY_ORA: !!null EDXAPP_LMS_BASE: 127.0.0.1:8000 EDXAPP_OAUTH_ENFORCE_SECURE: false EDXAPP_LMS_BASE_SCHEME: http edxapp_use_custom_theme: true edxapp_theme_name: 'lagunita' edxapp_theme_source_repo: 'https://github.com/Stanford-Online/lagunita-theme.git' roles: - edx_ansible - mysql - edxlocal - mongo - edxapp - oraclejdk - elasticsearch - forum - ecommerce - ecommerce_worker - { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' } - programs - role: notifier NOTIFIER_DIGEST_TASK_INTERVAL: "5" - role: ora when: ENABLE_LEGACY_ORA - browsers - browsermob-proxy - local_dev - demo - oauth_client_setup
- name: Configure instance(s) hosts: all sudo: True gather_facts: True vars: migrate_db: 'yes' openid_workaround: true devstack: true disable_edx_services: true mongo_enable_journal: false EDXAPP_NO_PREREQ_INSTALL: 0 COMMON_MOTD_TEMPLATE: 'devstack_motd.tail.j2' COMMON_SSH_PASSWORD_AUTH: "yes" ENABLE_LEGACY_ORA: !!null EDXAPP_LMS_BASE: 127.0.0.1:8000 EDXAPP_OAUTH_ENFORCE_SECURE: false EDXAPP_LMS_BASE_SCHEME: http edxapp_use_custom_theme: true edxapp_theme_name: 'lagunita' edxapp_theme_source_repo: 'https://github.com/Stanford-Online/lagunita-theme.git' roles: - edx_ansible - mysql - edxlocal - mongo - edxapp - oraclejdk - elasticsearch - forum - { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' } - role: notifier NOTIFIER_DIGEST_TASK_INTERVAL: "5" - browsers - browsermob-proxy - local_dev - demo - oauth_client_setup
Remove unused services from devstack deploy
Remove unused services from devstack deploy
YAML
agpl-3.0
Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration
993b472d93a0d3d5c4309af3a0685fd80db62499
packages/co/constructible.yaml
packages/co/constructible.yaml
homepage: http://andersk.mit.edu/haskell/constructible/ changelog-type: '' hash: 0795284c06b54dd8f7594a4263f594ae4088525fbc4122ff5db72cf40480b0c0 test-bench-deps: {} maintainer: Anders Kaseorg <andersk@mit.edu> synopsis: Exact computation with constructible real numbers changelog: '' basic-deps: binary-search: ! '>=0.0' complex-generic: ! '>=0.1' base: ==4.* arithmoi: ! '>=0.1' all-versions: - '0.1' - 0.1.0.1 author: Anders Kaseorg <andersk@mit.edu> latest: 0.1.0.1 description-type: haddock description: ! 'The constructible reals are the subset of the real numbers that can be represented exactly using field operations (addition, subtraction, multiplication, division) and positive square roots. They support exact computations, equality comparisons, and ordering.' license-name: BSD-3-Clause
homepage: http://andersk.mit.edu/haskell/constructible/ changelog-type: '' hash: 8deb5610cc26c648194edba30ce734a9097b5eb43a1ea27b157cb2273968ef8a test-bench-deps: {} maintainer: Anders Kaseorg <andersk@mit.edu> synopsis: Exact computation with constructible real numbers changelog: '' basic-deps: binary-search: ! '>=0.0' complex-generic: ! '>=0.1' base: ==4.* integer-roots: ! '>=1.0' all-versions: - '0.1' - 0.1.0.1 - 0.1.1 author: Anders Kaseorg <andersk@mit.edu> latest: 0.1.1 description-type: haddock description: |- The constructible reals are the subset of the real numbers that can be represented exactly using field operations (addition, subtraction, multiplication, division) and positive square roots. They support exact computations, equality comparisons, and ordering. license-name: BSD-3-Clause
Update from Hackage at 2020-02-09T13:49:24Z
Update from Hackage at 2020-02-09T13:49:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
aeb490697868bc2b0ecaa1e1bbb303537377b7f8
.github/release-drafter.yml
.github/release-drafter.yml
name-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' branches: - 'develop' exclude-lables: - 'release' - 'skip-release-notes' categories: - title: '🚀 Features' labels: - 'enhancement' - title: '🐛 Bug Fixes' labels: - 'bug' - title: '📚 Documentation' labels: - 'documentation' - title: '🧰 Miscellaneous' labels: - 'misc' change-template: '- $TITLE. GH-$NUMBER' template: | $CHANGES Thanks to $CONTRIBUTORS for their lovely contributions.
name-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' branches: - 'develop' exclude-lables: - 'release' - 'skip-changelog' categories: - title: '🚀 Features' labels: - 'enhancement' - title: '🐛 Bug Fixes' labels: - 'bug' - title: '📚 Documentation' labels: - 'documentation' - title: '🧰 Miscellaneous' labels: - 'misc' change-template: '- $TITLE. GH-$NUMBER' template: | $CHANGES Thanks to $CONTRIBUTORS for their lovely contributions.
Use slightly more standard "skip" / exclude label
Use slightly more standard "skip" / exclude label
YAML
apache-2.0
ianunruh/hvac,ianunruh/hvac
542ba0374ffd79e926d147abee9a484ccef077cd
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: push: schedule: - cron: '0 20 * * 2' jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.8] numpy-version: [1.18,1.19] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install numpy==${{ matrix.numpy-version }} - name: Install package run: | python setup.py install --no-downloads
name: build on: push: pull_request: schedule: - cron: '0 20 * * 2' jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.8] numpy-version: [1.18,1.19] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install numpy==${{ matrix.numpy-version }} - name: Install package run: | python setup.py install --no-downloads
Make sure to run integration test for PRs
Make sure to run integration test for PRs
YAML
bsd-3-clause
jobovy/mwdust,jobovy/mwdust
46c3be17b38302e9ad5fc913492260a986dd00ad
.github/workflows/build.yml
.github/workflows/build.yml
name: build-pdf on: [push] jobs: build-pdf: runs-on: windows-latest steps: - uses: actions/checkout@v2
name: build on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v2
Remove pdf from workflow name
Remove pdf from workflow name
YAML
mit
antaljanosbenjamin/miscellaneous,antaljanosbenjamin/miscellaneous
14a2ba5ac674f9f5f6a2536f98b93cf276b5ce4c
.kitchen.cloud.yml
.kitchen.cloud.yml
--- driver: name: ec2 aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %> ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> region: us-east-1 availability_zone: us-east-1b security_group_ids: - ci-testing instance_type: c3.large interface: public tags: Env: public Type: test provisioner: name: chef_zero platforms: - name: ubuntu-14.04 driver_config: tags: Name: s3-dir-default-ubuntu-1404 - name: ubuntu-16.04 driver_config: tags: Name: s3-dir-default-ubuntu-1604 suites: - name: default run_list: - recipe[s3_dir_test::default] attributes: s3_dir: aws_access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %> aws_secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
--- driver: name: ec2 aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %> region: us-east-1 availability_zone: us-east-1b security_group_ids: - ci-testing instance_type: c3.large interface: public tags: Env: public Type: test transport: ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> provisioner: name: chef_zero platforms: - name: ubuntu-14.04 driver_config: tags: Name: s3-dir-default-ubuntu-1404 - name: ubuntu-16.04 driver_config: tags: Name: s3-dir-default-ubuntu-1604 suites: - name: default run_list: - recipe[s3_dir_test::default] attributes: s3_dir: aws_access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %> aws_secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
Fix deprecated config in Travis Kitchen conf
Fix deprecated config in Travis Kitchen conf
YAML
apache-2.0
evertrue/s3_dir
58adf424b3b15939404bd9ccb691b0fef0b5d351
packages/ph/phonetic-languages-simplified-properties-array.yaml
packages/ph/phonetic-languages-simplified-properties-array.yaml
homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-array changelog-type: markdown hash: 58ed8ad3684c2cc9988201ca76dabe228c5e28816ae1f0c548e6055699f3c405 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A generalization of the uniqueness-periods-vector-properties package. changelog: | # Revision history for phonetic-languages-simplified-properties-array ## 0.1.0.0 -- 2020-12-31 * First version. Released on an unsuspecting world. basic-deps: phonetic-languages-rhythmicity: '>=0.1.2 && <1' base: '>=4.8 && <4.15' phonetic-languages-simplified-base: '>=0.1 && <1' ukrainian-phonetics-basic-array: '>=0.1.1 && <1' all-versions: - 0.1.0.0 author: OleksandrZhabenko latest: 0.1.0.0 description-type: haddock description: Is a simplified version of the functionality of the former one. Uses lists and arrays as main processment data types. Uses Double whenever applicable. license-name: MIT
homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-array changelog-type: markdown hash: 7031a3b6ab2934cb22e0caa6d05649c5c74a3528d3feae61977c46912b18eb16 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A generalization of the uniqueness-periods-vector-properties package. changelog: |+ # Revision history for phonetic-languages-simplified-properties-array ## 0.1.0.0 -- 2020-12-31 * First version. Released on an unsuspecting world. ## 0.1.1.0 -- 2021-01-02 * First version revised A. Changed the dependencies. basic-deps: phonetic-languages-rhythmicity: '>=0.1.2 && <1' base: '>=4.8 && <4.15' phonetic-languages-simplified-base: '>=0.1 && <1' ukrainian-phonetics-basic-array: '>=0.1.1 && <1' all-versions: - 0.1.0.0 - 0.1.1.0 author: OleksandrZhabenko latest: 0.1.1.0 description-type: haddock description: Is a simplified version of the functionality of the former one. Uses lists and arrays as main processment data types. Uses Double whenever applicable. license-name: MIT
Update from Hackage at 2021-01-02T18:55:36Z
Update from Hackage at 2021-01-02T18:55:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
65676c27e45dc1fe10c9fddc0747c3050c75ade6
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: [2.5, 2.6, 2.7] steps: - uses: actions/checkout@v2 - name: Install Memcached working-directory: scripts run: | chmod +x ./install_memcached.sh ./install_memcached.sh - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rake
name: Tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: [2.5, 2.6, 2.7, 3.0] steps: - uses: actions/checkout@v2 - name: Install Memcached working-directory: scripts run: | chmod +x ./install_memcached.sh ./install_memcached.sh - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rake
Add Ruby 3.0 to test matrix and see what breaks
Add Ruby 3.0 to test matrix and see what breaks
YAML
mit
petergoldstein/dalli,mperham/dalli,petergoldstein/dalli
24f18deedf1157cbe8fe01a4f46a133de112b1d3
.github/workflows/tests.yml
.github/workflows/tests.yml
# This workflow will do a clean install of node dependencies, 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: Run tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12, 14, 16] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install Dependencies run: npm install - name: Run tests run: | npm run test npm run coverage - name: Publish to coveralls.io if: ${{ matrix.node == 14 }} uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ github.token }}
# This workflow will do a clean install of node dependencies, 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: Run tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12, 14, 16] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install Dependencies run: npm install - name: Run tests run: | npm run test npm run coverage - name: Publish to coveralls.io if: ${{ matrix.node-version == 14 }} uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ github.token }}
Fix node version check again
Fix node version check again
YAML
apache-2.0
node-red/node-red-admin
588caf80241f27b4afd7b4f8762fd9aed3c09f9b
plugins/tripleo-overcloud/vars/overcloud/templates/dns.yml
plugins/tripleo-overcloud/vars/overcloud/templates/dns.yml
--- tripleo_heat_templates: [] custom_templates: parameter_defaults: NeutronPluginExtensions: qos,port_security,dns ExtraConfig: neutron::dns_domain: openstackgate.local
--- tripleo_heat_templates: [] custom_templates: parameter_defaults: NeutronPluginExtensions: qos,port_security,dns NeutronDnsDomain: openstackgate.local
Use dedicated option NeutronDnsDomain instead of ExtraConfig
Use dedicated option NeutronDnsDomain instead of ExtraConfig To configure dns_domain in the Neutron config, there is dedicated option called NeutronDnsDomain in the Tripleo-Heat-Templates so there is no need to use ExtraConfig for that. It seems also that for some reason, using ExtraConfig for that don't works well in OSP-17 (see related BZ) so that change should fix it. Closes-BZ: #2100738 Change-Id: Ic6f857bf34dc4676104ee32faab7d699f22e6517
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
3b587d0e0c26c2e2605c8d7df00dfce4360cd03f
manifests/cf-manifest/operations.d/260-cf-upgrade-cflinuxfs2.yml
manifests/cf-manifest/operations.d/260-cf-upgrade-cflinuxfs2.yml
--- - type: replace path: /releases/name=cflinuxfs2 value: name: cflinuxfs2 url: https://bosh.io/d/github.com/cloudfoundry/cflinuxfs2-release?v=1.235.0 version: 1.235.0 sha1: 1ed4e65bdb8ec4ba58060705f47c157663c23cfa
--- - type: replace path: /releases/name=cflinuxfs2 value: name: cflinuxfs2 url: https://bosh.io/d/github.com/cloudfoundry/cflinuxfs2-release?v=1.238.0 version: 1.238.0 sha1: 353bdf06ded654ab6f1172adac2f53a02febabfd
Upgrade to latest version of cflinuxfs2
Upgrade to latest version of cflinuxfs2 This resolves USN-3770-1[1]. [1] https://www.cloudfoundry.org/blog/usn-3770-1/
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
5bc44c21b7ea4e4ed9b338e6f222de41a4ce9641
.github/workflows/macos.yml
.github/workflows/macos.yml
name: MacOS on: [push] jobs: MacOS: timeout-minutes: 15 runs-on: macos-10.15 steps: - name: Checkout uses: actions/checkout@v1 with: submodules: recursive - name: Set environment run: | echo ::set-env name=GRABBER_VERSION::nightly echo ::set-env name=GRABBER_IS_NIGHTLY::1 echo ::set-env name=PLATFORM_NAME::x64 echo ::set-env name=OPENSSL_ROOT_DIR::/usr/local/opt/openssl/ - name: Install packages run: pip3 install opencv-python opencv-python-headless - name: Install Qt uses: jurplel/install-qt-action@v2.7.2 with: version: 5.12.6 - name: Create build dir run: mkdir build - name: Configure working-directory: build run: cmake ../src -DCMAKE_BUILD_TYPE=Release -DNIGHTLY=%GRABBER_IS_NIGHTLY% -DCOMMIT="%GITHUB_SHA%" -DVERSION="%GRABBER_VERSION%" - name: Compile working-directory: build run: | cmake --build . --config Release --target sites cmake --build . --config Release - name: Test working-directory: src run: ../build/tests/tests - name: Generate package run: ./scripts/package-mac.sh
name: MacOS on: [push] jobs: MacOS: timeout-minutes: 15 runs-on: macos-10.15 steps: - name: Checkout uses: actions/checkout@v1 with: submodules: recursive - name: Set environment run: | echo ::set-env name=GRABBER_VERSION::nightly echo ::set-env name=GRABBER_IS_NIGHTLY::1 echo ::set-env name=PLATFORM_NAME::x64 echo ::set-env name=OPENSSL_ROOT_DIR::/usr/local/opt/openssl/ - name: Install Qt uses: jurplel/install-qt-action@v2.7.2 with: version: 5.12.6 - name: Create build dir run: mkdir build - name: Configure working-directory: build run: cmake ../src -DCMAKE_BUILD_TYPE=Release -DNIGHTLY=%GRABBER_IS_NIGHTLY% -DCOMMIT="%GITHUB_SHA%" -DVERSION="%GRABBER_VERSION%" - name: Compile working-directory: build run: | cmake --build . --config Release --target sites cmake --build . --config Release - name: Test working-directory: src run: ../build/tests/tests - name: Generate package run: ./scripts/package-mac.sh
Stop installing OpenCV on macOS github actions
Stop installing OpenCV on macOS github actions
YAML
apache-2.0
Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber
1044ad319324a72fd3ee15ed9ae10d7a5dad6095
.github/workflows/scala.yml
.github/workflows/scala.yml
name: Scala CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Run tests run: sbt test
name: Scala CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build-11: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt' - name: Run tests with JDK 11 run: sbt test build-8: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 8 uses: actions/setup-java@v2 with: java-version: '8' distribution: 'adopt' - name: Run tests with JDK 8 run: sbt test
Switch to CI on Java 8 and 11
Switch to CI on Java 8 and 11
YAML
mit
mbuzdalov/non-dominated-sorting
ef65d48ded1e82e72293bb9f4579cbc9cacb4ed3
.github/workflows/swift.yml
.github/workflows/swift.yml
name: Swift on: [push] jobs: build: runs-on: [macOS-latest, ubuntu-latest] steps: - uses: actions/checkout@v1 - name: Build run: swift build -v - name: Run tests run: swift test
name: Test on: [push] jobs: build: strategy: matrix: os: [macOS-latest, ubuntu-latest] swift: [5.1.1] runs-on: ${{ matrix.os }} env: SWIFT_VERSION: ${{ matrix.swift }} SWIFT_EXEC: .swiftenv/shims/swift steps: - uses: actions/checkout@v1 - name: Install swift run: | git clone https://github.com/kylef/swiftenv.git ~/.swiftenv ~/.swiftenv/bin/swiftenv install "$SWIFT_VERSION" || true - name: Build run: | ~/$SWIFT_EXEC --version ~/$SWIFT_EXEC build - name: Run tests run: | ~/$SWIFT_EXEC test
Fix issues with Github actions
Fix issues with Github actions
YAML
mit
jakeheis/SwiftCLI,jakeheis/SwiftCLI
8f728266e180bb0b9e6ee460532b3cc092be3231
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: push: pull_request: jobs: build: runs-on: ubuntu-20.04 strategy: fail-fast: true matrix: php: [7.4, 8.0, 8.1] steps: - name: Checkout uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} tools: composer:v2 coverage: none - name: Get Composer Cache Directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies uses: actions/cache@v2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-composer- - name: Install dependencies run: composer update --prefer-dist --no-interaction --no-progress - name: Execute tests run: vendor/bin/phpunit --verbose
name: tests on: push: pull_request: jobs: build: runs-on: ubuntu-20.04 strategy: fail-fast: true matrix: php: [7.4, 8.0, 8.1] steps: - name: Checkout uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} tools: composer:v2 coverage: none - name: Get Composer Cache Directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache composer dependencies uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-composer- - name: Install dependencies run: composer update --prefer-dist --no-interaction --no-progress - name: Execute tests run: vendor/bin/phpunit --verbose
Update actions/cache for GitHub action
Update actions/cache for GitHub action
YAML
mit
jamband/ripple
069a073c527f1ff1bd5643a969211cae7904b15c
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push] jobs: tests: strategy: matrix: go-version: - "1.17" - "1.18" os: - ubuntu-latest - macos-latest - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3 - run: go vet ./... - run: go test -v -coverprofile=profile.cov ./... # - uses: shogo82148/actions-goveralls@v1 # with: # path-to-profile: profile.cov
name: Tests on: [push] jobs: tests: strategy: matrix: go-version: - "1.17" - "1.18" os: - ubuntu-latest - macos-latest - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3 - run: go vet ./... - run: go test -v -coverprofile=profile.cov ./... - uses: shogo82148/actions-goveralls@v1 with: path-to-profile: profile.cov
Enable coveralls.io test coverage reports
Enable coveralls.io test coverage reports
YAML
apache-2.0
cinode/go
445234a43a8e894e37b863299975ab71fb2f339e
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: [push] jobs: test-links: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-ruby@v1 with: ruby-version: '2.7' - uses: actions/cache@v2 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ${{ runner.os }}-gems- - name: Install dependencies run: | gem install bundler bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Run tests run: bundle exec rake test
name: tests on: [push, pull_request] jobs: test-links: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-ruby@v1 with: ruby-version: '2.7' - uses: actions/cache@v2 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ${{ runner.os }}-gems- - name: Install dependencies run: | gem install bundler bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Run tests run: bundle exec rake test
Update GitHub Actions to run on pull requests
Update GitHub Actions to run on pull requests
YAML
mit
mattcone/markdown-guide,mattcone/markdown-guide
2147fa28158378dcdb0edad00837b630f2ea18c2
codecov.yml
codecov.yml
# Configuration for Codecov (https://codecov.io) coverage: ignore: - "Tests"
# Configuration for Codecov (https://codecov.io) coverage: branch: develop ignore: - "Tests"
Configure Codecov to treat the `develop` branch as the default
Configure Codecov to treat the `develop` branch as the default
YAML
mit
mattrubin/Bases
20cf53925d6146a244bfe20d0432851deb6b4601
packages/hm/hmatrix-nlopt.yaml
packages/hm/hmatrix-nlopt.yaml
homepage: https://github.com/peddie/hmatrix-nlopt changelog-type: markdown hash: febca7b14eff2870ae1aa428497f1a050a6362ca40c7cd7d9217b05753d3893a test-bench-deps: base: ! '>=4 && <5' doctest: ! '>=0.11' maintainer: mpeddie@gmail.com synopsis: Interface HMatrix with the NLOPT minimizer changelog: ! '# Revision history for hmatrix-nlopt ## 0.1.0.0 -- 2017-03-27 * First version. Examples work. ' basic-deps: base: ! '>=4.9 && <4.11' nlopt-haskell: ! '>=0.1.1.0' hmatrix: ! '>=0.17' vector: ! '>=0.10' all-versions: - '0.1.0.0' - '0.1.1.0' author: Matthew Peddie latest: '0.1.1.0' description-type: haddock description: ! 'A high-level interface to <http://ab-initio.mit.edu/wiki/index.php/NLopt the NLOPT solvers> using @hmatrix@ vectors and matrices.' license-name: BSD3
homepage: https://github.com/peddie/hmatrix-nlopt changelog-type: markdown hash: a03b60055f7024c9f7ca0cb1109c01b102410c54f0f1449c56cbf77c639a8501 test-bench-deps: base: ! '>=4 && <5' doctest: ! '>=0.11' maintainer: mpeddie@gmail.com synopsis: Interface HMatrix with the NLOPT minimizer changelog: ! '# Revision history for hmatrix-nlopt ## 0.1.0.0 -- 2017-03-27 * First version. Examples work. ' basic-deps: base: ! '>=4.9 && <4.12' nlopt-haskell: ! '>=0.1.2.0' hmatrix: ! '>=0.17' vector: ! '>=0.10' all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' author: Matthew Peddie latest: '0.1.2.0' description-type: haddock description: ! 'A high-level interface to <http://ab-initio.mit.edu/wiki/index.php/NLopt the NLOPT solvers> using @hmatrix@ vectors and matrices.' license-name: BSD3
Update from Hackage at 2018-07-24T05:48:26Z
Update from Hackage at 2018-07-24T05:48:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
78e057d09cc3e14d73f9a89518d0407aa48cd85d
.rubocop_todo.yml
.rubocop_todo.yml
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-18 01:46:01 -0500 using RuboCop version 0.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 3 Metrics/AbcSize: Max: 74 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 155 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 9 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 95 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 46 # Offense count: 1 Metrics/PerceivedComplexity: Max: 13 # Offense count: 2 # Configuration parameters: Exclude. Style/FileName: Exclude: - 'exe/system-info' - 'lib/travis-system-info.rb'
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-18 01:50:26 -0500 using RuboCop version 0.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 3 Metrics/AbcSize: Max: 74 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 155 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 9 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 95 # Offense count: 3 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 46 # Offense count: 1 Metrics/PerceivedComplexity: Max: 13 # Offense count: 2 # Configuration parameters: Exclude. Style/FileName: Exclude: - 'exe/system-info' - 'lib/system-info.rb'
Update exclusion for renamed dash-case file
Update exclusion for renamed dash-case file
YAML
mit
travis-ci/system_info,travis-ci/system-info,travis-ci/system_info,travis-ci/system-info
c38eea5bc6878793de96619bf0abc0d9b532a848
_data/events.yml
_data/events.yml
churchwide: - date: 2016-04-17 name: Party with the Pastor - date: 2016-04-24 name: Baptism - date: 2016-07-11 name: Kid's Life Camp grades-6-12: - date: 2016-06-19 end-date: 2016-06-23 name: High School Camp - date: 2016-06-23 end-date: 2016-06-26 name: Junior High School Camp
churchwide: - date: 2016-04-24 name: Baptism - date: 2016-07-11 name: Kid's Life Camp grades-6-12: - date: 2016-06-19 end-date: 2016-06-23 name: High School Camp - date: 2016-06-23 end-date: 2016-06-26 name: Junior High School Camp
Remove party with the pastor
Remove party with the pastor
YAML
mit
Mountainview-WebDesign/lifestonechurch,Mountainview-WebDesign/lifestonechurch,Mountainview-WebDesign/lifestonechurch
f6808e74d831698e5203bfcd49dfe7dd39861a47
roles/init-env/tasks/main.yml
roles/init-env/tasks/main.yml
--- # roles/initialize/tasks/main.yml - name: Create group_vars directory. local_action: file path=group_vars state=directory mode=0755 - name: Create host_vars directory. local_action: file path=host_vars state=directory mode=0755 - name: Create the main variables file. local_action: template src=all.yml.j2 dest=group_vars/all.yml
--- # roles/initialize/tasks/main.yml - name: Create group_vars directory. local_action: file path=group_vars state=directory mode=0755 - name: Create host_vars directory. local_action: file path=host_vars state=directory mode=0755 - name: Create the main variables file (group_vars/all.yml). local_action: template src=all.yml.j2 dest=group_vars/all.yml
Use a slightly more explicit task name
Use a slightly more explicit task name Signed-off-by: KheOps <ab12fa204a2b42f5d8c4f486abafbac2ef71cf44@ceops.eu>
YAML
agpl-3.0
equalitie/eqpress,equalitie/eqpress,equalitie/eqpress,hwdsbcommons/eqpress,hwdsbcommons/eqpress,hwdsbcommons/eqpress,hwdsbcommons/eqpress,hwdsbcommons/eqpress,equalitie/eqpress,equalitie/eqpress
2ac648f8021f362a612509b81557371f6080d2e7
roles/docker/defaults/main.yml
roles/docker/defaults/main.yml
do_private_docker_registry: false docker_lvm_backed_devicemapper: "{% if provider in ['gce', 'openstack', 'aws'] %} true {% else %} false {% endif %}" ## Refer to commentaries in ../templates/docker-storage-setup.conf.j2 ## or `man lvcreate` for acceptable sizes, and their syntax docker_lvm_data_volume_size: 40%FREE docker_lvm_data_volume_size_min: 2G docker_lvm_auto_extend_pool: yes docker_selinux_enabled: no
do_private_docker_registry: false docker_lvm_backed_devicemapper: "{% if provider in ['gce', 'openstack', 'aws'] %} true {% else %} false {% endif %}" # Possible values: overlay, devicemapper # Used with docker-storage-setup docker_storage_driver: overlay ## Refer to commentaries in ../templates/docker-storage-setup.conf.j2 ## or `man lvcreate` for acceptable sizes, and their syntax docker_lvm_data_volume_size: 40%FREE docker_lvm_data_volume_size_min: 2G docker_lvm_auto_extend_pool: yes docker_selinux_enabled: no
Add var for backend storage
Add var for backend storage
YAML
apache-2.0
bitium/mantl,abn/microservices-infrastructure,sehqlr/mantl,KaGeN101/mantl,bitium/mantl,datascienceinc/mantl,CiscoCloud/microservices-infrastructure,sehqlr/mantl,CiscoCloud/mantl,datascienceinc/mantl,abn/microservices-infrastructure,KaGeN101/mantl,ContainerSolutions/microservices-infrastructure,abn/microservices-infrastructure,ContainerSolutions/microservices-infrastructure,phnmnl/mantl,CiscoCloud/mantl,mantl/mantl,phnmnl/mantl,CiscoCloud/microservices-infrastructure,mantl/mantl
fbb5f8a2912ccb1ebaade07bade8319a53bf1269
packages/un/unconstrained.yaml
packages/un/unconstrained.yaml
homepage: '' changelog-type: '' hash: a3f78e5e80cc62b9ef3f6c606e69fb5391416a8bb439ea172a8cd1dec5df0415 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Null constraint changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' author: M Farkas-Dyck latest: '0.1.0.1' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: '' hash: e3be5ea44350c5ce9d5f54d0f42c9b5b0639eb0343e9bf7802fb579788a2507c test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Null constraint changelog: '' basic-deps: {} all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: M Farkas-Dyck latest: '0.1.0.2' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2018-01-25T18:57:14Z
Update from Hackage at 2018-01-25T18:57:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
b5eca1166966e8284a396cff86491b5134826a77
pkg/dart_internal/pubspec.yaml
pkg/dart_internal/pubspec.yaml
name: dart_internal version: 0.1.9 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: > This package is not intended for wide use. It provides a temporary API to solve the problem: "Given an object some generic type A, how do I construct an instance of generic type B with the same type argument(s)?" This is necessary in a few rare places in order to migrate existing code to Dart 2's stronger type system. Eventually, the hope is to have direct language support for solving this problem but we don't have time to get that into 2.0, so this package is provided as a temporary workaround. We will very likely remove support for this in a later version of Dart. environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. sdk: ">=2.0.0-dev.12.0 <2.9.0"
name: dart_internal version: 0.1.10 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: > This package is not intended for wide use. It provides a temporary API to solve the problem: "Given an object some generic type A, how do I construct an instance of generic type B with the same type argument(s)?" This is necessary in a few rare places in order to migrate existing code to Dart 2's stronger type system. Eventually, the hope is to have direct language support for solving this problem but we don't have time to get that into 2.0, so this package is provided as a temporary workaround. We will very likely remove support for this in a later version of Dart. environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. sdk: ">=2.0.0-dev.12.0 <2.10.0"
Expand SDK constraint on dart_internal to include 2.9.0
Expand SDK constraint on dart_internal to include 2.9.0 Change-Id: I338463eb12517798af85cd83c771ae40c3c6015d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156280 Reviewed-by: Jake Macdonald <28dccc213a1e50b0de348b9cb82c0229ef6b65f0@google.com> Commit-Queue: Nicholas Shahan <03847abd2d8aadfe859ecb98095a31f9f515dc47@google.com>
YAML
bsd-3-clause
dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk
009fe540b80c6d9958ce1ed5f97edd91b78add2b
ansible/roles/setup_database/tasks/create_db.yml
ansible/roles/setup_database/tasks/create_db.yml
--- - name: Delete old database with same name if it exists shell: echo "DROP DATABASE IF EXISTS {{mysql_db_name}}" | mysql -u {{mysql_user}} -p{{mysql_password}} - name: Create a new mysql database shell: echo "CREATE DATABASE {{mysql_db_name}}" | mysql -u {{mysql_user}} -p{{mysql_password}} - name: Initialize database schema shell: find {{code_dir}}/docs/database/tables -type f -exec cat {} \; | mysql -u {{mysql_user}} -p{{mysql_password}} {{mysql_db_name}} - name: Fill database with initial values shell: mysql -u {{mysql_user}} -p{{mysql_root_password}} {{mysql_db_name}} < {{code_dir}}/docs/database/{{item}} with_items: - import/users.sql - import/acos.sql - import/aros_acos.sql - import/aros.sql - import/groups.sql - import/sinograms.sql - import/sinogram_subglyphs.sql - name: Install database triggers # This task requires mysql root for creating triggers shell: find {{code_dir}}/docs/database/triggers -type f -exec cat {} \; | mysql -u root -p{{mysql_root_password}} {{mysql_db_name}}
--- - name: Delete old database with same name if it exists shell: echo "DROP DATABASE IF EXISTS {{mysql_db_name}}" | mysql -u {{mysql_user}} -p{{mysql_password}} - name: Create a new mysql database shell: echo "CREATE DATABASE {{mysql_db_name}}" | mysql -u {{mysql_user}} -p{{mysql_password}} - name: Initialize database schema shell: find {{code_dir}}/docs/database/tables -type f -exec cat {} \; | mysql -u {{mysql_user}} -p{{mysql_password}} {{mysql_db_name}} - name: Fill database with initial values shell: mysql -u {{mysql_user}} -p{{mysql_root_password}} {{mysql_db_name}} < {{code_dir}}/docs/database/{{item}} with_items: - import/users.sql - import/groups.sql - import/sinograms.sql - import/sinogram_subglyphs.sql - name: Set up ACLs shell: sed 's,cake,{{code_dir}}/cake/console/cake -app {{code_dir}}/app,' {{code_dir}}/docs/database/acl/{{item}} | sh with_items: - acos - aros - aros_acos - name: Install database triggers # This task requires mysql root for creating triggers shell: find {{code_dir}}/docs/database/triggers -type f -exec cat {} \; | mysql -u root -p{{mysql_root_password}} {{mysql_db_name}}
Set up ACL directly using cake console commands
Set up ACL directly using cake console commands Because the .sql files are not maintained.
YAML
agpl-3.0
Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2
e4a13c844aaca20b9987e1193bcfa5c540179472
docker-compose.yml
docker-compose.yml
version: '2' services: web: image: nginx:latest ports: - "8080:80" volumes: - .:/usr/share/nginx/html:ro - ./api/nginx/site.conf:/etc/nginx/conf.d/default.conf php: image: php:7-fpm volumes: - .:/usr/share/nginx/html composer: image: composer/composer:php7 command: install --ignore-platform-reqs volumes: - .:/api
version: '2' services: web: image: nginx:latest ports: - "8080:80" volumes: - .:/usr/share/nginx/html:ro - ./api/nginx/site.conf:/etc/nginx/conf.d/default.conf php: image: php:7-fpm volumes: - .:/usr/share/nginx/html composer: image: composer/composer:php7 command: install --ignore-platform-reqs volumes: - .:/app
Fix docker composer not recognizing api folder
Fix docker composer not recognizing api folder
YAML
mit
ibnumalik/ibnumalik.github.io,ibnumalik/ibnumalik.github.io,ibnumalik/ibnumalik.github.io
2ae409f356caccd2b9037ded45d7ef3cf862b84a
docker-compose.yml
docker-compose.yml
version: '2' services: db: restart: always image: postgres:alpine redis: restart: always image: redis:alpine web: restart: always build: . env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" depends_on: - db - redis volumes: - ./public/assets:/mastodon/public/assets - ./public/system:/mastodon/public/system streaming: restart: always build: . env_file: .env.production command: npm run start ports: - "4000:4000" depends_on: - db - redis sidekiq: restart: always build: . env_file: .env.production command: bundle exec sidekiq -q default -q mailers -q pull -q push depends_on: - db - redis volumes: - ./public/system:/mastodon/public/system
version: '2' services: db: restart: always image: postgres:alpine volumes: - ./data/pgsql:/var/lib/postgresql/data redis: restart: always image: redis:alpine volumes: - ./data/redis:/data web: restart: always build: . env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" depends_on: - db - redis volumes: - ./public/assets:/mastodon/public/assets - ./public/system:/mastodon/public/system streaming: restart: always build: . env_file: .env.production command: npm run start ports: - "4000:4000" depends_on: - db - redis sidekiq: restart: always build: . env_file: .env.production command: bundle exec sidekiq -q default -q mailers -q pull -q push depends_on: - db - redis volumes: - ./public/system:/mastodon/public/system
Add volumes in docker compose to keep the database between restart
Add volumes in docker compose to keep the database between restart
YAML
agpl-3.0
WitchesTown/mastodon,WitchesTown/mastodon,WitchesTown/mastodon,WitchesTown/mastodon
948928911ffc7b1814be5dbab6203ca7a2677d39
.github/workflows/phpstan.yaml
.github/workflows/phpstan.yaml
name: Static Analysis on: pull_request: null push: branches: - master jobs: phpstan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v1 with: php-version: 7.3 coverage: none - run: composer install --no-progress - run: composer phpstan
name: Static Analysis on: pull_request: null push: branches: - master jobs: phpstan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v1 with: php-version: 7.3 coverage: none - run: | composer install --no-progress composer require staabm/annotate-pull-request-from-checkstyle:^1.0 - run: composer phpstan --error-format=checkstyle | vendor/bin/cs2pr
Annotate a Github Pull Request based on a Checkstyle XML-report
github-action: Annotate a Github Pull Request based on a Checkstyle XML-report
YAML
mit
RectorPHP/Rector
7dd3cea318011fcf3cc6e950fb77ec52c8cf1704
ansible/packer_reddit_app/vars.yml
ansible/packer_reddit_app/vars.yml
--- # file: vars.yml reddit_app_dest: /home/{{ reddit_app_user }}/reddit-app reddit_app_repo_url: https://github.com/Artemmkin/reddit.git reddit_app_user: appuser reddit_app_env: - DATABASE_URL={{ reddit_mongodb_bind_ip }}:{{ reddit_mongodb_port }} reddit_mongodb_bind_ip: "{{ ansible_default_ipv4.address }}" reddit_mongodb_key: 0C49F3730359A14518585931BC711F9BA15703C6 reddit_mongodb_repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/{{ reddit_mongodb_version | splitext | first }} multiverse reddit_mongodb_port: 27017 reddit_mongodb_version: 3.4.7 reddit_ruby_packages: - ruby-full - ruby-dev
--- # file: vars.yml reddit_app_dest: /home/{{ reddit_app_user }}/reddit-app reddit_app_repo_url: https://github.com/Artemmkin/reddit.git reddit_app_user: appuser reddit_app_db_host: 10.132.0.3 reddit_app_env: - DATABASE_URL={{ reddit_app_db_host }} reddit_mongodb_bind_ip: "{{ ansible_default_ipv4.address }}" reddit_mongodb_key: 0C49F3730359A14518585931BC711F9BA15703C6 reddit_mongodb_repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/{{ reddit_mongodb_version | splitext | first }} multiverse reddit_mongodb_port: 27017 reddit_mongodb_version: 3.4.7 reddit_ruby_packages: - ruby-full - ruby-dev
Add ansible variable for database host to connect
Add ansible variable for database host to connect
YAML
mit
jugatsu/infra,jugatsu/infra
f98b018d6a2036e5bcf954c4d990717265c5256a
packages/no/NoTrace.yaml
packages/no/NoTrace.yaml
homepage: https://github.com/CindyLinz/Haskell-NoTrace changelog-type: '' hash: 67c2725cc83da9632e848e57f909c98bf4e8aed169022b9e898689ede94f8d2f test-bench-deps: base: ! '>=4.5 && <4.11' maintainer: cindylinz@gmail.com synopsis: Remove all the functions come from Debug.Trace after debugging changelog: '' basic-deps: base: ! '>=4.7 && <4.11' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.0.1' - '0.3.0.0' - '0.3.0.1' - '0.3.0.2' author: Cindy Wang (CindyLinz) latest: '0.3.0.2' description-type: haddock description: ! 'This module introduce functions with identical types with functions in the Debug.Trace. When completing the debug process, use this module to overwrite and silently remove all the tracing functions.' license-name: MIT
homepage: https://github.com/CindyLinz/Haskell-NoTrace changelog-type: '' hash: 07733c0dbe1966eedbd5e321ba5894ef033de75cffcfe198b15a4c95025347f0 test-bench-deps: base: ! '>=4.5 && <4.12' maintainer: cindylinz@gmail.com synopsis: Remove all the functions come from Debug.Trace after debugging changelog: '' basic-deps: base: ! '>=4.7 && <4.12' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.0.1' - '0.3.0.0' - '0.3.0.1' - '0.3.0.2' - '0.3.0.3' author: Cindy Wang (CindyLinz) latest: '0.3.0.3' description-type: haddock description: ! 'This module introduce functions with identical types with functions in the Debug.Trace. When completing the debug process, use this module to overwrite and silently remove all the tracing functions.' license-name: MIT
Update from Hackage at 2018-09-26T17:59:07Z
Update from Hackage at 2018-09-26T17:59:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
478cc7988cb20bc52899359758cea02d153ef240
packages/pi/pidfile.yaml
packages/pi/pidfile.yaml
homepage: https://github.com/jonpetterbergman/pidfile changelog-type: markdown hash: b2c4bedc083a192b853dcbc12a04a2e66c80c740e5bef36a4c1286c1bdda508b test-bench-deps: {} maintainer: jon.petter.bergman@gmail.com synopsis: Run an IO action protected by a pidfile changelog: ! '# Revision history for pidfile ## 0.1.0.0 -- 2017-02-17 * First version in git. ## 0.1.0.1 -- 2017-02-17 * Cabal fix ## 0.1.0.2 -- 2017-11-29 ## 0.1.0.4 -- 2018-06-15 * Version bump ' basic-deps: unix: ! '>=2.7 && <2.8' base: ! '>=4.9 && <4.12' all-versions: - 0.1.0.1 - 0.1.0.2 - 0.1.0.3 author: Jon Petter Bergman latest: 0.1.0.3 description-type: haddock description: ! 'Run an IO action protected by a pidfile. This will prevent more than one instance of your program to run at a time.' license-name: BSD-3-Clause
homepage: https://github.com/jonpetterbergman/pidfile changelog-type: markdown hash: 739f5bb24f870426d8a8de59ae2bd12ed71616b88ef5ffbcd08305b2c9b0ae79 test-bench-deps: {} maintainer: jon.petter.bergman@gmail.com synopsis: Run an IO action protected by a pidfile changelog: | # Revision history for pidfile ## 0.1.0.0 -- 2017-02-17 * First version in git. ## 0.1.0.1 -- 2017-02-17 * Cabal fix ## 0.1.0.2 -- 2017-11-29 ## 0.1.0.4 -- 2018-06-15 * Version bump basic-deps: unix: ! '>=2.7 && <2.8' base: ! '>=4.9 && <5' all-versions: - 0.1.0.1 - 0.1.0.2 - 0.1.0.3 - 0.1.0.4 author: Jon Petter Bergman latest: 0.1.0.4 description-type: haddock description: |- Run an IO action protected by a pidfile. This will prevent more than one instance of your program to run at a time. license-name: BSD-3-Clause
Update from Hackage at 2019-03-29T06:16:35Z
Update from Hackage at 2019-03-29T06:16:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
8d8b625a3a203344b1e7c35ee43d1353c550bb83
packages/sy/symbols.yaml
packages/sy/symbols.yaml
homepage: '' changelog-type: markdown hash: 3dd6da172eae327943510aa4f3b70505ec320ae596a5746bef32e36cc97ff464 test-bench-deps: {} maintainer: kiss.csongor.kiss@gmail.com synopsis: Symbol manipulation changelog: ! '# Revision history for symbols ## 0.2.0.0 * added ToList, ToUpper, ToLower, ReadNat type families ## 0.1.0.0 * First version. Released on an unsuspecting world. ' basic-deps: base: ! '>=4.10 && <=5.0' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.0.1' author: Csongor Kiss latest: '0.2.0.1' description-type: markdown description: ! '# symbols Manipulate type-level strings. Available on [Hackage](https://hackage.haskell.org/package/symbols) The implementation is described in [this blog post](https://kcsongor.github.io/symbol-parsing-haskell/).' license-name: BSD3
homepage: '' changelog-type: markdown hash: 3dd6da172eae327943510aa4f3b70505ec320ae596a5746bef32e36cc97ff464 test-bench-deps: {} maintainer: kiss.csongor.kiss@gmail.com synopsis: Symbol manipulation changelog: ! '# Revision history for symbols ## 0.2.0.0 * added ToList, ToUpper, ToLower, ReadNat type families ## 0.1.0.0 * First version. Released on an unsuspecting world. ' basic-deps: base: ! '>=4.10 && <=5.0' all-versions: - '0.1.0.0' - '0.2.0.1' author: Csongor Kiss latest: '0.2.0.1' description-type: markdown description: ! '# symbols Manipulate type-level strings. Available on [Hackage](https://hackage.haskell.org/package/symbols) The implementation is described in [this blog post](https://kcsongor.github.io/symbol-parsing-haskell/).' license-name: BSD3
Update from Hackage at 2018-11-29T21:01:58Z
Update from Hackage at 2018-11-29T21:01:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
4a00935290162ebc1c205480b777f39f6c4a30e2
packages/gi/github-webhook-handler-snap.yaml
packages/gi/github-webhook-handler-snap.yaml
homepage: '' changelog-type: '' hash: 5742b5299b7bfb21630b9c53355cbe479edfc30a2421a93ff42fe845b23c6787 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: GitHub WebHook Handler implementation for Snap changelog: '' basic-deps: bytestring: -any case-insensitive: -any base: ! '>=4 && <4.9' uuid: -any github-types: ! '>=0.2 && <1' github-webhook-handler: ! '>=0.0.4 && <1' snap-core: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' author: Tomas Carnecky latest: '0.0.4' description-type: haddock description: '...' license-name: MIT
homepage: '' changelog-type: '' hash: 9a86b84cf5e3919199b016612231e24147c4d9d21cbaa4ba552b64d7bd70df8c test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: GitHub WebHook Handler implementation for Snap changelog: '' basic-deps: bytestring: -any case-insensitive: -any base: ! '>=4 && <4.9' uuid: -any github-types: ! '>=0.2 && <1' github-webhook-handler: ! '>=0.0.5 && <1' snap-core: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' author: Tomas Carnecky latest: '0.0.5' description-type: haddock description: '...' license-name: MIT
Update from Hackage at 2015-10-19T22:17:13+0000
Update from Hackage at 2015-10-19T22:17:13+0000
YAML
mit
commercialhaskell/all-cabal-metadata
711a5222f181904a3286215c737b69534a8e1acd
packages/se/serversession-frontend-snap.yaml
packages/se/serversession-frontend-snap.yaml
homepage: https://github.com/yesodweb/serversession changelog-type: '' hash: 177b6dd815fcc34a150cbcc382bf3895a1e18443ae8e740013c945e1406d89b4 test-bench-deps: {} maintainer: Felipe Lessa <felipe.lessa@gmail.com> synopsis: Snap bindings for serversession. changelog: '' basic-deps: snap: ==0.14.* bytestring: -any base: ==4.* time: -any unordered-containers: -any text: -any serversession: ==1.0.* path-pieces: -any snap-core: ==0.9.* transformers: -any nonce: -any all-versions: - '1.0' author: Felipe Lessa <felipe.lessa@gmail.com> latest: '1.0' description-type: markdown description: ! '# serversession-frontend-snap This package provide Snap bindings for the `serversession` package. Please [read the main README file](https://github.com/yesodweb/serversession/blob/master/README.md) for general information about the serversession packages. ' license-name: MIT
homepage: https://github.com/yesodweb/serversession changelog-type: markdown hash: 619cd6b1e9e0a411cf3ab56d33aabe92c61f476c1950c0ae34df50286fa0aa93 test-bench-deps: {} maintainer: Felipe Lessa <felipe.lessa@gmail.com> synopsis: Snap bindings for serversession. changelog: ! '1.0.1 * Get building on GHC-8 ' basic-deps: snap: ! '>=0.14' bytestring: -any base: ==4.* time: -any unordered-containers: -any text: -any serversession: ==1.0.* path-pieces: -any snap-core: ! '>=0.9' transformers: -any nonce: -any all-versions: - '1.0' - '1.0.1' author: Felipe Lessa <felipe.lessa@gmail.com> latest: '1.0.1' description-type: markdown description: ! '# serversession-frontend-snap This package provide Snap bindings for the `serversession` package. Please [read the main README file](https://github.com/yesodweb/serversession/blob/master/README.md) for general information about the serversession packages. ' license-name: MIT
Update from Hackage at 2017-03-04T00:00:45Z
Update from Hackage at 2017-03-04T00:00:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
29c93948a92a78e129c466bce018489317960b32
vars/slurm_ohpc.yml
vars/slurm_ohpc.yml
--- slurm_packages: - yum-plugin-versionlock - slurm-ohpc slurm_service_packages: - lua-devel - mailx - ohpc-slurm-server slurm_compute_packages: - ohpc-slurm-client slurm_conf_version_specific_params_list: - "SlurmctldSyslogDebug={{ slurm_slurmctld_syslog_debug }}" - "SlurmdSyslogDebug={{ slurm_slurmd_syslog_debug }}" slurm_slurmdbd_conf_version_specific_params_list: - "DebugLevelSyslog={{ slurm_slurmdbd_syslog_debug }}" slurm_cgroup_constrain_kmem_space: "no" # Workaround for Linux kernel bug, see slurm bug #5082 slurm_ohpc_versionlock_list: - 'slurm-ohpc' - 'slurm-*-ohpc' - 'ohpc-slurm-*' - 'munge*ohpc'
--- slurm_packages: - yum-plugin-versionlock - slurm-ohpc - xorg-x11-xauth slurm_service_packages: - lua-devel - mailx - ohpc-slurm-server slurm_compute_packages: - ohpc-slurm-client slurm_conf_version_specific_params_list: - "SlurmctldSyslogDebug={{ slurm_slurmctld_syslog_debug }}" - "SlurmdSyslogDebug={{ slurm_slurmd_syslog_debug }}" slurm_slurmdbd_conf_version_specific_params_list: - "DebugLevelSyslog={{ slurm_slurmdbd_syslog_debug }}" slurm_cgroup_constrain_kmem_space: "no" # Workaround for Linux kernel bug, see slurm bug #5082 slurm_ohpc_versionlock_list: - 'slurm-ohpc' - 'slurm-*-ohpc' - 'ohpc-slurm-*' - 'munge*ohpc'
Add xorg-x11-xauth to package list for OHPC
Add xorg-x11-xauth to package list for OHPC
YAML
mit
CSC-IT-Center-for-Science/ansible-role-slurm
fb1d1e6c66a85e0831b4c4269846d1cc4fba72fc
app.yaml
app.yaml
application: hymnpage2 version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: #root - url: / static_files: www/index.html upload: www/index.html #serve our home page in case index.html is requested - url: /index.html static_files: www/index.html upload: www/index.html #all images and support file (css, fonts...): return file if found, #otherwise the default 404 page so it can be handled by sites that link #directly to images. - url: /(.*\.(html|js|json|gif|png|jpg|ico|bmp|css|otf|eot|svg|ttf|woff)) static_files: www/\1 upload: www/(.*\.(html|js|json|gif|png|jpg|ico|bmp|css|otf|eot|svg|ttf|woff)) libraries: - name: webapp2 version: "2.5.2"
application: hymnpage version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: # root - url: / static_files: www/index.html upload: www/index.html # Serve our home page in case index.html is requested - url: /index.html static_files: www/index.html upload: www/index.html # All images and support file (css, fonts...): return file if found, # otherwise the default 404 page so it can be handled by sites that link # directly to images. - url: /(.*\.(html|js|json|gif|png|jpg|ico|bmp|css|otf|eot|svg|ttf|woff)) static_files: www/\1 upload: www/(.*\.(html|js|json|gif|png|jpg|ico|bmp|css|otf|eot|svg|ttf|woff)) libraries: - name: webapp2 version: "2.5.2"
Update GAE project name again
Update GAE project name again
YAML
mit
linfrank/hymnal-web,linfrank/hymnal-web
8be29773eea87df4148217bcd838bbdfb71e4805
metadata/org.ebur.debitum.yml
metadata/org.ebur.debitum.yml
Categories: - Money License: GPL-3.0-only SourceCode: https://github.com/marmo/debitum IssueTracker: https://github.com/marmo/debitum/issues Translation: https://github.com/Marmo/debitum/blob/master/TRANSLATION.md Changelog: https://github.com/Marmo/debitum/blob/HEAD/CHANGELOG.md AutoName: Debitum RepoType: git Repo: https://github.com/marmo/debitum Builds: - versionName: 1.1.0 versionCode: 3 commit: v1.1.0 subdir: app gradle: - yes - versionName: 1.2.0 versionCode: 4 commit: v1.2.0 subdir: app gradle: - yes - versionName: 1.2.1 versionCode: 5 commit: v1.2.1 subdir: app gradle: - yes - versionName: 1.3.0 versionCode: 7 commit: c3dcf61863facebd7378af531275d64356ba23a9 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.3.0 CurrentVersionCode: 7
Categories: - Money License: GPL-3.0-only SourceCode: https://github.com/marmo/debitum IssueTracker: https://github.com/marmo/debitum/issues Translation: https://github.com/Marmo/debitum/blob/master/TRANSLATION.md Changelog: https://github.com/Marmo/debitum/blob/HEAD/CHANGELOG.md AutoName: Debitum RepoType: git Repo: https://github.com/marmo/debitum Builds: - versionName: 1.1.0 versionCode: 3 commit: v1.1.0 subdir: app gradle: - yes - versionName: 1.2.0 versionCode: 4 commit: v1.2.0 subdir: app gradle: - yes - versionName: 1.2.1 versionCode: 5 commit: v1.2.1 subdir: app gradle: - yes - versionName: 1.3.0 versionCode: 7 commit: c3dcf61863facebd7378af531275d64356ba23a9 subdir: app gradle: - yes - versionName: 1.3.1 versionCode: 8 commit: fd2d89e5eb11b9434649f90bcd33493c4b1a9152 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.3.1 CurrentVersionCode: 8
Update Debitum to 1.3.1 (8)
Update Debitum to 1.3.1 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a199b0676783bc2ab8f6ccad8f7dd0119397d352
roles/self_signed_certificate/tasks/main.yml
roles/self_signed_certificate/tasks/main.yml
- name: self signed certificate shell: | hostname=`hostname` && crt_file="/etc/pki/tls/certs/${hostname}.crt" && key_file="/etc/pki/tls/private/${hostname}.key" && crt_and_key_file="/etc/pki/tls/private/${hostname}.crt_and_key" && subject="{{ self_signed_certificate_subject_prefix }}/CN=${hostname}" && openssl req -new -newkey rsa:2048 -sha1 -x509 -nodes \ -set_serial {{ self_signed_certificate_serial }} \ -days {{ self_signed_certificate_days }} \ -subj "$subject" \ -out "$crt_file" \ -keyout "$key_file" && cat "$crt_file" "$key_file" >> "$crt_and_key_file" && chmod 400 "$key_file" "$crt_and_key_file" creates="/etc/pki/tls/certs/{{ ansible_fqdn }}.crt"
- name: create private key for host shell: | creates=/etc/pki/tls/private/{{ ansible_fqdn }}.key umask 0277 && openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 \ -out /etc/pki/tls/private/{{ ansible_fqdn }}.key - name: self signed certificate shell: | creates=/etc/pki/tls/certs/{{ ansible_fqdn }}.crt openssl req -new -key /etc/pki/tls/private/{{ ansible_fqdn }}.key \ -subj "{{ self_signed_certificate_subject_prefix }}/CN={{ ansible_fqdn }}" \ -out /etc/pki/tls/certs/{{ ansible_fqdn }}.csr && openssl x509 -req -in /etc/pki/tls/certs/{{ ansible_fqdn }}.csr \ -signkey /etc/pki/tls/private/{{ ansible_fqdn }}.key \ -set_serial {{ self_signed_certificate_serial }} \ -days {{ self_signed_certificate_days }} \ -out /etc/pki/tls/certs/{{ ansible_fqdn }}.crt && rm /etc/pki/tls/certs/{{ ansible_fqdn }}.csr - name: self signed certificate followed by key shell: | creates=/etc/pki/tls/private/{{ ansible_fqdn }}.crt_and_key umask 0277 && cat /etc/pki/tls/certs/{{ ansible_fqdn }}.crt \ /etc/pki/tls/private/{{ ansible_fqdn }}.key > \ /etc/pki/tls/private/{{ ansible_fqdn }}.crt_and_key
Split tasks in self_signed_certificate role.
Split tasks in self_signed_certificate role.
YAML
mit
hnakamur/ansible-playbooks,hnakamur/ansible-playbooks
302313e032194cb4eb7694dcbd8b8b82dc978678
stack.yaml
stack.yaml
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-6.2 # Local packages, usually specified by relative directory name packages: - '.' - location: git: 'git@github.com:begriffs/postgrest.git' commit: 'v0.3.2.0' # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: - bytestring-tree-builder-0.2.7 - hasql-0.19.12 - Ranged-sets-0.3.0 - hasql-pool-0.4.1 - hasql-transaction-0.4.5 - postgresql-error-codes-1 flags: {} extra-package-dbs: []
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-6.2 # Local packages, usually specified by relative directory name packages: - '.' # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: - bytestring-tree-builder-0.2.7 - hasql-0.19.12 - Ranged-sets-0.3.0 - hasql-pool-0.4.1 - hasql-transaction-0.4.5 - postgresql-error-codes-1 - postgrest-0.3.2.0 flags: {} extra-package-dbs: []
Use postgrest version from hackage
Use postgrest version from hackage
YAML
mit
diogob/postgrest-ws,diogob/postgrest-ws,diogob/postgrest-ws
30e5032ade49885ee6b963f915fe692ec53cf513
stack.yaml
stack.yaml
resolver: lts-5.0 extra-deps: - hasql-0.19.3.3 - hasql-pool-0.4 - Ranged-sets-0.3.0 - packdeps-0.4.2.1 ghc-options: postgrest: -O2 -Werror -Wall -fwarn-monomorphism-restriction -fwarn-missing-exported-sigs -fwarn-identities packages: - '.'
resolver: lts-5.0 extra-deps: - hasql-0.19.3.3 - hasql-pool-0.4 - Ranged-sets-0.3.0 - packdeps-0.4.2.1 ghc-options: postgrest: -O1 -Werror -Wall -fwarn-monomorphism-restriction -fwarn-missing-exported-sigs -fwarn-identities packages: - '.'
Use lower optimization to speed up regular dev builds
Use lower optimization to speed up regular dev builds
YAML
mit
steve-chavez/postgrest,steve-chavez/postgrest,begriffs/postgrest,Skyfold/postgrest,NotBrianZach/postgrest,ruslantalpa/postgrest,diogob/postgrest,league/postgrest
a4e0db673d350dc79896141f1a582e84e47c3ba3
stack.yaml
stack.yaml
flags: {} packages: - '.' extra-deps: - logging-3.0.5 resolver: lts-12.11
flags: {} packages: - '.' extra-deps: - logging-3.0.5 - git: https://github.com/emhoracek/xml.git commit: 3e1bd12882d7c452d76e39e1db1b95577f38d4d7 subdirs: - xml-conduit - html-conduit resolver: lts-12.11
Use fork of html-conduit to avoid script tag bug
Use fork of html-conduit to avoid script tag bug
YAML
isc
positiondev/larceny
b8c409580434ac70365baa3b3ec903d8280568f8
tests/all_services_are_up.yml
tests/all_services_are_up.yml
--- - hosts: localhost gather_facts: no vars: services_health_checks: - https://voot.vm.openconext.org/health - https://teams.vm.openconext.org/api/teams/health # - https://manage.vm.openconext.org/health - https://multidata.vm.openconext.org/health - https://pdp.vm.openconext.org/pdp/api/health - https://voot.vm.openconext.org/health - https://aa.vm.openconext.org/aa/api/health - https://authz.vm.openconext.org/health - https://authz-admin.vm.openconext.org/health - https://authz-playground.vm.openconext.org/health - https://manage.vm.openconext.org/manage/api/health tasks: - uri: url={{ item }} # register: result # until: "'UP' in result.content" retries: 5 delay: 10 with_items: "{{ services_health_checks }}" # - uri: url={{ item }} return_content=yes # register: result # until: "'UP' in result.content" # retries: 5 # delay: 10 # with_items: "{{ services_health_checks }}"
--- - hosts: localhost gather_facts: no vars: services_health_checks: - https://engine.vm.openconext.org/health - https://profile.vm.openconext.org/health - https://voot.vm.openconext.org/health - https://teams.vm.openconext.org/api/teams/health - https://manage.vm.openconext.org/health - https://multidata.vm.openconext.org/health - https://pdp.vm.openconext.org/pdp/api/health - https://voot.vm.openconext.org/health - https://aa.vm.openconext.org/aa/api/health - https://authz.vm.openconext.org/health - https://authz-admin.vm.openconext.org/health - https://authz-playground.vm.openconext.org/health - https://manage.vm.openconext.org/manage/api/health tasks: - uri: url={{ item }} # register: result # until: "'UP' in result.content" retries: 5 delay: 10 with_items: "{{ services_health_checks }}" # - uri: url={{ item }} return_content=yes # register: result # until: "'UP' in result.content" # retries: 5 # delay: 10 # with_items: "{{ services_health_checks }}"
Add some more health checks
Add some more health checks
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
5eb623c97fd0c9d7e1f2704c4de308ba7a4606ec
demo/config/pod.yaml
demo/config/pod.yaml
apiVersion: v1 kind: Pod metadata: labels: name: blog name: blog-pod spec: containers: - name: git-sync image: gcr.io/google_containers/git-sync imagePullPolicy: Always volumeMounts: - name: markdown mountPath: /git env: - name: GIT_SYNC_REPO value: https://github.com/GoogleCloudPlatform/kubernetes.git - name: GIT_SYNC_DEST value: /git - name: hugo image: gcr.io/google_containers/hugo imagePullPolicy: Always volumeMounts: - name: markdown mountPath: /src - name: html mountPath: /dest env: - name: HUGO_SRC value: /src/git-sync/demo/blog - name: HUGO_BUILD_DRAFT value: "true" - name: HUGO_BASE_URL value: example.com - name: nginx image: nginx volumeMounts: - name: html mountPath: /usr/share/nginx/html ports: - containerPort: 80 volumes: - name: markdown emptyDir: {} - name: html emptyDir: {}
apiVersion: v1 kind: Pod metadata: labels: name: blog name: blog-pod spec: containers: - name: git-sync image: gcr.io/google_containers/git-sync imagePullPolicy: Always volumeMounts: - name: markdown mountPath: /git env: - name: GIT_SYNC_REPO value: https://github.com/GoogleCloudPlatform/kubernetes.git - name: GIT_SYNC_DEST value: git - name: hugo image: gcr.io/google_containers/hugo imagePullPolicy: Always volumeMounts: - name: markdown mountPath: /src - name: html mountPath: /dest env: - name: HUGO_SRC value: /src/git-sync/demo/blog - name: HUGO_BUILD_DRAFT value: "true" - name: HUGO_BASE_URL value: example.com - name: nginx image: nginx volumeMounts: - name: html mountPath: /usr/share/nginx/html ports: - containerPort: 80 volumes: - name: markdown emptyDir: {} - name: html emptyDir: {}
Use bare name for DEST in example
Use bare name for DEST in example Using a path for DEST will fail in subsequent syncs #8. Using a bare name in examples.
YAML
apache-2.0
kubernetes/git-sync,kubernetes/git-sync
a9d1dda2c5bb3f359a889eb4668d57352b09822c
roles/languages/tasks/main.yml
roles/languages/tasks/main.yml
--- - dnf: name={{ item }} state=latest name: install R, Go, and Haskell become: true with_items: - haskell-platform - R - autoconf - make - golang tags: - packages when: ansible_distribution == 'Fedora' - include: python.yml - include: ruby.yml - name: Install node version manager and make sure stable & LTS are installed shell: > curl -vsL https://git.io/n-install | N_PREFIX=~/.local/n bash -s -- -n stable lts args: creates: /home/ryansb/.local/n/bin/n - name: make R module dir file: path=~/.rlang/lib/ state=directory - copy: src=Rprofile dest=~/.Rprofile - copy: src=Renviron dest=~/.Renviron
--- - dnf: name={{ item }} state=latest name: install R, Go, and Haskell become: true with_items: - haskell-platform - R - autoconf - make - golang tags: - packages when: ansible_distribution == 'Fedora' - include: python.yml - include: ruby.yml - block: - name: grab n install script get_url: url: https://git.io/n-install dest: ~/.bin/n-install.sh mode: '0754' - name: Install node version manager and make sure stable & LTS are installed shell: > ~/.bin/n-install.sh -y -n stable lts environment: N_PREFIX: '{{ ansible_user_dir }}/.local/n' args: creates: '{{ ansible_user_dir }}/.local/n/bin/n' - name: make R module dir file: path=~/.rlang/lib/ state=directory - copy: src=Rprofile dest=~/.Rprofile - copy: src=Renviron dest=~/.Renviron
Add `n` version manager install
Add `n` version manager install
YAML
mit
ryansb/workstation,ryansb/workstation,ryansb/workstation
ae402d2b525af47c72ae423d3d9268ee7467b012
packages/se/semver-range.yaml
packages/se/semver-range.yaml
homepage: '' changelog-type: '' hash: 7644e8b85c337a04f32e2627efd7afd059ec910be195664458c2317f5d95f67c test-bench-deps: {} maintainer: anelson@narrativescience.com synopsis: An implementation of semver and semantic version ranges. changelog: '' basic-deps: base: ! '>=4.8 && <4.9' unordered-containers: -any text: -any parsec: -any classy-prelude: -any all-versions: - '0.1.0' author: Allen Nelson latest: '0.1.0' description-type: haddock description: '' license-name: MIT
homepage: '' changelog-type: '' hash: b5c7d557fc25cf5b45283b9916df36f628fc18814b678ec187d8a06391d5173f test-bench-deps: {} maintainer: anelson@narrativescience.com synopsis: An implementation of semver and semantic version ranges. changelog: '' basic-deps: base: ! '>=4.8 && <4.9' unordered-containers: -any text: -any parsec: -any classy-prelude: -any all-versions: - '0.1.0' - '0.1.1' author: Allen Nelson latest: '0.1.1' description-type: haddock description: '' license-name: MIT
Update from Hackage at 2015-10-29T19:17:02+0000
Update from Hackage at 2015-10-29T19:17:02+0000
YAML
mit
commercialhaskell/all-cabal-metadata
3e3b64be9c4f3fd8f9e52ec459e950d4bd4f46b2
defaults/main.yml
defaults/main.yml
--- nodejs_playbook_version: "0.1.6" nodejs_install_source: build #One of: build (from source), nodesource_debs (works only on debian-based distros) nodejs_version: "0.10.36" nodejs_path: "/usr/local/" nodejs_tmp_dir: "/tmp/" nodejs_global_packages: - nodemon - debug - foreman nodejs_version_tag: "v{{nodejs_version}}" nodejs_file_tag: "node-{{nodejs_version_tag}}" nodejs_file_name: "{{nodejs_file_tag}}.tar.gz" nodejs_base_url: "http://nodejs.org/dist/v{{nodejs_version}}/" nodejs_tarball_url: "{{nodejs_base_url}}{{nodejs_file_name}}" nodejs_shasum_url: "{{nodejs_base_url}}SHASUMS.txt"
--- nodejs_playbook_version: "0.1.6" nodejs_install_source: '{% if ansible_os_family == "Debian" %}nodesource_debs{% else %}build{% endif %}' nodejs_version: "0.10.36" nodejs_path: "/usr/local/" nodejs_tmp_dir: "/tmp/" nodejs_global_packages: - nodemon - debug - foreman nodejs_version_tag: "v{{nodejs_version}}" nodejs_file_tag: "node-{{nodejs_version_tag}}" nodejs_file_name: "{{nodejs_file_tag}}.tar.gz" nodejs_base_url: "http://nodejs.org/dist/v{{nodejs_version}}/" nodejs_tarball_url: "{{nodejs_base_url}}{{nodejs_file_name}}" nodejs_shasum_url: "{{nodejs_base_url}}SHASUMS.txt"
Install nodejs from nodesource on debian by default
Install nodejs from nodesource on debian by default
YAML
apache-2.0
ei-grad/ansible-nodejs
7ec4a0b1a50dbac73be018bdcee6492104a1f513
playbooks/manage-services.yml
playbooks/manage-services.yml
--- - hosts: all pre_tasks: - name: Include user-override vars include_vars: "{{ rock_config }}" tasks: - name: Populate service facts service_facts: - name: Flatten ROCK services set_fact: flat_services: "{{ ansible_facts.services | flatten(levels=1) | replace('.service', '') }}" - name: collect enabled services set_fact: enabled_services: {{ rock_services | selectattr("enabled", "equalto", True) | map(attribute="name") | list }} - name: Collect ROCK services from facts set_fact: host_services: "{{ flat_services | intersect(enabled_services) }}" - name: Perform requested service action service: name: "{{ item }}" state: "{{ service_state }}" loop: "{{ host_services }}" tags: - service_mgmt - name: Register service status shell: systemctl status -n 3 {{ item }}* loop: "{{ host_services }}" register: services changed_when: false tags: - service_status - name: Output service status debug: msg: "{{ item.stdout }}" loop: "{{ services.results }}" loop_control: label: "{{ item._ansible_item_label }}" tags: - service_status
--- - hosts: all pre_tasks: - name: Include user-override vars include_vars: "{{ rock_config }}" tasks: - name: Populate service facts service_facts: - name: Flatten ROCK services set_fact: flat_services: "{{ ansible_facts.services | flatten(levels=1) | replace('.service', '') }}" - name: collect enabled services set_fact: enabled_services: "{{ rock_services | selectattr('enabled', 'equalto', True) | map(attribute='name') | list }}" - name: Collect ROCK services from facts set_fact: host_services: "{{ flat_services | intersect(enabled_services) }}" - name: Perform requested service action service: name: "{{ item }}" state: "{{ service_state }}" loop: "{{ host_services }}" tags: - service_mgmt - name: Register service status shell: systemctl status -n 3 {{ item }}* loop: "{{ host_services }}" register: services changed_when: false tags: - service_status - name: Output service status debug: msg: "{{ item.stdout }}" loop: "{{ services.results }}" loop_control: label: "{{ item._ansible_item_label }}" tags: - service_status
Fix quoting of manage services playbook
Fix quoting of manage services playbook Fixes #487
YAML
unknown
rocknsm/SimpleRock,rocknsm/rock,rocknsm/SimpleRock,CyberAnalyticDevTeam/SimpleRock,CyberAnalyticDevTeam/SimpleRock,rocknsm/rock,CyberAnalyticDevTeam/SimpleRock,rocknsm/rock,rocknsm/SimpleRock
200a988c5e21007ea911cccc788643d1912d1bdb
.github/ISSUE_TEMPLATE/extension_proposal.yml
.github/ISSUE_TEMPLATE/extension_proposal.yml
name: Extension Proposal description: Propose a new extension in Quarkus labels: kind/extension-proposal body: - type: textarea validations: required: true attributes: label: Description description: >- Describe the extension clearly and concisely. value: Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right). - type: textarea attributes: label: Configuration suggestion placeholder: >- ```properties # Add your application.properties here, if applicable. ``` - type: textarea attributes: label: Additional context description: > Add any other context about the proposal here.
name: Extension Proposal description: Propose a new extension in Quarkiverse labels: [area/quarkiverse,kind/extension-proposal] body: - type: textarea validations: required: true attributes: label: Description description: >- Describe the extension clearly and concisely. value: Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right). - type: input validations: required: true attributes: label: Repository name description: >- What should be the repository name for this extension? value: quarkus-<YOUR_EXTENSION> - type: input validations: required: true attributes: label: Short description description: >- Please provide a short description (1 line) about this extension - type: input validations: required: false attributes: label: Repository Homepage URL description: >- A URL with more information about the technology this extension promotes (defaults to the Quarkiverse Docs repository) value: https://quarkiverse.github.io/quarkiverse-docs/<REPOSITORY_NAME>/dev/ - type: textarea attributes: label: Repository Topics description: "To help other people find and contribute to your project, you can add topics to your repository related to your project's intended purpose, subject area, affinity groups, or other important qualities." value: | - quarkus-extension - ... - type: textarea attributes: label: Team Members description: "Please list the team members that will lead the development of this extension. If you are simply proposing an extension for others to pick up, leave it blank" value: | - - type: checkboxes attributes: label: GitHub Applications? description: Do you need any of these GitHub applications enabled in your repository? options: - label: "[Stale](https://github.com/marketplace/stale) - Automatically close stale Issues and Pull Requests that tend to accumulate during a project" - type: textarea attributes: label: Additional context description: > Add any other context about the proposal here.
Improve the extension proposal form
Improve the extension proposal form
YAML
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
61e9cf94609a546effd9e7c52e535a825499e6a2
site/.forestryio/front_matter/templates/testing-if-this-works.yml
site/.forestryio/front_matter/templates/testing-if-this-works.yml
--- hide_body: false fields: - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: datetime hidden: false default: '' - name: description label: Description type: textarea hidden: false default: '' - name: image label: Image type: file hidden: false default: '' - name: type label: Type type: text hidden: false default: ''
--- hide_body: false fields: - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: datetime hidden: false default: '' - name: description label: News Summary type: textarea hidden: false default: '' description: Short summary of the news post. - name: image label: Image type: file hidden: false default: '' - name: type label: Type type: text hidden: true default: news
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site
5db6c7ecbb9ba581f1e103aa5423412d29650d1e
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.12" - "4" addons: apt: packages: - fontforge
language: node_js sudo: false node_js: - "0.12" - "4" - "5" addons: apt: packages: - fontforge
Add Node 5 to Travis CI.
Add Node 5 to Travis CI.
YAML
mit
sapegin/grunt-webfont,sapegin/grunt-webfont,wavemaker/wavicon,sapegin/grunt-webfont,wavemaker/wavicon
4e0048dda85af62ea78d3db979e4202555b757fa
.travis.yml
.travis.yml
--- language: ruby dist: trusty sudo: true before_install: - rvm get head - gem install bundler - export CXX="g++-4.8" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 rvm: - 2.2.4 - 2.3.1 - ruby-head - rbx - jruby-9.1.0.0 - jruby-head script: ./.travis.sh sudo: false matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx notifications: recipients: - mail@zzak.io slack: sinatrarb:LQGhUfGYcqRgRzwKea0bqUhY
--- language: ruby dist: trusty sudo: true before_install: - rvm get head - gem install bundler - export CXX="g++-4.8" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 rvm: - 2.2.4 - 2.3.1 - ruby-head - rbx - jruby-9.1.0.0 - jruby-head script: ./.travis.sh matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx notifications: recipients: - mail@zzak.io slack: sinatrarb:LQGhUfGYcqRgRzwKea0bqUhY
Remove double "sudo" declaration from Travis config
Remove double "sudo" declaration from Travis config
YAML
mit
JonMidhir/sinatra,JonMidhir/sinatra,mwpastore/sinatra,jkowens/sinatra,jkowens/sinatra,ryanshaw/sinatra,mwpastore/sinatra,JonMidhir/sinatra,jkowens/sinatra,sinatra/sinatra,burningTyger/sinatra,sinatra/sinatra,burningTyger/sinatra,ryanshaw/sinatra,mwpastore/sinatra,burningTyger/sinatra
22b1b4b1fdb2841d5825899bdded77c42d4cccf1
.travis.yml
.travis.yml
language: java #// TODO:09-11-16:dmytro.dashenkov: Configure javafx dependencies and change to oraclejdk7. jdk: - oraclejdk8 before_install: - chmod +x gradlew script: - ./gradlew build --stacktrace after_success: - chmod +x ./script/publish_artifacts.sh - ./script/publish_artifacts.sh
language: java jdk: - oraclejdk7 before_install: - chmod +x gradlew script: - ./gradlew build --stacktrace after_success: - chmod +x ./script/publish_artifacts.sh - ./script/publish_artifacts.sh
Change Travis JDK version to oralcejdk7.
Change Travis JDK version to oralcejdk7.
YAML
apache-2.0
SpineEventEngine/gae-java,SpineEventEngine/gae-java
ad8b1191812928e873b01bf6c6c04930ddeca992
.travis.yml
.travis.yml
language: java sudo: required jdk: # - oraclejdk9 - oraclejdk8 - oraclejdk7 # - oraclejdk6 - End of life # - openjdk8 - Unknown # - openjdk7 # - openjdk6 # enable codecov reporting... after_success: - bash <(curl -s https://codecov.io/bash) # disable email notifications... notifications: email: false # enable gradle dependency caching... before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java sudo: required jdk: - oraclejdk7 # enable codecov reporting... after_success: - bash <(curl -s https://codecov.io/bash) # disable email notifications... notifications: email: false # enable gradle dependency caching... before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
Build using only sun jdk7.
Build using only sun jdk7.
YAML
mit
llaaiiqq/groovy-events-listener-plugin,llaaiiqq/groovy-events-listener-plugin,jenkinsci/groovy-events-listener-plugin,jenkinsci/groovy-events-listener-plugin,nickgrealy/global-events,nickgrealy/global-events
855e02e2cdaba9062791ae9f384ae48a5a37b303
.travis.yml
.travis.yml
sudo: false language: ruby cache: - bundler bundler_args: --jobs 1 --retry 5 --without development --path vendor/bundle rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 - ruby-head - rbx-2 env: - COMPILER=gcc - COMPILER=clang matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-2 branches: only: - master notifications: email: on_success: change on_failure: change before_install: - export CC=$(which $COMPILER) before_script: - bundle exec rake clean clobber script: - bundle exec rake test
sudo: false language: ruby cache: - bundler bundler_args: --jobs 1 --retry 5 --without development --path vendor/bundle rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head - rbx-2 env: - COMPILER=gcc - COMPILER=clang matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-2 branches: only: - master notifications: email: on_success: change on_failure: change before_install: - export CC=$(which $COMPILER) before_script: - bundle exec rake clean clobber script: - bundle exec rake test
Update Ruby version in Travis CI.
Update Ruby version in Travis CI. Signed-off-by: Krzysztof Wilczynski <5f1c0be89013f8fde969a8dcb2fa1d522e94ee00@linux.com>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
6494ecebc3e34f0fe919fee17994bbf785f1eca0
.travis.yml
.travis.yml
--- language: node_js sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" - "npm install -g grunt-cli" install: - npm install -g bower - npm install - bower install script: - npm test
--- language: node_js sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" - "npm install -g grunt-cli" install: - mkdir travis-phantomjs - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs - export PATH=$PWD/travis-phantomjs:$PATH - npm install -g bower - npm install - bower install script: - npm test
Enable PhantomJS 2.0 on Travis
Enable PhantomJS 2.0 on Travis
YAML
mit
Pandacorn/deco,Pandacorn/deco,Azure/deco,Azure/deco,felixrieseberg/xplat,traceyt/xplat,Pandacorn/deco,azure-storage/deco,felixrieseberg/xplat,traceyt/xplat,felixrieseberg/xplat,traceyt/xplat,Azure/deco,azure-storage/deco,azure-storage/deco
e76fe3b9c11808b22a60d95726ec4bcf91364234
.travis.yml
.travis.yml
language: python python: - "3.4" virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq libgdal1h - sudo apt-get install -qq python-gdal script: py.test scarplet/tests
language: python python: - "3.4" virtualenv: system_site_packages: true before_install: - sudo apt-get install -qq libgdal1h - sudo apt-get install -qq gdal-bin - sudo apt-get install -qq python-gdal script: py.test scarplet/tests
Install gdal binaries on Travis
Install gdal binaries on Travis
YAML
mit
rmsare/scarplet,stgl/scarplet
ce46f7f9d4ab100366ababf47a7a3c390c2a01bb
.travis.yml
.travis.yml
language: php services: docker env: - VERSION=platform install: - composer create-project silverstripe/installer ~/src - docker run -d --name database mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=true before_script: - env | sort - cd "$VERSION" - image="brettt89/silverstripe-web:${VERSION}" - image="${image//'/'/-}" script: - travis_retry docker build -t "$image" . - docker run --name web --link database "$image" -v ~/src:/var/www/html /var/www/html/framework/sake dev/build after_script: - docker images
language: php services: docker env: - VERSION=platform install: - composer create-project silverstripe/installer ~/src - docker run --name database --env MYSQL_ALLOW_EMPTY_PASSWORD=true mysql - echo "<?php \ndefine('SS_DATABASE_SERVER', 'database'); \ndefine('SS_DATABASE_USERNAME', 'root'); \ndefine('SS_DATABASE_PASSWORD', ''); \ndefine('SS_DATABASE_NAME', 'SS_mysite');" > ~/src/_ss_environment.php before_script: - env | sort - cd "$VERSION" - image="brettt89/silverstripe-web:${VERSION}" - image="${image//'/'/-}" script: - travis_retry docker build -t "$image" . - docker run --name web --link database --volume ~/src:/var/www/html "$image" php /var/www/html/framework/cli-script.php dev/build after_script: - docker images
Add _ss_environment.php settings for database
NEW: Add _ss_environment.php settings for database
YAML
mit
brettt89/silverstripe-web
a8d4bc858a31d1acd7efebb4d85a6d93da85db9c
.travis.yml
.travis.yml
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php # list any PHP version you want to test against php: # using major version aliases # aliased to a recent 5.3.x version - 5.3 # aliased to a recent 5.4.x version # - 5.4 # aliased to a recent 5.5.x version # - 5.5 # optionally specify a list of environments, for example to test different RDBMS env: - DB=mysql # execute any number of scripts before the test run, custom env's are available as variables before_script: - echo "USE mysql;\nUPDATE user SET password=PASSWORD('toor') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS test_architect;" -uroot -ptoor; fi - composer install # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use script: phpunit --coverage-html coverage # configure notifications (email, IRC, campfire etc) # notifications: # irc: "irc.freenode.org#travis"
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints language: php # list any PHP version you want to test against php: # using major version aliases # aliased to a recent 5.3.x version - 5.3 # aliased to a recent 5.4.x version # - 5.4 # aliased to a recent 5.5.x version # - 5.5 # optionally specify a list of environments, for example to test different RDBMS env: - DB=mysql # execute any number of scripts before the test run, custom env's are available as variables before_script: - echo "USE mysql;\nUPDATE user SET password=PASSWORD('toor') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS test_architect;" -uroot -ptoor; fi - composer install # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use script: phpunit --coverage-text # configure notifications (email, IRC, campfire etc) # notifications: # irc: "irc.freenode.org#travis"
Change coverage report to text
Change coverage report to text
YAML
mit
taviroquai/architect,taviroquai/architect
0c767676e8bd6c234ea2bb35c17c4e96f3818729
.travis.yml
.travis.yml
language: java cache: directories: - $HOME/.m2 before_install: - pip install --user codecov script: - mvn package after_success: - codecov branches: except: - gh-pages
language: java cache: directories: - $HOME/.m2 before_install: - pip install --user codecov script: - mvn package site after_success: - codecov branches: except: - gh-pages
Enable the GitHub maven site task.
Enable the GitHub maven site task.
YAML
mit
dbi1463/SortDescriptor
437950d3c3fe5288856cebf4b8bad9c4a589657a
.travis.yml
.travis.yml
language: python python: - 3.4 install: - pip install tox script: - tox env: - TIMEZONE=Etc/UTC TOXENV=py26 - TIMEZONE=Etc/UTC TOXENV=py27 - TIMEZONE=Etc/UTC TOXENV=py32 - TIMEZONE=Etc/UTC TOXENV=py33 - TIMEZONE=Etc/UTC TOXENV=py34 - TIMEZONE=Etc/UTC TOXENV=pypy - TIMEZONE=Etc/UTC TOXENV=pypy3 - TIMEZONE=Etc/UTC TOXENV=coverage install: - pip install nose - pip install coverage - pip install mock - pip install . sudo: false
language: python python: - 3.4 install: - pip install tox script: - tox env: - TIMEZONE=Etc/UTC TOXENV=py26 - TIMEZONE=Etc/UTC TOXENV=py27 - TIMEZONE=Etc/UTC TOXENV=py32 - TIMEZONE=Etc/UTC TOXENV=py33 - TIMEZONE=Etc/UTC TOXENV=py34 - TIMEZONE=Etc/UTC TOXENV=pypy - TIMEZONE=Etc/UTC TOXENV=pypy3 - TIMEZONE=Etc/UTC TOXENV=coverage sudo: false
Remove obsolete install section from Travis CI
Remove obsolete install section from Travis CI These were the original installation steps for running the tests on Travis CI. Now that tox is being used, the new, single step is all is needed. The original should have been removed in 4eac266.
YAML
bsd-3-clause
dirn/When.py
eae7e2c844e1b4a7f82a0c3d0f850027437a0deb
.travis.yml
.travis.yml
language: java install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B jdk: - openjdk7 - oraclejdk7 - oraclejdk8 matrix: fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/endpoint/c6cc872b193cbad86273/529f9078ed5ab0b3bf04ef9a/ 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: - mvn cobertura:cobertura -Dsurefire.useFile=false after_script: - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build -t cobertura -p "$(pwd)/target/cobertura" --exit-code $TRAVIS_TEST_RESULT; fi
language: java install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B jdk: - openjdk7 - oraclejdk7 - oraclejdk8 matrix: fast_finish: true notifications: webhooks: urls: - https://webhooks.gitter.im/endpoint/c6cc872b193cbad86273/529f9078ed5ab0b3bf04ef9a/ 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: - mvn cobertura:cobertura -Dsurefire.useFile=false after_script: - cd src/main/java - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ../../../cc-test-reporter format-coverage -t cobertura ../../../target/site/cobertura/coverage.xml; fi - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ../../../cc-test-reporter upload-coverage; fi
Fix use of Code Climate’s test-reporter
Fix use of Code Climate’s test-reporter
YAML
bsd-3-clause
koraktor/mavanagaiata
68c5dcb6800e837f28bc1445ea17e9399390037e
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 script: - rspec spec
language: ruby sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.2.0 - 2.2.1 script: - rspec spec
Add test for ruby 2.2.0, 2.2.1
Add test for ruby 2.2.0, 2.2.1
YAML
mit
volanja/ansible_tools
e6b724b93c1a6ae281dd1e5c88566745b7cdbc65
.travis.yml
.travis.yml
before_script: - psql -c 'create database sqlalchemy_i18n_test;' -U postgres language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 install: - pip install -e ".[test]" script: - flake8 sqlalchemy_i18n tests - python setup.py test
before_script: - psql -c 'create database sqlalchemy_i18n_test;' -U postgres language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - 3.5 install: - pip install -e ".[test]" script: - isort --verbose --recursive --diff sqlalchemy_i18n tests && isort --verbose --recursive --check-only sqlalchemy_i18n tests - flake8 sqlalchemy_i18n tests - python setup.py test
Add isort checks to CI tests
Add isort checks to CI tests
YAML
bsd-3-clause
kvesteri/sqlalchemy-i18n
eda7ae9e88a9690cda3a95a3a785a6b831655e12
.travis.yml
.travis.yml
--- language: python python: - '2.7' - '3.5' before_install: - "#sudo apt-get update > /dev/null && sudo apt-get install --no-install-recommends texlive-latex-recommended dvipng poppler-utils > /dev/null" cache: pip: true install: - pip install ansible script: - #bin/test.sh - echo Success anyway! - | find playbooks/ -type f \( -iname '*.yml' -or -iname '*.yaml' \) | while read playbook ; do ansible-playbook -i inventory/test.ini $playbook --syntax-check done
--- language: python python: - '2.7' - '3.5' before_install: - "#sudo apt-get update > /dev/null && sudo apt-get install --no-install-recommends texlive-latex-recommended dvipng poppler-utils > /dev/null" cache: pip: true install: - pip install ansible script: - #bin/test.sh - ./bin/build_haikus.sh && git diff --exit-code - | find playbooks/ -type f \( -iname '*.yml' -or -iname '*.yaml' \) | while read playbook ; do ansible-playbook -i inventory/test.ini $playbook --syntax-check done
Add tests to verify indeces
Add tests to verify indeces
YAML
mit
smaslennikov/smaslennikov.github.io,smaslennikov/smaslennikov.github.io,smaslennikov/smaslennikov.github.io
f14b50bf6cee7fafe09b7a4241b74ac7ca0178ea
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" install: "pip install -r requirements.txt" script: ./tests/run_tests.sh
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" - "3.8" install: "pip install -r requirements.txt" script: ./tests/run_tests.sh
Remove 3.4 as unsupported by LXML & add 3.7 and 3.8 prematurely
Remove 3.4 as unsupported by LXML & add 3.7 and 3.8 prematurely
YAML
mit
tilde-lab/tilde,tilde-lab/tilde,tilde-lab/tilde
b6cc5fbb91a0dadce9b0e3ad925cf17e7e246dbe
.travis.yml
.travis.yml
language: python python: - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - pip install -U pip - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install python-setuptools - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad # command to install dependencies install: # - "pip install -r requirements.txt --use-mirrors" - python setup.py install # command to run tests before_script: - pip install -U coverage - pip install coveralls script: - coverage run --source=timeside --omit=timeside/analyzer/aubio/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py,timeside/analyzer/vamp_plugin.py setup.py test after_success: - coveralls
language: python python: - "2.7" virtualenv: system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - pip install -U pip - pip install -U setuptools - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad # command to install dependencies install: # - "pip install -r requirements.txt --use-mirrors" - python setup.py install # command to run tests before_script: - pip install -U coverage - pip install coveralls script: - coverage run --source=timeside --omit=timeside/analyzer/aubio/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py,timeside/analyzer/vamp_plugin.py setup.py test after_success: - coveralls
Update setuptools via pip in Travis-CI
Update setuptools via pip in Travis-CI
YAML
agpl-3.0
Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide,Parisson/TimeSide
9e79e41cc66b85ef9b08a9d8fc1090aed92d3264
.travis.yml
.travis.yml
language: python python: - "3.4" install: - pip install coveralls - pip install pylint script: - nosetests --with-coverage --cover-package=javalikescanner - pylint --rcfile=pylint.conf javalikescanner - pylint --rcfile=pylint.conf tests after_success: - coveralls
language: python python: - "3.4" install: - pip install coveralls - pip install pylint script: - nosetests --with-coverage --cover-package=javalikescanner - pylint --rcfile=pylint.conf javalikescanner - pylint --rcfile=pylint.conf tests - pylint --rcfile=pylint.conf setup.py - python setup.py check after_success: - coveralls
Create tests for setup file validity
Create tests for setup file validity Add tests to the Travis CI config file which checks to make sure that the setup file is valid, and to make sure that it follows style conventions.
YAML
mit
ExcaliburZero/javalikescanner
eeda55bd1b9a7d10f685bff207c62c8edda95397
.travis.yml
.travis.yml
--- language: bash script: - bin/fetch-configlet - bin/configlet . sudo: false
--- language: bash script: - bin/fetch-configlet - bin/configlet lint . sudo: false
Call configlet subcommand on CI
Call configlet subcommand on CI This changes configlet to pass a subcommand. For now, we've released a version of configlet which handles both the old command: configlet path/to/track as well as the new command: configlet lint path/to/track This will let us update all the travis files to include the subcommand before we release the version of configlet that requires the subcommand.
YAML
mit
exercism/xplsql
9289be038ecdecdc67d5ec344780e664992915a4
.travis.yml
.travis.yml
language: php matrix: include: - php: 5.4 - php: 5.5 - php: 5.6 env: SCRUTINIZER_REPORT=true - php: 7.0 before_install: - composer self-update install: - composer install before_script: - phpenv rehash script: - php vendor/bin/phpunit --coverage-clover=coverage.clover - php vendor/bin/phpcs -n --standard=PSR2 --ignore=vendor . after_script: > [ "$SCRUTINIZER_REPORT" = true ] && wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
language: php matrix: include: - php: 5.6 env: SCRUTINIZER_REPORT=true - php: 7.0 before_install: - composer self-update install: - composer install before_script: - phpenv rehash script: - php vendor/bin/phpunit --coverage-clover=coverage.clover - php vendor/bin/phpcs -n --standard=PSR2 --ignore=vendor . after_script: > [ "$SCRUTINIZER_REPORT" = true ] && wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Remove unsupported PHP version from Travis
Remove unsupported PHP version from Travis
YAML
bsd-3-clause
particle-php/Filter
dc193bd32c14cb2fce63cd7a0df308c1b8834291
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.3 - 2.0.0 notifications: email: false
Stop emailing support about builds kthx
Stop emailing support about builds kthx
YAML
mit
github/github-ldap,wuranbo/github-ldap,github/github-ldap,wuranbo/github-ldap,timmjd/github-ldap,timmjd/github-ldap
6b9efedac45211c761b4bdfc352a5f02449338c6
.travis.yml
.travis.yml
language: php sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use before_script: - composer self-update - composer install script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover tests after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
language: php sudo: false php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use before_script: - composer self-update - composer install script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover tests after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Allow PHP7/HHVM to fail - something's changed in both of them compared to previous PHP
Allow PHP7/HHVM to fail - something's changed in both of them compared to previous PHP
YAML
mit
dvdoug/BoxPacker
d1c1ac9b7c2f72b09a6e9ab37a3ef0c2d3be2e73
.travis.yml
.travis.yml
language: ruby bundler_args: --without development script: bundle exec rspec spec rvm: - ruby-1.8.7 - ruby-1.9.3 - ruby-2.0.0
language: ruby script: bundle exec rspec spec rvm: - ruby-1.8.7 - ruby-1.9.3 - ruby-2.0.0
Install all deps when building on Travis
Install all deps when building on Travis
YAML
mit
crowdtap/github_authorized_keys
2e9950ec099b3e6ce6bd4ef7432e969c9485b2ad
.travis.yml
.travis.yml
language: php php: - 5.2 - 5.3 - 5.4 - 5.5 notifications: email: false env: - REPORT_EXIT_STATUS=1 NO_INTERACTION=1 #Compile before_script: - ./travis/compile.sh # Run PHPs run-tests.php script: - ./travis/run-test.sh
language: php php: - 5.4 - 5.5 notifications: email: false env: - REPORT_EXIT_STATUS=1 NO_INTERACTION=1 #Compile before_script: - ./travis/compile.sh # Run PHPs run-tests.php script: - ./travis/run-test.sh
Remove php 5.2 and 5.3 environment
Remove php 5.2 and 5.3 environment
YAML
mit
CraryPrimitiveMan/util,CraryPrimitiveMan/util,CraryPrimitiveMan/util
38a8ee07431edf5db72fc34bc36d02e651e39ebf
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" services: - couchdb before_script: curl -X PUT localhost:5984/stork_test
language: node_js node_js: - "0.10" services: - couchdb before_script: curl -X PUT localhost:5984/stork_test
Change tabs to spaces. Duh.
Change tabs to spaces. Duh.
YAML
bsd-3-clause
curtissimo/stork
86a71cb26ab33817130406358531fa096a88a026
.travis.yml
.travis.yml
language: node_js sudo: false env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 node_js: - "8" - "7" - "6" - "4" matrix: include: - node_js: node script: - npm test after_success: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js cache: directories: - "node_modules"
language: node_js sudo: false env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 node_js: - "node" - "8" - "7" - "6" - "4" matrix: include: - node_js: node script: - npm test after_success: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js cache: directories: - "node_modules"
Test latest node version too!
Test latest node version too!
YAML
mit
MySiteApp/node-safari-push-notifications,MySiteApp/node-safari-push-notifications,MySiteApp/node-safari-push-notifications
c349cf4d3ca7577f815a0d17db0e327e5fb1ecc3
.travis.yml
.travis.yml
language: ruby sudo: false bundler_args: --without development rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby-19mode - jruby-9.1.2.0 matrix: allow_failures: - rvm: jruby-9.1.2.0 gemfile: - Gemfile - gemfiles/rails41.gemfile - gemfiles/rails42.gemfile env: global: - CI="travis" - JRUBY_OPTS="--server -J-Xms512m -J-Xmx1G" matrix: - MONGODB=2.4.14 - MONGODB=2.6.11 - MONGODB=3.0.7 - MONGODB=3.2.0 before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz -O /tmp/mongodb.tgz - tar -xvf /tmp/mongodb.tgz - mkdir /tmp/data - ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --dbpath /tmp/data --bind_ip 127.0.0.1 --auth &> /dev/null & notifications: email: false irc: on_success: change on_failure: always channels: - "irc.freenode.org#mongoid"
language: ruby sudo: false bundler_args: --without development rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0 - jruby-19mode - jruby-9.1.5.0 gemfile: - Gemfile - gemfiles/rails41.gemfile - gemfiles/rails42.gemfile env: global: - CI="travis" - JRUBY_OPTS="--server -J-Xms512m -J-Xmx1G" matrix: - MONGODB=2.4.14 - MONGODB=2.6.11 - MONGODB=3.0.7 - MONGODB=3.2.0 before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz -O /tmp/mongodb.tgz - tar -xvf /tmp/mongodb.tgz - mkdir /tmp/data - ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --dbpath /tmp/data --bind_ip 127.0.0.1 --auth &> /dev/null & notifications: email: false irc: on_success: change on_failure: always channels: - "irc.freenode.org#mongoid"
Add JRuby 9 back into the Travis matrix
Add JRuby 9 back into the Travis matrix
YAML
mit
tzar/mongoid,tzar/mongoid
bbb5652467bd83c489eecf4ca5c4aeefd386feb7
.travis.yml
.travis.yml
language: python dist: trusty python: - 2.6 - 2.7 - pypy addons: apt: packages: - libfreetype6-dev - libjpeg8-dev - liblcms2-dev - libtiff5-dev - libwebp-dev - python-tk - tcl8.6-dev - tk8.6-dev - zlib1g-dev script: - pip install Pillow==2.3.0 - python -m doctest -v fabulous/*.py - python setup.py install - pip install sphinx==1.2.2 - pip install sphinxcontrib-programoutput - sphinx-build docs gh-pages notifications: email: false
language: python dist: trusty python: - 2.6 - 2.7 - pypy addons: apt: packages: - libfreetype6-dev - libjpeg8-dev - liblcms2-dev - libtiff5-dev - libwebp-dev - python-tk - tcl8.6-dev - tk8.6-dev - zlib1g-dev script: - pip install Pillow==2.3.0 - python -m doctest -v fabulous/*.py - python setup.py install - yes | fabulous-demo - pip install sphinx==1.2.2 - pip install sphinxcontrib-programoutput - sphinx-build docs gh-pages notifications: email: false
Add fabulous-demo test to Travis
Add fabulous-demo test to Travis
YAML
apache-2.0
jart/fabulous,jart/fabulous,jart/fabulous