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 |
|---|---|---|---|---|---|---|---|---|---|
83b8b7a575eb567fdecc0086cd70b15163df016c | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" -o "$TRAVIS_PHP_VERSION" == "5.4" ]];
then composer install --dev --prefer-lowest; else
composer install --dev;
fi
script: phpunit --configuration tools/phpunit
aft... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" || "$TRAVIS_PHP_VERSION" == "5.4" ]];
then composer install --dev --prefer-lowest; else
composer install --dev;
fi
script: phpunit --configuration tools/phpunit
aft... | Fix syntax of the if statement. | Fix syntax of the if statement.
| YAML | lgpl-2.1 | jschlyter/simplesamlphp,simplesamlphp/simplesamlphp,ghalse/simplesamlphp,simplesamlphp/simplesamlphp,sitya/simplesamlphp,dnmvisser/simplesamlphp,simplesamlphp/simplesamlphp,dnmvisser/simplesamlphp,sitya/simplesamlphp,jschlyter/simplesamlphp,dnmvisser/simplesamlphp,dnmvisser/simplesamlphp,simplesamlphp/simplesamlphp,jsc... |
fcd51e46fee598dc4bf4d959b4d5782bbe6d9de6 | .travis.yml | .travis.yml | language: csharp
matrix:
include:
- os: linux
dist: trusty
dotnet: 2.0.0
mono: none
- os: osx
osx_image: xcode8.2
dotnet: 2.0.0
mono: none
branches:
only:
- master
script:
- dotnet test -c Release test/Abioc.Tests/Abioc.TestsCore.csproj
| language: csharp
matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- os: linux
dist: trusty
dotnet: 2.0.0
mono: none
- os: osx
osx_image: xcode8.2
dotnet: 2.0.0
mono: none
branches:
only:
- master
script:
- dotnet test -c Release -f netcoreapp2.0 t... | Migrate to a single project | :construction_worker: Migrate to a single project
| YAML | apache-2.0 | JSkimming/abioc,JSkimming/abioc |
376eeaa0def2c1f8a1d2464dead337f818981790 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.1
script:
- 'export PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} && bundle exec pronto run -f github_pr'
GITHUB_ACCESS_TOKEN: ef2f1a991d20d907620952322fc68afeb201af48
before_script:
- psql -c 'create database church_dashboard_qa;' -U postgres
deploy:
provider: heroku
api... | language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1.1
script:
- 'export PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} && bundle exec pronto run -f github_pr'
- bundle exec rspec spec
GITHUB_ACCESS_TOKEN: ef2f1a991d20d907620952322fc68afeb201af48
before_script:
- psql -c 'create database church_dashboard_qa;' -U postgres
deploy:... | Add unit test run to build script | Add unit test run to build script
| YAML | mit | bdeverea/Church-Dashboard,bdeverea/Church-Dashboard,bdeverea/Church-Dashboard |
1e9c90f4826452c153399b484136bc55bc68a8e0 | config_prod.yml | config_prod.yml | # Site configuration of production environment
url: "http://blog.yosymfony.com" # Without end slash
# Google Analytics
google_analytics:
id: 'UA-82625127-1'
| # Site configuration of production environment
url: "http://blog.yosymfony.com" # Without end slash
# Google Analytics
google_analytics:
id: 'UA-82625127-1'
# Comments in posts
comments:
enabled: true
disqus_shortname: yosymfony
| Comment in prod environment enabled | Comment in prod environment enabled
| YAML | apache-2.0 | yosymfony/Blog.yosymfony.com,yosymfony/Blog.yosymfony.com |
0187abc02f216deae578ded0707e1f71879a0a17 | packages/gm/gmpint.yaml | packages/gm/gmpint.yaml | homepage: https://github.com/vmchale/gmpint#readme
changelog-type: ''
hash: 8330e99893fcd275f81d41f8389da6770b2ba6cc6b59107026587fb5079e4a0b
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: GMP integer conversions
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
recursion-schemes: -any
all-versions:
- '0... | homepage: https://github.com/vmchale/gmpint#readme
changelog-type: ''
hash: d7b9d6bf424868274ad50981a048d281ddad028d84f34496f3e1bb3dd8c3b705
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: GMP integer conversions
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
recursion-schemes: -any
all-versions:
- '0... | Update from Hackage at 2018-02-07T22:06:13Z | Update from Hackage at 2018-02-07T22:06:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a37463aaec3b31b78a8d4ef6c8f042f40bfd19ef | packages/mi/mikmod.yaml | packages/mi/mikmod.yaml | homepage: https://github.com/evanrinehart/mikmod
changelog-type: ''
hash: 60237a1ff12149699ae5fe3ba78d6733771c66cd25c438d9565fb59651ae03ea
test-bench-deps: {}
maintainer: evanrinehart@gmail.com
synopsis: MikMod bindings
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <4.8'
all-versions:
- '0.1.0.1'
- '... | homepage: https://github.com/evanrinehart/mikmod
changelog-type: ''
hash: 188d22e59f36dfe68797d38582de7c72e859f2745550a09a7eb4b17c5edfa646
test-bench-deps: {}
maintainer: evanrinehart@gmail.com
synopsis: MikMod bindings
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <4.9'
all-versions:
- '0.1.0.1'
- '... | Update from Hackage at 2015-10-08T01:17:25+0000 | Update from Hackage at 2015-10-08T01:17:25+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
65d21abcf6005205fc8611dca256287a9c9bcb18 | packages/ri/risc-v.yaml | packages/ri/risc-v.yaml | homepage: ''
changelog-type: ''
hash: ecef61208937639fea0736873964fa32fe2441585776f3120ebb771e20cd8a6d
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
risc-v: -any
criterion: ! '>=1.4.1'
smallcheck: ! '>=1.1.4'
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: RISC-V
changelog: ... | homepage: ''
changelog-type: ''
hash: dce9abc77c81c945e5844b95832d820fc4564b0b8a59b4fee2636f47503c17b8
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
risc-v: -any
criterion: ! '>=1.4.1'
smallcheck: ! '>=1.1.4'
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: RISC-V
changelog: ... | Update from Hackage at 2020-02-11T08:15:16Z | Update from Hackage at 2020-02-11T08:15:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3a97c9f80392d94babc933723a70a4348f8f426c | meta/main.yml | meta/main.yml | # Ansible galaxy requirements file
#
# Role to setup a 2.4 ELK/EFK stack on a server (CentOS/RHEL only)
- src: https://github.com/sadsfae/ansible-elk
name: ansible-elk
version: 2.4
| # Ansible galaxy requirements file
#
# Role to setup a 2.4 ELK/EFK stack on a server (CentOS/RHEL only)
- src: https://github.com/sadsfae/ansible-elk
name: ansible-elk-2.4
version: 2.4
| Update Ansible galaxy reference for 2.4 version | Update Ansible galaxy reference for 2.4 version
| YAML | apache-2.0 | sadsfae/ansible-elk-2.4 |
e43f2e9b89e15abd8aa1b7fe1ca89356ef53fb16 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: Nick Hammond
description: Role to configure logrotate scripts
license: BSD
min_ansible_version: 1.5
platforms:
- name: Ubuntu
versions:
- lucid
- precise
- trusty
categories:
- system
dependencies: []
| ---
galaxy_info:
author: Nick Hammond
description: Role to configure logrotate scripts
license: BSD
min_ansible_version: 1.5
platforms:
- name: Ubuntu
versions:
- lucid
- precise
- trusty
- name: EL
versions:
- 7
categories:
- system
dependencies: []
| Add CentOS/EL version 7 support. | Add CentOS/EL version 7 support.
Signed-off-by: Loïc Chabert <57205dc23bae71bc00776245f6647ecc17e7b448@voxity.fr>
| YAML | bsd-3-clause | nickhammond/ansible-logrotate |
e8bef4b66728882861bb31038c4b9176a6f1c170 | metadata/com.dosse.airpods.yml | metadata/com.dosse.airpods.yml | Categories:
- Connectivity
- Multimedia
- System
License: GPL-3.0-only
WebSite: https://fdossena.com/?p=openPods/index.frag
SourceCode: https://github.com/adolfintel/OpenPods
IssueTracker: https://github.com/adolfintel/OpenPods/issues
Donate: https://paypal.me/sineisochronic
AutoName: OpenPods
Summary: Check the... | Categories:
- Connectivity
- Multimedia
- System
License: GPL-3.0-only
WebSite: https://fdossena.com/?p=openPods/index.frag
SourceCode: https://github.com/adolfintel/OpenPods
IssueTracker: https://github.com/adolfintel/OpenPods/issues
Donate: https://paypal.me/sineisochronic
AutoName: OpenPods
Summary: Check the... | Update OpenPods to 0.4 (4) | Update OpenPods to 0.4 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
5c5ab62f3b1a2cebce2ed67ad041d4a877323bc7 | data/plugin.yml | data/plugin.yml | name: UltraCommand
version: 0.5.5-flex
author: Kier Davis <kierdavis@gmail.com>
main: com.kierdavis.ultracommand.UltraCommand
commands:
uc:
description: UltraCommand
ultracommand:
description: UltraCommand
1:
description: UltraCommand (testing)
permissions:
ultracommand.config... | name: UltraCommand
version: 0.5.6-flex
author: Kier Davis <kierdavis@gmail.com>
main: com.kierdavis.ultracommand.UltraCommand
commands:
uc:
description: UltraCommand
ultracommand:
description: UltraCommand
1:
description: UltraCommand (testing)
permissions:
ultracommand.config... | Update version to rebuild with new upstream artifact | Update version to rebuild with new upstream artifact
| YAML | mit | kierdavis/UltraCommand |
07c78b55110938899171bfba3d72326ad13210be | packages/un/unfoldable-restricted.yaml | packages/un/unfoldable-restricted.yaml | homepage: ''
changelog-type: ''
hash: 5fcdac0269e4761e8da197df79130ff6697ab9539d353cdb8bfdb15c683ddafe
test-bench-deps: {}
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: An alternative to the Unfoldable typeclass
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
unordered-containers: -any
unfoldable: -an... | homepage: ''
changelog-type: ''
hash: 48b70d17ab1daab749e71e46fd5683d065f367d2109ae46182d7c1583690abf4
test-bench-deps: {}
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: An alternative to the Unfoldable typeclass
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
unordered-containers: -any
unfoldable: -an... | Update from Hackage at 2016-04-08T21:20:34+0000 | Update from Hackage at 2016-04-08T21:20:34+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
46a26713c37551ba0dbe0251bb89eca3a167dfeb | config/settings.yml | config/settings.yml | ---
host: 'beta.moses.et-model.com'
etengine_host: 'beta.et-engine.com'
etmodel_host: 'beta.pro.energytransitionmodel.com/'
cache:
# Cache the results of network calculations.
networks: true
| ---
host: 'beta.moses.et-model.com'
etengine_host: 'beta.et-engine.com'
etmodel_host: 'beta.pro.energytransitionmodel.com'
cache:
# Cache the results of network calculations.
networks: true
| Remove trailing slash from etmodel_host. Oops. | Remove trailing slash from etmodel_host. Oops. | YAML | mit | quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses |
106b3174ac291f309d304558fcf03d8153df673a | config/settings.yml | config/settings.yml | plugins:
endorse_enabled:
default: true
client: true
allow_endorsement_on_all_topics:
default: true
client: true
endorsement_trust_level:
default: 1
client: true
empty_circle_on_unendorsed:
default: true
client: true
endorsed_quote_length:
default: 300
client: false
e... | plugins:
endorse_enabled:
default: true
client: true
allow_endorsement_on_all_topics:
default: true
client: true
endorsement_trust_level:
default: 4
client: true
empty_circle_on_unendorsed:
default: true
client: true
endorsed_quote_length:
default: 300
client: false
e... | Change endorsement trust level default from 1 to 4 | Change endorsement trust level default from 1 to 4
| YAML | mit | bolariin/discourse-instructor-endorsed,bolariin/discourse-instructor-endorsed,bolariin/discourse-instructor-endorsed |
ffe3f6d685b475b24e231bb1456bff5d3da9a424 | packages/ch/char-qq.yaml | packages/ch/char-qq.yaml | homepage: https://github.com/metrix-ai/char-qq
changelog-type: ''
hash: b1ff85f338074112e9b49e2f00cc0a47c0d60675f8ae61bfa7bf28a9d8e1c3ab
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Quasiquoters for characters and codepoints
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
template-... | homepage: https://github.com/metrix-ai/char-qq
changelog-type: ''
hash: 7910cdca00879ed5581c31cf60a0789efa29e1bf0b98bd99766f3b54ae943881
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Quasiquoters for characters and codepoints
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
template-... | Update from Hackage at 2019-02-07T12:18:23Z | Update from Hackage at 2019-02-07T12:18:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6a5ea285f6761100366a2c33f45e8a53ed3b5d6c | packages/od/OddWord.yaml | packages/od/OddWord.yaml | homepage: http://www.gekkou.co.uk/
changelog-type: ''
hash: baf03df4fa275a3900fbdd9f6512a8cb3f612905e0a57f4abe8f3b6a48746a0c
test-bench-deps:
base: ! '>=4.5 && <5'
QuickCheck: ! '>=2.4 && <2.7'
OddWord: ! '>=1.0 && <1.1'
maintainer: Robin KAY <komadori@gekkou.co.uk>
synopsis: Provides a wrapper for deriving word ... | homepage: http://www.gekkou.co.uk/
changelog-type: ''
hash: 265eb8d268a6e45191ff180fbe14442100f5d9322a2dfd5f6ddd45f3c317bde4
test-bench-deps:
base: ! '>=4.5 && <5'
QuickCheck: ! '>=2.4 && <2.9'
OddWord: ==1.0.*
maintainer: Robin KAY <komadori@gekkou.co.uk>
synopsis: Provides a wrapper for deriving word types with... | Update from Hackage at 2015-10-25T18:16:58+0000 | Update from Hackage at 2015-10-25T18:16:58+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
3e4a7c8b61e920ec389c62d101921a2f56e4cca3 | roles/ceph-config/meta/main.yml | roles/ceph-config/meta/main.yml | ---
galaxy_info:
author: Guillaume Abrioux
description: Handles ceph-ansible initial configuration
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
categories:
- system
dependencies: []
| ---
galaxy_info:
author: Guillaume Abrioux
description: Handles ceph-ansible initial configuration
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
- name: opensuse
versions:
- 42.3
categories... | Add support for the openSUSE Leap distributions | ceph-config: Add support for the openSUSE Leap distributions
Add support for the openSUSE Leap distributions
Signed-off-by: Markos Chandras <33d8b43ece1558bd62b361ce5e954c5d9a97a7a2@suse.de>
| YAML | apache-2.0 | fgal/ceph-ansible,font/ceph-ansible,fgal/ceph-ansible,travmi/ceph-ansible,font/ceph-ansible,ceph/ceph-ansible,travmi/ceph-ansible,ceph/ceph-ansible |
b647301a5260018bb1f1f3482a78e3ac5add0041 | recipes/r-fst/meta.yaml | recipes/r-fst/meta.yaml | {% set version = "0.7.2" %}
package:
name: r-fst
version: {{ version }}
source:
fn: hash_{{ version }}.tar.gz
url: http://cran.r-project.org/src/contrib/fst_{{ version }}.tar.gz
sha256: 45df4be0e04167b5c87d6bdf6b112adef31c6ad0ad81b8e23ee458be50ff5ef8
build:
skip: true # [win]
number: 0
rpaths:
... | {% set version = "0.7.2" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: r-fst
version: {{ version }}
source:
fn: hash_{{ version }}.tar.gz
url: http://cran.r-project.org/src/contrib/fst_{{ version }}.tar.gz
sha256: 45df4be0e04167b5c87d6bdf6b112adef31c6ad... | Fix syntax issue and missing templates | Fix syntax issue and missing templates
| YAML | bsd-3-clause | NOAA-ORR-ERD/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,sodre/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,sodre/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,jjhelmus/staged-recipes,bark... |
f447000fcd2463fd82e5477eead9710e9fc2ae6d | .github/workflows/build.yml | .github/workflows/build.yml | on:
push:
branches:
- 'build-*'
tags: '*'
schedule:
- cron: '15 1 * * *'
jobs:
build:
if: github.repository == 'hashicorp/vagrant-builders'
name: Build Vagrant Installers
runs-on: self-hosted
steps:
- name: Code Checkout
uses: actions/checkout@v1
- name: ... | on:
push:
branches:
- 'build-*'
tags: '*'
schedule:
- cron: '15 1 * * *'
jobs:
build:
if: github.repository == 'hashicorp/vagrant-builders'
name: Build Vagrant Installers
runs-on: self-hosted
steps:
- name: Code Checkout
uses: actions/checkout@v1
- name: Buil... | Fix indentation depth on schedule | Fix indentation depth on schedule
| YAML | mit | mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagra... |
35e4a33d1c518db28bf3064bb5234ba41d94c7d9 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build project
on: [push]
jobs:
build_latex:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build
run: |
mvn test --batch-mode
| name: Build project
on: [push]
jobs:
build_project:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build
run: |
mvn test --batch-mode
| Fix job name in CI configuration | Fix job name in CI configuration
| YAML | apache-2.0 | ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics |
7a5d7eb6812cfc10ad030893ebc595a6f3b6bfc5 | .github/workflows/build.yml | .github/workflows/build.yml | ---
name: build
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- README.md
pull_request:
branches:
- master
jobs:
ansible-lint:
container:
image: quay.io/ansible/molecule:3.1.5
name: Lint Ansible files
runs-on: ubuntu-latest
steps:
- uses: actions/ch... | ---
name: build
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- README.md
pull_request:
branches:
- master
jobs:
ansible-lint:
container:
image: quay.io/ansible/molecule:3.1.5
name: Lint Ansible files
runs-on: ubuntu-latest
steps:
- uses: actions/ch... | Correct list syntax for discrete step | Correct list syntax for discrete step
| YAML | mit | aglorei/dotfiles,aglorei/dotfiles |
a4fdd17668f71ddc5928998a90a098e026a543d9 | .github/workflows/build.yml | .github/workflows/build.yml | name: 'Build'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: ['2.6', '2.7', '3.0', '3.1']
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby ${{ matri... | name: 'Build'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: ['2.6', '2.7', '3.0', '3.1', '3.2.0-preview1']
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Se... | Test and lint with the current Ruby 3.2.x preview | Test and lint with the current Ruby 3.2.x preview
| YAML | mit | restforce/restforce,restforce/restforce |
634833f36af2896a53fb9d896516f26c96496be3 | rsyslog-docker/8.18/docker-compose.yml | rsyslog-docker/8.18/docker-compose.yml | version: '3.2'
services:
rsyslog:
image: webratio/rsyslog-docker:8.18
container_name: rsyslogd
volumes:
- /var/log/docker:/var/log/
ports:
- "10514:10514/udp"
restart: always
| version: '3.0'
services:
rsyslog:
image: webratio/rsyslog-docker:8.18
container_name: rsyslogd
volumes:
- /var/log/docker:/var/log/
ports:
- "10514:10514/udp"
restart: always
| Change version from 3.2 to 3.0 for docker compose | Change version from 3.2 to 3.0 for docker compose | YAML | apache-2.0 | webratio/docker |
4fd31c8a4e4fffb115ebddac454cd9f5bff6bf71 | .github/workflows/on-pr.yml | .github/workflows/on-pr.yml | # This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [pull_request_tar... | # This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [pull_request_tar... | Fix github PR labeler to happen in the same job | [CI] Fix github PR labeler to happen in the same job
| YAML | apache-2.0 | libopenstorage/openstorage,libopenstorage/openstorage,libopenstorage/openstorage |
da6c3377024fd8e20194b02d2bd8b47af927c12a | common/lib/xmodule/xmodule/templates/problem/string_response.yaml | common/lib/xmodule/xmodule/templates/problem/string_response.yaml | ---
metadata:
display_name: Text Input
markdown: |
A text input problem accepts a line of text from the
student, and evaluates the input for correctness based on an expected
answer.
The answer is correct if it matches every character of the expected answer. This can be a p... | ---
metadata:
display_name: Text Input
markdown: |
A text input problem accepts a line of text from the
student, and evaluates the input for correctness based on an expected
answer.
The answer is correct if it matches every character of the expected answer. This can be a p... | Revert "Fixes spelling of Michigan in template." | Revert "Fixes spelling of Michigan in template."
This reverts commit 9e9e69ace3ee4cb5b768b8942aad9ff1984fc841.
| YAML | agpl-3.0 | franosincic/edx-platform,mbareta/edx-platform-ft,motion2015/edx-platform,MSOpenTech/edx-platform,ubc/edx-platform,dkarakats/edx-platform,edry/edx-platform,edx/edx-platform,nttks/jenkins-test,ubc/edx-platform,ubc/edx-platform,nikolas/edx-platform,jazkarta/edx-platform-for-isc,ak2703/edx-platform,motion2015/a3,DNFcode/ed... |
302541cf09d95ee0ef65b854f3c724915667fcd8 | .github/workflows/stale.yml | .github/workflows/stale.yml | name: Mark stale issues
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue is stale because it has been open 60 day... | name: Mark stale issues
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
permissions:
contents: read
jobs:
stale:
permissions:
issues: write # for actions/stale to close stale issues
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
... | Set permissions for GitHub actions | chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token... | YAML | mit | locustio/locust,locustio/locust,locustio/locust,locustio/locust |
3cb085ecef72190ccad0d59e7f420a2983575c4b | .github/workflows/test.yaml | .github/workflows/test.yaml | name: dotfiles
on: push
jobs:
archlinux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
reposit... | name: dotfiles
on: push
jobs:
archlinux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
... | Revert "Chore: Fix Docker's GH name requirement" | Revert "Chore: Fix Docker's GH name requirement"
This reverts commit 5c851a31a689c2322a088c2664b9d719494fdc5d.
| YAML | mit | benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles |
1b9656883bd8a76adc0894ea5bc609ac51784b9a | azure-pipelines/build.yml | azure-pipelines/build.yml | parameters:
windowsPool: Hosted Windows 2019 with VS2019
jobs:
- job: Windows
pool: ${{ parameters.windowsPool }}
steps:
- template: install-dependencies.yml
- template: dotnet.yml
- job: Linux
pool:
vmImage: Ubuntu 18.04
steps:
- template: install-dependencies.yml
- template: dotnet.yml
- job:... | parameters:
windowsPool: Hosted Windows 2019 with VS2019
jobs:
- job: Windows
pool: ${{ parameters.windowsPool }}
steps:
- template: install-dependencies.yml
- template: dotnet.yml
- job: Linux
pool:
vmImage: Ubuntu 18.04
steps:
- template: install-dependencies.yml
- template: dotnet.yml
- job:... | Update macOS image on Azure Pipelines | Update macOS image on Azure Pipelines
This resolves the warning we see on Azure Pipelines about the soon-to-be-removed image. | YAML | mit | libgit2/libgit2sharp,PKRoma/libgit2sharp |
b94a3380f25394450921576c671453bcbb37beb9 | data/styles/default.yaml | data/styles/default.yaml | # based on Eclipse theme for Notepad++
# Copyright (c) 2009 Fesenko Alexander <http://return0x000.blogspot.com/>
# MIT licensed
Default:
id: 32
background: ffffff
foreground: 000000
Current line:
background: e8f2fe
Whitespace:
foreground: 7f9fbf
Selected text:
background: d4d4d4
Caret:
foreg... | # based on Eclipse theme for Notepad++
# Copyright (c) 2009 Fesenko Alexander <http://return0x000.blogspot.com/>
# MIT licensed
Default:
id: 32
background: ffffff
foreground: 000000
Current line:
background: e8f2fe
Whitespace:
foreground: 7f9fbf
Selected text:
background: d4d4d4
Caret:
foreg... | Make line edge line more visible. | Make line edge line more visible.
| YAML | mit | KapiX/Koder |
b20a533fb3df6679d27e8da3adc2c8de2c49937b | codeception.yml | codeception.yml | actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
coverage:
remote: false
enabled: true
include:
- lib/*
modules:
config:
Db:
dsn: '... | actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
coverage:
remote: false
enabled: true
include:
- lib/*
exclude:
- lib/Jivoo/Core/assets/*
... | Exclude not class files from code coverage. | Exclude not class files from code coverage.
| YAML | mit | jivoo/jivoo,jivoo/jivoo,jivoo/jivoo |
fd8198a9dbecba04378421fb72ef2d4557ff4e13 | config/inav.yml | config/inav.yml | :bcdatabase:
:path: <%= RAILS_ROOT %>/config/bcdatabase
:cas:
:cas_base_url: https://localhost:8443/cas
:proxy_retrieval_url: https://localhost:8443/cas_callback/cas_proxy_callback/retrieve_pgt
:proxy_callback_url: https://localhost:8443/cas_callback/cas_proxy_callback/receive_pgt
:psc:
:psc_canonical_uri: ht... | :bcdatabase:
:path: <%= RAILS_ROOT %>/config/bcdatabase
:cas:
:cas_base_url: https://localhost:8443/cas
:proxy_retrieval_url: https://localhost:8443/inav_cas_callback/cas_proxy_callback/retrieve_pgt
:proxy_callback_url: https://localhost:8443/inav_cas_callback/cas_proxy_callback/receive_pgt
:psc:
:psc_canonic... | Change urls to proxy callback application. | Change urls to proxy callback application.
| YAML | mit | mgurley/inav,mgurley/inav |
ecbfbdfe022eb76601b4c68d447f4e1205eace02 | config/site.yml | config/site.yml | generation:
paginated_posts: true
day_archives: false
date_formats:
month: '%B %Y'
paths:
archives: 'interviews'
posts: 'interviews'
categories: 'categories'
layouts:
posts: 'interviews'
category: 'interviews'
year_archives: 'interviews'
month_archives: 'interviews'
pagination:
per_page: 20
c... | generation:
paginated_posts: true
day_archives: false
date_formats:
month: '%B %Y'
paths:
archives: 'interviews'
posts: 'interviews'
categories: 'categories'
layouts:
posts: 'interviews'
category: 'interviews'
year_archives: 'interviews'
month_archives: 'interviews'
pagination:
per_page: 15
c... | Switch to 15 posts per page. | Switch to 15 posts per page.
| YAML | mit | ivuk/usesthis,waferbaby/usesthis,ivuk/usesthis,waferbaby/usesthis |
653efa062019af2715b293a4cc7cf6db0e4b4153 | src/mgate/StatBundle/Resources/config/routing.yml | src/mgate/StatBundle/Resources/config/routing.yml | mgate_indicateurs_index:
path: /admin/indicateurs
defaults: { _controller: mgateStatBundle:Indicateurs:index }
methods: [GET, HEAD, POST]
mgate_indicateurs_ajax_suivi:
path: /admin/indicateurs/etudes
defaults: { _controller: mgateStatBundle:Indicateurs:ajax }
methods: [GET, HEAD, POST]
mga... | mgate_indicateurs_index:
path: /admin/indicateurs
defaults: { _controller: mgateStatBundle:Indicateurs:index }
methods: [GET, HEAD]
mgate_indicateurs_ajax_suivi:
path: /admin/indicateurs/etudes
defaults: { _controller: mgateStatBundle:Indicateurs:ajax }
methods: [GET, HEAD]
mgate_indicateu... | Remove post method from allowed methods when not required for statbundle | Remove post method from allowed methods when not required for statbundle
| YAML | agpl-3.0 | N7-Consulting/Incipio,n7consulting/Incipio,n7consulting/Incipio,M-GaTE/Jeyser,N7-Consulting/Incipio,M-GaTE/Jeyser,M-GaTE/Jeyser,M-GaTE/Jeyser,N7-Consulting/Incipio,n7consulting/Incipio,N7-Consulting/Incipio |
0e2cca570ab5fd6124cc69f2abd76d83203d5be3 | _config.yml | _config.yml | # Site settings
title: Bút Chì Số
url: "http://butchiso.com"
baseurl: "" # the prefix of your site uri, eg. `/jekyll-theme-EasyBook` or just one slash `/`
timezone: Europe/Helsinki
description: >
Professional keyboard masher and screen watcher | Web Developer.
# Your information
email: hungnq1989@gmail.com
author: H... | # Site settings
title: Hung Neox
url: "http://butchiso.com"
baseurl: "" # the prefix of your site uri, eg. `/jekyll-theme-EasyBook` or just one slash `/`
timezone: Europe/Helsinki
description: >
Professional keyboard masher and screen watcher | Web Developer.
# Your information
email: hungnq1989@gmail.com
author: Hu... | Change Butchiso to Hung Neox | Change Butchiso to Hung Neox
| YAML | mit | hungnq1989/hungnq1989.github.io,hungnq1989/hungnq1989.github.io,hungnq1989/hungnq1989.github.io,hungnq1989/hungnq1989.github.io |
192df452fd440ea01a9114ceae53e79e9379005b | _config.yml | _config.yml | url: https://justynaipiotrek.github.io
baseurl: /slub
# Site settings
title: Justyna i Piotrek
email: sadlojus@gmail.com
description: "Slubna strona Justyny i Piotrka"
# Color settings (hex-codes without the leading hash-tag)
color:
primary: cd3426
secondary: dd5549
secondary-dark: 333
# Team names, titles a... | url: https://justynaipiotrek.pl
baseurl: /
# Site settings
title: Justyna i Piotrek
email: sadlojus@gmail.com
description: "Slubna strona Justyny i Piotrka"
# Color settings (hex-codes without the leading hash-tag)
color:
primary: cd3426
secondary: dd5549
secondary-dark: 333
# Team names, titles and social l... | Make it work on custom domain. | Make it work on custom domain.
| YAML | apache-2.0 | justynaipiotrek/slub,justynaipiotrek/slub,justynaipiotrek/slub,justynaipiotrek/slub |
5effcb2e9187643b690e7c35c3fcc34d67061bad | _config.yml | _config.yml | # Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Setup
title: Burak Aktas
tagline: 'Software Engineer'
description... | # Dependencies
plugins: [jekyll-paginate]
markdown: redcarpet
highlighter: pygments.rb
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
#relative_permalinks: true
future: true
# Setup
title: Burak Ak... | Update config after moving to new jekyll version | Update config after moving to new jekyll version
| YAML | mit | flexelem/flexelem.github.io,flexelem/flexelem.github.io,flexelem/flexelem.github.io,flexelem/flexelem.github.io |
efe402c49e2196a78de26c24b1c9cf3aafd8e457 | _config.yml | _config.yml | # http://jekyllrb.com/docs/github-pages/#project-page-url-structure
baseurl: ""
title: redsummernight
sass:
sass_dir: common/css/_sass
kramdown:
auto_id_stripping: true
defaults:
-
scope:
# All files in the project
path: ""
values:
layout: default
user_scalable: yes
style... | # http://jekyllrb.com/docs/github-pages/#project-page-url-structure
# https://jekyllrb.com/docs/configuration/#serve-command-options
# e.g. baseurl: "/wat"
baseurl: ""
title: redsummernight
sass:
sass_dir: common/css/_sass
kramdown:
auto_id_stripping: true
defaults:
-
scope:
# All files in the proje... | Add another link to explain site.baseurl | Add another link to explain site.baseurl
| YAML | mit | redsummernight/redsummernight.github.io,redsummernight/redsummernight.github.io,redsummernight/redsummernight.github.io,redsummernight/redsummernight.github.io,redsummernight/redsummernight.github.io |
08666f1c6270c81ec36b60a18eaf40c9879e8c8a | _config.yml | _config.yml | # Site settings
title: Restify
email: wblankenship@netflix.com
description:
Jekyll Template for Project Websites
providing documentation and blog post pages.
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://restify.github.io # the base hostname & protocol for your site
git_address: https://github.c... | # Site settings
title: Restify
email: wblankenship@netflix.com
description:
A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. restify optimizes for introspection and perfromance, and is used in some of the largest Node.js deployments on E... | Make it have a better description in the googles | Make it have a better description in the googles
Yeah this is showing up in search, it annoyed me so heres a fix | YAML | mit | restify/restify.github.io,restify/restify.github.io,restify/restify.github.io |
12787d2809f6bdc0fe542d64578768bdce69f854 | _config.yml | _config.yml | # Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9001
url: http://getbootstrap.com
encoding: UTF-8
# Custom vars
current_version: 3.3.0
... | # Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
host: 0.0.0.0
port: 9001
url: http://getbootstrap.com
encoding: UTF-8
# Custom vars
current_version: 3.3.0
... | Use jsDelivr CDN until BootstrapCDN gets updated | Use jsDelivr CDN until BootstrapCDN gets updated
| YAML | mit | ammula88/bootstrap,ammula88/bootstrap,ammula88/bootstrap,ammula88/bootstrap |
6e23374b302f55571174e4ece4b99a3046d186bd | _config.yml | _config.yml | name: Derek Michael Frank
markdown: kramdown
gems:
- jekyll-coffescript
- jekyll-paginate
- jekyll-watch
- jekyll-sitemap
| name: Derek Michael Frank
markdown: kramdown
theme: jekyll-theme-hacker
gems:
- jekyll-coffescript
- jekyll-paginate
- jekyll-watch
- jekyll-sitemap
| Change theme to Jekyll Hacker Theme | feat(theme): Change theme to Jekyll Hacker Theme
| YAML | mit | defrank/defrank.github.io,defrank/defrank.github.io,defrank/defrank.github.io |
0188b51711ef32e325b715f3fb662288c22f2886 | _config.yml | _config.yml | name: dev etc
url: http://devetc.org/
author: Jonathon Mah
markdown: redcarpet
pygments: true
| name: dev etc
url: http://devetc.org/
author: Jonathon Mah
markdown: kramdown
pygments: true
| Switch Markdown parser to kramdown for footnotes | Switch Markdown parser to kramdown for footnotes
| YAML | mit | devetc/devetc.github.io,devetc/devetc.github.io,devetc/devetc.github.io,devetc/devetc.github.io |
93db85f559a8196e368f669b777bfb5c1aa3ad74 | galaxyenv/group_vars/starforgebuilders.yml | galaxyenv/group_vars/starforgebuilders.yml | ---
group_apt_keys:
- keyserver: hkp://pgp.mit.edu:80
id: 58118E89F3A912897C070ADBF76221572C52609D
group_apt_repositories:
- repo: deb https://apt.dockerproject.org/repo debian-jessie main
group_packages:
- docker-engine
- qemu-system-x86
# for building starforge docker images
- make
# starforge do... | ---
group_apt_keys:
- keyserver: hkp://pgp.mit.edu:80
id: 58118E89F3A912897C070ADBF76221572C52609D
group_apt_repositories:
- repo: deb https://apt.dockerproject.org/repo debian-jessie main
group_packages:
- docker-engine
- qemu-system-x86
# for building starforge docker images
- make
# starforge do... | Add starforge image build deps | Add starforge image build deps
| YAML | mit | galaxyproject/infrastructure-playbook,galaxyproject/infrastructure-playbook |
5fb6869d83f88aa05041f5b304634b37573714a4 | packages/cr/crypto-random.yaml | packages/cr/crypto-random.yaml | homepage: http://github.com/vincenthz/hs-crypto-random
changelog-type: ''
hash: 3fc8e0bf4e07591ce08bf4bf40b69100b8bcce786f3253130f46af0b61c4161d
test-bench-deps: {}
maintainer: Vincent Hanquez <vincent@snarc.org>
synopsis: Simple cryptographic random related types
changelog: ''
basic-deps:
bytestring: -any
unix: -a... | homepage: http://github.com/vincenthz/hs-crypto-random
changelog-type: ''
hash: c1092533ff771d20c041d4d0bed8efa8dff705c49b766be5ce6ce2b59c8aa1ab
test-bench-deps: {}
maintainer: Vincent Hanquez <vincent@snarc.org>
synopsis: Simple cryptographic random related types
changelog: ''
basic-deps:
bytestring: -any
unix: -a... | Update from Hackage at 2019-01-12T11:57:22Z | Update from Hackage at 2019-01-12T11:57:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e48740e17194f5d6f7f5162f1a85c5cc0c696854 | Configuration/Settings.yaml | Configuration/Settings.yaml | TYPO3:
Flow:
error:
exceptionHandler:
renderingGroups:
notFoundExceptions:
options:
templatePathAndFilename: 'resource://MOC.NotFound/Private/Templates/404.html'
variables:
path: '404.html' # skip suffix if unset
| TYPO3:
Flow:
error:
exceptionHandler:
renderingGroups:
notFoundExceptions:
matchingStatusCodes: [ 404, 410 ]
options:
templatePathAndFilename: 'resource://MOC.NotFound/Private/Templates/404.html'
variables:
path: '404.html... | Enable not found pages for 410 status code (gone) | TASK: Enable not found pages for 410 status code (gone)
| YAML | mit | mocdk/MOC.NotFound |
4ea45ab58246d8dfd41c0a591667f006c9c1338b | Configuration/Settings.yaml | Configuration/Settings.yaml | TYPO3:
Jobqueue:
Beanstalkd:
testing:
# Set to TRUE to enable functional testing against a beanstalkd server
# enabled: TRUE
client:
hostname: 127.0.0.1
port: 11300 | TYPO3:
Jobqueue:
Beanstalkd:
testing:
# Set to TRUE to enable functional testing against a beanstalkd server
# enabled: TRUE
client:
hostname: 127.0.0.1
port: 11300
Flow:
# disable reflection for non psr-0 compliant pheanstalk package
object:
exc... | Disable reflection for non psr-0 compliant pheanstalk package | [TASK] Disable reflection for non psr-0 compliant pheanstalk package
| YAML | mit | Flowpack/jobqueue-beanstalkd,bwaidelich/jobqueue-beanstalkd |
86add8b572f206a120f759fd99412741b83a9c7e | config/selenium.yml | config/selenium.yml | environments:
- test
browsers:
<% if RUBY_PLATFORM[/darwin/] %>
# Mac OS X
firefox: '/Applications/Firefox.app/Contents/MacOS/firefox-bin'
safari: '/Applications/Safari.app/Contents/MacOS/Safari'
<% elsif RUBY_PLATFORM[/freebsd/] %>
# FreeBSD
firefox: '/usr/local/lib/firefox/firefox-bin'
<% else ... | environments:
- test
browsers:
<% if RUBY_PLATFORM[/darwin/] %>
# Mac OS X
firefox: '/Applications/Firefox.app/Contents/MacOS/firefox-bin'
safari: '/Applications/Safari.app/Contents/MacOS/Safari'
<% elsif RUBY_PLATFORM[/freebsd/] %>
# FreeBSD
firefox: '/usr/local/lib/firefox/firefox-bin'
<% else ... | Add longer browser timeout for Selenium | Add longer browser timeout for Selenium
git-svn-id: 96bd6241e080dd4199045f7177cf3384e2eaed71@1473 2d86388d-c40f-0410-ad6a-a69da6a65d20
| YAML | mit | theRocket/wsbaracing,theRocket/wsbaracing |
67a4cc28b5ab6354f89ffdd459585d1e00bc55c3 | roles/lvm/tasks/main.yml | roles/lvm/tasks/main.yml | ---
- include: volume.yml
when: lvm_physical_device != ""
- name: save volume group name (null) as fact
set_fact: volume_group_name=""
when: lvm_physical_device == ""
tags:
- lvm
| ---
- include: volume.yml
when: lvm_physical_device != ""
- name: save volume group name as fact
set_fact: volume_group_name="{{ lvm_volume_group_name }}"
tags:
- lvm
| Save VG name as fact | Save VG name as fact
| YAML | apache-2.0 | phnmnl/mantl,mantl/mantl,CiscoCloud/microservices-infrastructure,CiscoCloud/mantl,CiscoCloud/mantl,phnmnl/mantl,datascienceinc/mantl,bitium/mantl,sehqlr/mantl,datascienceinc/mantl,KaGeN101/mantl,sehqlr/mantl,CiscoCloud/microservices-infrastructure,KaGeN101/mantl,bitium/mantl,mantl/mantl |
aded9d6412881237ddf435495b54c70f233f7ae5 | install/kubernetes/cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml | install/kubernetes/cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml | {{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }}
{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}}
{{- $cn := "clustermesh-apiserver.cilium.io" }}
{{- ... | {{- if and (or .Values.externalWorkloads.enabled .Values.clustermesh.useAPIServer) .Values.clustermesh.apiserver.tls.auto.enabled (eq .Values.clustermesh.apiserver.tls.auto.method "helm") }}
{{- $_ := include "clustermesh-apiserver-generate-certs.helm.setup-ca" . -}}
{{- $cn := "clustermesh-apiserver.cilium.io" }}
{{- ... | Fix Helm template for externalWorkloads | helm: Fix Helm template for externalWorkloads
This fixes an error where instantiating the Helm chart with
`externalWorkloads.enabled=true` would fail due an invalid prefix
command in our Helm template:
```
Error: template: cilium/templates/clustermesh-apiserver/tls-helm/server-secret.yaml:4:11:
executing "cilium/tem... | YAML | apache-2.0 | cilium/cilium,cilium/cilium,michi-covalent/cilium,michi-covalent/cilium,cilium/cilium,cilium/cilium,michi-covalent/cilium,michi-covalent/cilium,cilium/cilium,michi-covalent/cilium |
36d2f3864d41f5cba4c50ffa0c6a3586b23e1497 | environment.yml | environment.yml | name: cats_python
dependencies:
- cycler=0.10.0=py27_0
- jpeg=8d=vc9_0
- libpng=1.6.17=vc9_1
- libtiff=4.0.6=vc9_1
- matplotlib=1.5.1=np111py27_0
- mkl=11.3.1=0
- numpy=1.11.0=py27_0
- openssl=1.0.2g=vc9_0
- pandas=0.19.2=np111py27_1
- pip=8.1.1=py27_1
- pyparsing=2.1.1=py27_0
- pyqt=4.11.4=py27_5
- python=2.7.11=4
- p... | name: cats_python
dependencies:
- cycler=0.10.0
- jpeg=8d
- libpng=1.6.17
- libtiff=4.0.6
- matplotlib=1.5.1
- mkl=11.3.1=0
- numpy=1.11.0
- openssl=1.0.2g
- pandas=0.19.2
- pip=8.1.1
- pyparsing=2.1.1
- pyqt=4.11.4
- python=2.7
- python-dateutil=2.5.2
- pytz=2016.3
- qt=4.8.7
- scipy=0.17.0
- setuptools=20.7.0
- sip=4... | Remove some of the version requirements | Remove some of the version requirements
| YAML | apache-2.0 | DanOlds/CATS |
e115933d7abce9fac723181013179760ec74d281 | .circleci/runner-values.yaml | .circleci/runner-values.yaml | # Default values for cyber-dojo-service.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
fullnameOverride: "runner"
daemonSet: true
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /va... | # Default values for cyber-dojo-service.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
fullnameOverride: "runner"
daemonSet: true
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /va... | Add prometheus settings to k8s yaml values file | Add prometheus settings to k8s yaml values file
| YAML | bsd-2-clause | cyber-dojo/runner,cyber-dojo/runner |
602cd82bb90321a91557416ad16b8d8c13fa3863 | .github/workflows/build.yaml | .github/workflows/build.yaml | name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ ... | name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ ... | Use windows-latest for publish runs-on. | Use windows-latest for publish runs-on.
| YAML | mit | Faithlife/Parsing,ejball/ArgsReading,Faithlife/FaithlifeUtility,ejball/XmlDocMarkdown |
651c8b366f9089a189e7003ea2b1213eea98269e | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- uses: ankane/setup-postgres@v1
- run: |
createdb pgsync_test1
createdb pgsy... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
postgres: 15
- ruby: 2.5
postgres: 9.6
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
... | Test with multiple versions of Ruby and Postgres on CI | Test with multiple versions of Ruby and Postgres on CI
| YAML | mit | ankane/pgsync |
1d5fc1715529bb6643c31fef560e4fd9b139d8a7 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
pull_request:
push:
branches:
- master
- flutter
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Retrieve encryption keys
id: decode_keystore
uses: timheuer/base64-to-file@v1.0.3
with:
... | name: Build
on:
pull_request:
push:
branches:
- master
- flutter
jobs:
test:
name: Run Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: subosito/flutter-action@v1
with:
flutter-version: "1.22.5"
- run: flutter test
buil... | Add job running unit tests | Add job running unit tests
| YAML | mit | agersant/polaris-android,agersant/polaris-android,agersant/polaris-android |
967e179ee9929e9b4250a7d506b314ffa3b06474 | .github/workflows/gfmrun.yml | .github/workflows/gfmrun.yml | name: Test and Build
on:
pull_request:
branches:
master
push:
tags:
- 'v*'
jobs:
test:
name: Test GFMRUN
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
with:
ref: ${{ github.ref }}
- name: Set up Go 1.13
... | name: Test and Build
on:
pull_request:
branches:
master
push:
tags:
- 'v*'
jobs:
test:
name: Test GFMRUN
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
with:
ref: ${{ github.ref }}
- name: Set up Go 1.13
... | Update syntax for contains function | Update syntax for contains function
| YAML | mit | urfave/gfmrun,urfave/gfmrun |
dd00c0b6803fb315afc5ac3ecf61d11b1af12a6a | .github/workflows/continuous-integration-karma.yml | .github/workflows/continuous-integration-karma.yml | name: Integration Tests
on:
push:
branches:
- master
- release/*
pull_request:
jobs:
karma:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
... | name: Integration Tests
on:
push:
branches:
- master
- release/*
pull_request:
jobs:
karma:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
... | Disable percy until we have the proper license | Disable percy until we have the proper license
| YAML | apache-2.0 | GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp |
28c990c302840eb0027955771a2f692d7bd71f00 | .github/workflows/rspec.yaml | .github/workflows/rspec.yaml | env:
RUBY_VERSION: 2.6
name: Rails tests
on: [push,pull_request]
jobs:
rspec:
name: RSpec
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Install dependencies
run: |
... | env:
RUBY_VERSION: 3.0
name: Rails tests
on: [push,pull_request]
jobs:
rspec:
name: RSpec
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
- name: Install dependencies
run: |
... | Bump GitHub RSpec build to use Ruby 3 | Bump GitHub RSpec build to use Ruby 3
| YAML | mit | mfoo/thanks_ants |
d2f6a1c1d0a23a58e534554b63820524fcee3388 | {{cookiecutter.role_project_name}}/meta/main.yml | {{cookiecutter.role_project_name}}/meta/main.yml | galaxy_info:
author: {{ cookiecutter.author }}
description: Ansible role for {{ cookiecutter.role_name }}
license: MIT
min_ansible_version: 2.0
platforms:
- name: Debian
versions:
- jessie
- name: Darwin
versions:
- all
- name: Alpine
versions:
- 3.3
g... | galaxy_info:
author: {{ cookiecutter.author }}
description: Ansible role for {{ cookiecutter.role_name }}
license: MIT
min_ansible_version: 2.0
platforms:
- name: Debian
versions:
- jessie
- name: Darwin
versions:
- all
galaxy_tags:
- development
- osx
- alp... | Remove metadata of Alpine Linux. | Remove metadata of Alpine Linux.
Ansible Galaxy checks platform value now, and it can't accept Alpine
Linux.
| YAML | mit | FGtatsuro/cookiecutter-ansible-role,FGtatsuro/cookiecutter-ansible-role |
f08f84830dcc5f5b3f7301cbb306e654721f9d77 | build.yaml | build.yaml | junit: 4.8.2
gems:
- buildr >= 1.4.6
repositories:
remote:
- http://www.ibiblio.org/maven2
artifacts:
junit: junit:junit:jar:4.8.2
| junit: 4.8.2
gems:
- buildr >= 1.4.6
repositories:
remote:
- http://repo1.maven.org/maven2
release_to:
url: http://repo.fire.dse.vic.gov.au/content/repositories/releases/
username: upload
artifacts:
junit: junit:junit:jar:4.8.2
| Update the maven repository configurations | Update the maven repository configurations
| YAML | apache-2.0 | realityforge/getopt4j,realityforge/getopt4j |
6836543059ce1a38e2df693c41863abdc3d2534c | .github/workflows/tests.yaml | .github/workflows/tests.yaml | name: "Test application"
on:
push:
branches:
- master
pull_request:
branches:
- master
# Allow workflow to be manually run from the GitHub UI
workflow_dispatch:
jobs:
tests:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/check... | name: "Test application"
on:
push:
branches:
- master
pull_request:
branches:
- master
# Allow workflow to be manually run from the GitHub UI
workflow_dispatch:
jobs:
tests:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/check... | Remove cleanup step from pipeline, unnecessary | Remove cleanup step from pipeline, unnecessary
| YAML | mit | luispabon/kong-certbot-agent,luispabon/kong-certbot-agent |
5796abd97f1229e30da7b48e1717d41d5b3320fd | src/Oro/Bundle/ChartBundle/Resources/translations/messages.en.yml | src/Oro/Bundle/ChartBundle/Resources/translations/messages.en.yml | oro:
chart:
no_data: No data
form:
name.label: Chart Type
chart_empty_value: None
line_chart:
label: Line Chart
params:
label: Category (X axis)
value: Value (Y axis)
settings:
connect_dots_with_line: Connect... | oro:
chart:
no_data: No data
form:
name.label: Chart Type
chart_empty_value: None
line_chart:
label: Line Chart
params:
label: Category (X axis)
value: Value (Y axis)
settings:
connect_dots_with_line: Connect... | Connect dots with line chart support - CR changes | BAP-4113: Connect dots with line chart support
- CR changes
| YAML | mit | trustify/oroplatform,morontt/platform,mszajner/platform,northdakota/platform,hugeval/platform,geoffroycochard/platform,ramunasd/platform,2ndkauboy/platform,hugeval/platform,hugeval/platform,trustify/oroplatform,orocrm/platform,Djamy/platform,northdakota/platform,orocrm/platform,orocrm/platform,morontt/platform,mszajner... |
9b1c12c3c821394e3c3f7f30a763dc49fac75e18 | metadata/com.cliffracertech.soundaura.yml | metadata/com.cliffracertech.soundaura.yml | Categories:
- Multimedia
License: Apache-2.0
AuthorName: CliffracerMerchant
AuthorEmail: CliffracerTech@gmail.com
SourceCode: https://github.com/CliffracerMerchant/SoundAura
IssueTracker: https://github.com/CliffracerMerchant/SoundAura/issues
AutoName: SoundAura
RepoType: git
Repo: https://github.com/CliffracerMerc... | Categories:
- Multimedia
License: Apache-2.0
AuthorName: CliffracerMerchant
AuthorEmail: CliffracerTech@gmail.com
SourceCode: https://github.com/CliffracerMerchant/SoundAura
IssueTracker: https://github.com/CliffracerMerchant/SoundAura/issues
AutoName: SoundAura
RepoType: git
Repo: https://github.com/CliffracerMerc... | Update SoundAura to 1.3.1 (7) | Update SoundAura to 1.3.1 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2f24b82a2a29f6f2e2db0df63f34b29b210e1ea1 | .github/stale.yml | .github/stale.yml | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
... | _extends: .github
| Add org-wide config for Stale app | Add org-wide config for Stale app
| YAML | mit | ssbc/ssb-search |
58bb52c7faf6a4f915beffa05cab4fc7b22afa7d | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '11' ]
steps:
- name: Checkout GitHub repo
uses: actions/checkout... | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '11' ]
steps:
- name: Checkout GitHub repo
uses: actions/checkout... | Enhance condition to upload analysis to SonarCloud in workflow setup | Enhance condition to upload analysis to SonarCloud in workflow setup
| YAML | apache-2.0 | bonigarcia/webdrivermanager,bonigarcia/webdrivermanager,bonigarcia/webdrivermanager |
b5fa24c53f2b004aa76d4ef1b173dea8f7a180a4 | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Urlaubsverwaltung CI
on:
schedule:
- cron: "2 4 * * *"
push:
branches:
- master
- v3.x
pull_request:
workflow_dispatch:
jobs:
build:
name: build and analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: S... | name: Urlaubsverwaltung CI
on:
schedule:
- cron: "2 4 * * *"
push:
branches:
- master
- v3.x
pull_request:
workflow_dispatch:
jobs:
build:
name: build and analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: S... | Remove Build docker image and push to GitHub Container Registry | Remove Build docker image and push to GitHub Container Registry
| YAML | apache-2.0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung |
d171d32111124b98439bb298a0987fa7b435feef | .repo-runner.yaml | .repo-runner.yaml | ---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /src/factorio
commands:
- make ci
environment:
GHUSER: luzifer-docker
| ---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /src/factorio
commands:
- make ci
environment:
GHUSER: luzifer-docker
GPG_KEY: 316D1333
| Add GPG_KEY for aci signing | Add GPG_KEY for aci signing
| YAML | apache-2.0 | luzifer-docker/factorio |
c59a16b18f0fc711229240505bab0f6b9f448dce | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
# Run this Action on all pull requests and non-main branch pushes
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/s... | name: Build
# Run this Action on all pull requests and non-main branch pushes
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build:
name: Build
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [8,11,17]
runs-on: ${{ matrix.os }}
ste... | Test on all major platforms and current LTS java versions | ci: Test on all major platforms and current LTS java versions
| YAML | epl-1.0 | HOBY-NYE/thank-you-matcher |
f543da534f0a3e9f5f048ac9025026ffdb825035 | .github/workflows/build.yml | .github/workflows/build.yml | name: websocket-client build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Check out source repository
uses: actions/checkou... | name: websocket-client build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Check out source repository
uses: actions/c... | Add Python 3.10 to GitHub Action CI | Add Python 3.10 to GitHub Action CI
| YAML | apache-2.0 | websocket-client/websocket-client |
40f31a3250e322fee541681f7226734e8965a5b3 | .github/workflows/linux.yml | .github/workflows/linux.yml | name: linux
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.10'
- '5.12'
- '5.14'
- '5.20'
- '5.30'
container:
image: perl:${{ ma... | name: linux
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.30'
container:
image: perl:${{ ma... | Update GitHub Actions for latest Mojolicious | Update GitHub Actions for latest Mojolicious
| YAML | artistic-2.0 | kraih/mojo-pg |
95d0366a7c5dd6da55d54c0e881f1af23374f601 | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI
on:
push:
branches: [ master ]
pull_reque... | # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI
on:
push:
branches: [ master ]
pull_reque... | Allow to trigger the build manually | Allow to trigger the build manually
| YAML | apache-2.0 | ferstl/pedantic-pom-enforcers |
68ad8bc03951909ee69301fce07291bc3c7e0756 | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
... | Update GITHUB_TOKEN for activating workflow. | Update GITHUB_TOKEN for activating workflow.
| YAML | apache-2.0 | GoogleCloudPlatform/bigquery-data-lineage,GoogleCloudPlatform/bigquery-data-lineage,GoogleCloudPlatform/bigquery-data-lineage |
cf844701a25ef21726c3bcdfef2687ec9073254a | .github/workflows/tests.yml | .github/workflows/tests.yml | name: tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [ '7.0','7.1','7.2','7.3', '7.4' ]
stability: [ prefer-lowest, prefer-stable ]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
- name: ... | name: tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [ '7.0','7.1','7.2','7.3', '7.4' ]
stability: [ prefer-lowest, prefer-stable ]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
- name: ... | Add json extension within github action. | Add json extension within github action.
| YAML | bsd-2-clause | dennisvdvliet/php-rest-api,messagebird/php-rest-api |
9ac8b941b092487fce0ec6bc1346e4118b210ec6 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: tests
on: [push]
jobs:
test:
name: ${{ matrix.os }} + py${{ matrix.python }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
python: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Fetch python ${{ matrix.python }}
... | name: tests
on: [push]
jobs:
test:
name: ${{ matrix.os }} + py${{ matrix.python }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
python: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Fetch python ${{ matrix.python }}
us... | Use current versions of cpython | Use current versions of cpython
Skip python 3.6 since it's current but reaches end of support on 2021-12-23
| YAML | mit | eallrich/checkniner,eallrich/checkniner,eallrich/checkniner |
eba6de363e24b93b43dd4d5ed8d7253578acf176 | ansible/roles/spdashboard/tasks/spdashboardvm.yml | ansible/roles/spdashboard/tasks/spdashboardvm.yml | ---
- name: Install some packages needed for development
yum:
name:
- ruby-devel
- gcc-c++
- sqlite-devel
- ant
state: present
- name: Install Mailcatcher
action: command gem install mailcatcher creates=/usr/local/bin/mailcatcher
- name: Install PHP Xdebug extension
yum: name=p... | ---
- name: Install some packages needed for development
yum:
name:
- ruby-devel
- gcc-c++
- sqlite-devel
- ant
- composer
state: present
- name: Install Mailcatcher
action: command gem install mailcatcher creates=/usr/local/bin/mailcatcher
- name: Install PHP Xdebug extens... | Add composer to Ansible for installation | Add composer to Ansible for installation
This is needed because this is removed from Deploy to
be always installed.
| YAML | apache-2.0 | SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard |
8e42e9f9d674378ba72a3448a2eba3c6774ec091 | shippable.yml | shippable.yml | language: ruby
cache: bundler
archive: true
rvm:
- 2.1.2
script:
- cd spec/dummy
- RAILS_ENV=test bundle exec rake db:migrate
- CODECLIMATE_REPO_TOKEN=f54267de73817e8dcc14ccfaff327056723eaae101507c70b391bec5d5825c73 bundle exec rspec
notifications:
email: false
| language: ruby
cache: bundler
archive: true
rvm:
- 2.1.2
script:
- cd spec/dummy
- RAILS_ENV=test bundle exec rake db:migrate
- cd ../..
- CODECLIMATE_REPO_TOKEN=f54267de73817e8dcc14ccfaff327056723eaae101507c70b391bec5d5825c73 bundle exec rspec
notifications:
email: false
| Return to previous path after running migrations. | Return to previous path after running migrations.
| YAML | mit | kaspernj/simple_form_ransack,kaspernj/simple_form_ransack,matheumalo/simple_form_ransack,matheumalo/simple_form_ransack,kaspernj/simple_form_ransack,matheumalo/simple_form_ransack |
fcbf1054a38755abdf50290fd41e9de2fee42931 | shippable.yml | shippable.yml | language: python
python:
- 2.7
build:
pre_ci:
# Always pull the latest base image to avoid any cached images on the host
- docker pull drydock/u14:prod
- docker build --rm -t drydock/u14pls:tip .
pre_ci_boot:
image_name: drydock/u14pls
image_tag: tip
pull: false
ci:
# We can add ... | language: python
python:
- 2.7
build:
pre_ci:
# Always pull the latest base image to avoid any cached images on the host
- docker pull drydock/u14:prod
- docker build --rm -t drydock/u14pls:tip .
pre_ci_boot:
image_name: drydock/u14pls
image_tag: tip
pull: false
ci:
# We can add ... | Add sqlite version to yml | Add sqlite version to yml
| YAML | mit | dry-dock/u14pls |
987a04fcfadade7a40d3a7ea0d6f2dc0f1e8d880 | metadata/is.zi.huewidgets.yml | metadata/is.zi.huewidgets.yml | Categories:
- Connectivity
License: GPL-3.0-only
WebSite: https://huewidgets.zi.is
SourceCode: https://github.com/ZiiS/huewidgets
IssueTracker: https://github.com/ZiiS/huewidgets/issues
LiberapayID: '1574554'
Bitcoin: 1FdGg777eP4cqMrJVMRQiMXEHE2Ee6F62T
Name: Hue Widgets
RepoType: git
Repo: https://github.com/ZiiS/h... | Categories:
- Connectivity
License: GPL-3.0-only
WebSite: https://huewidgets.zi.is
SourceCode: https://github.com/ZiiS/huewidgets
IssueTracker: https://github.com/ZiiS/huewidgets/issues
LiberapayID: '1574554'
Bitcoin: 1FdGg777eP4cqMrJVMRQiMXEHE2Ee6F62T
Name: Hue Widgets
AutoName: Hue
RepoType: git
Repo: https://git... | Set autoname of Hue Widgets | Set autoname of Hue Widgets
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
45ab0faf8de0491319f59ccd075781bf66bf1d3b | metadata/space.rocketnine.xenia.yml | metadata/space.rocketnine.xenia.yml | Categories:
- Internet
License: MIT
WebSite: https://code.rocketnine.space/tslocum/xenia
SourceCode: https://code.rocketnine.space/tslocum/xenia
IssueTracker: https://code.rocketnine.space/tslocum/xenia/issues
Changelog: https://code.rocketnine.space/tslocum/xenia/src/branch/master/CHANGELOG
Donate: https://rocketnin... | Categories:
- Internet
License: MIT
WebSite: https://code.rocketnine.space/tslocum/xenia
SourceCode: https://code.rocketnine.space/tslocum/xenia
IssueTracker: https://code.rocketnine.space/tslocum/xenia/issues
Changelog: https://code.rocketnine.space/tslocum/xenia/src/branch/master/CHANGELOG
Donate: https://rocketnin... | Update Xenia to 0.1.5 (15) | Update Xenia to 0.1.5 (15)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
adb9f8ea1a2454c1966da7e8a5141497185d3d64 | dev/config.yml | dev/config.yml | serve:
workers: 1
include:
pyramid_debugtoolbar: True
configurator:
database:
url: "postgresql://postgres@db/warehouse"
sessions:
secret: "an insecure development secret"
url: "redis://redis:6379/0"
debugtoolbar:
panels:
- pyramid_debugtoolbar.panels.versions.VersionDebugPanel
... | serve:
workers: 1
include:
pyramid_debugtoolbar: True
configurator:
database:
url: "postgresql://postgres@db/warehouse"
sessions:
secret: "an insecure development secret"
url: "redis://redis:6379/0"
debugtoolbar:
hosts:
- 0.0.0.0/0
panels:
- pyramid_debugtoolbar.panels.vers... | Allow any host to access the debug toolbar | Allow any host to access the debug toolbar
| YAML | apache-2.0 | chopmann/warehouse,dstufft/warehouse,ismail-s/warehouse,alex/warehouse,wlonk/warehouse,wlonk/warehouse,HonzaKral/warehouse,alex/warehouse,ismail-s/warehouse,karan/warehouse,alex/warehouse,dstufft/warehouse,pypa/warehouse,dstufft/warehouse,HonzaKral/warehouse,dstufft/warehouse,pypa/warehouse,HonzaKral/warehouse,karan/wa... |
21295d63ce9af9d6070c39637c06ae7623e257c3 | db/seeds/prisons/BNI-bullingdon-remand-only.yml | db/seeds/prisons/BNI-bullingdon-remand-only.yml | ---
name: Bullingdon (Remand Only)
nomis_id: BNI
address:
- Bicester
- OX25 1PZ
email: socialvisits.bullingdon@hmps.gsi.gov.uk
enabled: true
phone: 01869 353176
slots:
mon:
- 1400-1610
sat:
- 1400-1610
thu:
- 1400-1610
tue:
- 1400-1610
| ---
name: Bullingdon (Remand Only)
nomis_id: BNI
address:
- Bicester
- OX25 1PZ
email: socialvisits.bullingdon@hmps.gsi.gov.uk
enabled: true
phone: 01869 353176
slots:
mon:
- 1345-1545
tue:
- 1345-1545
wed:
- 1345-1545
thu:
- 1345-1545
sat:
- 1345-1545
sun:
- 1345-1545
| Update Bullingdon remand visit slots | Update Bullingdon remand visit slots
Add Wednesday and Sunday slots and update all visit times to 1345-1545.
| YAML | mit | ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2 |
37c288bae4e6a8bb9400384d8e04514e930417eb | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 8.0.192, 11, 11.0.3, 17, 17.0.0+35 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ ma... | name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 8.0.192, 11, 11.0.3, 17, 17.0.0+35 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matri... | Switch from temurin to zulu | Switch from temurin to zulu | YAML | mit | jonashackt/spring-boot-vuejs,jonashackt/spring-boot-vuejs,jonashackt/spring-boot-vuejs,jonashackt/spring-boot-vuejs |
97784c43ac1326106c1e2194ab7c5579e1ec62f2 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Build glorytun
run: |
./sodium.sh
make prefix=. install
... | name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Build glorytun
run: |
git submodule update --init --recursive
./sodium.sh
make prefix=.... | Revert "Try to use submodules" | Revert "Try to use submodules"
This reverts commit bccc9945f44fc5e2432329bff58e6aab815b62de.
| YAML | bsd-2-clause | angt/glorytun,angt/glorytun |
3cad37dd718edfb220fa567da0be127beee55bba | config/locales/en.yml | config/locales/en.yml | en:
neighborly:
balanced:
creditcard:
payments:
new:
card:
title: 'Card Information'
billing:
title: 'Billing Information'
terms: 'By contributing, I agree with the %{link}.'
terms-link: 'Terms of Use'
... | en:
neighborly:
balanced:
creditcard:
payments:
new:
card:
title: 'Card Information'
billing:
title: 'Billing Information'
terms: 'By contributing, I agree with the %{link}.'
terms-link: 'Terms of Use'
... | Add errors messages to i18n | Add errors messages to i18n
| YAML | mit | FromUte/dune-balanced-creditcard,FromUte/dune-balanced-creditcard,FromUte/dune-balanced-creditcard |
62e530d0f86436a96e71df6edfe9eb32ad12ac20 | job-queue-manager/fsrs-cron/tasks/main.yml | job-queue-manager/fsrs-cron/tasks/main.yml | ---
- cron: name="sync fsrs data" minute="0" user="ec2-user" job="PYTHONPATH='/data-act/backend' python3 /data-act/backend/dataactbroker/scripts/loadFSRS.py &>> /tmp/fsrs.log"
sudo: true
| ---
- cron: name="sync fsrs data" minute="0" user="ec2-user" job="PYTHONPATH='/data-act/backend' env='{{ ENV }}' python3 /data-act/backend/dataactbroker/scripts/loadFSRS.py &>> /tmp/fsrs.log"
sudo: true
| Add env to cron command | Add env to cron command
| YAML | cc0-1.0 | fedspendingtransparency/data-act-build-tools,fedspendingtransparency/data-act-build-tools,fedspendingtransparency/data-act-build-tools |
518e5d19fa85b62a2a379ff86ce4e8fbc4c289cb | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- run: bundle exec rake test
| name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle exec rake test
| Test with Ruby 3.1 on CI | Test with Ruby 3.1 on CI
| YAML | mit | ankane/barkick |
c73e8ffc7754cd233af1d971766092ecab550b20 | pipeline.yml | pipeline.yml | resources:
- name: source-code
type: git
source:
uri: https://github.com/devdays-2016/hello-spring-boot.git
branch: master
- name: cf-deploy
type: cf
source:
api: https://api.run.pivotal.io
username: {{cf-username}}
password: {{cf-password}}
organization: devdays
space: development
... | resources:
- name: source-code
type: git
source:
uri: https://github.com/devdays-2016/hello-spring-boot.git
branch: master
- name: cf-deploy
type: cf
source:
api: https://api.run.pivotal.io
username: {{cf-username}}
password: {{cf-password}}
organization: devdays
space: development
... | Add new binary task to build the jar | Add new binary task to build the jar
This task needs to copy to the new output directory, also needs to
include the manifest we expect when doing a cf push.
| YAML | mit | devdays-2016/hello-spring-boot,devdays-2016/hello-spring-boot |
437ab2bb5e9bfc356ebb411c73050626a778fc38 | .github/workflows/linux.yml | .github/workflows/linux.yml | name: Linux
on: [push]
jobs:
Linux:
timeout-minutes: 15
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: recursive
- name: Set environment
run: |
echo ::set-env name=GRABBER_VERSION::nightly
echo ::set-env name=G... | name: Linux
on: [push]
jobs:
Linux:
timeout-minutes: 20
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: recursive
- name: Set environment
run: |
echo ::set-env name=GRABBER_VERSION::nightly
echo ::set-env name=G... | Increase github macOS workflow timeout from 15 to 20min | Increase github macOS workflow timeout from 15 to 20min
| YAML | apache-2.0 | Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber |
9dc92e874b622d9c2f0160de5376ef650e550427 | .github/workflows/maven.yml | .github/workflows/maven.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 use ... | # 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 use ... | Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. | Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
| YAML | apache-2.0 | apache/commons-imaging,apache/commons-imaging |
5dea0694f0d6b620a05a567a4d809ac53369ca8c | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubunt... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubunt... | Increase github action timeout time to try to get it to work | Increase github action timeout time to try to get it to work
| YAML | apache-2.0 | nla/bamboo,nla/bamboo,nla/bamboo,nla/bamboo |
6887be9e680756d8e17b5aa19ac034a9c172df1e | .github/workflows/stale.yml | .github/workflows/stale.yml | name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had... | name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had... | Change from 18 months to 1 year | Change from 18 months to 1 year | YAML | mit | zo0r/react-native-push-notification,zo0r/react-native-push-notification,zo0r/react-native-push-notification |
1fee416ea2fa9b4cb63bc5f96d07463f24921342 | docker-paas.yml | docker-paas.yml | redis:
image: redis:2.8
restart: always
www:
build: .
ports:
- "8080"
links:
- redis
environment:
- APP_PORT=8080
- MONGO_URI
- NODE_ENV=production
- NPM_CONFIG_LOGLEVEL=info
- SENTRY_DNS
command: npm start
restart: always
| redis:
image: redis:2.8
restart: always
www:
build: .
ports:
- "8080"
links:
- redis
environment:
- APP_PORT=8080
- MONGO_URI
- NODE_ENV=production
- NPM_CONFIG_LOGLEVEL=info
- SENTRY_DNS
restart: always
| Use command from Dockerfile in prod | Use command from Dockerfile in prod
| YAML | mit | Turistforeningen/Turbasen,Turbasen/Turbasen |
2c927e6247e597ae2dfd91ab693d2a0be9eeb0ab | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.16'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 'master'
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | rrosenblum/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,bbatsov/rubocop,bbatsov/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,rrosenblum/rubocop |
da53f4038541a0574021926edeff2edc76516efa | dlib/meta.yaml | dlib/meta.yaml | package:
name: dlib
version: "18.10"
source:
fn: dlib-18.10.tar.bz2
url: http://sourceforge.net/projects/dclib/files/dlib/v18.10/dlib-18.10.tar.bz2/download
sha1: 8010cd5c173277d7327135f75f3565d15491592e
patches:
- gui_patch.patch
build:
number: 2
requirements:
build:
- python
- cmake # ... | package:
name: dlib
version: "18.10"
source:
fn: dlib-18.10.tar.bz2
url: http://sourceforge.net/projects/dclib/files/dlib/v18.10/dlib-18.10.tar.bz2/download
sha1: 8010cd5c173277d7327135f75f3565d15491592e
patches:
- gui_patch.patch
build:
number: 3
requirements:
build:
- python
- cmake # ... | Update to build 3 for new libpng | Update to build 3 for new libpng
| YAML | bsd-3-clause | menpo/conda-recipes,menpo/conda-recipes |
eb6632450fb65650a9f1125123f8d083729fe4c6 | etc/kayobe/overcloud.yml | etc/kayobe/overcloud.yml | ---
###############################################################################
# Overcloud configuration.
# Default Ansible group for overcloud hosts.
#overcloud_group_default:
# List of names of Ansible groups for overcloud hosts.
#overcloud_groups:
# Dict mapping overcloud Ansible group names to lists of host... | ---
###############################################################################
# Overcloud configuration.
# Default Ansible group for overcloud hosts.
#overcloud_group_default:
# List of names of Ansible groups for overcloud hosts.
#overcloud_groups:
# Dict mapping overcloud Ansible group names to lists of host... | Disable cloud-init on control plane hosts | Disable cloud-init on control plane hosts
When glean is used as the cloud initial configuration service, having cloud-init
enabled can cause issues. If cloud-init cannot detect network configuration, it
will apply a fallback configuration, enabling DHCP on one interface. This can
break existing network configuration, ... | YAML | apache-2.0 | SKA-ScienceDataProcessor/alaska-kayobe-config |
eb944d945731c4a180a506e4bdebb090e817f427 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on: [pull_request]
jobs:
phpunit:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
uses: sh... | name: Tests
on: [pull_request]
jobs:
phpunit:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
uses: sh... | Bump actions/cache from v2.1.3 to v2.1.4 | Bump actions/cache from v2.1.3 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <5... | YAML | apache-2.0 | bizley/yii2-quill,bizley-code/yii2-quill |
c09f169974eedd36771686f778fb23d802e4af1a | roles/jenkins/tasks/plugin.yml | roles/jenkins/tasks/plugin.yml | ---
- name: Install git
yum: name=git state=latest update_cache=yes
tags:
- jenkins
- plugin
- name: Get jenkins cli
get_url: url={{ jenkins_cli_url }} dest={{ jenkins_cli_dest }}
register: result
until: result.msg.find("Request failed") == -1
retries: 5
delay: 10
tags:
- jenkins
- plug... | ---
- name: Install git
yum: name=git state=latest update_cache=yes
tags:
- jenkins
- plugin
- name: Get jenkins cli
get_url: url={{ jenkins_cli_url }} dest={{ jenkins_cli_dest }}
register: result
until: result.msg.find("Request failed") == -1
retries: 5
delay: 10
tags:
- jenkins
- plug... | Increase the times of retry to wait until the jenkins to fully running | Increase the times of retry to wait until the jenkins to fully running
| YAML | mit | OSSConsCloud/ansible_wg,OSSConsCloud/ansible_wg |
ecd7301893ad29b03a387126cdfe9ac202d01df2 | docs/antora.yml | docs/antora.yml | name: ''
title: Spring Security
version: ~
display_version: 5.6
start_page: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
| name: ''
title: Spring Security
version: 5.6
start_page: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
| Use version in docs URL | Use version in docs URL
| YAML | apache-2.0 | rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,rwinch/spring-security,spring-projects/spring-security,rwin... |
03fc376390bdc9e12c460212f34afd708f47b845 | pubspec.yaml | pubspec.yaml | name: flutter_widgets
version: 0.1.6-dev.1
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
- robinsontom@google.com
homepage: https://github.com/google/flutter.widgets
environm... | name: flutter_widgets
version: 0.1.6-dev.1
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
- robinsontom@google.com
homepage: https://github.com/google/flutter.widgets
environm... | Add a missing dependency on package:pedantic | Add a missing dependency on package:pedantic
| YAML | bsd-3-clause | google/flutter.widgets,google/flutter.widgets |
ad62e13034f1efd75275780e2572c6b3a4722062 | _data/authors.yml | _data/authors.yml | # Authors
kirill:
name: Kirill Pomogajko
email: kirill@pomogajko.com
bio: "Breathes R, discovers Linux, avoids spreadsheets."
avatar: kirill.jpg
twitter: pomogajko
github: Quiri
jess:
name: Jessica Peterka-Bonetta
email: jessica@today-is-a-good-day.de
bio: "Data science enthusiast, psychologist, kee... | # Authors
kirill:
name: Kirill Pomogajko
email: kirill@pomogajko.com
bio: "Breathes R, discovers Linux, avoids spreadsheets."
avatar: kirill.jpg
twitter: pomogajko
github: Quiri
jess:
name: Jessica Peterka-Bonetta
email: jessica@today-is-a-good-day.de
bio: "Data science enthusiast, psychologist, kee... | Add github & linkedin jess | Add github & linkedin jess | YAML | mit | yukiegosapporo/quiri.github.io,today-is-a-good-day/quiri.github.io,safferli/quiri.github.io,Quiri/quiri.github.io,yukiegosapporo/quiri.github.io,safferli/quiri.github.io,safferli/quiri.github.io,today-is-a-good-day/quiri.github.io,Quiri/quiri.github.io,yukiegosapporo/quiri.github.io,safferli/quiri.github.io,Quiri/quiri... |
e9d34f51d4f7fa8576232a390b8bc97eb8db7754 | circle.yml | circle.yml | dependencies:
override:
- curl -L https://atom.io/download/deb -o atom-amd64.deb
- sudo dpkg --install atom-amd64.deb || true
- sudo apt-get update
- sudo apt-get -f install
- nvm use 5.1.0
- npm run bootstrap
test:
override:
- npm test
- npm run lint
machine:
node:
version: 5... | dependencies:
override:
- curl -L https://atom.io/download/deb -o atom-amd64.deb
- sudo dpkg --install atom-amd64.deb || true
- sudo apt-get update
- sudo apt-get -f install
- nvm use 5.1.0
- npm install
- npm run bootstrap
test:
override:
- npm test
- npm run lint
machine:
no... | Install deps in CI properly | :bug: Install deps in CI properly
| YAML | mpl-2.0 | flintjs/flint,flintjs/flint,flintjs/flint,motion/motion,motion/motion |
b95c43d6409b13967604d9d06606deed1f5aabf9 | environment.yml | environment.yml | name: priocomp
channels:
- defaults
- bioconda
- mutirri
- r
dependencies:
- python=3.*
- click
- fiona
- flake8
- flask
- GDAL>=2.0.0
- numpy=1.10
- py
- pytest
- rasterio
- r
- r-devtools
- r-ggplot2
- r-raster
- r-recommended
- r-testthat
- scipy
- snakemake
- Sphinx
-... | name: priocomp
channels:
- defaults
- bioconda
- mutirri
- r
dependencies:
- python=3.*
- click
- fiona
- flake8
- flask
- GDAL>=2.0.0
- numpy=1.10
- py
- pytest
- rasterio
- r
- r-devtools
- r-ggplot2
- r-raster
- r-recommended
- r-testthat
- rpy2
- scipy
- snakemake
- S... | Add rpy2 as a dep | Add rpy2 as a dep
| YAML | mit | VUEG/priocomp,VUEG/priocomp,VUEG/priocomp,VUEG/priocomp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.