commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
4ac4d56ad9f8d12c52e63f2aebb5ce5b4d1abe7a | logging.dist.yml | logging.dist.yml | version: 1
disable_existing_loggers: False
formatters:
simple:
format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
handlers:
console:
class: logging.StreamHandler
level: DEBUG
formatter: simple
stream: ext://sys.stdout
debug_file_handler:
class: l... | version: 1
disable_existing_loggers: False
formatters:
simple:
format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
handlers:
console:
class: logging.StreamHandler
level: DEBUG
formatter: simple
stream: ext://sys.stdout
debug_file_handler:
class: l... | Change log level for errors to 'WARNING' | Change log level for errors to 'WARNING'
| YAML | mit | kort/kort-to-osm,kort/kort-to-osm |
cb7b1fa349a15bc3412342adb7e6c7e65fc7f2e3 | lain.yaml | lain.yaml | appname: hagrid
build:
base: laincloud/centos-lain:20160503
prepare:
version: 3
script:
- npm install -g webpack webpack-dev-server
- mkdir -p /go/src/github.com/laincloud
script:
- npm install react react-dom babel-core babel-loader babel-preset-es2015 babel... | appname: hagrid
build:
base: laincloud/centos-lain:20160503
prepare:
version: 3
script:
- npm install -g webpack webpack-dev-server
- mkdir -p /go/src/github.com/laincloud
script:
- npm install react react-dom babel-core babel-loader babel-preset-es2015 babel... | Remove node_module dir to decrease the images size | Remove node_module dir to decrease the images size
| YAML | mit | laincloud/hagrid,laincloud/hagrid,laincloud/hagrid |
6c31f26b40ef285082ee2ca1e75904b1c2f4c65f | packages/gh/ghc-srcspan-plugin.yaml | packages/gh/ghc-srcspan-plugin.yaml | homepage: ''
changelog-type: ''
hash: 3131594b5f9d1fc3ee35a5d8f87b1361840d02778080a6494beef514250e02c1
test-bench-deps: {}
maintainer: eric@seidel.io
synopsis: ! 'Generic GHC Plugin for annotating Haskell code with source
location data.'
changelog: ''
basic-deps:
ghc: ! '>=7.8 && <8.2'
base: ! '>=4.7 && <5'
hp... | homepage: ''
changelog-type: ''
hash: abf672ae0ace499a4504948175e92b1604f94566295b6bbfafd1e9f2bb48f0fa
test-bench-deps: {}
maintainer: eric@seidel.io
synopsis: ! 'Generic GHC Plugin for annotating Haskell code with source
location data.'
changelog: ''
basic-deps:
ghc: ! '>=7.8'
base: ! '>=4.7 && <5'
hpc: -any
... | Update from Hackage at 2017-12-21T14:43:35Z | Update from Hackage at 2017-12-21T14:43:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a9fefcd506d2fcd39bae7612e9be49276b22e66d | packages/tr/trivial-constraint.yaml | packages/tr/trivial-constraint.yaml | homepage: https://github.com/leftaroundabout/trivial-constraint
changelog-type: ''
hash: 819468024c1eab92abdbb52427a81a6e31bbd458cd0185b4709310569d08256a
test-bench-deps: {}
maintainer: sagemuej@smail.uni-koeln.de
synopsis: Constraints that any type, resp. no type fulfills
changelog: ''
basic-deps:
base: ! '>=4.5 && ... | homepage: https://github.com/leftaroundabout/trivial-constraint
changelog-type: ''
hash: 2a6366931e8d4fedb8f78738e80ff1f09741ad621aef9202e15be33341ac970c
test-bench-deps: {}
maintainer: sagemuej@smail.uni-koeln.de
synopsis: Constraints that any type, resp. no type fulfills
changelog: ''
basic-deps:
base: ! '>=4.5 && ... | Update from Hackage at 2019-05-24T22:57:21Z | Update from Hackage at 2019-05-24T22:57:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8aa681c59ce4042285971cd56e9ae689f0b539f8 | metadata/com.iatfei.streakalarm.yml | metadata/com.iatfei.streakalarm.yml | Categories:
- Time
- Phone & SMS
License: GPL-3.0-or-later
SourceCode: https://github.com/fei0316/snapstreak-alarm
IssueTracker: https://github.com/fei0316/snapstreak-alarm/issues
AutoName: Streak Alarm
Description: |-
Reminds you to keep streaks by firing notification at user-defined intervals.
Only works... | Categories:
- Time
- Phone & SMS
License: GPL-3.0-or-later
SourceCode: https://github.com/fei0316/snapstreak-alarm
IssueTracker: https://github.com/fei0316/snapstreak-alarm/issues
AutoName: Streak Alarm
Description: |-
Reminds you to keep streaks by firing notification at user-defined intervals.
Only works... | Update Streak Alarm to 1.1.3 (16) | Update Streak Alarm to 1.1.3 (16)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
02189c43564f661742378a7623b22409aa7c295f | config/locales/en.yml | config/locales/en.yml | en:
spree:
buy_gift_card: "Buy gift card"
gift_card: 'Gift Card'
gift_cards: "Gift cards"
gift_card_calculator: 'Gift Card Calculator'
gift_code: 'Gift Code'
gift_code_applied: 'Gift code has been successfully applied to your order.'
gift_code_not_found: "The gift code you entered doesn't ... | en:
spree:
apply: "Apply"
back_to_gift_cards_list: "Back to Gift Cards List"
buy_gift_card: "Buy gift card"
current_value: "Current Value"
gift_card: 'Gift Card'
gift_cards: "Gift cards"
gift_card_calculator: 'Gift Card Calculator'
gift_code: 'Gift Code'
gift_code_applied: 'Gift co... | Add a few more translations. | Add a few more translations.
| YAML | bsd-3-clause | dotandbo/spree_gift_card,mr-ado/spree_gift_card,AdamGoodApp/spree_gift_card,JDutil/spree_gift_card,AdamGoodApp/spree_gift_card,mr-ado/spree_gift_card,AdamGoodApp/spree_gift_card,tcjuan/spree_gift_card,Boomkat/spree_gift_card,tcjuan/spree_gift_card,dotandbo/spree_gift_card,Boomkat/spree_gift_card,JDutil/spree_gift_card,... |
f5606574b5a16272f47f154e896f3afaaeecc9b4 | app/config/config_prod.yml | app/config/config_prod.yml | imports:
- { resource: config.yml }
#framework:
# validation:
# cache: apc
#doctrine:
# orm:
# metadata_cache_driver: apc
# result_cache_driver: apc
# query_cache_driver: apc
monolog:
handlers:
main:
type: fingers_crossed
action_level:... | imports:
- { resource: config.yml }
#framework:
# validation:
# cache: apc
#doctrine:
# orm:
# metadata_cache_driver: apc
# result_cache_driver: apc
# query_cache_driver: apc
monolog:
handlers:
main:
type: fingers_crossed
action_level:... | Handle logging using Logplex in prod (Heroku) | Handle logging using Logplex in prod (Heroku)
| YAML | apache-2.0 | blockcypher/php-wallet-sample,blockcypher/php-wallet-sample,blockcypher/php-wallet-sample |
cc1098f54c898b2cc2fe189099e8128a08a338af | app/config/config_test.yml | app/config/config_test.yml | imports:
- { resource: config_dev.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
router:
resource: "%kernel.root_dir%/config/routing_install.yml"
web_profiler:
toolbar: false
intercept_redirects: false
services:
... | imports:
- { resource: config_dev.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
router:
resource: "%kernel.root_dir%/config/routing_install.yml"
web_profiler:
toolbar: false
intercept_redirects: false
doctrine:
d... | Use the test database for doctrine instead of the normal one | Use the test database for doctrine instead of the normal one
| YAML | mit | tommyvdv/forkcms,Thijzer/forkcms,vytsci/forkcms,mathiashelin/forkcms,jessedobbelaere/forkcms,sumocoders/forkcms,carakas/forkcms,dmoerman/forkcms,DegradationOfMankind/forkcms,forkcms/forkcms,jessedobbelaere/forkcms,DegradationOfMankind/forkcms,DegradationOfMankind/forkcms,carakas/forkcms,jessedobbelaere/forkcms,jonasdek... |
fa1dd9a0bbe05afe0c2984dd2db053ea98a54cc6 | app/config/routing_dev.yml | app/config/routing_dev.yml | _wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_main:
resource: routing.yml
| _wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
options:
expose: true
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
options:
expose: true
_main:
resource: routing.yml
| Debug profiler route is hardcoded in JS | BAP-7813: Debug profiler route is hardcoded in JS | YAML | mit | jankkhvej/platform-application,cbradescu/deranjamente,vetal-e/academic_platform,jankkhvej/platform-application,devXpro/OROBug,vetal-e/academic_platform,cbradescu/deranjamente,vetal-e/academic_platform,vshabala/academic,cbradescu/deranjamente,cbradescu/orotlt,cbradescu/orotlt,vshabala/academic,orocrm/platform-applicatio... |
8c6d99d6377e58325a3f166613982819208d8edf | data/sites/dfe_media.yml | data/sites/dfe_media.yml | ---
site: dfe_media
host: media.education.gov.uk
redirection_date: 23rd April 2013
tna_timestamp: 20130123124929
title: Department for Education
furl: www.gov.uk/dfe
homepage: https://www.gov.uk/government/organisations/department-for-education
| ---
site: dfe_media
host: media.education.gov.uk
redirection_date: 23rd April 2013
tna_timestamp: 20130123124929
title: Department for Education
furl: www.gov.uk/dfe
homepage: https://www.gov.uk/government/organisations/department-for-education
css: department-for-education
---
| Add DFE branding for DFE subdomain | Add DFE branding for DFE subdomain
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
d32906451536331dd967e0f64751d6efbef69cbf | packages/al/alg.yaml | packages/al/alg.yaml | homepage: ''
changelog-type: ''
hash: ac4e231e4c8d8b69666d0a96e81373d4a3d000ac4f25e23c9546cce66b4509bd
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '0.1.0.0'
author: M Farkas-Dyck
latest: '0.1.0.0'
description-type: ... | homepage: ''
changelog-type: ''
hash: 7873bead6831f4d025b678f45cc0bea18e03415196dbda165823f50bd9850b1c
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '0.1.0.0'
- '0.1.1.1'
author: M Farkas-Dyck
latest: '0.1.1.1'
descri... | Update from Hackage at 2017-11-02T22:06:57Z | Update from Hackage at 2017-11-02T22:06:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ebf5133b63ee3f53d297074cc766f407a6e3fa1c | packages/hp/hpg.yaml | packages/hp/hpg.yaml | homepage: https://git.alokat.org/hpg
changelog-type: ''
hash: 5950e9c1c6a091ccf8da9547c2743534bf77bcbfabff95ef9254ed022edc88de
test-bench-deps: {}
maintainer: fritjof@alokat.org
synopsis: 'no'
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
random: -any
all-versions:
- '0.2'
- '0.3'
author: Fritjof Bornebusch
lat... | homepage: https://git.alokat.org/hpg
changelog-type: ''
hash: 80246472e24bdbd9852cd6eb239862984616e5bc4b83d453a98a2068c64e3de6
test-bench-deps: {}
maintainer: fritjof@alokat.org
synopsis: 'no'
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
random: -any
all-versions:
- '0.2'
- '0.3'
- '0.4'
author: Fritjof Borneb... | Update from Hackage at 2017-04-28T21:48:04Z | Update from Hackage at 2017-04-28T21:48:04Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
50099568d2b533176a3c5cc746cb6997ff770005 | tasks/install-yum.yml | tasks/install-yum.yml | ---
# Copyright 2016, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2016, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Add retry to comply with the until loop | Add retry to comply with the until loop
Change-Id: Ibbfbebb0b3b904deb340355e46c33e1b1e65fb1d
| YAML | apache-2.0 | openstack/openstack-ansible-memcached_server,openstack/openstack-ansible-memcached_server |
39d1aa3d960efb4fba2c97fcf41f9b13b55611a1 | src/main/resources/application.yml | src/main/resources/application.yml | server:
port: 8080
spring:
application:
name: game-of-life-client
eureka:
instance:
leaseRenewalIntervalInSeconds: 1
leaseExpirationDurationInSeconds: 2
healthcheck:
enabled: true
lease:
duration: 5
client:
serviceUrl:
defaultZone: ht... | server:
port: 8080
spring:
application:
name: game-of-life-client
eureka:
instance:
leaseRenewalIntervalInSeconds: 1
leaseExpirationDurationInSeconds: 2
healthcheck:
enabled: true
lease:
duration: 5
client:
serviceUrl:
defaultZone: ht... | Include the path in the client registrations as well | Include the path in the client registrations as well
| YAML | apache-2.0 | manuel-alvarez-alvarez/tdd-kata |
bb42e84116f83e50f33b352e0f333007047f2fb1 | packages/ha/haskus-utils-data.yaml | packages/ha/haskus-utils-data.yaml | homepage: http://www.haskus.org
changelog-type: ''
hash: 6dd3ecb6671b3eb888e479b5beb4a9fa7cee09c91683c88c501db6cd0177e427
test-bench-deps:
base: ! '>=4.9 && <5'
doctest: -any
maintainer: sylvain@haskus.fr
synopsis: Haskus data utility modules
changelog: ''
basic-deps:
extra: ! '>=1.4'
base: ! '>=4.9 && <5'
ha... | homepage: http://www.haskus.org
changelog-type: ''
hash: 48f62aa23d84b94edd0338379d3b3d74a34d3c2dbabf8c448a774a89ca70ea5d
test-bench-deps:
base: ! '>=4.9 && <5'
doctest: -any
maintainer: sylvain@haskus.fr
synopsis: Haskus data utility modules
changelog: ''
basic-deps:
extra: ! '>=1.4'
base: ! '>=4.12 && <5'
h... | Update from Hackage at 2020-02-21T09:26:20Z | Update from Hackage at 2020-02-21T09:26:20Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
53c156634d19213514b73fef15bbd6ae723e41a6 | _config.yml | _config.yml | title: Squirrely Girl Produce
email: squirrely.girl.produce@gmail.com
description: >
Hobby farm exploring Joel Salatin's pastured poultry techniques
with ducks and geese.
theme: minima
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
repository: sgproduce/sgproduce.github.io
collections:
ideas:
ou... | title: Squirrelly Girl Produce
email: squirrelly.girl.produce@gmail.com
description: Turning grass into eggs through portable pens on pasture
theme: minima
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
repository: sgproduce/sgproduce.github.io
collections:
ideas:
output: true
plans:
output: t... | Fix to match logo spelling and branding | Fix to match logo spelling and branding
| YAML | bsd-2-clause | sgproduce/sgproduce.github.io,sgproduce/sgproduce.github.io,sgproduce/sgproduce.github.io |
12f840fb16fac1bef65382f6ca6f7f6c7534fd26 | _config.yml | _config.yml | theme: jekyll-theme-cayman
title: Extending the Bash shell
description: ''
show_downloads: true
google_analytics:
| theme: jekyll-theme-cayman
title: bashlets
description: 'An experiment in extending the command-line interface'
show_downloads: true
google_analytics:
| Edit the site title and description. | Edit the site title and description.
| YAML | mit | bashlets/bashlets-library,bashlets/bashlets,bashlets/bashlets |
d48ee51106e7d5faab6e7b9d2706299afe1490a8 | _config.yml | _config.yml | # Site settings
title: JoeNyland.me
email: contact@joenyland.me
description: ""
baseurl: ""
url: "http://joenyland.me/"
github_username: joenyland
# Build settings
markdown: kramdown
permalink: pretty
| # Site settings
title: JoeNyland.me
email: contact@joenyland.me
description: ""
baseurl: ""
url: "http://joenyland.me/"
github_username: joenyland
# Build settings
markdown: kramdown
permalink: pretty
defaults:
-
scope:
path: ''
type: 'post'
values:
category: 'blog'
| Add default category for blog posts | Add default category for blog posts
| YAML | mit | MasterRoot24/masterroot24.github.io,MasterRoot24/masterroot24.github.io,MasterRoot24/masterroot24.github.io |
7f54079273ecc4d65cfd80b2a61391210b85604b | _config.yml | _config.yml | name: Nick Williams
tagline: Full-stack developer with a passion for JavaScript.
location: Leicestershire, UK
twitter: http://twitter.com/nickwuh
github: https://github.com/nilliams
markdown: redcarpet
pygments: false
sass:
sass_dir: _sass
| name: Nick Williams
tagline: Full-stack developer with a passion for JavaScript.
location: Leicestershire, UK
twitter: http://twitter.com/nickwuh
github: https://github.com/nilliams
markdown: redcarpet
pygments: false
permalink: /:title
sass:
sass_dir: _sass
| Use blog-post title for url by default (reverts e0d914f) | Use blog-post title for url by default (reverts e0d914f)
| YAML | mit | nilliams/jekyll-minimal-blog-theme,nilliams/jekyll-minimal-blog-theme,nilliams/jekyll-minimal-blog-theme |
2147de03e661474bd9c920a33d00a42ff9955e0b | infra/roles/base/tasks/main.yml | infra/roles/base/tasks/main.yml | - name: Install Packages
apt: >
pkg={{item}}
state=present
update-cache=yes
with_items:
# ansible permissions
- acl
# netstat
- net-tools | - name: Install Packages
apt: >
pkg={{item}}
state=present
update-cache=yes
with_items:
# ansible permissions
- acl
# netstat
- net-tools
- unzip | Include unzip (for basemaps file) | Include unzip (for basemaps file)
| YAML | mit | kinow/nz-osm-server,kinow/nz-osm-server,kinow/nz-osm-server,kinow/nz-osm-server |
f2b5bdaeec85485189795639c8439e876a14827d | utils/packaging/cleanup_opensuse.yml | utils/packaging/cleanup_opensuse.yml | ---
- name: Clean up zypper cache
command: zypper clean
- name: Really clean zypper cache
shell: for i in `ls /var/lib/zypp/`; do rm -rfv /var/lib/zypp/${i}/*; done
- name: Determine kernel version in chroot
shell: ls /lib/modules/
register: kernel_version
- name: Generate module dependencie... | ---
- name: Clean up zypper cache
command: zypper clean
- name: Really clean zypper cache
shell: for i in `ls /var/lib/zypp/`; do rm -rfv /var/lib/zypp/${i}/*; done
- name: Determine kernel version in chroot
shell: ls /lib/modules/
register: kernel_version
- name: Generate module dependencie... | Drop ignore errors on dracut regen | Drop ignore errors on dracut regen
| YAML | apache-2.0 | squashible/squashible,squashible/squashible |
2beb2429abe7c29897672eb362d08dbb521c9a21 | config/ruby-libs.yaml | config/ruby-libs.yaml | ---
# Configuration file defining ruby libraries to install
# using gem install (avoiding the distribution package manager)
gems:
- addressable
- cheat
- fastercsv
- hpricot
- htmlentities
- json
- kwalify
- libxml-ruby
- uuidtools
- xml-simple
# science
- bio
# databases
- couchdb-ruby
- ... | ---
# Configuration file defining ruby libraries to install
# using gem install (avoiding the distribution package manager)
gems:
- addressable
- cake
- cheat
- fastercsv
- hpricot
- htmlentities
- json
- kwalify
- libxml-ruby
- uuidtools
- xml-simple
# science
- bio
# databases
- couchdb-... | Add cake -- clojure build tool | Add cake -- clojure build tool
| YAML | mit | lpantano/cloudbiolinux,AICIDNN/cloudbiolinux,joemphilips/cloudbiolinux,rchekaluk/cloudbiolinux,averagehat/cloudbiolinux,chapmanb/cloudbiolinux,kdaily/cloudbiolinux,chapmanb/cloudbiolinux,heuermh/cloudbiolinux,elkingtonmcb/cloudbiolinux,lpantano/cloudbiolinux,pjotrp/cloudbiolinux,pjotrp/cloudbiolinux,heuermh/cloudbiolin... |
2a68f958f1a5f2c503dec22e3292fb3390eca973 | packages/bb/bbdb.yaml | packages/bb/bbdb.yaml | homepage: http://www.nadineloveshenry.com/haskell/database-bbdb.html
changelog-type: ''
hash: a359a5bdccd1259c662e04e49eca9f3ddba39d88fc9366fdc7d1f5ff827e2502
test-bench-deps: {}
maintainer: nadine.and.henry@pobox.com
synopsis: Ability to read, write, and examine BBDB files
changelog: ''
basic-deps:
base: ! '>=3 && <... | homepage: http://www.nadineloveshenry.com/haskell/database-bbdb.html
changelog-type: markdown
hash: 20e5d711f74ed2cc0768b631f0dc6095fecb207258360fc4a3950cb590dd140f
test-bench-deps: {}
maintainer: nadine.and.henry@pobox.com
synopsis: Ability to read, write, and examine BBDB files
changelog: ! 'Changes for Database/BBDB... | Update from Hackage at 2015-11-10T15:16:47+0000 | Update from Hackage at 2015-11-10T15:16:47+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
bb3a506e707f1990c914c2a0e351ab2d251b29fa | step.yml | step.yml | title: Gradle Coveralls
summary: |-
Runs Coveralls with `./gradlew`.
description: |-
Sends code coverage to www.coveralls.io. Uses `./gradlew coveralls` task. You have to configure “org.kt3k.gradle.plugin:coveralls-gradle-plugin” in your project first.
website: https://github.com/donvigo/steps-gradle-coveralls
sour... | title: Gradle Coveralls
summary: |-
Runs Coveralls with `./gradlew`.
description: |-
Sends code coverage to www.coveralls.io. Uses `./gradlew coveralls` task. You have to configure [org.kt3k.gradle.plugin:coveralls-gradle-plugin](https://github.com/kt3k/coveralls-gradle-plugin) in your project first.
website: https... | Add link to gradle coveralls plugin | Add link to gradle coveralls plugin | YAML | mit | donvigo/steps-gradle-coveralls |
3227b82c089d96ef40a903a4e5a669c3687b5ee8 | packages/gp/gpio.yaml | packages/gp/gpio.yaml | homepage: http://github.com/tgolson/gpio
changelog-type: ''
hash: 2590a40ba186bf40be137dcfe414ba53eb724e14b8c9cb2718affc892dcfa20b
test-bench-deps: {}
maintainer: tydotg@gmail.com
synopsis: Haskell GPIO interface, designed specifically for the RaspberryPi.
changelog: ''
basic-deps:
optparse-generic: -any
base: ! '>... | homepage: http://github.com/tgolson/gpio
changelog-type: ''
hash: 9147226881b1efe85748960462a0569c80725775fedd31f6f59ce103c33b9fff
test-bench-deps: {}
maintainer: tydotg@gmail.com
synopsis: Haskell GPIO interface, designed specifically for the RaspberryPi.
changelog: ''
basic-deps:
exceptions: -any
optparse-generic... | Update from Hackage at 2017-11-06T03:56:17Z | Update from Hackage at 2017-11-06T03:56:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
79ae37dd28f709a2878863d3fcec6516e78de8a8 | config/secrets.yml | config/secrets.yml | development:
secret_key_base: 510c1aa0ce4d41378702b88e81b2d99f746efd6d91a16ae8116ba97e9e90aa973005df29bb4980eb27a44047b63da66b1d19b7609e9b883a7966fdfb85c4eb03
test:
secret_key_base: fa789255abc85395d65cd632f8bd94b33a6addabc70e0f434ef91e2d51423f335f0baefe96a879d9dffc62f8b756cad85cd8375cd599037447063d366c2c4b2d
# D... | development:
secret_key_base: 510c1aa0ce4d41378702b88e81b2d99f746efd6d91a16ae8116ba97e9e90aa973005df29bb4980eb27a44047b63da66b1d19b7609e9b883a7966fdfb85c4eb03
test:
secret_key_base: fa789255abc85395d65cd632f8bd94b33a6addabc70e0f434ef91e2d51423f335f0baefe96a879d9dffc62f8b756cad85cd8375cd599037447063d366c2c4b2d
# D... | Revert "Add staging environment (2)" | Revert "Add staging environment (2)"
This reverts commit 43526c6e2f4801f961afe8ced00a04fbd43b4637.
| YAML | mit | Labtec/OpenLIS,Labtec/OpenLIS,Labtec/OpenLIS |
bf86188b41cf953850df2952af2d5c44de3819b7 | dev-quickstart/ubuntu-playbook.yml | dev-quickstart/ubuntu-playbook.yml | # Ansible playbook for ubuntu-like dev environments.
# Pulls and install my dotfiles, and installs some other tools.
---
- hosts: all
tasks:
- name: apt-get dependencies for rest of playbook
apt: name={{item}}
with_items:
- git
sudo: yes
- name: git force pull latest dotfiles
... | # Ansible playbook for ubuntu-like dev environments.
# Pulls and install my dotfiles, and installs some other tools.
---
- hosts: all
tasks:
- name: apt-get dependencies for rest of playbook
apt: name={{item}}
with_items:
- git
sudo: yes
- name: git force pull latest dotfiles
... | Add ngrok client to ubuntu playbook | Add ngrok client to ubuntu playbook
| YAML | mit | mattduck/dotfiles,mattduck/dotfiles |
811a77ea0133f6662d621c64d56148ee5a352cc2 | packages/pa/partial-semigroup.yaml | packages/pa/partial-semigroup.yaml | homepage: https://github.com/chris-martin/partial-semigroup
changelog-type: ''
hash: 47bb2cfc1fa944ff6de54f1a15ec46d5308f40ef8dbedc15a2007615f5653098
test-bench-deps:
base: ! '>=4.9 && <4.11'
hedgehog: ==0.5.*
doctest: ! '>=0.11 && <0.14'
partial-semigroup: -any
maintainer: Chris Martin <ch.martin@gmail.com>
sy... | homepage: https://github.com/chris-martin/partial-semigroup
changelog-type: ''
hash: 71182ad0c9e1ea2179d8fc94d19b05f7f2307ec7c6693e4feccbf78b2de34227
test-bench-deps:
base: ! '>=4.9 && <4.11'
hedgehog: ==0.5.*
doctest: ! '>=0.11 && <0.14'
partial-semigroup: -any
maintainer: Chris Martin <ch.martin@gmail.com>
sy... | Update from Hackage at 2017-10-23T23:46:21Z | Update from Hackage at 2017-10-23T23:46:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
106433962883efbe35bcbae95d6b7de12c3e064a | packages/ob/observable-sharing.yaml | packages/ob/observable-sharing.yaml | homepage: https://github.com/atzeus/observable-sharing
changelog-type: ''
hash: 50c1239edf0741bdc9a6bf6207eb085f1ac8f989dcaa9abde5ce8157bd2de6ee
test-bench-deps: {}
maintainer: mararon@chalmers.se
synopsis: Simple observable sharing
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
containers: -any
all-versions:
- ... | homepage: https://github.com/atzeus/observable-sharing
changelog-type: ''
hash: 6afbf20ac072f4d9a7c151396d0e9c4338148a4c8deae65adf7fdea4a41a972c
test-bench-deps: {}
maintainer: mararon@chalmers.se
synopsis: Simple observable sharing
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
containers: -any
all-versions:
- ... | Update from Hackage at 2015-06-30T14:21:44+0000 | Update from Hackage at 2015-06-30T14:21:44+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
1d14844b81986cd184ac3af92e76ba6ccb63b072 | tasks/fonts.yml | tasks/fonts.yml | - name: Add monospace fonts using Homebrew Cask
homebrew_cask: name={{ item }}
with_items:
- font-open-sans
- font-camingocode
- name: Add presentation fonts using Homebrew Cask
homebrew_cask: name={{ item }}
with_items:
- font-ubuntu
- font-fontawesome
- font-lato
- font-poiret-one
... | - name: Add monospace fonts using Homebrew Cask
homebrew_cask: name={{ item }}
with_items:
- font-open-sans
- font-camingocode
- name: Add presentation fonts using Homebrew Cask
homebrew_cask: name={{ item }}
with_items:
- font-ubuntu
- font-fontawesome
- font-lato
- font-poiret-one
... | Add Bebas Neue presentation font | Add Bebas Neue presentation font
| YAML | mit | frankhinek/mac-setup |
9b821d0cf8485f72038719c082013a03862ea302 | .github/workflows/publish-to-pypi.yml | .github/workflows/publish-to-pypi.yml | name: "Publish to PyPI"
on:
push:
branches: [ develop ]
tags: [ '*' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
schedule:
- cron: '30 22 15 * *'
jobs:
build-and-publish:
name: Build and publish Python distributions to PyPI
runs-... | name: "Publish to PyPI"
on:
push:
branches: [ develop ]
tags: [ '*' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
schedule:
- cron: '30 22 15 * *'
jobs:
build-and-publish:
name: Build and publish Python distributions to PyPI
runs-... | Swap pypa/gh-action-pypi-publish@master to release/v1 as recommended | Swap pypa/gh-action-pypi-publish@master to release/v1 as recommended
| YAML | bsd-3-clause | romgar/django-dirtyfields |
39c115f61e01f93d8f6b28a716dfe4af8ad88e71 | .github/workflows/publish-to-pypi.yml | .github/workflows/publish-to-pypi.yml | name: Publish Package
on:
push:
branches:
- main
jobs:
build-and-publish:
name: Build and publish Python package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
... | name: Publish Package
on:
push:
branches:
- master
jobs:
build-and-publish:
name: Build and publish Python package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9... | Use master branch to trigger publish | Use master branch to trigger publish | YAML | mit | rm-hull/luma.led_matrix |
54e8d2b12fd49815ca21969ba23650375d0ca00d | .github/workflows/windows_mkspecs.yml | .github/workflows/windows_mkspecs.yml | name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows... | name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows... | Update Windows C++ make-specs to new version 4.0.0 | Update Windows C++ make-specs to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/endian,steinwurf/endian |
1e7b0b9a85bbddc5632738755b57dc2e5ba7bdf3 | st2tests/st2tests/fixtures/history_views/filters.yaml | st2tests/st2tests/fixtures/history_views/filters.yaml | ---
default:
action:
- executions.local
- executions.chain
rule:
- st2.person.joe
runner:
- run-local
- action-chain
status:
- succeeded
trigger:
- 46f67652-20cd-4bab-94e2-4615baa846d0
trigger_type:
- st2.webhook
user:
- system
specific:
action:
- executions.local
- executions.chai... | ---
default:
action:
- executions.local
- executions.chain
- None
rule:
- st2.person.joe
runner:
- run-local
- action-chain
status:
- succeeded
trigger:
- 46f67652-20cd-4bab-94e2-4615baa846d0
trigger_type:
- st2.webhook
- None
user:
- system
specific:
action:
- executions.local
... | Update fixture to include None data. | Update fixture to include None data.
| YAML | apache-2.0 | Plexxi/st2,tonybaloney/st2,nzlosh/st2,StackStorm/st2,StackStorm/st2,StackStorm/st2,tonybaloney/st2,Plexxi/st2,tonybaloney/st2,Plexxi/st2,Plexxi/st2,nzlosh/st2,StackStorm/st2,nzlosh/st2,nzlosh/st2 |
52055de089dcf511cb7ce18e63e02928e74c3e71 | metadata/com.asdoi.quicktiles.yml | metadata/com.asdoi.quicktiles.yml | Categories:
- Development
- Multimedia
- System
License: GPL-3.0-or-later
AuthorName: Asdoi
AuthorEmail: asdoi@t-online.de
SourceCode: https://gitlab.com/asdoi/quick-tiles
IssueTracker: https://gitlab.com/asdoi/quick-tiles/issues
Changelog: https://gitlab.com/asdoi/quick-tiles/-/releases
AutoName: QuickTiles
Re... | Categories:
- Development
- Multimedia
- System
License: GPL-3.0-or-later
AuthorName: Asdoi
AuthorEmail: asdoi@t-online.de
SourceCode: https://gitlab.com/asdoi/quick-tiles
IssueTracker: https://gitlab.com/asdoi/quick-tiles/issues
Changelog: https://gitlab.com/asdoi/quick-tiles/-/releases
AutoName: QuickTiles
Re... | Update QuickTiles to 1.4 (14) | Update QuickTiles to 1.4 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7fd8c44bd36aed172fd14c885c8af8c56bbbc989 | backend/src/main/helm/values-nfs-server-provisioner.yaml | backend/src/main/helm/values-nfs-server-provisioner.yaml | # Default values for nfs-provisioner.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
persistence:
enabled: true
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
... | # Default values for nfs-provisioner.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
persistence:
enabled: true
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
... | Use dynamic values for nfs resources | Use dynamic values for nfs resources
| YAML | agpl-3.0 | extendedmind/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind |
206a921aed1b3ee942bb5fdbf038fbbed8bebec8 | parmed/meta.yaml | parmed/meta.yaml | package:
name: parmed
version: !!str 2.0beta0
source:
fn: ParmEd-2.0-beta.tar.gz
url: https://github.com/ParmEd/ParmEd/archive/v2.0-beta.tar.gz
md5: 95be9c4aa4d519cc2e738c23d1662555
build:
number: 0
requirements:
build:
- python
- numpy
- setuptools
run:
- python
- numpy
- pa... | package:
name: parmed
version: !!str 2.0beta1
source:
fn: ParmEd-2.0-beta1.tar.gz
url: https://github.com/ParmEd/ParmEd/archive/2.0beta1.tar.gz
md5: 51ecb3d781fda3e13afc00f3d85ebb8e
build:
number: 1
requirements:
build:
- python
- numpy
- setuptools
run:
- python
- numpy
- pa... | Upgrade ParmEd conda package to beta1. | Upgrade ParmEd conda package to beta1.
Former-commit-id: 0d561c67dd2e3f7f2f3ece517824f91af7673f49 | YAML | mit | rmcgibbo/conda-recipes,swails/conda-recipes,mpharrigan/conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,danielparton/omnia-md-conda-recipes,omnia-md/conda-recipes,danielparton/omnia-md-conda-recip... |
c990c7444bf844e768a4c9ca92412aa328dedb86 | ansible/roles/kibana/tasks/rhel.yml | ansible/roles/kibana/tasks/rhel.yml | ---
# RHEL/CentOS specific code for Kibana
- name: Add the kibana key to the system
command: rpm --import https://packages.kibana.org/GPG-KEY-elasticsearch
- name: Add the kibana repo to the system
copy:
src: kibana.repo
dest: /etc/yum.repos.d/kibana.repo
owner: root
group: root
mode... | ---
# RHEL/CentOS specific code for Kibana
- name: Add the elasticsearch key to the system
command: rpm --import https://packages.elasticsearch.org/GPG-KEY-elasticsearch
- name: Add the Kibana repo to the system
copy: src=kibana.repo dest=/etc/yum.repos.d/kibana.repo owner=root group=root mode=0644
- name: Insta... | Install Kibana from the correct repo | Install Kibana from the correct repo
| YAML | mit | proffalken/aws-blog-framework,proffalken/aws-blog-framework,proffalken/aws-blog-framework |
6478aa94ced97b241651e0681e91972ab077ba05 | appveyor.yml | appveyor.yml | install:
- git submodule update --init --recursive
test_script:
#EXES
- .\projects\VS12\Debug\test_bad_pointers.exe
- .\projects\VS12\Debug\test_basic_lookup.exe
- .\projects\VS12\Debug\test_data_entry_list.exe
- .\projects\VS12\Debug\test_data_types.exe
- .\projects\VS12\Debug\test_dump.exe
- .\projec... | ---
install:
- git submodule update --init --recursive
test_script:
- .\projects\VS12\Debug\test_bad_pointers.exe
- .\projects\VS12\Debug\test_basic_lookup.exe
- .\projects\VS12\Debug\test_data_entry_list.exe
- .\projects\VS12\Debug\test_data_types.exe
- .\projects\VS12\Debug\test_dump.exe
- .\projects\VS... | Update AppVeyor to send notifiations via Slack & email | Update AppVeyor to send notifiations via Slack & email
| YAML | apache-2.0 | maxmind/libmaxminddb,maxmind/libmaxminddb,maxmind/libmaxminddb |
ca2df37c796a5b3abf7567b0b9b6a10add83c22c | appveyor.yml | appveyor.yml | # version format
version: "{build}"
# Operating system (build VM template)
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\maputnik\desktop
# environment variables
environment:
GOPATH: c:\gopath
GO15VENDOREXPERIMENT: 1
# scripts that run after cloning repository
install:
- set PATH=%GOPATH%\... | # version format
version: "{build}"
# Operating system (build VM template)
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\maputnik\desktop
# environment variables
environment:
GOPATH: c:\gopath
GO15VENDOREXPERIMENT: 1
# scripts that run after cloning repository
install:
- set PATH=%GOPATH%\bi... | Fix go get in AppVeyor | Fix go get in AppVeyor
| YAML | mit | maputnik/desktop |
464440dd137b37c7f3016dfa4d0ce371ff93f02f | appveyor.yml | appveyor.yml | image:
- Visual Studio 2019
before_build:
- nuget restore
before_test:
- nuget install xunit.runner.console -version 2.4.1
test_script:
- xunit.runner.console.2.4.1\tools\xunit.console.exe src\WpfMath.Tests\bin\Debug\net461\WpfMath.Tests.dll
- xunit.runner.console.2.4.1\tools\xunit.console.exe src... | image:
- Visual Studio 2019
build_script:
- dotnet build -c Release
test_script:
- dotnet test -c Release
| Use dotnet cli for build and test | Use dotnet cli for build and test
| YAML | mit | ForNeVeR/wpf-math |
3a7798cd07feed8e9fc726181e651ab2a8bcd96d | appveyor.yml | appveyor.yml | install:
- ps: Install-Product node 8
- node --version
- npm install -g npm@5.2.0
- npm --version
- npm install
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'"
- ps: Start-FileDownload 'https://www.exemsi.com/downloads/msi_wrapper/MSI_Wrapper_7_1_12_0.msi'
- ps: Start-Pro... | install:
- ps: Install-Product node 8
- node --version
- npm install -g npm@5.2.0
- npm --version
- npm install
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'"
- ps: Start-FileDownload 'https://www.exemsi.com/downloads/msi_wrapper/MSI_Wrapper_7_1_12_0.msi'
- ps: Start-Pro... | Remove path inside artificate name | Remove path inside artificate name
| YAML | mit | syedhassaanahmed/kiosk-demo-electron,syedhassaanahmed/kiosk-demo-electron |
4f8528dc8bf5745e1cd7c9856c33e2c0c8a9f2b0 | appveyor.yml | appveyor.yml | version: 1.1.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
nuget:
project_feed: tr... | version: 1.1.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
nuget:
project_feed: tr... | Use package cache; remove not my packages from artifacts | Use package cache; remove not my packages from artifacts
| YAML | mit | leotsarev/hardcode-analyzer |
e1acaf6deca00d862a5db0c1b4f1ce7051b67622 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Debug
- Release
init:
- git config --global core.autocrlf true
before_build:
- nuget restore
skip_tags: true
build:
project: dotnet-trees.sln
verbosity: minimal
test_script:
- .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -tar... | version: '{build}'
image: Visual Studio 2017
configuration:
- Debug
- Release
init:
- git config --global core.autocrlf true
before_build:
- nuget restore
skip_tags: true
build:
project: dotnet-trees.sln
verbosity: minimal
test_script:
- .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -targe... | Simplify the initial build name | Simplify the initial build name
AppVeyor assigns a build number before GitVersioning assigns the true
version number. This change simplifies the initial build number to just
show the raw build number in sequence.
| YAML | mit | tunnelvisionlabs/dotnet-trees |
bc21578fada916cb10c4d94106a44495a31244b0 | appveyor.yml | appveyor.yml | image: Visual Studio 2017
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 8
# Finish on first failed build
matrix:
fast_finish: true
platform:
- x64
branches:
only:
- master
# Disable Visual Studio b... | image: Visual Studio 2017
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 8
# Finish on first failed build
matrix:
fast_finish: true
platform:
- x64
branches:
only:
- master
# Disable Visual Studio b... | Add more tasks to AppVeyor | Add more tasks to AppVeyor | YAML | mit | aickin/react,acdlite/react,mosoft521/react,jdlehman/react,rickbeerendonk/react,TheBlasfem/react,kaushik94/react,krasimir/react,STRML/react,Simek/react,ericyang321/react,tomocchino/react,dilidili/react,roth1002/react,syranide/react,apaatsio/react,dilidili/react,chicoxyzzy/react,acdlite/react,acdlite/react,camsong/react,... |
7c690713f25ce19197cc28cc7241df258fa52889 | appveyor.yml | appveyor.yml | version: 1.0.{build}
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: |-
cd c:\projects\cubeb
cmake .
cmake --build . --config Debug
build:
verbosity: minimal
| version: 1.0.{build}
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: |-
cd c:\projects\cubeb
cmake .
cmake --build . --config Debug
| Disable MSBuild mode in AppVeyor. | Disable MSBuild mode in AppVeyor.
| YAML | isc | kinetiknz/cubeb,kinetiknz/cubeb,kinetiknz/cubeb |
9e70a2348bd66b25e4bc93dac190b9da5caaf582 | appveyor.yml | appveyor.yml | version: 4.3.{build}
skip_tags: true
configuration:
- Release
- Debug
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
before_build:
- ps: >-
Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
nuget restore -V... | version: 4.3.{build}
skip_tags: true
image: Visual Studio 2017
configuration:
- Release
- Debug
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
before_build:
- ps: >-
Vsix-IncrementVsixVersion | Vsix-UpdateBuildVe... | Fix Appveyor by moving to the VS2017 image | Fix Appveyor by moving to the VS2017 image
| YAML | mit | sboulema/TSVN |
7afe0839cced136f45e9b08b562ae479e9bafb93 | appveyor.yml | appveyor.yml | cache:
- "c:\\sr -> appveyor.yml" #
build: off
before_test:
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
- curl -ocabal.tar.gz https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz
- 7z x cabal.tar.gz
- 7z x ca... | cache:
- "c:\\sr -> appveyor.yml" #
build: off
before_test:
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
- curl -ocabal.tar.gz https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz
- 7z x cabal.tar.gz
- 7z x ca... | Clear the STACK_ROOT before running the stack test | Clear the STACK_ROOT before running the stack test
| YAML | bsd-3-clause | ndmitchell/ghcid |
177b25a52906bfa376e7664c5849e64005584c2e | appveyor.yml | appveyor.yml | # Test against this version of Node.js
environment:
nodejs_version: '10'
GH_TOKEN:
secure: Vr09Jk6CRcfJcj8XJWW90ziNw/9Efx7SqEWjtcpwNFDTV941mrL5YpgNBWLiwbVg
platform:
- x86
- x64
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Prod... | # Test against this version of Node.js
environment:
nodejs_version: '10'
GH_TOKEN:
secure: Vr09Jk6CRcfJcj8XJWW90ziNw/9Efx7SqEWjtcpwNFDTV941mrL5YpgNBWLiwbVg
platform:
- x64
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node... | Remove x86 build on Appveyor | Remove x86 build on Appveyor
| YAML | mit | salomvary/soundcleod,fr34k8/soundcleod,salomvary/soundcleod,fr34k8/soundcleod,salomvary/soundcleod,fr34k8/soundcleod,fr34k8/soundcleod,salomvary/soundcleod |
6fe9a1342c1d5e560ccde84b7f39d98b3bcb1b32 | appveyor.yml | appveyor.yml | # Test against this version of Node.js
environment:
nodejs_version: "6.9.1"
# fail all the builds once any of the builds fail have failed
matrix:
fast_finish: true
# build only this branches
branches:
only:
- master
- develop
# Do not build tags
skip_tags: true
# Pull Requests do not increment build numbe... | # Test against this version of Node.js
environment:
nodejs_version: "6.9.1"
# fail all the builds once any of the builds fail have failed
matrix:
fast_finish: true
# build only this branches
branches:
only:
- master
- develop
# Do not build tags
skip_tags: true
# Pull Requests do not increment build numbe... | Add AppVeyor build notification for Slack | Add AppVeyor build notification for Slack
| YAML | mit | ecsnavarretemit/sarai-interactive-maps,ecsnavarretemit/sarai-ng2,ecsnavarretemit/sarai-interactive-maps,ecsnavarretemit/sarai-ng2,ecsnavarretemit/sarai-ng2,ecsnavarretemit/sarai-interactive-maps |
ea2835b36ddd8c6c2a93624ca67cbc4ce179ac78 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
- Debug
build:
verbosity: minimal
test: off
on_success:
- cmd: >-
appveyor AddMessage start
"%APPVEYOR_BUILD_FOLDER%\x64\Release\MGen"
appveyor AddMessage stop
| version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
- Debug
build:
verbosity: minimal
after_build:
- cmd: >-
appveyor AddMessage start
"%APPVEYOR_BUILD_FOLDER%\x64\Release\MGen"
appveyor AddMessage stop
test_script:
- cmd: >-
appveyor AddMessage start
"%APPVEYOR_BUILD_FOLDER... | Revert "Code quality: migrated int<->float conversions to static_cast" | Revert "Code quality: migrated int<->float conversions to static_cast"
This reverts commit 2279a9550b515148efb3bff98da625a9d3f5a203.
| YAML | agpl-3.0 | rualark/MGen,rualark/MGen,rualark/MGen,rualark/MGen,rualark/MGen |
31ec37c9cc345aa765949e9d74e9315501265695 | appveyor.yml | appveyor.yml | version: "master-{build}"
os: Windows Server 2012
platform:
- x64
environment:
matrix:
- ruby_version: "200"
clone_folder: c:\projects\ohai
clone_depth: 1
skip_tags: true
branches:
only:
- master
- 8-stable
- 7.4-stable
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
-... | version: "master-{build}"
os: Windows Server 2012
platform:
- x64
environment:
matrix:
- ruby_version: "200"
- ruby_version: "21"
clone_folder: c:\projects\ohai
clone_depth: 1
skip_tags: true
branches:
only:
- master
- 8-stable
- 7.4-stable
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%... | Test with ruby 2.1 on Windows | Test with ruby 2.1 on Windows
| YAML | apache-2.0 | acaiafa/ohai,n-marton/ohai,Fodoj/ohai,juliandunn/ohai,jseely/ohai,higanworks/ohai,johnbellone/ohai,juliandunn/ohai,criteo-forks/ohai,mattray/ohai,Fodoj/ohai,tas50/ohai-1,jaymzh/ohai,jaymzh/ohai,acaiafa/ohai,chef/ohai,numericillustration/ohai,jseely/ohai,chef/ohai,tas50/ohai-1,n-marton/ohai,johnbellone/ohai,criteo-forks... |
b853b151c8396bd51952025e3b42d84a24958fda | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9... | environment:
matrix:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9... | Put variables in single quotes | Put variables in single quotes
| YAML | mit | Code-ReaQtor/latex2mathml |
44d07952f7edc4fa9a580b9b0583ac82c3665554 | appveyor.yml | appveyor.yml | - branches:
only:
- develop
version: 0.1.{build}
skip_tags: true
image: Visual Studio 2015
install:
- cmd: nuget restore
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
before_build:
- cmd: set PATH=%PAT... | - branches:
only:
- develop
version: 0.1.{build}
skip_tags: true
image: Visual Studio 2015
install:
- cmd: nuget restore
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
before_build:
- cmd: set PATH=%PAT... | Fix yml a Please enter the commit message for your changes. Lines starting | Fix yml
a Please enter the commit message for your changes. Lines starting
| YAML | apache-2.0 | Pathio/excel-requests |
e39d6707f8e5013e066d7697fab0ed57c3f645ec | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls1... | build: false
environment:
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls1... | Simplify installation for CI tests | Simplify installation for CI tests
| YAML | mit | thombashi/pingparsing,thombashi/pingparsing |
114d506f4839f95ab26e8fd40adc1b2cf0fb6d43 | appveyor.yml | appveyor.yml | # https://www.appveyor.com/docs/appveyor-yml/
# Test against these versions of Node.js.
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
matrix:
fast_finish: true
branches:
only:
- master
- beta
- release... | # https://www.appveyor.com/docs/appveyor-yml/
image: Visual Studio 2017
# Test against these versions of Node.js.
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
matrix:
fast_finish: true
branches:
only:
- mast... | Use `Visual Studio 2017` image | AppVeyor: Use `Visual Studio 2017` image
Hopefully this runs faster than the others? 🤔
| YAML | mit | mike-north/ember-cli,jgwhite/ember-cli,fpauser/ember-cli,fpauser/ember-cli,elwayman02/ember-cli,ember-cli/ember-cli,thoov/ember-cli,fpauser/ember-cli,ember-cli/ember-cli,mike-north/ember-cli,mike-north/ember-cli,balinterdi/ember-cli,fpauser/ember-cli,buschtoens/ember-cli,jrjohnson/ember-cli,ember-cli/ember-cli,mike-nor... |
22c36ddae36d3758e3629873970cd7119170362c | appveyor.yml | appveyor.yml | version: '{build}'
environment:
GITHUB_TOKEN:
secure: 4vpPlabt2OKA/pyJKSZUr3KJg8y0uJFnzf/kTmVUTCPIb9Q3fpjED+1LEXHYQ4UY
SCM_USERNAME:
secure: 8BjoFIdSfcFM5UNtivbS5w==
APPVEYOR_RDP_PASSWORD:
secure: 4amxfxphFUcpp60d9Q6gJg==
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.gith... | version: '{build}'
environment:
GITHUB_TOKEN:
secure: 4vpPlabt2OKA/pyJKSZUr3KJg8y0uJFnzf/kTmVUTCPIb9Q3fpjED+1LEXHYQ4UY
SCM_USERNAME:
secure: 8BjoFIdSfcFM5UNtivbS5w==
APPVEYOR_RDP_PASSWORD:
secure: 4amxfxphFUcpp60d9Q6gJg==
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.gith... | Refresh env variables after installing new JDK | Refresh env variables after installing new JDK
| YAML | apache-2.0 | fthevenet/binjr,fthevenet/binjr |
fc5985f425200bd66f1b3d648f990d9c4cd8fa49 | .pkgr.yml | .pkgr.yml | targets:
ubuntu-14.04:
ubuntu-12.04:
debian-7:
build_dependencies:
- mercurial
- bzr
dependencies:
- git
before:
- mv packager/Procfile .
- mv packager/.godir .
after:
- mv bin/main gogs
after_install: ./packager/debian/postinst
| targets:
ubuntu-14.04:
ubuntu-12.04:
debian-7:
centos6:
build_dependencies:
- mercurial
- bzr
dependencies:
- git
before:
- mv packager/Procfile .
- mv packager/.godir .
after:
- mv bin/main gogs
after_install: ./packager/debian/postinst
| Enable package building on EL6 | Enable package building on EL6
| YAML | mit | eddiesigner/gogs,mpindado/gogs,GodOfConquest/gogs,0rax/gogs,fanningert/gogs,hzy001/gogs,yaggytter/gogs,tboerger/gitea,uileyar/gogs,wangjild/gogs,gogits/gogs,psaavedra/gogs,huyueMiss/gogs,pwelter34/gogs,cez81/gitea,lunny/gitea,andrewrothstein/gogs,denji/gitea_tmp,armersong/gogs,lunny/gitea,DebansNetwork/gogs,kiliit/gogs... |
aab6036bc73b3875c1c3acbe45755f6ddfbfbd20 | metadata/org.owntracks.android.yml | metadata/org.owntracks.android.yml | Categories:
- Navigation
License: EPL-1.0
WebSite: https://owntracks.org/
SourceCode: https://github.com/owntracks/android/
IssueTracker: https://github.com/owntracks/android/issues/
Translation: https://poeditor.com/join/project?hash=xe6LPP0Jnx
Changelog: https://github.com/owntracks/android/blob/HEAD/CHANGELOG.md
L... | Categories:
- Navigation
License: EPL-1.0
WebSite: https://owntracks.org/
SourceCode: https://github.com/owntracks/android/
IssueTracker: https://github.com/owntracks/android/issues/
Translation: https://poeditor.com/join/project?hash=xe6LPP0Jnx
Changelog: https://github.com/owntracks/android/blob/HEAD/CHANGELOG.md
L... | Update OwnTracks to 2.4.8 (20408000) | Update OwnTracks to 2.4.8 (20408000)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
50c59c87b6c7b6bad4b0b01f5457453fa5aedbcd | .pkgr.yml | .pkgr.yml | description: Arbitrary task distribution platform.
homepage: http://queueflex.com
vendor: Ben Langfeld <http://langfeld.me>
maintainer: Ben Langfeld <http://langfeld.me>
license: Apache 2.0
changelog: CHANGELOG.md
targets:
ubuntu-14.04:
debian-8:
before:
- echo "runtime_path=/opt/queueflex" > elixir_buildpack.con... | description: Arbitrary task distribution platform.
homepage: http://queueflex.com
vendor: Ben Langfeld <http://langfeld.me>
maintainer: Ben Langfeld <http://langfeld.me>
license: Apache 2.0
changelog: CHANGELOG.md
targets:
ubuntu-14.04:
debian-8:
before:
- echo "runtime_path=/opt/queueflex" > elixir_buildpack.con... | Copy build home directory to app runtime home directory | Copy build home directory to app runtime home directory
Makes hex cache available at runtime
| YAML | apache-2.0 | benlangfeld/QueueFlex,benlangfeld/Qfl.ex,benlangfeld/Qfl.ex,benlangfeld/QueueFlex,benlangfeld/Qfl.ex,benlangfeld/QueueFlex |
3864d80565ac9f1527d8dcfdf0a9f49cda2bd3ae | mgmt/newtmgr/transport/ble/pkg.yml | mgmt/newtmgr/transport/ble/pkg.yml | #
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not... | #
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not... | Update dependency to NimBLE packages | mgmt/newtmgr: Update dependency to NimBLE packages
| YAML | apache-2.0 | mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core |
b23162035bb467fd6b1c0ed12a787cbc045c470f | concourse/manifests/sagan-site-production.yml | concourse/manifests/sagan-site-production.yml | ---
applications:
- name: sagan
buildpacks:
- java_buildpack
instances: 2
health-check-type: http
health-check-http-endpoint: /actuator/health/liveness
timeout: 30
memory: 2048M
disk_quota: 1024M
routes:
- route: spring.io
- route: www.spring.io
- route: sagan-production.cfapps.io
services:
... | ---
applications:
- name: sagan
buildpacks:
- java_buildpack
instances: 2
health-check-type: http
health-check-http-endpoint: /actuator/health/liveness
timeout: 30
memory: 2048M
disk_quota: 1024M
routes:
- route: spring.io
- route: www.spring.io
- route: sagan-production.cfapps.io
services:
... | Change logs sink for spring.io | Change logs sink for spring.io
| YAML | bsd-3-clause | spring-io/sagan,spring-io/sagan,spring-io/sagan,spring-io/sagan |
e8bc5e8508c25256dd861142aece348f226f530a | roles/flocker/tasks/flocker_ui.yml | roles/flocker/tasks/flocker_ui.yml | ---
# Setup flocker_ui script
- name: ensure customized bin
sudo: yes
file:
path: /opt/bin
state: directory
when: flocker_mode == "control"
tags:
- docker
- flocker
- name: setup start_flocker_ui script
sudo: yes
template:
src: start_flocker_ui.sh.j2
dest: /opt/bin/start_flocker_ui.... | ---
# Setup flocker_ui script
- name: ensure customized bin
sudo: yes
file:
path: /opt/bin
state: directory
when: flocker_mode == "control"
tags:
- docker
- flocker
- name: setup start_flocker_ui script
sudo: yes
template:
src: start_flocker_ui.sh.j2
dest: /opt/bin/start_flocker_ui.... | Add flocker mode check for flocker ui script. | Add flocker mode check for flocker ui script.
| YAML | apache-2.0 | wangqiang8511/customized_mantl,wangqiang8511/customized_mantl |
217bf69ed2e037e4b9130758e7bf5c540a627756 | .github/workflows/basic-maven-build.yml | .github/workflows/basic-maven-build.yml | name: Basic Maven Build
on:
push:
branches: [ master ]
jobs:
build:
name: Maven build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
... | name: Basic Maven Build
on:
push:
branches: [ master ]
jobs:
build:
name: Maven build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
... | Update actions/checkout action to v3 | Update actions/checkout action to v3
| YAML | mit | vrampal/connectfour,vrampal/connectfour,vrampal/connectfour |
fa82a3f150193bdadce0011845c8ba72a2fc9e04 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: heading
label: Heading!!
- type: document
path: document
label: Document
- type: directory
path: ''
label: Direfctory
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_f... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: heading
label: Heading!!
- type: document
path: document
label: Document
- type: directory
path: ''
label: Direfctory
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_f... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | cc0-1.0 | actsecure/actsecure.github.io,actsecure/actsecure.github.io,actsecure/actsecure.github.io |
3f907f0ee11b36ec33b4b01ab911522f5d10d609 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: document
path: _drafts
label: Drafts
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: images
public_path: ''
front_matter_pat... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: document
path: _drafts
label: Drafts
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: images
public_path: ''
front_matter_pat... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
a2325131b114791ba7b01bd8e24ccd664b69b67e | packages/sh/Shpadoinkle-lens.yaml | packages/sh/Shpadoinkle-lens.yaml | homepage: ''
changelog-type: ''
hash: c58913256b3fa21ae4675e9a4516a3e2bb1755cf1fbd7dec8643e98182ede9ec
test-bench-deps: {}
maintainer: fresheyeball@protonmail.com
synopsis: ''
changelog: ''
basic-deps:
base: '>=4.12.0 && <4.16'
text: '>=1.2.3 && <1.3'
Shpadoinkle: -any
lens: '>=4.17.1 && <4.2'
all-versions:
- 0... | homepage: ''
changelog-type: ''
hash: e44a6057127b2d5d76d74514e3e3da6cd0134f7ad25902fe543c5cfe7bda5708
test-bench-deps: {}
maintainer: fresheyeball@protonmail.com
synopsis: Lens combinators for Shpadoinkle applications.
changelog: ''
basic-deps:
base: '>=4.12.0 && <4.16'
text: '>=1.2.3 && <1.3'
Shpadoinkle: -any
... | Update from Hackage at 2020-10-07T17:35:10Z | Update from Hackage at 2020-10-07T17:35:10Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
55d2c8e2f2f9d70799d52d86320c1b164fc8faac | ansible/vars/all.yml | ansible/vars/all.yml | ---
server:
install: '1'
timezone: UTC
locale: hu_HU.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: symfony.dev, ip: 192.168.33.99, memory: '1024', sharedfolder: ./, useVagrantCloud: '1', syncType: nfs }
nginx:
install: '1'
docroot: /vagrant/web
docindex: app_vagra... | ---
server:
install: '1'
timezone: UTC
locale: hu_HU.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: symfony.dev, ip: 192.168.33.99, memory: '1024', sharedfolder: ./, useVagrantCloud: '1', syncType: nfs }
nginx:
install: '1'
docroot: /vagrant/web
docindex: app_vagra... | Clear root password: symfony standard | Clear root password: symfony standard
| YAML | mit | sagikazarmark/symfony-standard,webplates/symfony-standard,sagikazarmark/platform-standard,sagikazarmark/symfony-standard,webplates/platform-standard,sagikazarmark/platform-standard,sagikazarmark/symfony-standard,sagikazarmark/platform-standard,webplates/sulu-standard,webplates/sonata-standard,webplates/platform-standar... |
2220c58f4eb708d733252001846df44744b4873d | .zuul.yml | .zuul.yml | ui: mocha-bdd
browsers:
- name: android
version: [oldest, latest]
- name: chrome
version: [oldest, latest]
- name: firefox
version: [oldest, latest]
- name: ie
version: 9..latest
- name: ipad
version: [oldest, latest]
- name: iphone
version: [oldest, latest]
- name: opera
versi... | ui: mocha-bdd
browsers:
- name: android
version: [oldest, latest]
- name: chrome
version: [oldest, latest]
- name: firefox
version: [oldest, latest]
- name: ie
version: oldest..latest
- name: iphone
version: [oldest, latest]
- name: opera
version: oldest..latest
- name: safari
... | Add more IE versions and remove iPad | [test] Add more IE versions and remove iPad
| YAML | mit | primus/eventemitter3,pawsong/eventemitter3,marlun78/eventemitter3,malyshevalex/eventemitter3,marlun78/eventemitter3,pawsong/eventemitter3,malyshevalex/eventemitter3,naoufal/eventemitter3,primus/eventemitter3,primus/eventemitter3,naoufal/eventemitter3 |
286a2f76763fb80bf117a70b355785c5a64acfd3 | docker/parser/testcases.yaml | docker/parser/testcases.yaml | ---
tiers:
-
name: features
order: 2
ci_loop: '(daily)|(weekly)'
description: >-
Test suites from feature projects
integrated in functest
testcases:
-
case_name: parser-basics
project_name: parser
... | ---
tiers:
-
name: features
order: 2
ci_loop: '(daily)|(weekly)'
description: >-
Test suites from feature projects
integrated in functest
testcases:
-
case_name: parser-basics
project_name: parser
... | Update module to xtesting.core.feature for parser | Update module to xtesting.core.feature for parser
Change-Id: I8c4e34b7907d1809e100c6677101b8076272f493
Signed-off-by: Cédric Ollivier <d48310251a4a484d041bc5d09a9ac4d86d20f793@orange.com>
| YAML | apache-2.0 | opnfv/functest,mywulin/functest,opnfv/functest,mywulin/functest |
ea36a8532a0b338aad978948345289935b45ab19 | packages/ja/japanese-calendar.yaml | packages/ja/japanese-calendar.yaml | homepage: https://github.com/nakaji-dayo/japanese-calendar#readme
changelog-type: ''
hash: c1453a4ba16ea310ef82733149ce28c838981545fe4848d39bef73332669d6e6
test-bench-deps:
base: -any
time: -any
hspec: -any
japanese-calendar: -any
QuickCheck: -any
maintainer: nakaji.dayo@gmail.com
synopsis: Data type of Japan... | homepage: https://github.com/nakaji-dayo/japanese-calendar#readme
changelog-type: ''
hash: 0cc598acdab3f8ace27001179f54b4dfa5eeee059da90bdc7804a5858a067877
test-bench-deps:
base: -any
time: -any
hspec: -any
japanese-calendar: -any
QuickCheck: -any
maintainer: nakaji.dayo@gmail.com
synopsis: Data type of Japan... | Update from Hackage at 2018-09-15T12:55:55Z | Update from Hackage at 2018-09-15T12:55:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
27c1a3735712825f5c321ec8d9ef771b2f4f338e | packages/re/relational-record.yaml | packages/re/relational-record.yaml | homepage: http://khibino.github.io/haskell-relational-record/
changelog-type: ''
hash: 00069f976e1e33e52edf6d311b52b52a7da292f5ed0e33a838108f51db501373
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Meta package of Relational Record
changelog: ''
basic-deps:
relational-query: ! '>=0.3'
relational-q... | homepage: http://khibino.github.io/haskell-relational-record/
changelog-type: ''
hash: 22f85e195929e7cdb5faed0d5ab1c28a891910844dab64a611c871e02fdfeee6
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Meta package of Relational Record
changelog: ''
basic-deps:
relational-query: ! '>=0.3'
relational-q... | Update from Hackage at 2017-03-21T04:04:38Z | Update from Hackage at 2017-03-21T04:04:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e2f67a675f0e2b3bc4bc8a163887d68aae755012 | packages/sh/shakespeare-babel.yaml | packages/sh/shakespeare-babel.yaml | homepage: ''
changelog-type: ''
hash: ac3a970ee0cc3f85ccd783368f8cb855837f74fdee2816197905724a89dd1eb0
test-bench-deps: {}
maintainer: ncaq@ncaq.net
synopsis: compile es2015
changelog: ''
basic-deps:
shakespeare: ! '>=2.0 && <2.1'
base: ! '>=4.8 && <4.9'
classy-prelude: ! '>=0.12 && <0.13'
template-haskell: ! '... | homepage: ''
changelog-type: ''
hash: ec8aacaa2f6bbed13dbfd93e57e5f4d489254038a0ac7ec9a9b51e0bb75c2edb
test-bench-deps: {}
maintainer: ncaq@ncaq.net
synopsis: compile es2015
changelog: ''
basic-deps:
shakespeare: ! '>=2.0 && <2.1'
base: ! '>=4.8 && <4.9'
process: ! '>=1.4 && <1.5'
data-default: ! '>=0.5 && <0.6... | Update from Hackage at 2016-02-02T14:21:37+0000 | Update from Hackage at 2016-02-02T14:21:37+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
6a0f9cca01829914476c3fcca6e181401ae917d4 | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: ... | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: ... | Use wrapper & dependencies cache in Gradle GH action | Use wrapper & dependencies cache in Gradle GH action
| YAML | apache-2.0 | etiennestuder/gradle-plugindev-plugin |
d403f60237c5ba1c80a6e08085e9d954942d6fdc | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
java-version: [ 8, 11, 16, 17 ]
gradle-version: [ 7.0.2, 7.2, 7.3.3, 7.5.1 ]
name: Test JVM/Gradle (... | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
java-version: [ 8, 11, 16, 17 ]
gradle-version: [ 7.0.2, 7.2, 7.3.3, 7.6-20221024231219+0000 ]
name:... | Use latest Gradle nightly in GH action to fix config caching issue | Use latest Gradle nightly in GH action to fix config caching issue
| YAML | apache-2.0 | etiennestuder/gradle-plugindev-plugin |
48c4e12504dfe0176773d106c0c52eddef79f0e9 | src/main/resources/application.yml | src/main/resources/application.yml | server:
use-forward-headers: true
juiser:
user:
header:
jwt:
key:
resource: classpath:rsatest.pub.pem | server:
use-forward-headers: true
juiser:
header:
jwt:
key:
resource: classpath:rsatest.pub.pem | Change Juiser Property Key to juiser.header.jwt.key.resource | Change Juiser Property Key to juiser.header.jwt.key.resource
| YAML | apache-2.0 | juiser/juiser-spring-origin-example,juiser/juiser-spring-origin-example |
0ccf6ccfd2dc267e031df04c143996cb51ba7839 | .github/workflows/draft-release.yml | .github/workflows/draft-release.yml | on:
push:
tags:
- 'v*'
name: Create Release Draft
jobs:
build:
name: Create Release Asset
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Build project
run: |
sudo apt-get install gettext
make zip
-... | on:
push:
tags:
- 'v*'
name: Create Release Draft
jobs:
build:
name: Create Release Asset
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Build project
run: |
sudo apt-get install gettext
make zip
-... | Update release draft github action | Update release draft github action
| YAML | mit | mrEDitor/gnome-shell-extension-scroll-panel |
4e7c49eacfffcb72f42acd63b2b5152e6cccf365 | .github/workflows/macos_mkspecs.yml | .github/workflows/macos_mkspecs.yml | name: MacOS C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
MacOS-mkspecs:
uses: steinwurf/macos-mkspecs-action/.github/workflows/actio... | name: MacOS C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
MacOS-mkspecs:
uses: steinwurf/macos-mkspecs-action/.github/workflows/actio... | Update MacOS C++ make-specs to new version 4.0.0 | Update MacOS C++ make-specs to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
4bbeb368408ca752ae9066dc67d0e77790bca7ec | .github/workflows/publish-maven.yml | .github/workflows/publish-maven.yml | name: Publish to Maven Central
on:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: ... | name: Publish to Maven Central
on:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: ... | Fix secrets for publish job | Fix secrets for publish job
| YAML | mpl-2.0 | tuchida/rhino,tuchida/rhino,tuchida/rhino,tuchida/rhino,tuchida/rhino,tuchida/rhino,tuchida/rhino |
b1f3f875852c3b7d949e98f39b0d58ce2736ad94 | .dependabot/config.yml | .dependabot/config.yml | version: 1
update_configs:
- package_manager: "javascript"
version_requirement_updates: "increase_versions"
directory: "/"
update_schedule: "daily"
automerged_updates:
- match:
dependency_name: "@types/node"
- match:
dependency_name: "ts-node"
- match:
d... | version: 1
update_configs:
- package_manager: "javascript"
version_requirement_updates: "increase_versions"
directory: "/"
update_schedule: "daily"
automerged_updates:
- match:
dependency_name: "@types/node"
- match:
dependency_name: "ts-node"
- match:
d... | Update dependabot auto update dependency list | Update dependabot auto update dependency list
| YAML | mit | Borewit/peek-readable,Borewit/stream-reader |
341889d3392d556b95828471192adcc045a5e52c | .github/workflows/publish_image.yml | .github/workflows/publish_image.yml | name: Publish Docker image to GitHub Container Registry
on:
push:
branches:
- master
- deploy
pull_request:
branches:
- master
jobs:
publish:
name: Publish Docker image to GitHub Container Registry
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Regist... | name: Publish Docker image to GitHub Container Registry
on:
push:
branches:
- master
- deploy
jobs:
publish:
name: Publish Docker image to GitHub Container Registry
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
... | Stop building images for PRs | Stop building images for PRs
| YAML | mit | datamade/la-metro-councilmatic,datamade/la-metro-councilmatic,datamade/la-metro-councilmatic,datamade/la-metro-councilmatic |
2805b11a9ce139ef649951a0924c250b49806b51 | .github/workflows/pypi-release.yaml | .github/workflows/pypi-release.yaml | name: PyPi Release
on:
push
jobs:
release:
name: Release pyconll
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Python 3.8.5
uses: actions/setup-python@v1
with:
python-version: 3.8.5
- name: Install dependencies
run: |
... | name: Pyconll Release to PyPi
on:
release:
types:
- released
jobs:
release:
name: Release pyconll
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Python 3.8.5
uses: actions/setup-python@v1
with:
python-version: 3.8.5
- nam... | Add back changes and update name to be more clear and change to release event. | Add back changes and update name to be more clear and change to release event.
| YAML | mit | pyconll/pyconll,pyconll/pyconll |
dee8db2c854ba58b757e26a73043357ab92a4bb1 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content/oss
label: Oss
create: all
match: "**/*"
- type: directory
path: content/blog
label: Blog
create: all
match: "**/*"
- type: directory
path: content/talks
label: Talks
create: all
ma... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content/veille
label: Veille
create: all
match: "**/*"
- type: directory
path: content/oss
label: Oss
create: all
match: "**/*"
- type: directory
path: content/blog
label: Blog
create: all
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | welcoMattic/welcoMattic.github.io,welcoMattic/welcoMattic.github.io |
20bbde693c225024e64697cc4e79465940844cfe | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | name: Python package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-p... | name: Python package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-p... | Add wheel to fix build on GitHub Actions | Add wheel to fix build on GitHub Actions
| YAML | mit | ad-m/python-anticaptcha |
2957ac9058ddbd0dbaca7e7d1608e9075a187e2c | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: "sinon"
- dependency-name: "canvas"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily... | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: "sinon"
- dependency-name: "canvas"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekl... | Update GH actions less frequently | Update GH actions less frequently
| YAML | mit | noflo/noflo-canvas,noflo/noflo-canvas |
6816ee6034271d07ccf9ce398beb75bdabad9555 | tmuxinator/downloader_api.yml | tmuxinator/downloader_api.yml | # ~/.tmuxinator/downloader_api.yml
name: downloader_api
root: ~/Projects/downloader_api
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up inter... | # ~/.tmuxinator/downloader_api.yml
name: downloader_api
root: ~/Projects/downloader_api
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up inter... | Revert "Use make instead of gulp" | Revert "Use make instead of gulp"
This reverts commit 52a10b57b2347d176422d4d2c3027df968ae59ed.
| YAML | mit | ne1ro/dotfiles,ne1ro/dotfiles |
e8eaecdef76f7af315ab0678508133db1a6ac1d6 | _config/autotoc.yml | _config/autotoc.yml | ---
Name: autotoc
After:
- framework
---
Autotoc:
augment_callback: [ Tocifier, prependAnchor ]
---
Only:
classexists: ContentController
---
ContentController:
extensions:
- 'Autotoc'
| ---
Name: autotoc
After:
- framework
---
Autotoc:
augment_callback: [ Tocifier, SetId ]
---
Only:
classexists: ContentController
---
ContentController:
extensions:
- 'Autotoc'
| Change default anchor method to setId | Change default anchor method to setId
Previously I was using an unreferenced <a> element with the specific ID.
This does not have any advantage over directly setting that ID on the
<h> element, so switching to the latter method by default.
This breaks backward compatibility, so bumping minor version.
| YAML | bsd-2-clause | ntd/silverstripe-autotoc |
c4d4a444b5c19655b76b835dda445aeb2397ff19 | .github/workflows/docs.yml | .github/workflows/docs.yml | on:
pull_request:
paths:
- 'docs/src/public/**'
- 'docs/build.gradle'
- 'gradle/**'
jobs:
check-doc-build:
name: netCDF-Java Documentation Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Zulu JDK 1.8
uses: actions/setup-java@v1
... | on:
pull_request:
paths:
- 'docs/src/public/**'
- 'docs/build.gradle'
- 'gradle/**'
jobs:
check-doc-build:
name: netCDF-Java Documentation Build Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Zulu JDK 1.8
uses: actions/setup-java@v1
... | Use new doc build command in github action | Use new doc build command in github action
| YAML | bsd-3-clause | Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java |
a7e83f81d4f3996020a9ac49e57cd66846ea6844 | .github/workflows/main.yml | .github/workflows/main.yml | name: Test & Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.1.0
- name: Install packages
run: npm ci
- name: Run lint
run: npm run lint
- name: Run tests
... | name: Test & Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.1.0
- name: Start MongoDB As Docker
uses: wbari/start-mongoDB@v0.2
- name: Install packages
run: npm... | Add MongoDB to GitHub build and test action | Add MongoDB to GitHub build and test action | YAML | mit | Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki |
94ccdbd4589e6a9827872e8cf67786f80051460f | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
marker: [not integration]
include:
- python-version: 3.9
marker: ''
- python-versi... | name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
marker: [not integration]
include:
- python-version: 3.9
marker: ''
- python-versi... | Exclude cluster/sentinel aio tests for 3.10 | Exclude cluster/sentinel aio tests for 3.10
| YAML | mit | alisaifee/limits,alisaifee/limits |
0809c43afd0f1375fb9cec1a5917641f6c6530c6 | .forestry/settings.yml | .forestry/settings.yml | ---
upload_path: "/uploads/:year:/:month:/:day:"
frontmatter_file_url_template: "/uploads/:year:/:month:/:day:"
body_file_url_template: "/uploads/:year:/:month:/:day:"
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
collections:
| ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":year:/:month:/:day:/:file... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | banglaaudiobook/banglaaudiobook.github.io,banglaaudiobook/banglaaudiobook.github.io |
f805850ad2bcc88756680df49dafc6b479a1d9b1 | .pre-commit-hooks.yaml | .pre-commit-hooks.yaml | - id: beautysh
name: beautysh
description: |
A Bash beautifier for the masses.
https://pypi.python.org/pypi/beautysh
entry: beautysh -f
language: python
types: [shell]
| - id: beautysh
name: beautysh
description: |
A Bash beautifier for the masses.
https://pypi.python.org/pypi/beautysh
entry: beautysh
language: python
types: [shell]
| Fix pre-commit-hook with new CLI style | Fix pre-commit-hook with new CLI style | YAML | mit | bemeurer/beautysh,bemeurer/beautysh |
d4711adf3d445dd89b1161f237dbc9d81a6538d8 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.4.x
- 2.5.x
- 2.6.x
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby }}
uses: actions/setup-ruby@v1
with:
... | name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1']
name: test (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- name: Check out
uses: actions/checkout@v3... | Fix GitHub actions Ruby matrix | Fix GitHub actions Ruby matrix
| YAML | mit | svoop/ogn_client-ruby,svoop/ogn_client-ruby |
645e9141f04e2b05b49cd9378e7830ca47ae6f85 | .github/workflows/test.yml | .github/workflows/test.yml | name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
name: Validate, lint and test
steps:
- uses: actions/checkout@v2
- name: Validate composer files
run: composer validate --strict
- name: Lint all PHP files
run: composer run lint
- name: Cache Composer packages... | name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.2', '7.3', '7.4']
name: Validate, lint and test on PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-v... | Test on multiple versions of PHP | Test on multiple versions of PHP
| YAML | mit | imbo/behat-api-extension |
e4e67264f0963c3e6a9350861848c24e7690e023 | kubernetes/check-digit/templates/service.yaml | kubernetes/check-digit/templates/service.yaml | ---
apiVersion: v1
kind: Service
metadata:
name: {{ template "check-digit.fullname" . }}
labels:
app: {{ template "check-digit.name" . }}
chart: {{ template "check-digit.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
type: {{ .Values.service.type }}
ports:
- ... | ---
apiVersion: v1
kind: Service
metadata:
name: {{ template "check-digit.fullname" . }}
labels:
app: {{ template "check-digit.name" . }}
chart: {{ template "check-digit.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
type: {{ .Values.service.type }}
ports:
- ... | Change ambassador port type to NodePort | Change ambassador port type to NodePort
| YAML | cc0-1.0 | cfpb/hmda-platform,cfpb/hmda-platform,cfpb/hmda-platform |
270b2229f12eff7096254dc4f8905dfccdba129d | ansible/roles/packages/tasks/main.yml | ansible/roles/packages/tasks/main.yml | ---
- name: Install epel
yum:
name: epel-release
state: latest
- name: Install packages
yum: name={{ item }} state=latest update_cache=true
with_items:
#- mpc
#- ncmpcpp
- ansible
- bash-completion
- bash-completion-extras
- bitlbee
- cowsay
- cronie
- fail2ban
- f... | ---
- name: Install epel
yum:
name: epel-release
state: latest
- name: Install packages
yum: name={{ item }} state=latest update_cache=true
with_items:
#- mpc
#- ncmpcpp
- ansible
- bash-completion
- bash-completion-extras
- bitlbee
- cowsay
- cronie
- fail2ban
- f... | Add build deps to ansible packages | Add build deps to ansible packages
| YAML | mit | smaslennikov/smaslennikov.github.io,smaslennikov/smaslennikov.github.io,smaslennikov/smaslennikov.github.io |
d02db2bd126b1ebda14c4e2c051d726c619be6d8 | metadata/com.flxrs.dankchat.yml | metadata/com.flxrs.dankchat.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: MIT
AuthorName: Felix Schmid
AuthorEmail: felix.schmid@flxrs.com
SourceCode: https://github.com/flex3r/DankChat
IssueTracker: https://github.com/flex3r/DankChat/issues
AutoName: DankChat
Description: Chat in multiple channels at once, regardless if the str... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: MIT
AuthorName: Felix Schmid
AuthorEmail: felix.schmid@flxrs.com
SourceCode: https://github.com/flex3r/DankChat
IssueTracker: https://github.com/flex3r/DankChat/issues
AutoName: DankChat
Description: Chat in multiple channels at once, regardless if the str... | Update DankChat to 0.8.1 (61) | Update DankChat to 0.8.1 (61)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d9e34b003f609599bbb2a7b43c9322169c26dccb | metadata/de.nulide.shiftcal.yml | metadata/de.nulide.shiftcal.yml | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/ShiftCal
IssueTracker: https://gitlab.com/Nulide/ShiftCal/-/issues
AutoName: ShiftCal
RepoType: git
Repo: https://gitlab.com/Nulide/ShiftCal
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
... | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/ShiftCal
IssueTracker: https://gitlab.com/Nulide/ShiftCal/-/issues
AutoName: ShiftCal
RepoType: git
Repo: https://gitlab.com/Nulide/ShiftCal
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
... | Update ShiftCal to 1.4 (5) | Update ShiftCal to 1.4 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
da5895cc313af5020984e09a1ca970ff08358f54 | playbooks/roles/git/tasks/main.yml | playbooks/roles/git/tasks/main.yml | ---
# tasks to setup redirects from git
- name: copy the download http config file
copy: src=git-redirects.conf dest=/etc/httpd/conf.d/git-redirects.conf
sudo: yes
| ---
# tasks to setup redirects from git
- name: copy the http config file
copy: src=git-redirects.conf dest=/etc/httpd/conf.d/git-redirects.conf
notify: restart apache
sudo: yes
- name: copy the http config file with redirects
copy: src=git-redirects.inc dest=/etc/httpd/conf.d/git-redirects.inc
notify: rest... | Update tasks for git redirects | Update tasks for git redirects
| YAML | apache-2.0 | ligurio/openvz-playbooks,ligurio/openvz-playbooks,ligurio/openvz-playbooks |
0af559873003d6793e4702bd3ae4af5774ab32eb | ci/tasks/test-integration-gocli.yml | ci/tasks/test-integration-gocli.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main
inputs:
- name: bosh-src
- name: bosh-cli
- name: bosh-agent
run:
path: bosh-src/ci/tasks/test-integration-gocli.sh
params:
RUBY_VERSION: replace-me
DB: replace-me
LOG_LEVEL: ERROR
NUM_... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main
inputs:
- name: bosh-src
- name: bosh-cli
- name: bosh-agent
run:
path: bosh-src/ci/tasks/test-integration-gocli.sh
params:
RUBY_VERSION: replace-me
DB: replace-me
LOG_LEVEL: ERROR
NUM_... | Add default value for DB_TLS in integration tests | Add default value for DB_TLS in integration tests
[#147717361](https://www.pivotaltracker.com/story/show/147717361)
Signed-off-by: Gaurab Dey <6eab2c4141d8485c934adabfb0522546caded7e6@pivotal.io>
| YAML | apache-2.0 | barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.