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 |
|---|---|---|---|---|---|---|---|---|---|
3bb5c5c5da48a650c010c47cb507fb38bd2cff96 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.8.7
- rbx
| language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.8.7
- jruby-19mode
- rbx
| Test also JRuby in 1.9 mode | Test also JRuby in 1.9 mode
| YAML | cc0-1.0 | gioele/rack-for_now |
8a513c6cf71e3709eca1900804b6e8c180c1ca91 | .travis.yml | .travis.yml | # https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
install: "pip install -r test/example_thirdparty/requirements.txt -r test/example_thirdparty/requirements_test.txt"
script: "python test/example_thirdparty/manage.py test pybb"
python:
- "2.7"
| # https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
install: "sudo pip install -r test/example_thirdparty/requirements.txt -r test/example_thirdparty/requirements_test.txt"
script: "python test/example_thirdparty/manage.py test pybb"
python:
- "2.7"
| Install packages on Travis as superuser | Install packages on Travis as superuser
| YAML | bsd-2-clause | NEERAJIITKGP/pybbm,skolsuper/pybbm,wengole/pybbm,skolsuper/pybbm,DylannCordel/pybbm,jonsimington/pybbm,jonsimington/pybbm,NEERAJIITKGP/pybbm,katsko/pybbm,acamposruiz/quecoins,hovel/pybbm,zekone/dj_pybb,zekone/dj_pybb,artfinder/pybbm,springmerchant/pybbm,hovel/pybbm,onecue/pybbm,acamposruiz/quecoins,ttyS15/pybbm,katsko/... |
46c9f69995c0d375abbcff74c7a0ca92ddf0d90e | .travis.yml | .travis.yml | language: go
go:
- 1.7.x
- tip
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: go
go:
- 1.7.x
- tip
script:
- go test -v -race -coverprofile=coverage.txt
after_success:
- bash <(curl -s https://codecov.io/bash)
| Add coverage output to Travis config | Add coverage output to Travis config
| YAML | mit | idubinskiy/monomicro,idubinskiy/monomicro |
eab15f7eb6d6359227c7fd7bf0738b9bcc8325c6 | .travis.yml | .travis.yml | language: go
go:
- 1.9.x
- 1.10.x
- tip
before_install:
- go get github.com/mattn/goveralls
install:
- make setup
script:
- bash scripts/cover.sh
| language: go
go:
- 1.9.x
- 1.10.x
before_install:
- go get github.com/mattn/goveralls
install:
- make setup
script:
- bash scripts/cover.sh
| Drop 'tip' from Travis CI | Drop 'tip' from Travis CI
| YAML | mit | jdkato/prose,jdkato/prose,jdkato/prose |
ab6c38344e7379a9af09991ae5fae7c582dd60e2 | .travis.yml | .travis.yml | language: node_js
node_js:
- node
- 4.2
script: npm test
before_install:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-... | language: node_js
node_js:
- node
- 4.2
script: npm test
before_install:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-... | Install backports.ssl_match_hostname because why not? | Install backports.ssl_match_hostname because why not?
| YAML | mit | mike-engel/bkmrkd,mike-engel/bkmrkd,mike-engel/bkmrkd |
c3743f8e901cb9ad1345021b2469b221365e511d | .travis.yml | .travis.yml | language: rust
services:
- docker
addons:
apt:
packages: [valgrind]
jobs:
include:
- os: linux
arch: amd64
rust: stable
- os: linux
arch: amd64
rust: nightly-2019-10-17
env: RDKAFKA_RUN_TESTS=1
- os: linux
arch: arm64
rust: stable
- os: osx
rust: stable
- os: windo... | language: rust
services:
- docker
addons:
apt:
packages: [valgrind]
jobs:
include:
- os: linux
arch: amd64
rust: stable
- os: linux
arch: amd64
rust: nightly-2019-10-17
env: RDKAFKA_RUN_TESTS=1
- os: linux
arch: arm64
rust: stable
- os: osx
rust: stable
- os: windo... | Test that examples build in all CI jobs, too | Test that examples build in all CI jobs, too
| YAML | mit | fede1024/rust-rdkafka,thijsc/rust-rdkafka,thijsc/rust-rdkafka,fede1024/rust-rdkafka,fede1024/rust-rdkafka |
212120e2a8302aa3d0043277550d9311dcf6aca8 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.2"
- "2.7"
- "2.6"
- "2.5"
script: python setup.py test
| language: python
python:
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"
script: python setup.py nosetests
| Add Python 3.4. Plan is to drop support for Python 2.5 | Add Python 3.4. Plan is to drop support for Python 2.5
| YAML | bsd-3-clause | embray/setup.cfg,embray/setup.cfg |
dfff8a4f0909aa7c8453f2e01ec2e82c9677af36 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
sudo: required
services:
- docker
before_script:
- chmod +x gradlew
script:
- java -version
- ./gradlew check --parallel
- ./gradlew codeCoverageReport
notifications:
email:
on_success: change
on_failure: always
after_suc... | language: java
jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
sudo: required
services:
- docker
before_script:
- chmod +x gradlew
script:
- java -version
- ./gradlew check --parallel
- ./gradlew codeCoverageReport
notifications:
email:
on_success: change
on_failure: always
after_su... | Adjust Travis CI JDK matrix build versions | Adjust Travis CI JDK matrix build versions
| YAML | apache-2.0 | mokies/ratelimitj |
274622d1f89c783cdd4df14cea348273ab4108a8 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
fast_finish: true
include:
- php: 5.3
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- p... | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
fast_finish: true
include:
- php: 5.3
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- p... | Test the bundle against SF3.1 | Test the bundle against SF3.1
| YAML | mit | nietonfir/RaygunBundle,nietonfir/RaygunBundle |
0f623496583d57cda546d738dfed77e1eb482017 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8" | language: node_js
node_js:
- "6"
- "5"
- "4"
addons:
rethinkdb: "2.3"
| Use newer node and install rethinkdb. | Use newer node and install rethinkdb.
| YAML | mit | kvnneff/passwordless-rethinkdbstore,staygrimm/passwordless-rethinkdbstore |
351d3578ed9a1119426030386a1fd32ae0ef30c9 | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
branches:
only:
- master
cache:
directories:
- $HOME/.m2
| language: java
jdk: oraclejdk8
cache:
directories:
- $HOME/.m2
| Allow Travis to build pull requests | Allow Travis to build pull requests
I believe this is a remnant of the laidig fork, which didn't have pull requests (related to https://github.com/conveyal/gtfs-validator/pull/33). | YAML | mit | laidig/gtfs-validator,conveyal/gtfs-validator,laidig/gtfs-validator,conveyal/gtfs-validator,laidig/gtfs-validator,conveyal/gtfs-validator,conveyal/gtfs-validator,laidig/gtfs-validator |
4c6d59958d424c0c7e07a90703b3b172ca536f17 | .travis.yml | .travis.yml | language: ruby
before_install:
- sudo apt-get update
- sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
- sudo apt-get install -qq graphicsmagick
- gem install bundler -v 1.16.2
gemfile:
- Gemfile
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
matrix:
al... | language: ruby
before_install:
- sudo apt-get update
- sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
- sudo apt-get install -qq graphicsmagick
- gem install bundler -v 1.16.2
gemfile:
- Gemfile
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
- ruby-head
matrix:
al... | Use the latest Rubies on Travis CI | Use the latest Rubies on Travis CI
| YAML | mit | koic/blur_image |
82ef5ab761bb3f9f2099f9ced823488ee0286f56 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
before_install:
- yarn global add pnpm --ignore-engines
install:
- yarn install --ignore-engines
| language: node_js
cache: yarn
node_js:
- node
- "14"
- "12"
- "10"
- "8"
before_install:
- yarn global add pnpm --ignore-engines
install:
- yarn install --ignore-engines
| Add Node.js 15 to CI | Add Node.js 15 to CI
| YAML | mit | ai/browserslist |
48bc92ca9d1bde0b2cd569c18252bc0b718a2f1e | .travis.yml | .travis.yml | language: python
dist: xenial
stages:
- quality
- test
cache:
pip: true
directories:
- $HOME/.cache/pypoetry
matrix:
fast_finish: true
include:
- { python: "3.6", env: DJANGO=2.0 }
- { python: "3.6", env: DJANGO=2.1 }
- { python: "3.6", env: DJANGO=2.2 }
- { python: "3.7", en... | language: python
dist: xenial
stages:
- quality
- test
matrix:
fast_finish: true
include:
- { python: "3.6", env: DJANGO=2.0 }
- { python: "3.6", env: DJANGO=2.1 }
- { python: "3.6", env: DJANGO=2.2 }
- { python: "3.7", env: DJANGO=2.0 }
- { python: "3.7", env: DJANGO=2.1 }
... | Update graphene-django dependence to 2.4.0 | Update graphene-django dependence to 2.4.0
| YAML | mit | eamigo86/graphene-django-extras |
cbbc39b6d7dd00fde443d39d843ea891bf92b9f4 | .travis.yml | .travis.yml | language: csharp
solution: ./src/easyImage/EasyImage.sln
| language: csharp
solution: ./src/easyImage/EasyImage.sln
before_install:
- sudo apt-get install nunit-console
before_script:
- nuget restore ./src/easyImage/EasyImage.sln
after_script:
- nunit-console ./src/easyImage/EasyImage.Tests/bin/Release/EasyImage.Tests.dll
| Add test build to CI file. | Add test build to CI file. | YAML | unlicense | BetoBarros07/easyImage,BetoBarros07/easy_image |
fdd9ca22a184cbada4e8d610d8458b8ebf11a008 | .travis.yml | .travis.yml | language: ruby
sudo: false
env:
global:
- 'JRUBY_OPTS=--debug'
rvm:
- '2.0'
- '2.1'
- '2.2'
- '2.3.1'
- 'jruby-9'
script: bundle exec rspec
| language: ruby
sudo: false
env:
global:
- 'JRUBY_OPTS=--debug'
rvm:
- '2.0'
- '2.1'
- '2.2'
- '2.3'
- '2.4'
- 'jruby-9'
script: bundle exec rspec
| Add Ruby 2.4 to Travis test list. | Add Ruby 2.4 to Travis test list.
| YAML | mit | deseretbook/classy_hash |
2a8e8da1afeee064cb1dbdfb07407a095979fd8f | .travis.yml | .travis.yml | matrix:
allow_failures:
- ruby-head
- jruby-19mode
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- ruby-head
- jruby-19mode
branches:
only: master
| rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
branches:
only: master
| Remove unsupported rubies from Travis build | Remove unsupported rubies from Travis build
| YAML | mit | strax/mbtiles |
67310b604687e47707556ac4719c2afc7bc581d4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
install:
- npm install -g cucumber
- npm install -g jasmine
- npm install -g jison
- npm install -g jscs
- npm install -g jsdoc
- npm install -g jshint
- npm install
script:
- make all
- make start-app
- make acceptance-test
- make stop... | language: node_js
node_js:
- "0.10"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- npm install -g cucumber
- npm install -g jasmine
- npm install -g jison
- npm install -g jscs
- npm install -g jsdoc
- npm install -g jshint
- npm install
scri... | Enable xvfb before running acceptance tests. | Enable xvfb before running acceptance tests.
| YAML | mit | ssoloff/dice-server-js,ssoloff/dice-server-js,ssoloff/dice-server-js,ssoloff/dice-server-js |
4ee4a113b2f2c888ccd828749cd17693b02266d1 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
script: phpunit --cove... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo:... | Test on PHP7.0 and hhvm | Test on PHP7.0 and hhvm
| YAML | mit | ryan-senn/acl,laravel-doctrine/acl |
76b259f224eb950b99cc2973a7f1962dd5e515c0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
install:
- npm install
script:
- npm run lint
- npm run compile
- npm run coveralls
| language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "9"
install:
- npm install
script:
- npm run lint
- npm run compile
- npm run test
jobs:
include:
- stage: after_success
script: npm run coveralls
node_js: 8
| Update Travis build, only run coveralls on dedicate after_success | Update Travis build, only run coveralls on dedicate after_success
| YAML | mit | Borewit/music-metadata,Borewit/music-metadata |
72b414aa02a7fddb4d752d263a04250f0e3d1727 | pyall/cairo-gobject-1.12.18/meta.yaml | pyall/cairo-gobject-1.12.18/meta.yaml | # Copyright 2014-2015 Peter Williams and collaborators.
# This file is licensed under a 3-clause BSD license; see LICENSE.txt.
package:
name: cairo-gobject
version: 1.12.18
source:
fn: cairo-1.12.18.tar.xz
url: http://cairographics.org/releases/cairo-1.12.18.tar.xz
sha1: a76940b58da9c83b8934264617135326c091... | # Copyright 2014-2015 Peter Williams and collaborators.
# This file is licensed under a 3-clause BSD license; see LICENSE.txt.
package:
name: cairo-gobject
version: 1.12.18
source:
fn: cairo-1.12.18.tar.xz
url: http://cairographics.org/releases/cairo-1.12.18.tar.xz
sha1: a76940b58da9c83b8934264617135326c091... | Add pkg-config to deps of cairo-gobject | Add pkg-config to deps of cairo-gobject
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes |
db8ac9d0842bbaeecdeef6d303c4045200cf77d6 | roles/network-manager/tasks/main.yml | roles/network-manager/tasks/main.yml | ---
- name: Install Network-Manager
apt: name=network-manager state=latest
- name: Create entry to ansiblePull the git repository
template: src=ansiblePull.j2 dest=/etc/NetworkManager/dispatcher.d/ansiblePull
| ---
- name: Install Network-Manager
apt: name=network-manager state=latest
- name: Copy file to dispatcher to clone and execute KoomBook-doctor repository
template: src=01ansiblePull.j2 dest=/etc/NetworkManager/dispatcher.d/01ansiblePull
- name: Copy file to dispatcher to auto Update Content From Syno
template:... | Copy bash script to the device | Copy bash script to the device
| YAML | mit | ideascube/koombook-doctor |
b70f4ae948cd24f2ee506cad9ff0f96fae37e57c | catalog/Developer_Tools/Configuration_Management.yml | catalog/Developer_Tools/Configuration_Management.yml | name: Configuration Management
description:
projects:
- acts_as_configurable
- amberbit-config
- anyway_config
- app
- app_config
- application_configuration
- chamber
- config-me
- config_fun
- config_newton
- configatron
- configliere
- configloader
- configtoolkit
- configulations
- c... | name: Configuration Management
description: Configure your applications easily and securely
projects:
- acts_as_configurable
- amberbit-config
- anyway_config
- app
- app_config
- application_configuration
- chamber
- config-me
- config_fun
- config_newton
- configatron
- configliere
- configl... | Add description to 'Configuration Management' category | Add description to 'Configuration Management' category
Word for word from colszowka's suggestion on pull request #603 | YAML | mit | rubytoolbox/catalog |
2931ad55540de46bfbbb2e00da3d5aba278585d8 | metadata/at.or.at.plugoffairplane.yml | metadata/at.or.at.plugoffairplane.yml | Categories:
- Connectivity
- System
License: GPL-3.0-or-later
AuthorName: at.or.at
AuthorWebSite: https://at.or.at
SourceCode: https://gitlab.com/atorat/plugoffairplane
IssueTracker: https://gitlab.com/atorat/plugoffairplane/issues
LiberapayID: '33617'
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
AutoName: Plug Off... | Categories:
- Connectivity
- System
License: GPL-3.0-or-later
AuthorName: at.or.at
AuthorWebSite: https://at.or.at
SourceCode: https://gitlab.com/atorat/plugoffairplane
IssueTracker: https://gitlab.com/atorat/plugoffairplane/issues
LiberapayID: '33617'
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
AutoName: Plug Off... | Update Plug Off Airplane to 1.1 (1010) | Update Plug Off Airplane to 1.1 (1010)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
300e705524cb96dc837327b873fc51f1da601c17 | metadata/hu.vmiklos.plees_tracker.yml | metadata/hu.vmiklos.plees_tracker.yml | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Update Plees Tracker to 6.3 (9) | Update Plees Tracker to 6.3 (9)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d7be2f83f6092f628aecbae1812cbb15be560581 | operations/scale-database-cluster.yml | operations/scale-database-cluster.yml | ---
- type: replace
path: /instance_groups/name=database/instances
value: 3
- type: replace
path: /instance_groups/name=database/azs
value: [z1, z2, z3]
| ---
- type: replace
path: /instance_groups/name=database/instances
value: 3
- type: replace
path: /instance_groups/name=database/azs
value: [z1, z2, z3]
- type: replace
path: /instance_groups/name=database/jobs/name=proxy/properties/cf_mysql/proxy/shutdown_delay?
value: 30
| Introduce a shutdown delay when running in HA mode | Introduce a shutdown delay when running in HA mode
- BOSH DNS polls for health every 20s based on the monit status of an
instance group. The proxy process should stay healthy for longer than it reports as healthy to
give it time to be removed from the DNS pool.
Signed-off-by: Nitya Dhanushkodi <5c500b3de147c0caacc... | YAML | apache-2.0 | cloudfoundry/cf-deployment,emalm/cf-deployment,cloudfoundry/cf-deployment |
28f545a648a99206e7dc339989e386b8cdbf5fb9 | packages/th/thread-utils-context.yaml | packages/th/thread-utils-context.yaml | homepage: https://github.com/iand675/thread-utils#readme
changelog-type: markdown
hash: 561575b50765921fb3846af96eb2e75ba38e7c03e585dcc3641c34637442be39
test-bench-deps:
base: '>=4.7 && <5'
containers: -any
ghc-prim: -any
thread-utils-finalizers: -any
thread-utils-context: -any
maintainer: ian@iankduncan.com
... | homepage: https://github.com/iand675/thread-utils#readme
changelog-type: markdown
hash: 7863e568c7a43cd21616342d20484d4c962aaa9710619f104c6fb7ee32273940
test-bench-deps:
base: '>=4.7 && <5'
criterion: -any
containers: -any
ghc-prim: -any
thread-utils-finalizers: -any
mtl: -any
thread-utils-context: -any
m... | Update from Hackage at 2021-09-04T01:56:33Z | Update from Hackage at 2021-09-04T01:56:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ebc365697175903d55eadd4364cc71c6c0e845b2 | .github/workflows/dotnet.yml | .github/workflows/dotnet.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: src
jobs:
build:
name: Build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
... | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: src
jobs:
build:
name: Build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
... | Add clean step to fix issue on windows build. | Add clean step to fix issue on windows build.
| YAML | apache-2.0 | AdaptiveConsulting/Aeron.NET,AdaptiveConsulting/Aeron.NET |
95eb3e5ea326f2d4c88df2e96675bc6b06ac641e | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
github: wger-project
| # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
github: wger-project
liberapay: wger
custom: https://www.buymeacoffee.com/wger
| Add links to liberapay and buymeacoffee | Add links to liberapay and buymeacoffee
| YAML | agpl-3.0 | petervanderdoes/wger,petervanderdoes/wger,wger-project/wger,wger-project/wger,wger-project/wger,petervanderdoes/wger,wger-project/wger,petervanderdoes/wger |
eb87777a90e9b1234b4578bdca0c4a69f8eb218f | config/worker.php.yml | config/worker.php.yml | recipes:
- perlbrew::multi
- php::multi
- python::multi
# composer and pip really benefit from these two being preinstalled. MK.
- bazaar
- subversion
- sweeper
| recipes:
- perlbrew::multi
- php::multi
- composer
- python::multi
# composer and pip really benefit from these two being preinstalled. MK.
- bazaar
- subversion
- sweeper
| Provision composer now that it is significantly more mature | Provision composer now that it is significantly more mature
| YAML | mit | 0xCCD/travis-boxes,travis-ci/travis-boxes |
f2fcd5f3ccac42ee6aa40ff3e0a6df014f5e9618 | packages/fs/fsh-csv.yaml | packages/fs/fsh-csv.yaml | homepage: ''
changelog-type: ''
hash: 40746e450bbdb97d036829e9556927158c8f58c106bc3e42c1385e38d8b0560d
test-bench-deps: {}
maintainer: iostreamer007@gmail.com
synopsis: csv parser for fsh
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
hint: -any
all-versions:
- '0.1.0.0'
author: iostreamer-X
latest: '0.1.0.0'
de... | homepage: ''
changelog-type: ''
hash: dfa3505a9c8bef679d49b53950b371ed879149812a838a8c739d1d69e6a7d36a
test-bench-deps: {}
maintainer: iostreamer007@gmail.com
synopsis: csv parser for fsh
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
hint: -any
all-versions:
- '0.1.0.0'
- '0.2.0.0'
author: iostreamer-X
latest: ... | Update from Hackage at 2017-04-27T07:44:59Z | Update from Hackage at 2017-04-27T07:44:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
40e09fba5cb6cbb24b1bd186f6c50699c6a78c54 | packages/po/polymap.yaml | packages/po/polymap.yaml | homepage: ''
changelog-type: ''
hash: c05272a923a874d83041a5ec815b84a4c03c2fbdecb92f494fe67f7fe1d0ed3a
test-bench-deps:
base: ! '>=4.8 && <5'
polymap: -any
maintainer: David Farrell <shokku.ra@gmail.com>
synopsis: Polydirectional maps
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
containers: ! '>=0.5.5'
all... | homepage: ''
changelog-type: ''
hash: 8d4044c98b93319428355a8e6c442d5736e144398dbb63c608d6baaad425f88e
test-bench-deps:
base: ! '>=4.8 && <5'
polymap: -any
maintainer: David Farrell <shokku.ra@gmail.com>
synopsis: Polygonal maps
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
containers: ! '>=0.5.5'
all-versi... | Update from Hackage at 2015-09-24T21:18:17+0000 | Update from Hackage at 2015-09-24T21:18:17+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f99321320d8d067c4137a2a6e6b2acb6b44712ec | packages/te/tensors.yaml | packages/te/tensors.yaml | homepage: https://github.com/leptonyu/tensors#readme
changelog-type: ''
hash: bf59e2c024bb0097af19f43f161a2664544663c368be046f2903c47fa64f9e25
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: ==2.*
singletons: -any
QuickCheck: -any
vector: -any
maintainer: Daniel YU <leptonyu@gmail.com>
synopsis: Tensor in Haske... | homepage: https://github.com/leptonyu/tensors#readme
changelog-type: ''
hash: 942dd4a9689f0fb327539a4289a6761e520544759ea7db6958a28a1266e6efe5
test-bench-deps:
reflection: -any
base: ! '>=4.7 && <5'
hspec: ==2.*
singletons: -any
QuickCheck: -any
vector: -any
maintainer: Daniel YU <leptonyu@gmail.com>
synops... | Update from Hackage at 2018-12-27T02:06:17Z | Update from Hackage at 2018-12-27T02:06:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6f542d536e181613834fc7f52e87e200f83265e1 | app.yaml | app.yaml | application: travis-canvas-proxy
runtime: php55
api_version: 1
threadsafe: yes
skip_files:
- README.md
- config.example.php
- user-map.example.php
- .gitignore
- .editorconfig
handlers:
- url: /grade.*
script: grade.php
secure: always
| application: travis-canvas-proxy
version: 1
runtime: php55
api_version: 1
threadsafe: yes
skip_files:
- README.md
- config.example.php
- user-map.example.php
- .gitignore
- .editorconfig
handlers:
- url: /grade.*
script: grade.php
secure: always
| Add version entry because GAE requires it even though docs say otherwise | Add version entry because GAE requires it even though docs say otherwise
| YAML | mit | thomasjbradley/markbot-server,thomasjbradley/travis-canvas-proxy |
07744f71e642d25ecf58282b918daffb4b0f6058 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: all
match: "**/*"
- type: directory
path: _team
label: Team
create: all
match: "**/... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: all
match: "**/*"
- type: directory
path: _team
label: Team
create: all
match: "**/... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website |
3f4a95c787c36812beab48266f03be946edf3e39 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: data/authors.yml
label: Authors
- type: document
path: config.toml
label: Configuration
mat... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: data/authors.yml
label: Authors
- type: document
path: config.toml
label: Configuration
uploa... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io |
a7b562f859aac9de3487ec849fba919c0958e3e2 | src/User/Resources/config/routing.yml | src/User/Resources/config/routing.yml | user_profile:
path: profile
defaults:
_controller: UserBundle:Profile:index
user_app_auth_delete:
path: app_auth_delete
defaults:
_controller: UserBundle:Profile:deleteAuthorizedApp
requirements:
_method: DELETE
| user_profile:
path: profile
defaults:
_controller: UserBundle:Profile:index
user_app_auth_delete:
path: app_auth_delete
defaults:
_controller: UserBundle:Profile:deleteAuthorizedApp
requirements:
_method: DELETE
user_kill_session:
path: kill-session
defaults... | Add route to kill the user session on the authserver | Add route to kill the user session on the authserver
| YAML | agpl-3.0 | vierbergenlars/authserver,vierbergenlars/authserver,vierbergenlars/authserver,vierbergenlars/authserver |
d664e26427d0f152a6bd7d235cf8769cbb6123cc | app.yaml | app.yaml | runtime: python27
version: 1
api_version: 1
application: fctv-player-1127
threadsafe: true
handlers:
- url: /
static_files: static/clicks.html
upload: static/clicks.html
secure: always
http_headers:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; i... | runtime: python27
version: 1
api_version: 1
application: fctv-player-1127
threadsafe: true
handlers:
- url: /
static_files: static/clicks.html
upload: static/clicks.html
secure: always
expiration: "1d"
http_headers:
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeS... | Allow embedding, start with some modest caching. | Allow embedding, start with some modest caching.
| YAML | apache-2.0 | flamingcowtv/clicks,flamingcowtv/clicks |
dc0e971a0eb5598e0a1c5b1d35f86d4143b1632c | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
versioning-strategy: increase
ignore:
- dependency-name: "@types/node"
versions:
- "> 12.11.6, < 12.12"
- dependency-name: "@types/node"
versions:
- "> 1... | version: 2
# CommonJS
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
versioning-strategy: increase
target-branch: "master"
labels:
- "dependencies"
- "CJS"
# TypeScript Module
- package-ecosystem: npm
directory: "/"
... | Split Dependabot update in main & es-module branch updates | Split Dependabot update in main & es-module branch updates
| YAML | mit | Borewit/token-types |
cfd6a678039ba1411bf6ab08f8e1adbe3caff62b | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
| version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
| Enable Dependabot for GitHub Actions | Enable Dependabot for GitHub Actions
| YAML | apache-2.0 | dropwizard/metrics,dropwizard/metrics,dropwizard/metrics |
cc37c490c2829295ffe99118bb94481009f0c8e8 | .github/workflows/coding-standard.yml | .github/workflows/coding-standard.yml | name: "Coding Standards"
on:
pull_request:
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-latest"
strategy:
matrix:
php-version:
- "7.4"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
with:
fetch-depth: 10
-... | name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
steps:
- name: "Checkout"
uses: "action... | Synchronize coding standard workflow with upstream | Synchronize coding standard workflow with upstream
Now that there no longer are cs issues, we can thank diff-sniffer and
kiss it goodbye!
| YAML | mit | doctrine/doctrine2,bigfoot90/doctrine2,doctrine/doctrine2,bigfoot90/doctrine2 |
178872181660d208f4e30d12bc77d30a7d6eb77f | metadata/negativedensity.techahashi.yml | metadata/negativedensity.techahashi.yml | Categories:
- Writing
License: MIT
SourceCode: https://github.com/negativedensity/techahashi
IssueTracker: https://github.com/negativedensity/techahashi/issues
AutoName: Techahashi
Description: |
A fork of [[trikita.slide]].
This version adds two features to be able to add content that might be useful
f... | Categories:
- Writing
License: MIT
SourceCode: https://github.com/negativedensity/techahashi
IssueTracker: https://github.com/negativedensity/techahashi/issues
AutoName: Techahashi
Description: |
A fork of [[trikita.slide]].
This version adds two features to be able to add content that might be useful
f... | Update Techahashi to 7.0.1 (70001) | Update Techahashi to 7.0.1 (70001)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
03ed44f67a41ba043c6d8f97027ac897a5c01a93 | meta/main.yml | meta/main.yml | ---
galaxy_info:
role_name: broids
author: juju4
description: setup Bro IDS
license: BSD
min_ansible_version: 2.0
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
... | ---
galaxy_info:
role_name: broids
author: juju4
description: setup Bro IDS
license: BSD
min_ansible_version: 2.0
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
... | Remove Maxmind as role dependency - registration wall | Remove Maxmind as role dependency - registration wall | YAML | bsd-2-clause | juju4/ansible-bro-ids,juju4/ansible-bro-ids,juju4/ansible-bro-ids |
93b10da8b8c487d9689daa6cca50c75e1df01d80 | .github/workflows/cd.yml | .github/workflows/cd.yml | name: CD
on: create
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
deploy:
if: (github.event.ref_type == 'tag')
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
# Make sure the version number in the tag matches the version in package.... | name: CD
on: create
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
deploy:
if: (github.event.ref_type == 'tag')
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
# Make sure the version number in the tag matches the version in package.... | Update geritol/match-tag-to-package-version action to v0.2.0 | Update geritol/match-tag-to-package-version action to v0.2.0
| YAML | mit | Binaryify/OneDark-Pro,Binaryify/OneDark-Pro |
e6541cc160318db6b5d980d880787db9db645cf7 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continuous Integration
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
branches:
- master
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '1... | name: Continuous Integration
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
branches:
- master
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '1... | Add Java 16 GA to the test matrix. | [CI] Add Java 16 GA to the test matrix.
| YAML | apache-2.0 | real-logic/Agrona |
d454f42073cc49d7d2c6cabbaa9f399f0bd6f538 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
analyze:
name: Analyze
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/... | name: CI
on: [push, pull_request]
jobs:
analyze:
name: Analyze
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/... | Rename test job to lint | Rename test job to lint
| YAML | mit | jgarber623/aria-collapsible,jgarber623/aria-collapsible |
5e042c94c942f0b96862c1e5dc668f167bf1796c | packages/cl/classy-influxdb-simple.yaml | packages/cl/classy-influxdb-simple.yaml | homepage: https://github.com/mankyKitty/classy-influxdb-simple#readme
changelog-type: ''
hash: 9c740e8340afde9b456ab4eaf92324254601120cc652729678d2feb188090fa3
test-bench-deps: {}
maintainer: sclhiannan@gmail.com.au
synopsis: Super simple InfluxDB package in Classy-MTL style
changelog: ''
basic-deps:
bytestring: -any... | homepage: https://github.com/mankyKitty/classy-influxdb-simple#readme
changelog-type: ''
hash: 586eed33e586e043fc044aa156708f049fa04d85270d965ac0a70d3d91634151
test-bench-deps: {}
maintainer: sclhiannan@gmail.com.au
synopsis: Super simple InfluxDB package in Classy-MTL style
changelog: ''
basic-deps:
bytestring: -any... | Update from Hackage at 2017-02-21T00:24:41Z | Update from Hackage at 2017-02-21T00:24:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5511762e5f11a9e4871e83bbc7ba6162f2d031f3 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check code style
uses: reviewdog/action-shfmt@v1.0.2
- name: Run static analysis
... | name: ci
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check code style
uses: reviewdog/action-shfmt@v1.0.2
- name: Run static analysis
... | Add sudo to apt-get install | Add sudo to apt-get install
| YAML | mit | helpermethod/up |
2cadf0d97497914a7e1fe48ba25fd19c331f04f7 | dsaas-services/f8-tenant.yaml | dsaas-services/f8-tenant.yaml | services:
- hash: 90821dd8773da6b226a66cea972d296744ce87b1
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| services:
- hash: 4e6c0fd6ab2d38e0f7e622df5c6ebf08d6c4ea0f
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| Update tenants version to 1.0.185 | Update tenants version to 1.0.185 | YAML | apache-2.0 | openshiftio/saas,openshiftio/saas |
1f6f3c285d4e0aaec5e57c074f758bf9e5f90afb | roles/kvm/vars/Ubuntu_x86_64.yml | roles/kvm/vars/Ubuntu_x86_64.yml | ---
kvm_packages:
- qemu-kvm
| ---
kvm_packages:
- bridge-utils
- dosfstools
- dosfstools-dbg
- genisoimage
- kpartx
- libvirt-bin
- multipath-tools
- nfs-common
- open-iscsi
- python-libguestfs
- python-libvirt
- qemu
- qemu-utils
- sysfsutils
- vlan
- multipath-tools
| Add KVM packages, pulled from openstack-ansible-os_nova | Add KVM packages, pulled from openstack-ansible-os_nova
| YAML | apache-2.0 | squashible/squashible,squashible/squashible |
2933932f3a4ab8e1955c9c7362891870ac8d26d9 | provisioning/odl_4_testing_playbook.yml | provisioning/odl_4_testing_playbook.yml | ---
- hosts: all
become: yes
roles:
- role: opendaylight
rpm_repo_file: "opendaylight-4-testing.repo"
rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-4-testing.repo;hb=refs/heads/master"
default_feature_... | ---
- hosts: all
become: yes
roles:
- role: opendaylight
rpm_repo_file: "opendaylight-4-testing.repo"
rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-4-testing.repo"
| Remove depreciated Karaf repos playbook param | Remove depreciated Karaf repos playbook param
The Ansible role no longer attempts to manage ODL's Karaf feature repos.
Signed-off-by: Daniel Farrell <65eaad88897e615d9128b5e890b98414aac720cc@redhat.com>
| YAML | bsd-2-clause | dfarrell07/vagrant-opendaylight,dfarrell07/vagrant-opendaylight |
a49444a266d4afa9a27205c911631767b9163c65 | azure-pipelines.yml | azure-pipelines.yml | trigger: none
# Disable Windows CI builds until somebody is actually working on fixing them
# - master
# - devel
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- checkout: self
submodules: true
- script: |
git config --global user.email "simon@simon-cozens.org"
g... | trigger: none
# Disable Windows CI builds until somebody is actually working on fixing them
# - master
# - devel
jobs:
- job: Windows
pool:
vmImage: 'windows-2019'
steps:
- checkout: self
submodules: true
- script: |
git config --global user.email "simon@simon-cozens.org"
git... | Update to `windows-2019` before deprecation | ci(azure): Update to `windows-2019` before deprecation
| YAML | mit | alerque/sile,alerque/sile,alerque/sile,alerque/sile |
b00cfbadb698942f70a202312e2c95806573be4e | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
environment:
- API_DOCKER_IMAGE=api-ci
- JOB_DOCKER_IMAGE=job-ci
docker:
- image: docker:18.05.0-ce-git
- image: slideroom/elasticsearch:98
environment:
- ES_JAVA_OPTS=-Xms750m -Xmx750m
steps:
- checkout
- setup_remote_docker:
... | version: 2
jobs:
build:
machine:
docker_layer_caching: true
environment:
- API_DOCKER_IMAGE=api-ci
- JOB_DOCKER_IMAGE=job-ci
steps:
- checkout
- run:
name: Integration Tests
command: |
docker run -d -e ES_JAVA_OPTS="-Xms750m -Xmx750m" -p 9200:9... | Change build to use machine image | Change build to use machine image
| YAML | apache-2.0 | exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless |
5ddea1926e3302a1c1d54190e42683e4d9c08c66 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | Fix port argument in ssh command | Fix port argument in ssh command
| YAML | mit | Vovas11/courses,Vovas11/courses,Vovas11/courses |
4da358011248cec4fcfd1c050a98471368a21d74 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.16.1
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.16.3
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | Update node Docker tag to v12.16.3 | Update node Docker tag to v12.16.3
| YAML | mit | jaxx2104/gatsby-starter-bootstrap,jaxx2104/gatsby-starter-bootstrap |
c1c82c2e2031f4ecb95ec02cf392563871bd5133 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: randomknowledge/docker-pyenv-tox
steps:
- checkout
- run: pip install tox
- run: tox -e py27,py34,py35,py36
| version: 2
jobs:
macos-build:
macos:
xcode: "9.2.0"
steps:
- run: brew install pyenv readline xz
- run: |-
# https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-environment-variables
echo '
export PYENV_ROOT="$HOME/.pyenv"
... | Enable Circle CI to run tests under macOS | Enable Circle CI to run tests under macOS
| YAML | bsd-3-clause | Safihre/cherrypy,cherrypy/cherrypy,Safihre/cherrypy,cherrypy/cherrypy |
9961614df372814015b35b2b53eb5f13441f001c | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.0
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.1
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... | Upgrade circleci to use haskell/build 1.6.1 | Upgrade circleci to use haskell/build 1.6.1
| YAML | bsd-3-clause | haskell-works/hw-prim |
a0850f3da0812b9f199c6e1d334ee0d11e697f1a | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# CircleCI... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# CircleCI... | Use run command for tests | Use run command for tests
| YAML | mit | Ciunkos/ciunkos.com |
73ffa34491aeefa4ac1c30b3237267d09b2ac416 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: fpco/stack-build:lts-11.11
steps:
- checkout
- restore_cache:
keys:
- v1-.stack-{{ checksum "stack.yaml" }}-{{ checksum "licensor.cabal" }}
- v1-.stack-{{ checksum "stack.yaml" }}
- v1-.stack-
- run:... | version: 2
jobs:
build:
docker:
- image: fpco/stack-build:lts-11.11
steps:
- checkout
- restore_cache:
keys:
- v1-.stack-{{ checksum "stack.yaml" }}-{{ checksum "package.yaml" }}
- v1-.stack-{{ checksum "stack.yaml" }}
- v1-.stack-
- run:
... | Use hpack in cache key | Use hpack in cache key
| YAML | mit | jpvillaisaza/licensor |
0a2a6dbced2a2bfd15241d12ffdaf340ff7a1594 | .circleci/config.yml | .circleci/config.yml | version: 2.1
defaults: &defaults
working_directory: ~/repo
orbs:
node: circleci/node@2.0.3
jobs:
test:
docker:
- image: "cimg/base:stable"
steps:
- checkout
- node/install:
install-yarn: true
node-version: latest
- run: node --version
- run: yarn test
... | version: 2.1
defaults: &defaults
working_directory: ~/repo
orbs:
node: circleci/node@2.0.3
jobs:
test:
<<: *defaults
executor:
name: node/default
tag: "13"
steps:
- checkout
- node/install-packages:
pkg-manager: yarn
cache-key: yarn.lock
- run: yarn... | Use node installed with orb | Use node installed with orb
| YAML | mit | mdedys/react-text-trimmer |
13e8b0c101b2a6cf420e065cbcdcd85acf5c4ed0 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
ios:
macos:
xcode: 13.0.0
steps:
- checkout
- run:
name: Install React Native dependencies
command: |
brew update
brew install watchman cocoapods || true
brew link --overwrite cocoapods || true
- run:
... | version: 2
jobs:
ios:
macos:
xcode: 13.0.0
steps:
- checkout
- run:
name: Install React Native dependencies
command: |
brew update
brew install watchman cocoapods yarn || true
brew link --overwrite cocoapods || true
- run:
... | Use yarn to install cavy-tester dependencies | Use yarn to install cavy-tester dependencies
| YAML | mit | pixielabs/cavy |
ac5b019c3c86d0ea00cb2e45d44d0b2927dd702f | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: ubuntu:cosmic
steps:
- run:
name: Installing
command: 'apt-get update && apt-get install -y git gcc g++ cmake libboost-all-dev bison qt5-default libsdl2-dev ruby'
- checkout
- run:
name: Submodules
comma... | version: 2
jobs:
build:
docker:
- image: cimg/base:2020.01
steps:
- run:
name: Installing
command: 'sudo apt-get update && sudo apt-get install -y git gcc g++ cmake libboost-all-dev bison qt5-default libsdl1.2-dev libsdl2-dev ruby'
- checkout
- run:
name... | Fix circleci build: use current image, use sudo, add libsdl1.2 | Fix circleci build: use current image, use sudo, add libsdl1.2
| YAML | mit | autc04/executor,autc04/executor,autc04/executor,autc04/executor,autc04/executor,autc04/executor |
d7e2805e502c1e8d5d3b61852fdcd4c6ce1596f3 | images/k8s-cloud-builder/variants.yaml | images/k8s-cloud-builder/variants.yaml | variants:
canary:
CONFIG: 'canary'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1'
SKOPEO_VERSION: 'v0.2.0'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1'
SKOPEO_VERSION: 'v0.2.0'
cross1.14:
CONFIG: 'cross1.14'
KUBE_CROSS_VERSION: 'v1.14.6-1'
SKOPEO_VERSION: 'v... | variants:
canary:
CONFIG: 'canary'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1'
SKOPEO_VERSION: 'v0.2.0'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1'
SKOPEO_VERSION: 'v0.2.0'
cross1.14:
CONFIG: 'cross1.14'
KUBE_CROSS_VERSION: 'v1.14.7-1'
SKOPEO_VERSION: 'v... | Build on kube-cross:v1.14.7-1 and v1.13.15-1 | k8s-cloud-builder: Build on kube-cross:v1.14.7-1 and v1.13.15-1
Signed-off-by: Stephen Augustus <f96984fef9637085f0559f1484dfd4e99545cd6e@vmware.com>
| YAML | apache-2.0 | kubernetes/release,kubernetes/release |
efd81deb76b31f60ed2694f71bbfe526a08b3875 | botconfig.example.yaml | botconfig.example.yaml | debug: true
debug_console: false
logging:
level: DEBUG
brainstate_location: brainstate.json
plugin_dir: plugins/
plugins:
- shipit
- brew
- deletemessages
- ping
- thequestion
- notebook
plugin_config:
notebook:
file: notebook.docx
append: false
api_token: 'foobar'
| debug: true
debug_console: false
logging:
level: DEBUG
brainstate_location: brainstate.json
plugin_dir: plugins/
plugins:
- shipit
- brew
- deletemessages
- ping
- notebook
plugin_config:
notebook:
file: notebook.docx
append: false
api_token: 'foobar'
| Remove some plugins from the default config | Remove some plugins from the default config
| YAML | bsd-3-clause | ratchetrobotics/espresso |
80fef4a2a0f4ff5c674e2534ef4ae3cef34a3344 | packages/re/resin.yaml | packages/re/resin.yaml | homepage: http://github.com/cartazio/resin
changelog-type: markdown
hash: de8729d82a131d03918bd4ee9b1068a4b63354d3914c2ae9b5748edd10808c0a
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: High performance variable binders
changelog: ! '
# Versions 0.1.0.0 - 0.1.0.2
initial release(s) with onl... | homepage: http://github.com/cartazio/resin
changelog-type: markdown
hash: 830000261b54d0ed9c2a96cb565d8e91c51e07cf8eb41305e56a39264b4de295
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: High performance variable binders
changelog: ! '
# Versions 0.1.0.0 - 0.1.0.2
initial release(s) with onl... | Update from Hackage at 2017-07-24T20:04:38Z | Update from Hackage at 2017-07-24T20:04:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d50f6956c77a9372dd2cf12cbfd44581f7670249 | config/application.yml | config/application.yml | defaults: &defaults
token_expiration_time: <%= 1.month %>
max_edit_and_delete_time: <%= 15 * 60 %> # 15 minutes
gravatar_style: 'retro'
gravatar_size: '200'
slack_acccess_token_endpoint: 'https://slack.com/api/oauth.v2.access'
slack_post_message_endpoint: 'https://slack.com/api/chat.postMessage'
slack_con... | defaults: &defaults
token_expiration_time: <%= 1.month %>
max_edit_and_delete_time: <%= 15 * 60 %> # 15 minutes
gravatar_style: 'retro'
gravatar_size: '200'
slack_acccess_token_endpoint: 'https://slack.com/api/oauth.v2.access'
slack_post_message_endpoint: 'https://slack.com/api/chat.postMessage'
slack_con... | Add settings for staging and production | Add settings for staging and production
| YAML | mit | kabisa/kudo-o-matic,kabisa/kudo-o-matic,kabisa/kudo-o-matic |
53838531bea6d106c6515b1aeec41fd86f0e23af | .pre-commit-config.yaml | .pre-commit-config.yaml | ---
default_language_version:
# force all unspecified python hooks to run python3
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
hooks:
- id: trailing-whitespace
# Replaces or checks mixed line ending
- id: mixed-line-ending
args: ['--fi... | # We from the Oslo project decided to pin repos based on the
# commit hash instead of the version tag to prevend arbitrary
# code from running in developer's machines. To update to a
# newer version, run `pre-commit autoupdate` and then replace
# the newer versions with their commit hash.
default_language_version:
... | Move flake8 as a pre-commit local target. | Move flake8 as a pre-commit local target.
The goal here is to avoid conflicts between flake8 and hacking version each
2 days.
Inspired from nova's approach[1].
The flake8 version to install will be determined by hacking and
requirements[2] will stay aligned instead of relying on different versions.
[1] https://open... | YAML | apache-2.0 | openstack/stevedore |
8eb14201d9ae725dd27bc78fac57454ad19de43d | jruby-dev/tasks/main.yml | jruby-dev/tasks/main.yml | ---
- name: Check if JRuby is installed
command: stat /opt/jruby-{{ jruby_version }}/bin/jruby
register: jruby_installed
ignore_errors: true
- name: Download JRuby
get_url: url=http://jruby.org.s3.amazonaws.com/downloads/{{ jruby_version }}/jruby-bin-{{ jruby_version }}.tar.gz
dest=/tmp/jruby-{{ jru... | ---
- name: Check if JRuby is installed
command: stat /opt/jruby-{{ jruby_version }}/bin/jruby
register: jruby_installed
ignore_errors: true
- name: Download JRuby
get_url: url=http://s3.amazonaws.com/jruby.org/downloads/{{ jruby_version }}/jruby-bin-{{ jruby_version }}.tar.gz
dest=/tmp/jruby-{{ jru... | Fix URL for JRuby archives. | Fix URL for JRuby archives.
| YAML | mit | tomku/ansible-roles |
5506eac4378112b60481c830ac3087e9cc511f5e | packages/po/pontarius-xmpp-extras.yaml | packages/po/pontarius-xmpp-extras.yaml | homepage: ''
changelog-type: ''
hash: 936311fdaad63ca94f485655f3bf40d99c547eef815bebf261809b3069162a50
test-bench-deps: {}
maintainer: zl29ah@gmail.com
synopsis: XEPs implementation on top of pontarius-xmpp
changelog: ''
basic-deps:
base: '>=4.9 && <4.15'
time: '>=1.8 && <1.9'
text: '>=1.2 && <1.3'
data-default... | homepage: ''
changelog-type: ''
hash: a4739697ea27f32f2bab495c8744d54a47611981856ec29376a775ffa82fe831
test-bench-deps: {}
maintainer: zl29ah@gmail.com
synopsis: XEPs implementation on top of pontarius-xmpp
changelog: ''
basic-deps:
base: '>=4.9 && <4.15'
time: '>=1.8 && <1.11'
text: '>=1.2 && <1.3'
data-defaul... | Update from Hackage at 2020-05-30T05:53:38Z | Update from Hackage at 2020-05-30T05:53:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a78c64473e169c67996a9255cf11429b6b54b856 | metadata/fr.bux.rollingdashboard.yml | metadata/fr.bux.rollingdashboard.yml | Categories:
- Games
License: MIT
AuthorName: Bastien Sevajol
AuthorEmail: contact@bux.fr
AuthorWebSite: https://bux.fr
WebSite: https://buxx.github.io/rolling/pages/
SourceCode: https://gitlab.com/sevajol-bastien/rolldash
IssueTracker: https://gitlab.com/sevajol-bastien/rolldash/-/issues
Donate: https://bux.fr
AutoN... | Categories:
- Games
License: MIT
AuthorName: Bastien Sevajol
AuthorEmail: contact@bux.fr
AuthorWebSite: https://bux.fr
WebSite: https://buxx.github.io/rolling/pages/
SourceCode: https://gitlab.com/sevajol-bastien/rolldash
IssueTracker: https://gitlab.com/sevajol-bastien/rolldash/-/issues
Donate: https://bux.fr
AutoN... | Update CurrentVersion of Tableau de bord Rolling to 2.0 (2) | Update CurrentVersion of Tableau de bord Rolling to 2.0 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
8d2413f130c715caaf74ca8a4a84b221aa60e2f3 | packages/ya/yamlparse-applicative.yaml | packages/ya/yamlparse-applicative.yaml | homepage: https://github.com/NorfairKing/yamlparse-applicative#readme
changelog-type: ''
hash: ae3af05f9737ab635b66b699d31539a0d1156424264e312070717e203ed139a4
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Declaritive configuration parsing with free docs
changelog: ''
basic-deps:
bytestring: -any
path: -a... | homepage: https://github.com/NorfairKing/yamlparse-applicative#readme
changelog-type: ''
hash: 4ab42044eaa9b99971b0101d888f0b8e7f2a819a3b0a20a6a3fc42018ac42ff8
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Declaritive configuration parsing with free docs
changelog: ''
basic-deps:
bytestring: -any
path: -a... | Update from Hackage at 2021-10-20T15:34:49Z | Update from Hackage at 2021-10-20T15:34:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d1b70caa6f778a718c6bec8ad3ad7d63f933a903 | BUILD.yml | BUILD.yml | ---
:MAJOR: 0
:MINOR: 7
:STAMP: 1324795609
:PATCH: 1
:OWNER: delano
:BUILD: "031"
:STORY: Create secret is now via /create which does not redirect to the private URI
| ---
:MAJOR: 0
:MINOR: 7
:STAMP: 1324795609
:PATCH: 2
:OWNER: delano
:BUILD: "000"
:STORY: Create secret is now via /create which does not redirect to the private URI
| Create secret is now via /create which does not redirect to the private URI | Create secret is now via /create which does not redirect to the private URI
| YAML | mit | onetimesecret/onetimesecret,onetimesecret/onetimesecret,onetimesecret/onetimesecret,onetimesecret/onetimesecret,onetimesecret/onetimesecret |
d260c86e59c239b5f310a8bdcf7745d0c6dcd835 | _config.yml | _config.yml | # Site settings
name: Kyle Maxwell
email: yourmom@example.com
description: "So much hacking, so little time"
# testing only
#url: http://localhost:4000
url: "http://xwell.org" # the base hostname & protocol for your site
twitter: kylemaxwell
github: krmaxwell
google: KyleMaxwell
instagram: technoskald
# Build settings... | # Site settings
name: Kyle Maxwell
email: yourmom@example.com
description: "So much hacking, so little time"
# testing only
#url: http://localhost:4000
url: "/" # the base hostname & protocol for your site
twitter: kylemaxwell
github: krmaxwell
google: KyleMaxwell
instagram: technoskald
# Build settings
markdown: redc... | Change URL not to be hardcoded | Change URL not to be hardcoded
| YAML | mit | krmaxwell/krmaxwell.github.io,krmaxwell/krmaxwell.github.io,krmaxwell/krmaxwell.github.io |
6d011dba83442e4c4d1027e021ffccd291495a11 | _config.yml | _config.yml | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Setup
title: Nicholas Blair
tagline: 'Software Engineer'
url: http://nblair.github.io
baseurl: ''
paginate: ... | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Setup
title: Nicholas Blair
tagline: 'Software Engineer'
url: http://nblair.github.io
baseurl: ''
paginate: ... | Switch to 'Redcarpet' for markdown | Switch to 'Redcarpet' for markdown
Corrects display of fenced code blocks.
| YAML | mit | nblair/nblair.github.io,nblair/nblair.github.io,nblair/nblair.github.io,nblair/nblair.github.io |
f05d6e5c273e1b248d1e1f48bd070650630e3c51 | _config.yml | _config.yml | # Dependencies
markdown: redcarpet
highlighter: true
# Permalinks
permalink: pretty
# Setup
title: Off by one
tagline: Programming for the rest of us
## url: http://blog.jedd-ahyoung.com
url: http://jedd-ahyoung.github.io/off-by-one
paginate: ... | # Dependencies
markdown: redcarpet
highlighter: true
# Permalinks
permalink: pretty
# Setup
title: Off by one
tagline: Programming for the rest of us
## url: http://blog.jedd-ahyoung.com
url: http://jedd-ahyoung.github.io/off-by-one
paginate: ... | Update config to show correct repo. | Update config to show correct repo.
| YAML | mit | jedd-ahyoung/off-by-one,jedd-ahyoung/off-by-one |
04b6899cf791a2b58ab3946e86c0f0b7530d618a | _config.yml | _config.yml | ---
title: Greg Jordan-Detamore
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
email: greg@gregjd.com
description: 'Greg is a developer, data/GIS analyst, and designer intere... | ---
title: Greg Jordan-Detamore
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
comments: true
email: greg@gregjd.com
description: 'Greg is a developer, data/GIS analyst, a... | Add DISQUS comments to site config | Add DISQUS comments to site config | YAML | mit | gregjd/gregjd.github.io,gregjd/gregjd.github.io,gregjd/gregjd.github.io |
3b8abf28944300e2625d10a6bd9531f201f69733 | _config.yml | _config.yml | auto: true
author: DigitalGov Search
title: DigitalGov Search
url: http://search.digitalgov.gov
permalink: /blog/:title.html
lsi: false
pygments: true
markdown: rdiscount
exclude: [.gitignore, .rvmrc, Gemfile, Gemfile.lock, README.md, Rakefile, config.rb, sass, vendor]
server: true
# plugin config
paginate_per_page: 1... | auto: true
author: DigitalGov Search
title: DigitalGov Search
url: http://search.digitalgov.gov
permalink: /:categories/:title.html
lsi: false
pygments: true
markdown: rdiscount
exclude: [.gitignore, .rvmrc, Gemfile, Gemfile.lock, README.md, Rakefile, config.rb, sass, vendor]
server: true
# plugin config
paginate_per_... | Set default permalink to /:categories/:title.html | Set default permalink to /:categories/:title.html
| YAML | cc0-1.0 | GSA/search.digitalgov.gov,dawnpm/search.digitalgov.gov,GSA/search.digitalgov.gov,dawnpm/search.digitalgov.gov,GSA/search.digitalgov.gov,dawnpm/search.digitalgov.gov |
f910ab94bf3c59d605f0285c32da5d2fb03a664e | _config.yml | _config.yml | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
permalink: /blog/:year/:month/:day/:title
# Setup
title: LV
tagline: "Luis Victoria"
description: "My web portfolio"
url: http://luisvictoria.me
baseurl: "http://luisvictoria.me"... | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
permalink: /blog/:year/:month/:day/:title
# Setup
title: LV
tagline: "Luis Victoria"
description: "My web portfolio"
url: http://luisvictoria.me
baseurl: http://luisvictoria.me
p... | Remove quotation marks from baseurl config | Remove quotation marks from baseurl config
| YAML | mit | LV/lv.github.io,LV/lv.github.io,LV/lv.github.io |
dc9c2aa16128ae1a4f993dcc513fee2ee82b12d0 | _config.yml | _config.yml | # Site settings
title: "G. BERGERET"
email: "geoffrey.bergeret@gbergeret.org"
description: >
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
url: "http://gberge... | # Site settings
title: "G. BERGERET"
email: "geoffrey.bergeret@gbergeret.org"
description: >
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
url: "http://gberge... | Update config file to add repository. | Update config file to add repository.
| YAML | mit | gbergere/gbergere.github.io |
13172cee15f5f9fa3933105d0c76179f9b4c9d82 | _config.yml | _config.yml | name: iotize, 📱 engineer
description: iOS Engineer
meta_description: ""
theme: minima
markdown: kramdown
highlighter: rouge
gems: [jekyll-paginate]
paginate: 20
baseurl: /
domain_name: 'http://iotize.github.com'
# Details for the RSS feed generator
url: 'http://iotize.github.com'
author: 'Ryan Davi... | name: iotize, 📱 engineer
description: iOS Engineer
meta_description: ""
theme: minima
markdown: kramdown
highlighter: rouge
gems: [jekyll-paginate]
paginate: 20
baseurl: /
domain_name: 'http://iotize.github.com'
# Details for the RSS feed generator
url: 'http://iotize.github.com'
author: 'Ryan Davi... | Remove defaults key from config | Remove defaults key from config
| YAML | mit | iotize/iotize.github.io |
e9401628e5c288b03e39ad7c9fd4b47bb4db0455 | _config.yml | _config.yml | # top level stuff you probably don't need to touch
highlighter: pygments
markdown: rdiscount
rdiscount:
extensions: [smart]
permalink: /:title.html
paginate: 5
gems: [jekyll-paginate]
port: 3000
safe: true
# edit here to achieve your personal greatness
url: http://username.github.io/
baseurl: /sustain/
title: Chris... | # top level stuff you probably don't need to touch
highlighter: rouge
markdown: kramdown
rdiscount:
extensions: [smart]
permalink: /:title.html
paginate: 5
gems: [jekyll-paginate]
port: 3000
safe: true
# edit here to achieve your personal greatness
url: http://username.github.io/
baseurl: /sustain/
title: Chris Tur... | Update jekyll to use kramdown and rouge | Update jekyll to use kramdown and rouge
| YAML | mit | andykitchen/andykitchen.github.io,guarani/guarani.github.io,rajatdixit/website,aarrigo/sustain,lazyfrosch/website,egd-io/egd-io.github.io,aarrigo/sustain,nellshamrell/nellshamrell.github.io,apraditya/mochfaisalkarim,kyleoliveira/kyleoliveira.github.io,guarani/guarani.github.io,kyleoliveira/kyleoliveira.github.io,jaimev... |
c0b843a3731f471cd3d3d646013e58283d02f8a8 | _config.yml | _config.yml | safe: true
markdown: kramdown
highlighter: pygments
permalink: /:title.html
relative_permalinks: false
default_theme: ribbon
default_width: 792
default_lang: en
default_body_class: list
author:
name: Julien Tanguy
url: http://julien.jhome.fr
company:
name: Sounderbox
url: http://sounderb... | safe: true
markdown: kramdown
highlighter: rouge
permalink: /:title.html
relative_permalinks: false
default_theme: ribbon
default_width: 792
default_lang: en
default_body_class: list
author:
name: Julien Tanguy
url: http://julien.jhome.fr
company:
name: Sounderbox
url: http://sounderbox.... | Change highliter to github's new default | Change highliter to github's new default
| YAML | mit | jtanguy/elm-intro,jtanguy/elm-intro |
d1c921fb53ce682ee938cf36050c82892078a1d9 | packages/la/lazy-priority-queue.yaml | packages/la/lazy-priority-queue.yaml | homepage: ''
changelog-type: ''
hash: 59d86fd160a7fd030c9d99d4fe984ec64a18821e34cfa4f6df1dd67144495092
test-bench-deps:
base: -any
lazy-priority-queue: -any
doctest: '>=0.8'
lens: -any
maintainer: mblazevic@stilo.com
synopsis: Lazy-Spined Monadic Priority Queues
changelog: ''
basic-deps:
base: <5
lazy-prior... | homepage: ''
changelog-type: ''
hash: 59d86fd160a7fd030c9d99d4fe984ec64a18821e34cfa4f6df1dd67144495092
test-bench-deps:
base: -any
lazy-priority-queue: -any
doctest: '>=0.8'
lens: -any
maintainer: mblazevic@stilo.com
synopsis: Lazy-Spined Monadic Priority Queues
changelog: ''
basic-deps:
base: <5
lazy-prior... | Update from Hackage at 2021-12-18T14:44:45Z | Update from Hackage at 2021-12-18T14:44:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1385387ff501806a7a8c1a452ab34012c4a0658c | metadata/com.timenotclocks.bookcase.yml | metadata/com.timenotclocks.bookcase.yml | Categories:
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/fenimore/badreads
IssueTracker: https://github.com/fenimore/badreads/issues
AutoName: Badreads
RepoType: git
Repo: https://github.com/fenimore/badreads
Builds:
- versionName: 0.0.4
versionCode: 4
commit: v0.0.4
subdir: app
... | Categories:
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/fenimore/badreads
IssueTracker: https://github.com/fenimore/badreads/issues
AutoName: Badreads
RepoType: git
Repo: https://github.com/fenimore/badreads
Builds:
- versionName: 0.0.4
versionCode: 4
commit: v0.0.4
subdir: app
... | Update Badreads to 0.0.6 (6) | Update Badreads to 0.0.6 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0454e48e207b7c8de207a4430fcba55f1d01b529 | .php-censor.yml | .php-censor.yml | build_settings:
ignore:
- vendor
- tests
setup:
composer:
action: install
test:
php_unit:
config:
- phpunit.xml.dist
coverage: true
php_cs_fixer:
args: '--allow-risky=yes'
errors: true
report_errors: true
config: .php... | build_settings:
ignore:
- vendor
- tests
setup:
composer:
action: install
test:
php_unit:
config:
- phpunit.xml.dist
coverage: true
php_cs_fixer:
args: '--allow-risky=yes'
errors: true
report_errors: true
config: .php... | Add languages folder to copy & paste ignore | Add languages folder to copy & paste ignore
| YAML | bsd-2-clause | php-censor/php-censor,corpsee/php-censor,php-censor/php-censor,php-censor/php-censor,corpsee/php-censor,corpsee/php-censor |
5a3d55069fefe113a109b3e00b2139dd2875eb91 | packages/ti/timemap.yaml | packages/ti/timemap.yaml | homepage: ''
changelog-type: ''
hash: ea5823154da0139bcb643a280d07ec5f70bb92aebac50ebe22bfd504fc059290
test-bench-deps:
focus: -any
stm: -any
base: -any
time: -any
unordered-containers: -any
list-t: -any
criterion: -any
containers: -any
quickcheck-instances: -any
tasty-quickcheck: -any
hashable: -... | homepage: ''
changelog-type: ''
hash: 0e4b342aa43aaa96ef4acaca32cd7d0de6e2ec67aa7fb99f0e6552ac2d0a1346
test-bench-deps:
focus: -any
stm: -any
base: -any
time: -any
unordered-containers: -any
list-t: -any
criterion: -any
containers: -any
quickcheck-instances: -any
tasty-quickcheck: -any
hashable: -... | Update from Hackage at 2017-11-24T21:43:02Z | Update from Hackage at 2017-11-24T21:43:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e140587261032112e8020d8d53976671f5bef7b9 | .pullreview.yml | .pullreview.yml | ---
rules:
ignore:
- use_a_logger
- extra_blank_line_detected_at_body_end
| ---
rules:
ignore:
- use_a_logger
excludes:
- spec
| Exclude spec from pull review analysis | Exclude spec from pull review analysis
| YAML | mit | agrimm/resume,agrimm/resume,paulfioravanti/resume |
948f2f943f0d37ffa59f96a30c2cb37b59c5d279 | wercker.yml | wercker.yml | box: mitsuse/golang
build:
steps:
- setup-go-workspace
- script:
name: build
code: |
go get -t ./...
- script:
name: test
code: |
go test ./...
after-steps:
- wantedly/pretty-slack-notify:
... | box: golang
build:
steps:
- setup-go-workspace
- script:
name: build
code: |
go get -t ./...
- script:
name: test
code: |
go test ./...
after-steps:
- wantedly/pretty-slack-notify:
webhook... | Use the official docker image. | Use the official docker image.
| YAML | mit | mitsuse/matrix-go,jmptrader/matrix-go |
0e0dc2e8fd6ad77b03e34a3d8fc15231d8330ea3 | zuul/site-variables.yaml | zuul/site-variables.yaml | # This file contains ansible variables that are used by our zuul-executors.
---
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "IAD.... | # This file contains ansible variables that are used by our zuul-executors.
---
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.... | Switch RAX ORD mirrors to new opendev.org mirrors | Switch RAX ORD mirrors to new opendev.org mirrors
The mirror.ord.rax.opendev.org host is running, with OpenAFS 1.8.3.
This is similar to rax.dfw which has been running without issue since
I78d938eaaec993ac64c7e701a506a108f5c7fb07.
Switch it in.
Depends-On: https://review.opendev.org/663852
Change-Id: I5d9d9d5f2d54c6... | YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
cfb5081b24380292f2a2a5ef28737c8018a70bc1 | config/locales/en.yml | config/locales/en.yml | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | Adjust header for user settings page | Adjust header for user settings page
| YAML | mit | rubymonsters/diversity_ticketing,rubymonsters/diversity_ticketing,rubymonsters/diversity_ticketing |
85032bb6a42d7e81ae8921c5abf5a4b36b5e7480 | schemas/stsci.edu/asdf/wcs/step-0.1.0.yaml | schemas/stsci.edu/asdf/wcs/step-0.1.0.yaml | %YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/wcs/step-0.1.0"
tag: "tag:stsci.edu:asdf/wcs/step-0.1.0"
title: >
Describes a single step of a WCS transform pipeline.
description: >
examples: []
type: object
properties:
frame:
description: |
The f... | %YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/wcs/step-0.1.0"
tag: "tag:stsci.edu:asdf/wcs/step-0.1.0"
title: >
Describes a single step of a WCS transform pipeline.
description: >
examples: []
type: object
properties:
frame:
description: |
The f... | Allow frame to be a frame object | Allow frame to be a frame object
| YAML | bsd-3-clause | spacetelescope/asdf-standard |
d747d4e770a612f7328f84e0b96a378c05dc3e07 | .gitlab-ci.yml | .gitlab-ci.yml |
variables:
IMAGE_NAME: emcmongoose/darzee
IMAGE_TAG: $DARZEE_VER
IMAGE_FILE_NAME: build/darzee.tar
CREATED_DARZEE_DOCKERFILE_PATH: $CREATED_DARZEE_DOCKERFILE_PATH
stages:
- build
- deploy
create_dockerfile:
image: java:8-jdk
stage: build
script:
- ./gradlew clean createDockerfile
build_docker_... |
variables:
IMAGE_NAME: emcmongoose/darzee
IMAGE_TAG: $DARZEE_VER
IMAGE_FILE_NAME: build/darzee.tar
CREATED_DARZEE_DOCKERFILE_PATH: $CREATED_DARZEE_DOCKERFILE_PATH
stages:
- build
- deploy
create_dockerfile:
image: java:8-jdk
stage: build
script:
- ./gradlew clean createDockerfile
build_docker_... | Add outputs for .en variables in test purposes. | Add outputs for .en variables in test purposes.
| YAML | mit | emc-mongoose/console,emc-mongoose/console,emc-mongoose/console |
300f4d6c371446e2e23669ef0b314acf66db4389 | COMPLIANCE.yaml | COMPLIANCE.yaml | name: compliance
description: |
This document is used to track a projects PIA and STRA
compliance.
spec:
- name: PIA
status: exempt
last-updated: '2020-01-20T19:03:57.213Z'
- name: STRA
status: exempt
last-updated: '2020-01-20T19:03:57.213Z'
| name: compliance
description: |
This document is used to track a projects PIA and STRA
compliance.
spec:
- name: PIA
status: not-required
last-updated: '2020-04-15T00:13:43.377Z'
- name: STRA
status: not-required
last-updated: '2020-04-15T00:13:43.377Z'
| Rename PIA and STRA status | Rename PIA and STRA status | YAML | apache-2.0 | bcgov/envreportutils |
c7f57cc3f1a71610210376cfe010763b1572963f | tools/cloud-build/project-cleanup.yaml | tools/cloud-build/project-cleanup.yaml | # Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Revert "Toggle filestore api as part of nightly cleanup" | Revert "Toggle filestore api as part of nightly cleanup"
This reverts commit db998396ba6438979e065a3a940178f6af965d05.
This reverts commit 67b2dc90e595bd1c8a52afa29aa4fabc460e706e.
| YAML | apache-2.0 | GoogleCloudPlatform/hpc-toolkit,GoogleCloudPlatform/hpc-toolkit,GoogleCloudPlatform/hpc-toolkit,GoogleCloudPlatform/hpc-toolkit |
5689407f09a6e8106e98ba936b078b5c7bf3476e | packages/ca/canteven-log.yaml | packages/ca/canteven-log.yaml | homepage: https://github.com/SumAll/haskell-canteven-log
changelog-type: ''
hash: f827b78804dd1d2bb07ee1de05925fc0bd63abf4dfed2c0433b35970c1bee5da
test-bench-deps: {}
maintainer: rowens@sumall.com
synopsis: A canteven way of setting up logging for your program.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=... | homepage: https://github.com/SumAll/haskell-canteven-log
changelog-type: ''
hash: 6767376efef731c4789b6a8c06b7dd9226766e732f865260d3ec9890d98389a3
test-bench-deps: {}
maintainer: rowens@sumall.com
synopsis: A canteven way of setting up logging for your program.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=... | Update from Hackage at 2016-10-01T02:51:44+00:00 | Update from Hackage at 2016-10-01T02:51:44+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
fbe7b47c9a973c752dee50de3746435aec8e71d2 | .kitchen.yml | .kitchen.yml | ---
driver_plugin: vagrant
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.4.4.box
require_chef_omnibus: 11.4.4
run_list:
- recipe[apt]
- name: centos-6.4
driver_config:
box: opscode-centos... | ---
driver_plugin: vagrant
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
require_chef_omnibus: true
customize:
memory: 512
run_list:
- recipe[apt]
- name: centos-6.4
dri... | Update Opscode Vagrant boxes so that they are provisionerless. Now Test Kitchen installs Chef. Also, increase default memory to 512MB. | Update Opscode Vagrant boxes so that they are provisionerless. Now
Test Kitchen installs Chef. Also, increase default memory to 512MB.
| YAML | apache-2.0 | basho-labs/riak-cs-chef-cookbook,ColdFreak/riak-cs-chef-cookbook |
145c56dc0900ee0d01b6e9e83d9dcd066da6080d | .travis.yml | .travis.yml | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
# http://conda.pydata.org/docs/travis.html
- sudo apt-get update
- sudo apt-get install -y pigz tabix
# We do this conditionally because it saves us some downloadin... | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.5"
- "3.6"
- "3.7"
install:
# http://conda.pydata.org/docs/travis.html
- sudo apt-get update
- sudo apt-get install -y pigz tabix
# We do this conditionally because it saves us some downloadin... | Add py3.7 and drop 3.4 from CI | Add py3.7 and drop 3.4 from CI
| YAML | bsd-3-clause | mirnylab/cooler |
8a3bac9364cce9bc4f6c504cf3bfb1e6c951c2d9 | packages/ni/nix-delegate.yaml | packages/ni/nix-delegate.yaml | homepage: ''
changelog-type: ''
hash: 6430972ee691424c0d9a7c9b6fe801cc6fbe7cb3fe9b45c634603919c9b74a99
test-bench-deps: {}
maintainer: opensource@awakenetworks.com
synopsis: Convenient utility for distributed Nix builds
changelog: ''
basic-deps:
base: ! '>=4.7.0.0 && <5'
managed: ! '>=1.0.3 && <1.1'
text: <1.3
... | homepage: ''
changelog-type: ''
hash: 78698051f4ce514c1bf5edc004e90e517e36301b86bb7fd327f25e5268f36d5f
test-bench-deps: {}
maintainer: opensource@awakenetworks.com
synopsis: Convenient utility for distributed Nix builds
changelog: ''
basic-deps:
bytestring: ! '>=0.10.8.1 && <1.0'
base: ! '>=4.7.0.0 && <5'
managed... | Update from Hackage at 2018-11-06T16:35:37Z | Update from Hackage at 2018-11-06T16:35:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5c96ec050f56bd466f05a704078eefd9c0f88437 | .kitchen.yml | .kitchen.yml | ---
driver:
name: docker
use_sudo: false
provisioner:
name: ansible_playbook
playbook: tests/test.yml
ansible_verbose: true
hosts: '*'
require_pip: true
ansible_version: latest
ansible_verbose: true
require_chef_for_busser: false
platforms:
- name: fedora
driver_config:
provision_comma... | ---
driver:
name: docker
use_sudo: false
provisioner:
name: ansible_playbook
playbook: tests/test.yml
ansible_verbose: true
hosts: '*'
require_pip: true
ansible_version: latest
ansible_verbose: true
require_chef_for_busser: false
platforms:
- name: fedora
driver_config:
provision_comma... | Test Kitchen: Lowered maximum number of parallel ssh sessions to 5 | Test Kitchen: Lowered maximum number of parallel ssh sessions to 5
Signed-off-by: Tomas Hozza <2152b765a3a51268598a4503265cd77ce732fa8c@gmail.com>
| YAML | mit | thozza/ansible-gitlab-runner |
35b8082c8a291b8e6b0cba1be484d7cdff3b7bf0 | packages/tr/trasa-server.yaml | packages/tr/trasa-server.yaml | homepage: https://github.com/haskell-trasa/trasa
changelog-type: ''
hash: 986697caef9bf986778374b375efa909b441b0471d15cf910b5aedb5028d14c7
test-bench-deps: {}
maintainer: |-
Andrew Martin <andrew.thaddeus@gmail.com>
Kyle McKean <mckean.kylej@gmail.com>
chessai <chessai1996@gmail.com>
synopsis: Type safe web serve... | homepage: https://github.com/haskell-trasa/trasa
changelog-type: ''
hash: 8750d1a1c621f4dcea65c461d20803eb97d68306a68cc8c676b18cc0d48437e5
test-bench-deps: {}
maintainer: |-
Andrew Martin <andrew.thaddeus@gmail.com>
Kyle McKean <mckean.kylej@gmail.com>
chessai <chessai1996@gmail.com>
synopsis: Type safe web serve... | Update from Hackage at 2019-07-19T15:34:48Z | Update from Hackage at 2019-07-19T15:34:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.