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 |
|---|---|---|---|---|---|---|---|---|---|
fdfb7f0ebe7da2420cded128238520e3fab912cc | .codacy.yaml | .codacy.yaml | ---
exclude_paths:
- "client/src/main/java/io/spine/net/Patterns.java"
- "base/src/test/**/*.*"
- "client/src/test/**/*.*"
- "server/src/test/**/*.*"
- "server-deployment/src/test/**/*.*"
- "testutil/src/test/**/*.*"
- "time/src/test/**/*.*"
- "values/src/test/**/*.*"
| ---
exclude_paths:
- "client/src/main/java/io/spine/net/Patterns.java"
- "base/src/test/**/*.*"
- "core/src/test/**/*.*"
- "client/src/test/**/*.*"
- "server/src/test/**/*.*"
- "server-deployment/src/test/**/*.*"
- "testutil/src/test/**/*.*"
- "time/src/test/**/*.*"
- "values/src/test/**/*.*"
| Exclude `core` test sources from Codacy inspections. | Exclude `core` test sources from Codacy inspections.
| YAML | apache-2.0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java |
0c706adb0b623e91012505b4965de496cd99c440 | .codecov.yml | .codecov.yml | # https://docs.codecov.io/docs/codecov-yaml
# https://github.com/codecov/support/wiki/Codecov-Yaml
coverage:
status:
project:
default: false
patch:
default: false
flags:
production:
paths:
- StyleCop.Analyzers/StyleCop.Analyzers/
- StyleCop.Analyzers/StyleCop.Analyzers.CodeFixe... | # https://docs.codecov.io/docs/codecov-yaml
# https://github.com/codecov/support/wiki/Codecov-Yaml
coverage:
status:
project:
default: false
patch:
default: false
flags:
production:
paths:
- src/CSVReader/
- src/EtwClrProfiler/
- src/EtwHeapDump/
- src/FastSerializa... | Fix paths for production and test paths | Fix paths for production and test paths
| YAML | mit | vancem/perfview,vancem/perfview,vancem/perfview,vancem/perfview,vancem/perfview |
956ea52994d4a92dd4ee61880d275699818e9a41 | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: msmbuilder-dev
version: !!str 3.0.0
#source:
# fn: master.zip
# url: https://github.com/msmbuilder/msmbuilder/archive/master.zip
build:
preserve_egg_dir: True
number: 0
entry_points:
- msmb = msmbuilder.scripts.msmb:main
requirements:
build:
- python
- setuptools
- cytho... | package:
name: msmbuilder-dev
version: !!str 3.3.0
#source:
# fn: master.zip
# url: https://github.com/msmbuilder/msmbuilder/archive/master.zip
build:
preserve_egg_dir: True
number: 0
entry_points:
- msmb = msmbuilder.scripts.msmb:main
requirements:
build:
- python
- setuptools
- cytho... | Increment the version in the CI conda recipe. | Increment the version in the CI conda recipe.
| YAML | lgpl-2.1 | dr-nate/msmbuilder,mpharrigan/mixtape,dotsdl/msmbuilder,dr-nate/msmbuilder,rmcgibbo/msmbuilder,brookehus/msmbuilder,msmbuilder/msmbuilder,msultan/msmbuilder,peastman/msmbuilder,msmbuilder/msmbuilder,rafwiewiora/msmbuilder,msmbuilder/msmbuilder,dotsdl/msmbuilder,stephenliu1989/msmbuilder,msmbuilder/msmbuilder,Eigenstate... |
b63d94c0dbd65a71db544562bd55196428ca3bef | tmuxinator/tmuxinator.symlink/blog.yml | tmuxinator/tmuxinator.symlink/blog.yml | # ~/.tmuxinator/blog.yml
# you can make as many tabs as you wish...
project_name: blog
project_root: ~/code/jekyll_blog
tabs:
- bash: #empty, will just run plain bash
- vim: vim
- server: jekyll
- git: tig
| # ~/.tmuxinator/blog.yml
# you can make as many tabs as you wish...
project_name: blog
project_root: ~/code/jekyll_blog
tabs:
- bash: #empty, will just run plain bash
- vim: vim
- server: TZ="GMT-2" jekyll
- git: tig
| Set timezone before running Jekyll | Set timezone before running Jekyll
For some reason this seems to be the timezone I was using when I
initially created my blog. It isn't the SA timezone so not sure what's
going on there, but using this seems to stop Jekyll from updating all of
my previous post entries in my atom feed.
| YAML | mit | markscholtz/dotfiles,markscholtz/dotfiles |
f1423e0344b5becd6d566deb031dd4b3e39596a2 | Example/.xbuild.yml | Example/.xbuild.yml | verbose: true
scheme: WLXBluetoothDeviceShared
workspace: WLXBluetoothDevice.xcworkspace
xctool: false
| verbose: true
scheme: WLXBluetoothDeviceShared
workspace: WLXBluetoothDevice.xcworkspace
xctool: true
| Revert "Uses xctool to build." | Revert "Uses xctool to build."
This reverts commit dab772eb7218784cf727af4ed3c6fa2679370d69.
| YAML | mit | drdaz/WLXBluetoothDevice,Wolox/WLXBluetoothDevice,Wolox/WLXBluetoothDevice,drdaz/WLXBluetoothDevice |
4dd5f2b63d0c821bffc9f5ac09c7f292de2df8ed | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
platforms:
- name: centos-5.10
- name: centos-6.5
- name: fedora-19
- name: macosx-10.9
- name: debian-7.4
run_list: recipe[apt::default]
- name: ubuntu-10.04
run_list: recipe[apt::default]
- name: ubuntu-12.04
run_list: recipe[apt::default]
- name: ubuntu-13.10
... | driver:
name: vagrant
platforms:
- name: centos-5.10
- name: centos-6.5
- name: fedora-19
- name: freebsd-9.2
- name: macosx-10.9
- name: debian-7.4
run_list: recipe[apt::default]
- name: ubuntu-10.04
run_list: recipe[apt::default]
- name: ubuntu-12.04
run_list: recipe[apt::default]
- n... | Add FreeBSD to list of platforms | Add FreeBSD to list of platforms
| YAML | apache-2.0 | mblomdahl/build-essential,Quoin/build-essential,someara/build-essential,ShawnJSullivan/chef-build-essential,bdwyertech/build-essential,opscode-cookbooks/build-essential,protec-cookbooks/build-essential,hhoover/build-essential,linc01n/build-essential,h4ck3rm1k3/build-essential,glensc/chef-cookbook-build-essential,chef-c... |
4a95c4090d2dc9d527ca2ee74d4ac7880942d273 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-10.04
run_list:
- recipe[apt::default]
- name: deb... | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: debian-7.8
run_list:
- recipe[apt::default]
- name: debian-8.1
run_list:
- recipe[apt::default]
... | Update platforms in Kitchen config | Update platforms in Kitchen config
| YAML | apache-2.0 | chef-cookbooks/nscd,chef-cookbooks/nscd,opscode-cookbooks/nscd,opscode-cookbooks/nscd |
9c9c37b9d678b747bc050b2bbcdb83789aee995c | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
- name: oracle-7.3
- name: debian-8.7
- name: fedora-25
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-16.04
suites:
- name: c... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: oracle-7.3
- name: debian-8.7
- name: fedora-25
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-16.04
suites:
- name: c... | Test on CentOS 6.9 in TK | Test on CentOS 6.9 in TK
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/lvm,opscode-cookbooks/lvm,opscode-cookbooks/lvm,ChiefAlexander/lvm,chef-cookbooks/lvm,ChiefAlexander/lvm |
01877427072276f67abadc047e565a2663a9c729 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
run_list: apt::default
- name: debian-9
run_list: apt::de... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
run_list: apt::default
- name: debian-9
run_list: apt::de... | Update the platforms we test | Update the platforms we test
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/fail2ban,chef-cookbooks/fail2ban,opscode-cookbooks/fail2ban,opscode-cookbooks/fail2ban |
fc041dc835f797f41c046f8b756177c82711ff15 | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
| ---
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- "tests/"
| Exclude tests directory from code climate checks. | Exclude tests directory from code climate checks.
| YAML | mit | eduardobmc/flask-test |
8922da7ca118bf4cc2601034be6bea2db48ee586 | .rubocop.yml | .rubocop.yml | require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
TargetRailsVersion: 5.2
TargetRubyVersion: 2.6
Exclude:
- Brewfile
- 'bin/*'
- 'db/**/*'
- 'vendor/bundle/**/*'
Layout/AlignHash:
EnforcedColonStyle: table
EnforcedHashRocketStyle: table
Lint/UriEscapeUnescape:
... | require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
TargetRailsVersion: 5.2
TargetRubyVersion: 2.6
Exclude:
- Brewfile
- 'bin/*'
- 'db/**/*'
- 'log/**/*'
- 'node_modules/**/*'
- 'tmp/**/*'
- 'vendor/bundle/**/*'
Layout/AlignHash:
EnforcedColonStyle: table
... | Exclude some directories to speed up analysis | Exclude some directories to speed up analysis | YAML | bsd-2-clause | diowa/icare,diowa/icare,diowa/icare,diowa/icare |
2cb28febbb8ea61a8b63bf5b2b079b0d53aef2a7 | .rubocop.yml | .rubocop.yml | # these should all probably get resolved
Lint/ShadowingOuterLocalVariable:
Exclude:
- 'lib/artifactory/resources/base.rb'
Lint/UselessAssignment:
Exclude:
- 'lib/artifactory/resources/build_component.rb'
- 'lib/artifactory/resources/repository.rb'
- 'lib/artifactory/resources/user.rb'
- 'spec/... | # these should all probably get resolved
# when we get on a modern version of chefstyle this can go away
Style/EndOfLine:
EnforcedStyle: lf
Lint/ShadowingOuterLocalVariable:
Exclude:
- 'lib/artifactory/resources/base.rb'
Lint/UselessAssignment:
Exclude:
- 'lib/artifactory/resources/build_component.rb'
... | Set line feeds in Chefstyle for now | Set line feeds in Chefstyle for now
We're stuck on a crazy old chefstyle for now
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef/artifactory-client,chef/artifactory-client |
a4a60c48868bfecca429926d0ddbac0f743f59c6 | .rubocop.yml | .rubocop.yml | AlignParameters:
Enabled: false
Encoding:
Enabled: false
ClassLength:
Enabled: false
MethodLength:
Enabled: false
LineLength:
Enabled: false
# HashSyntax:
# EnforcedStyle: hash_rockets
Documentation:
Enabled: false
PerceivedComplexity:
Enabled: false
CyclomaticComplexity:
Enabled: false
Style/... | AllCops:
Exclude:
- vendor/**/*
AlignParameters:
Enabled: false
Encoding:
Enabled: false
ClassLength:
Enabled: false
MethodLength:
Enabled: false
LineLength:
Enabled: false
Documentation:
Enabled: false
PerceivedComplexity:
Enabled: false
CyclomaticComplexity:
Enabled: false
Style/FileNam... | Add exclusion and remove use of hash rockets | Add exclusion and remove use of hash rockets
| YAML | apache-2.0 | scalp42/aws,miketheman/aws-cookbook,paybyphone/aws,arnaud036/aws,chef-cookbooks/aws,itwasntandy/aws,grosendorf/aws,evertrue/aws,opscode-cookbooks/aws,joshoohaah/aws,BuyerQuest/aws,rafaelfelix/aws,Altiscale/aws |
1ddc65ca09f8705ab6c35d6adbd150db7972a636 | .rubocop.yml | .rubocop.yml | AllCops:
Exclude:
- vendor/**/*
AlignParameters:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Max: 30
NumericLiterals:
Enabled: false
SingleSpaceBeforeFirstArg:
Enabled: false
| AllCops:
Exclude:
- vendor/**/*
AlignParameters:
Enabled: false
Encoding:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Max: 30
NumericLiterals:
Enabled: false
SingleSpaceBeforeFirstArg:
Enabled: false
| Use ruby 1.9 hash syntax | Use ruby 1.9 hash syntax
| YAML | apache-2.0 | tas50/chef-mcelog,tas50/chef-mcelog |
612a29ce75b83f50ef88cac8c456e21ba3cbae5b | .styleci.yml | .styleci.yml | preset: laravel
enabled:
- no_useless_else
- phpdoc_align
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation | preset: laravel
enabled:
- no_useless_else
- phpdoc_align
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation
finder:
not-path:
- "src/Fpdf"
exclude:
- "doc" | Exclude Fpdf lib and docs from StyleCI | Exclude Fpdf lib and docs from StyleCI
| YAML | mit | codedge/laravel-fpdf,codedge/laravel-fpdf |
ced6a286921bdb9dec6c78ada752efe2c2698cc7 | .kitchen.ec2.yml | .kitchen.ec2.yml | ---
# The following environment variables are required:
# - AWS_ACCESS_KEY_ID
# - AWS_SECRET_ACCESS_KEY
# - AWS_SSH_KEY_ID
# - AWS_REGION
#
# Optional environment variables:
# - AWS_SECURITY_GROUP
# - AWS_SUBNET
# - KITCHEN_NO_CONCURRENCY set it to true if you do not want concurrency
driver:
name: ec2
instance_typ... | ---
# The following environment variables are required:
# - AWS_ACCESS_KEY_ID
# - AWS_SECRET_ACCESS_KEY
# - AWS_SSH_KEY_ID
# - AWS_REGION
#
# Optional environment variables:
# - AWS_SECURITY_GROUP
# - AWS_SUBNET
# - KITCHEN_NO_CONCURRENCY set it to true if you do not want concurrency
driver:
name: ec2
instance_typ... | Add iam profile to kitchen config | Add iam profile to kitchen config
| YAML | apache-2.0 | criteo-cookbooks/rundeck-bridge |
40aca8ae1010e80c95dcdaaf4483c5730ae3f2e4 | .scrutinizer.yml | .scrutinizer.yml | filter:
paths: ["src/*"]
tools:
external_code_coverage: true
php_code_coverage: true
php_sim: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
php_cpd: true | checks:
php: true
coding_style:
php:
spaces:
before_parentheses:
closure_definition: true
around_operators:
concatenation: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer... | Upgrade to latest Scrutinizer PHP analysis engine | Upgrade to latest Scrutinizer PHP analysis engine
| YAML | mit | genkgo/camt |
67712d164528ba400ed9c218bf9c474d0706832d | .scrutinizer.yml | .scrutinizer.yml | build:
environment:
php:
version: 7.1
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
coverage:
file: 'coverage-file'
format: 'clover'
| build:
environment:
php:
version: 7.1
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage-file --stop-on-failure'
coverage:
file: 'coverage-file'
format: 'clover'
| Add PHPUnit stop on failure flag | Add PHPUnit stop on failure flag
| YAML | mit | klever/justgiving-api-sdk |
0106e767ed12cc585e0bddd832dc6d8956851941 | events/france/20170401-jdll.yml | events/france/20170401-jdll.yml | name: JDLL 2017
start: 2017-04-01-10:00:00
end: 2017-04-02-18:00:00
added: 2016-12-21-15:30:00
place: Maison Pour Tous - Salle des Rancy
address: 249 rue Vendôme 69003 Lyon
link: http://www.jdll.org/
cfp: http://www.jdll.org/jdll-presentation-generale/participer/formulaire-de-proposition/ | name: JDLL 2017
start: 2017-04-01-10:00:00
end: 2017-04-02-18:00:00
added: 2016-12-21-15:30:00
place: Maison Pour Tous - Salle des Rancy
address: 249 rue Vendome 69003 Lyon
link: http://www.jdll.org/
cfp: http://www.jdll.org/jdll-presentation-generale/participer/formulaire-de-proposition/
| Remove special char from JDLL event | Remove special char from JDLL event | YAML | agpl-3.0 | hackerevents/hackerevents,hackerevents/hackerevents,frankrousseau/hackerevents,frankrousseau/hackerevents |
a4c00622c9505984f5709d503dac5b5db1261cde | recipes/contextlib2/meta.yaml | recipes/contextlib2/meta.yaml | {%set name = "contextlib2" %}
{% set version = "0.5.4" %}
{%set hash_type = "sha256" %}
{%set hash_val = "710626cde569f51a87f216ff757fe60f5cd13ae8f8114706590510cd5649ce88" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ na... | {%set name = "contextlib2" %}
{% set version = "0.5.5" %}
{%set hash_type = "sha256" %}
{%set hash_val = "509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ na... | Update contextlib2 recipe to version 0.5.5 | Update contextlib2 recipe to version 0.5.5
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
f1bf86b26a04be6cc9c8fa93c96506f10befa1b7 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/microsoft/vscode-python/discussions/categories/ideas
about: For ideas to improve the extension
- name: Pylance
url: https://github.com/microsoft/pylance-release/issues
about: For issues relating to the Pylance... | blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/microsoft/vscode-python/discussions/categories/ideas
about: For ideas to improve the extension
- name: Pylance
url: https://github.com/microsoft/pylance-release/issues
about: For issues relating to the Pylance... | Add our Discord server as a place to get help | Add our Discord server as a place to get help | YAML | mit | DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode |
2fac940098d4d5d7c2431f5fd97c094581adc884 | recipes/estscan/3.0/meta.yaml | recipes/estscan/3.0/meta.yaml | package:
name: estscan
version: "3.0"
source:
fn: estscan-3.0.tar.gz
url: https://sourceforge.net/projects/estscan/files/estscan/3.0/estscan-3.0.tar.gz
md5: 1252c862b41b03b59687f5ba148b77cd
build:
number: 0
skip: True #[osx]
requirements:
build:
- gcc
run:
- blast-legacy
- gnuplot
-... | package:
name: estscan
version: "3.0"
source:
fn: estscan-3.0.tar.gz
url: https://sourceforge.net/projects/estscan/files/estscan/3.0/estscan-3.0.tar.gz
md5: 1252c862b41b03b59687f5ba148b77cd
build:
number: 0
skip: True #[osx]
requirements:
build:
- gcc
test:
commands:
- estscan -v 2>&1 | gr... | Remove unnecessary run dependencies for estscan version 3.0 recipe | Remove unnecessary run dependencies for estscan version 3.0 recipe
| YAML | mit | chapmanb/bioconda-recipes,rob-p/bioconda-recipes,abims-sbr/bioconda-recipes,oena/bioconda-recipes,oena/bioconda-recipes,mcornwell1957/bioconda-recipes,acaprez/recipes,oena/bioconda-recipes,npavlovikj/bioconda-recipes,pinguinkiste/bioconda-recipes,bioconda/recipes,dmaticzka/bioconda-recipes,gvlproject/bioconda-recipes,g... |
6956ac0e98612fa8f8f4ab08b4cdd25ae4cbdb73 | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | Bump ridedott/merge-me-action from 2.9.27 to 2.9.31 | Bump ridedott/merge-me-action from 2.9.27 to 2.9.31
| YAML | mit | fizyk/pyramid_localize |
9c18175f98afe5324d236f49919e8ad911ffcced | .github/workflows/build-rpm.yml | .github/workflows/build-rpm.yml | name: RPM Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build RPM package
id: rpm
uses: naveenrajm7/rpmbuild@v1.0.0
with:
spec_file: "apel-ssm.spec"
- name: Upload artifact
uses: actions/upload-artifact@v2.2.4
... | name: RPM Build
on: push
jobs:
build:
runs-on: ubuntu-latest
env:
# This is so that our tar file ends up added as a volume to the rpmbuild container
RPMDIR: /home/runner/work/_temp/_github_home/rpmbuild
VERSION: 3.2.1-1
# Can't refer to the VERSION env above within the env block unfor... | Add env and setup, and include SRPM in artifact | Add env and setup, and include SRPM in artifact
| YAML | apache-2.0 | tofu-rocketry/ssm,apel/ssm,apel/ssm,tofu-rocketry/ssm |
c1abc4160f457febbb7a19f4a321a8c422b54f82 | .github/workflows/lint_python.yml | .github/workflows/lint_python.yml | name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10-dev']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
-... | name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10-dev']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
-... | Build package and docs in CI | Build package and docs in CI
Add extra steps in CI to build package and documentation.
This makes sure the package can build and the doc generates fine
on each new push/PR.
| YAML | mit | burnash/gspread |
f0d9c2d1ac988eaa5d41a239acacfeacf255e242 | .github/workflows/npm-publish.yml | .github/workflows/npm-publish.yml | name: npm publish
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
| name: npm publish
on:
push:
branches:
- 'master'
paths:
- 'package.json'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: JS-DevTools/npm-publish@v1
with:
... | Update github workflow to only publish when package.json changes in master | Update github workflow to only publish when package.json changes in master
| YAML | mit | onshape/grunt-xgettext,onshape/grunt-xgettext |
5d3ddcb893de8852c912e22ec2bb492c43186680 | packages/ya/yarl.yaml | packages/ya/yarl.yaml | homepage: http://github.com/blackheaven/yarl
changelog-type: ''
hash: 8932145d5452bdc4b6d84ee1c864721ec3e873c7a91655e3c509cccbb8c8b741
test-bench-deps:
base: -any
hspec: -any
hspec-core: -any
criterion: -any
yarl: -any
deepseq: -any
hspec-discover: -any
maintainer: gautier.difolco@gmail.com
synopsis: Yet ... | homepage: http://github.com/blackheaven/yarl
changelog-type: ''
hash: 0dbd118a1de6b461d2b0a94fe42a50962ee05cf50ef852b4f6f260464176a158
test-bench-deps:
base: -any
hspec: -any
hspec-core: -any
criterion: -any
yarl: -any
deepseq: -any
hspec-discover: -any
maintainer: gautier.difolco@gmail.com
synopsis: Yet ... | Update from Hackage at 2022-09-10T15:12:22Z | Update from Hackage at 2022-09-10T15:12:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
41b8d89e75c1dff465db990d2a685c7f5910c98c | roles/newrelic/tasks/main.yml | roles/newrelic/tasks/main.yml | ---
# This playbook configures newrelic monitoring service
- name: add newrelic repo key
apt_key:
url: https://download.newrelic.com/548C16BF.gpg
id: 548C16BF
state: present
become: yes
- name: add newrelic repo
apt_repository:
repo: 'deb http://apt.newrelic.com/debian/ newrelic non-free'
st... | ---
# This playbook configures newrelic monitoring service
- name: add newrelic repo key
apt_key:
url: https://download.newrelic.com/548C16BF.gpg
id: 548C16BF
state: present
become: yes
- name: add newrelic repo
apt_repository:
repo: 'deb http://apt.newrelic.com/debian/ newrelic non-free'
st... | Add clarification on newrelic role | Add clarification on newrelic role
| YAML | bsd-3-clause | ellisonbg/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching,jupyterhub/jupyterhub-deploy-teaching,jupyterhub/jupyterhub-deploy-teaching |
d2128e360fdfef5a494a1482a112a2c4f2d01241 | drupal-console-compose.yml | drupal-console-compose.yml | #
# Drupal Console tooling.
#
drupal-console:
image: drupalconsole/console:master
command: 'true'
volumes:
- $KALABOX_APP_ROOT:/app
- $KALABOX_APP_ROOT/config/drupal-console:/root
working_dir: /app
stdin_open: true
tty: true
| #
# Drupal Console tooling.
#
drupal-console:
image: drupalconsole/console:master
command: 'true'
volumes:
- $KALABOX_APP_ROOT/code:/app
- $KALABOX_APP_ROOT/config/drupal-console:/root
working_dir: /app
stdin_open: true
tty: true
| Fix path to Drupal app | Fix path to Drupal app
| YAML | mit | bmcclure/kalabox-plugin-drupal-console,bmcclure/kalabox-plugin-drupal-console |
45d90cd5e89e54c806e399a2e632d9df29daec71 | packages/fs/fswatch.yaml | packages/fs/fswatch.yaml | homepage: https://github.com/kelemzol/watch
changelog-type: markdown
hash: abc4dda0b761f90a4e5e04b07409ab5bf43db405b882ad55ccbe72a734ff0436
test-bench-deps: {}
maintainer: '-'
synopsis: File System watching tool with cli and slave functionalities.
changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 -- YYYY-... | homepage: https://github.com/kelemzol/watch
changelog-type: markdown
hash: 719ed01e6fcc3498f6d14d59a762217002a6494e099343542aad809606cab2f7
test-bench-deps: {}
maintainer: '-'
synopsis: File System watching tool with cli and slave functionalities.
changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 -- YYYY-... | Update from Hackage at 2018-07-09T05:30:21Z | Update from Hackage at 2018-07-09T05:30:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a8f71520d29d7be4bd5c5ddb9d9fb5cc19f82a88 | dev-environment.yml | dev-environment.yml | ---
- hosts: all
pre_tasks:
- name: Update apt cache it if hasn't been updated within the last day
apt: update_cache=yes cache_valid_time=86400
sudo: yes
- name: Install Ubuntu packages
apt: pkg={{ item }}
sudo: yes
with_items:
- git
roles:
- vim
- bash-aliases... | ---
- hosts: all
pre_tasks:
- name: Update apt cache it if hasn't been updated within the last day
apt: update_cache=yes cache_valid_time=86400
sudo: yes
- name: Install Ubuntu packages
apt: pkg={{ item }}
sudo: yes
with_items:
- git
- python
- python-dev... | Add task to install Python-related packages. | Add task to install Python-related packages.
| YAML | unlicense | maxalbert/ansible-playbooks |
10469232a645d7c8dea5da111e97060f5d5ef5de | packages/bs/bson-generic.yaml | packages/bs/bson-generic.yaml | homepage: ''
changelog-type: ''
hash: 77f9bef13fac3f4fe3aacfcba563ebb9b1ec708853c080048be41253582e0255
test-bench-deps: {}
maintainer: the.palmik+maintainer@gmail.com
synopsis: Generic functionality for BSON
changelog: ''
basic-deps:
base: ==4.6.*
text: ==0.11.*
ghc-prim: ==0.3.*
bson: ==0.2.*
all-versions:
- '... | homepage: ''
changelog-type: ''
hash: 16b3ccae47367de96ef86e1be4a6c9ea2f862971bd316027fd04d73dcb396f9e
test-bench-deps: {}
maintainer: the.palmik+maintainer@gmail.com
synopsis: Generic functionality for BSON
changelog: ''
basic-deps:
base: ==4.8.*
text: ==1.2.1.*
ghc-prim: ==0.4.*
bson: ==0.3.*
all-versions:
- ... | Update from Hackage at 2016-01-09T17:15:31+0000 | Update from Hackage at 2016-01-09T17:15:31+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f722ac1e5af5bfbf4305116d1d6b2f8038dfa28b | packages/ra/random-class.yaml | packages/ra/random-class.yaml | homepage: ''
changelog-type: ''
hash: 0f1b870f661faa8554d966588cca6c47e8268fdb565d57277c675ca1917a9746
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of random value generation
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
transformers: -any
primitive: -any
all-versions:
- '0.1.0.0'
- '0.1.... | homepage: ''
changelog-type: ''
hash: 3d5bc52eef73f051634961035599bf08a670c9dc5d9b9b4cd370fc8710c9e169
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of random value generation
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
util: ! '>=0.1.2 && <0.2'
transformers: -any
primitive: -any
all-v... | Update from Hackage at 2017-12-09T03:11:13Z | Update from Hackage at 2017-12-09T03:11:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9cc492ffd6ca6be5a62f670df606ed5ea282f23d | packages/re/regex-compat.yaml | packages/re/regex-compat.yaml | homepage: ''
changelog-type: markdown
hash: 2a48a304687f39ce5277d160e5f54c441c7d28ef0426bfc6c0275b9cacad119f
test-bench-deps: {}
maintainer: hvr@gnu.org
synopsis: Replaces/Enhances "Text.Regex"
changelog: |+
See also http://pvp.haskell.org/faq
## 0.95.2.0
- Declare `Text.Regex` module `Trustworthy` under SafeHa... | homepage: ''
changelog-type: markdown
hash: 2eb608f9370c6b6c8ffacad059a6f74099192b73cc74ba4b321ee650e44f53b4
test-bench-deps: {}
maintainer: hvr@gnu.org
synopsis: Replaces/Enhances "Text.Regex"
changelog: |+
See also http://pvp.haskell.org/faq
## 0.95.2.0
- Declare `Text.Regex` module `Trustworthy` under SafeHa... | Update from Hackage at 2020-04-09T19:04:39Z | Update from Hackage at 2020-04-09T19:04:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f6bbeabae49cdab95ffb75e80df2f7058ebd5df3 | packages/hp/hpg.yaml | packages/hp/hpg.yaml | homepage: https://git.alokat.org/hpg
changelog-type: ''
hash: 95b39553fbfc685e035a705f7110f4185bcdcb42041dc6217d368f90e446d446
test-bench-deps: {}
maintainer: fritjof@alokat.org
synopsis: 'no'
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
random: -any
all-versions:
- '0.2'
author: Fritjof Bornebusch
latest: '0.... | homepage: https://git.alokat.org/hpg
changelog-type: ''
hash: 5950e9c1c6a091ccf8da9547c2743534bf77bcbfabff95ef9254ed022edc88de
test-bench-deps: {}
maintainer: fritjof@alokat.org
synopsis: 'no'
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
random: -any
all-versions:
- '0.2'
- '0.3'
author: Fritjof Bornebusch
lat... | Update from Hackage at 2017-04-28T21:35:57Z | Update from Hackage at 2017-04-28T21:35:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a933b0a4111e1b27e4f45049ecb28cca1fbcef6d | packages/ta/tax.yaml | packages/ta/tax.yaml | homepage: https://github.com/frasertweedale/hs-tax
changelog-type: ''
hash: 70712a80e5e066bfe4789b11564ed694b9bd31e9a6aefc328dffe7f87903909c
test-bench-deps: {}
maintainer: frase@frase.id.au
synopsis: Types and combinators for taxes
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
semigroups: ! '>=0.16'
dollaridoo... | homepage: https://github.com/frasertweedale/hs-tax
changelog-type: ''
hash: ae713230baec3b5d139543e3c1f23222713584519d0d9db484e1330ed910c2b2
test-bench-deps: {}
maintainer: frase@frase.id.au
synopsis: Types and combinators for taxes
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
semigroups: ! '>=0.16'
dollaridoo... | Update from Hackage at 2018-08-23T09:25:05Z | Update from Hackage at 2018-08-23T09:25:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ce2e75796175c3c36adb531f19783e2e132931e6 | exercises/raindrops/metadata.yml | exercises/raindrops/metadata.yml | ---
blurb: "Write a program that converts a number to a string, the contents of which depend on the number's factors."
source: "A variation on a famous interview question intended to weed out potential candidates."
source_url: "http://jumpstartlab.com"
| ---
blurb: "Convert a number to a string, the contents of which depend on the number's factors."
source: "A variation on a famous interview question intended to weed out potential candidates."
source_url: "http://jumpstartlab.com"
| Remove "write a program" from raindrops exercise | Remove "write a program" from raindrops exercise
| YAML | mit | petertseng/x-common,ErikSchierboom/x-common,rpottsoh/x-common,jmluy/x-common,kgengler/x-common,jmluy/x-common,jmluy/x-common,rpottsoh/x-common,Vankog/problem-specifications,exercism/x-common,ErikSchierboom/x-common,Vankog/problem-specifications,exercism/x-common,kgengler/x-common,petertseng/x-common |
38848e6176b969415a2ee0217d81f10794eaa0ff | data/sites/hmrc.yml | data/sites/hmrc.yml | ---
site: hmrc
whitehall_slug: hm-revenue-customs
host: www.hmrc.gov.uk
redirection_date: 28th February 2013
tna_timestamp: 20121219134751
title: HM Revenue & Customs
furl: www.gov.uk/hmrc
homepage: https://www.gov.uk/government/organisations/hm-revenue-customs
aliases:
- hmrc.gov.uk
options: --query-string tickdpm... | ---
site: hmrc
whitehall_slug: hm-revenue-customs
host: www.hmrc.gov.uk
redirection_date: 28th February 2013
tna_timestamp: 20140109143644
title: HM Revenue & Customs
furl: www.gov.uk/hmrc
homepage: https://www.gov.uk/government/organisations/hm-revenue-customs
aliases:
- hmrc.gov.uk
options: --query-string tickdpm... | Update HMRC TNA timestamp to last-known-good | Update HMRC TNA timestamp to last-known-good
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
ab36089f5a2598effa5364b015c6ca0e05762bcc | recipes/cloudpickle/meta.yaml | recipes/cloudpickle/meta.yaml | {% set version = "0.2.1" %}
package:
name: cloudpickle
version: {{ version }}
source:
fn: cloudpickle-{{ version }}.tar.gz
url: https://pypi.io/packages/source/c/cloudpickle/cloudpickle-{{ version }}.tar.gz
md5: d6c92acdfa253a50b2ef86a1b6443e39
build:
number: 0
script: python setup.py install --single-... | {% set version = "0.2.2" %}
{% set hash = "e1b0a9b3ed8cc941439a74e4dcaee408" %}
package:
name: cloudpickle
version: {{ version }}
source:
fn: cloudpickle-{{ version }}.tar.gz
url: https://pypi.io/packages/source/c/cloudpickle/cloudpickle-{{ version }}.tar.gz
md5: {{ hash }}
build:
number: 0
script: pyt... | Update cloudpickle recipe to version 0.2.2 | Update cloudpickle recipe to version 0.2.2
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
ad0cdf5e6fbc6213a8a0f7cf2bc34dabfc9512d6 | recipes/graphframes/meta.yaml | recipes/graphframes/meta.yaml | {% set name = "graphframes" %}
{% set version = "0.6" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 869aff3f4bf76a609a6bf4399c9c319c9a0280badd676750a49400e940f1adfa
patches:
- ... | {% set name = "graphframes" %}
{% set version = "0.6" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 869aff3f4bf76a609a6bf4399c9c319c9a0280badd676750a49400e940f1adfa
patches:
- ... | Remove the pip check and requires pip lines | Remove the pip check and requires pip lines
| YAML | bsd-3-clause | ocefpaf/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,conda-forge/staged-re... |
379d1ae73454dd702ff95be40079e4c98accad7e | recipes/lmfit-0.9.0/meta.yaml | recipes/lmfit-0.9.0/meta.yaml | package:
name: lmfit
version: 0.9.0
source:
git_url: https://github.com/lmfit/lmfit-py.git
git_tag : 0.9.0
build:
number: 0
requirements:
build:
- python
- setuptools
- numpy
- scipy
run:
- python
- numpy
- scipy
test:
imports:... | package:
name: lmfit
version: 0.9.0
source:
git_url: https://github.com/lmfit/lmfit-py.git
git_tag : 0.9.0
build:
number: 0
requirements:
build:
- python
- numpy
- scipy
run:
- python
- numpy
- scipy
- ipython
- ipywidgets
... | Add optional dependencies to lmfit 0.9.0 | Add optional dependencies to lmfit 0.9.0
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes |
0f3aa0a2ef191febe667aeb6b40528865000c690 | test/fixtures/milestones.yml | test/fixtures/milestones.yml | #cohort 2017
<% (1..3).each do |n| %>
milestone_<%= n %>:
id: <%= n %>
submission_deadline: <%= 0.days.from_now.to_s :db %>
name: Milestone <%= ((n-1) % 3) + 1 %>
created_at: <%= 0.days.from_now.to_s :db %>
updated_at: <%= 0.days.from_now.to_s :db %>
peer_evaluation_deadline: <%= 0.days.from_now.to_s :db %... | Add Milestone fixtures for 2017, 2018 | Add Milestone fixtures for 2017, 2018
| YAML | mit | nusskylab/nusskylab,nusskylab/nusskylab,nusskylab/nusskylab,nusskylab/nusskylab | |
c7015845bca76563e339a257a6f9fbb571bdca90 | json_serializable/pubspec.yaml | json_serializable/pubspec.yaml | name: json_serializable
version: 2.1.0-dev
author: Dart Team <misc@dartlang.org>
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
homepage: https://github.com/dart-lang/json_serializable
environment:
sdk: '>=2.1.1 <3.0.0'
dependencies:
analyzer: '>=0.33.3 ... | name: json_serializable
version: 2.1.0
author: Dart Team <misc@dartlang.org>
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
homepage: https://github.com/dart-lang/json_serializable
environment:
sdk: '>=2.1.1 <3.0.0'
dependencies:
analyzer: '>=0.33.3 <0.3... | Prepare to release json_serializable v2.1.0 | Prepare to release json_serializable v2.1.0
| YAML | bsd-3-clause | google/json_serializable.dart,google/json_serializable.dart |
51b33b0107757ab12bca5daa0ab4db5cbece4700 | .doc_gen/metadata/cognito-identity_metadata.yaml | .doc_gen/metadata/cognito-identity_metadata.yaml | # zexi 0.4.0
cognito-identity_ListIdentityPools:
title: List &COGID; pools
title_abbrev: List identity pools
synopsis: get a list of &COGID; pools
category:
languages:
Swift:
versions:
- sdk_version: 1
github: swift/example_code/cognito-identity/FindOrCreateIdentityPool
s... | # zexi 0.4.0
cognito-identity_ListIdentityPools:
title: List &COGID; pools
title_abbrev: List identity pools
synopsis: get a list of &COGID; pools.
category:
languages:
Swift:
versions:
- sdk_version: 1
github: swift/example_code/cognito-identity/FindOrCreateIdentityPool
... | Add missing punctuation to Swift metadata | Add missing punctuation to Swift metadata
| YAML | apache-2.0 | awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a... |
ca7f8c743d293c4016f1aaa25205640d06f2a8d6 | recipes/bedops/meta.yaml | recipes/bedops/meta.yaml | build:
number: 0
about:
home: http://bedops.readthedocs.io
license: GPLv2
summary: High-performance genomic feature operations.
package:
name: bedops
version: 2.4.24
source:
url: https://github.com/bedops/bedops/archive/v2.4.24.tar.gz
fn: bedops-2.4.24.tar.gz
sha256: 071d6c418271e7e5d... | build:
number: 0
about:
home: http://bedops.readthedocs.io
license: GPLv2
summary: High-performance genomic feature operations.
package:
name: bedops
version: 2.4.25
source:
url: https://github.com/bedops/bedops/archive/v2.4.25.tar.gz
fn: bedops-2.4.25.tar.gz
sha256: e7056bb6d4b921621... | Update recipe to BEDOPS v2.4.25 | Update recipe to BEDOPS v2.4.25
| YAML | mit | martin-mann/bioconda-recipes,bebatut/bioconda-recipes,peterjc/bioconda-recipes,dmaticzka/bioconda-recipes,matthdsm/bioconda-recipes,colinbrislawn/bioconda-recipes,colinbrislawn/bioconda-recipes,keuv-grvl/bioconda-recipes,rob-p/bioconda-recipes,rvalieris/bioconda-recipes,bioconda/bioconda-recipes,matthdsm/bioconda-recip... |
0c7f985a53c6263e3955dc833a6d5bfdd6d01295 | recipes/racket/meta.yaml | recipes/racket/meta.yaml | {% set version = "6.12" %}
package:
name: racket
version: {{version}}
source:
fn: racket-{{ version }}.tar.gz
url: https://github.com/racket/racket/archive/v{{ version }}.tar.gz
sha256: c98f8d8f8dd62abdef9906adf7b1ce60b37c852b4111700c06bf0c2d290dd588
build:
number: 0
skip: true # [win]
requirements:
... | {% set version = "6.12" %}
package:
name: racket
version: {{version}}
source:
fn: racket-{{ version }}.tar.gz
url: https://github.com/racket/racket/archive/v{{ version }}.tar.gz
sha256: c98f8d8f8dd62abdef9906adf7b1ce60b37c852b4111700c06bf0c2d290dd588
build:
number: 0
skip: true # [win]
requirements:
... | Expand tests run to confirm package is working. | Expand tests run to confirm package is working.
| YAML | bsd-3-clause | ceholden/staged-recipes,jjhelmus/staged-recipes,barkls/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,scopatz/staged-recipes,mcs07/staged-recipes,synapticarbors/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,mcs07/st... |
eee0f7795d1da18931b27b15abcf17287b02b3af | _data/messages.yaml | _data/messages.yaml | # This will appear on the site in the order as it is
# listed here, so add new items on top
- content: Everything up and running
status: green
timestamp: 2015-04-09 12:00 +0200
| # This will appear on the site in the order as it is
# listed here, so add new items on top
- content: This is a test of rss feed hooks
status: green
timestamp: 2015-04-09 17:40 +0200
- content: Everything up and running
status: green
timestamp: 2015-04-09 12:00 +0200
| Add rss feed test message | Add rss feed test message
| YAML | mit | frigg/status.frigg.io |
8747c0cdc9b9617e4ae94703aa2dd69e5bd93b9e | zuul.d/project.yaml | zuul.d/project.yaml | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Allow the experimental trigger of the integrated repo | Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.
Change-Id: I9739923f6743cab01f1e534a3641f7956f296ce0
| YAML | apache-2.0 | openstack/openstack-ansible-apt_package_pinning,openstack/openstack-ansible-apt_package_pinning |
96c96e28715e7f489d0497eda6e8de49ffa8ad8e | .github/workflows/clang-format.yml | .github/workflows/clang-format.yml | name: Clang-Format
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Clang-Format:
uses: steinwurf/clang-format-action/.github/workflows/action.yml@2.0.0
| name: Clang-Format
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Clang-Format:
uses: steinwurf/clang-format-action/.github/workflows/action.yml@3.0.0
| Update Clang-Format to new version 3.0.0 | Update Clang-Format to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/endian,steinwurf/endian |
8f2ff461a56338ccf02e9f76c45acffa9ac50612 | .github/workflows/publish-docs.yml | .github/workflows/publish-docs.yml | name: Publish Docs
on:
push:
branches:
- master
jobs:
publish:
name: Publish
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Publish Jazzy Docs
uses: Steven0351/publish-jazzy-docs@v1.1.2
with:
personal_access_token: ${{ github.actor }}... | name: Publish Docs
on:
push:
branches:
- master
jobs:
publish:
name: Publish
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Publish Jazzy Docs
uses: Steven0351/publish-jazzy-docs@v1.1.2
with:
personal_access_token: ${{ secrets.PAT }}
| Use PAT for publishing docs | Use PAT for publishing docs | YAML | mit | Bouke/HAP,Bouke/HAP,Bouke/HAP |
465030a88bcb04d1ebeeb8a646746cd81978e239 | .github/workflows/stale-issues.yml | .github/workflows/stale-issues.yml | name: "Stale issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been marked stale and will be closed soon without further activity. To ke... | name: "Stale issues"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been marked stale and will be closed soon without fu... | Enable running stale issues manually (i think) | Enable running stale issues manually (i think)
| YAML | agpl-3.0 | online-go/online-go.com,online-go/online-go.com,online-go/online-go.com,online-go/online-go.com,online-go/online-go.com |
2516bd9408d836b9b6fe4c8913de029a73e993a5 | .github/workflows/test-package.yml | .github/workflows/test-package.yml | name: Test package
on:
push:
branches:
- master
paths:
- 'gel/*'
- 'tests/*'
- '.github/workflows/test-package.yml'
- 'pyproject.toml'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7]
fail-fast: false
steps:
- use... | name: Test package
on:
push:
branches:
- master
paths:
- 'gel/*'
- 'tests/*'
- '.github/workflows/test-package.yml'
- 'pyproject.toml'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
fail-fast: false
steps:
... | Add python 3.8 to test matrix | Add python 3.8 to test matrix | YAML | mit | jayanthkoushik/torch-gel,jayanthkoushik/torch-gel |
153a030c1fc04fd2a144108680dbf7bb1d5b9cc9 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: false
contact_links:
- name: discord.js discord server
url: https://discord.gg/bRCvFy9
about: Please use this Discord Server to ask questions and get support. We don't typically answer questions here and they will likely be closed and redirected to the Discord server.
| blank_issues_enabled: false
contact_links:
- name: Discord server
url: https://discord.gg/bRCvFy9
about: Have questions or need support? Please go to the Discord server, as issues that are just support-related will be closed and redirected there.
| Improve text for Discord server link in issues | Improve text for Discord server link in issues | YAML | apache-2.0 | SpaceEEC/discord.js,SpaceEEC/discord.js,SpaceEEC/discord.js |
8d760dda75a733d381ff1e0eda87c97b6f69c11d | .github/workflows/ci-workflow.yml | .github/workflows/ci-workflow.yml | name: Python CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout... | name: Python CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout... | Use bash for test execution | CI: Use bash for test execution
| YAML | mit | msiemens/PyGitUp |
2acb1d9f6b6ea87a0952729942e11a43acab455e | .github/workflows/linux_cmake.yml | .github/workflows/linux_cmake.yml | name: Linux Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
Linux-cma... | name: Linux Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
Linux-cma... | Update Linux Cmake to new version 2.0.0 | Update Linux Cmake to new version 2.0.0 | YAML | bsd-3-clause | steinwurf/endian,steinwurf/endian |
09be90f7a8c129b3d054fe19aa2ed5c41cbfd7e7 | metadata/ltd.evilcorp.atox.yml | metadata/ltd.evilcorp.atox.yml | Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/evilcorpltd/aTox
IssueTracker: https://github.com/evilcorpltd/aTox/issues
Changelog: https://github.com/evilcorpltd/aTox/releases
AutoName: aTox
RepoType: git
Repo: https://github.com/evilcorpltd/aTox.git
Builds:
- versionName: 0.5.1... | Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/evilcorpltd/aTox
IssueTracker: https://github.com/evilcorpltd/aTox/issues
Changelog: https://github.com/evilcorpltd/aTox/releases
AutoName: aTox
RepoType: git
Repo: https://github.com/evilcorpltd/aTox.git
Builds:
- versionName: 0.5.1... | Update aTox to 0.7.0 (10) | Update aTox to 0.7.0 (10)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2cdc7014f39157705419e6378c97decf3813b2fd | packages/se/seqid-streams.yaml | packages/se/seqid-streams.yaml | homepage: https://github.com/bitnomial/seqid-streams
changelog-type: ''
hash: 14392136928bc05c447640d7511413caccdcb32987042bece3384a9b2ed11a54
test-bench-deps: {}
maintainer: luke@bitnomial.com
synopsis: Sequence ID IO-Streams
changelog: ''
basic-deps:
seqid: ! '>=0.6 && <0.7'
base: ! '>=4.7 && <4.12'
io-streams:... | homepage: https://github.com/bitnomial/seqid-streams
changelog-type: ''
hash: 219507f935dceefe583f6b783c20af156cb4a988e7aeee1742613c1ecf180deb
test-bench-deps: {}
maintainer: luke@bitnomial.com
synopsis: Sequence ID IO-Streams
changelog: ''
basic-deps:
seqid: ! '>=0.6 && <0.7'
base: ! '>=4.7 && <4.14'
io-streams:... | Update from Hackage at 2019-11-07T18:11:24Z | Update from Hackage at 2019-11-07T18:11:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
243bc99675b50108564f3da71e42475a66320a32 | packages/sp/SpaceInvaders.yaml | packages/sp/SpaceInvaders.yaml | homepage: http://www.haskell.org/yampa/
changelog-type: ''
hash: 20c312c7bde9982ca0bae76b09c2975a97f82936c370d09779da43f9045055a4
test-bench-deps: {}
maintainer: Ivan Perez <ivan.perez@keera.co.uk>
synopsis: Video game
changelog: ''
basic-deps:
Yampa: ! '>=0.9.2'
base: ! '>=3 && <5'
HGL: -any
array: -any
rand... | homepage: http://www.haskell.org/yampa/
changelog-type: ''
hash: fe95a563db0e5ea0601a698a5801b57a9f23d764079b86ab22e39c6b758a4168
test-bench-deps: {}
maintainer: Ivan Perez <ivan.perez@keera.co.uk>
synopsis: Video game
changelog: ''
basic-deps:
Yampa: ! '>=0.9.2'
base: ! '>=3 && <5'
HGL: -any
array: -any
rand... | Update from Hackage at 2017-11-07T16:06:53Z | Update from Hackage at 2017-11-07T16:06:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3bba9da472d25ce7d7096ececc822c8bac9eed54 | packages/un/unliftio-pool.yaml | packages/un/unliftio-pool.yaml | homepage: ''
changelog-type: ''
hash: c822807443ddcc21f4fd233e642f2e8c89b67842268844bddf9d04df86585df9
test-bench-deps: {}
maintainer: Bardur Arantsson <bardur@scientician.net>
synopsis: Data.Pool generalized to MonadUnliftIO.
changelog: ''
basic-deps:
base: ! '>=4.10 && <4.11'
time: ! '>=1.8 && <2'
resource-pool... | homepage: ''
changelog-type: ''
hash: b796c4da3b44c7dbf23820cd761783880fe1e6e56258c731762b420871b31f26
test-bench-deps: {}
maintainer: Bardur Arantsson <bardur@scientician.net>
synopsis: Data.Pool generalized to MonadUnliftIO.
changelog: ''
basic-deps:
base: ! '>=4.10 && <4.11'
time: ! '>=1.8 && <2'
resource-pool... | Update from Hackage at 2018-04-23T18:27:01Z | Update from Hackage at 2018-04-23T18:27:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
57c6216f1ddd2f8030518335c1cb373b71889457 | skolo/win/ansible/intel-graphics-driver-broadwell.yml | skolo/win/ansible/intel-graphics-driver-broadwell.yml | ---
# Install Intel Graphics Driver for Broadwell and earlier GPUs; applies only to group "broadwell".
- hosts: broadwell
tasks:
- name: Create Temp
win_file:
path: c:\Temp
state: directory
# The Intel driver uses the same product_id for multiple versions, so win_package doesn't work.
- name: Co... | ---
# Install Intel Graphics Driver for Broadwell and earlier GPUs; applies only to group "broadwell".
- hosts: broadwell
tasks:
- name: Create Temp
win_file:
path: c:\Temp
state: directory
# The Intel driver uses the same product_id for multiple versions, so win_package doesn't work.
- name: Co... | Switch Win Ansible Broadwell script to newer drivers. | Switch Win Ansible Broadwell script to newer drivers.
This partially reverts
https://skia-review.googlesource.com/c/buildbot/+/109803
Change-Id: Ib7fb23a425e596216a4a089b0189585dfbdac92a
Reviewed-on: https://skia-review.googlesource.com/110560
Reviewed-by: Kevin Lubick <7cdab2cfab351f23814786ba39716e90eed69047@google... | YAML | bsd-3-clause | google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot |
9095a0a008a9ffadca7681516cacdf63a8383236 | .github/workflows/chores.yaml | .github/workflows/chores.yaml | name: Chores
on:
workflow_dispatch:
repository_dispatch:
types:
- chores
schedule:
- cron: '26 15 * * 5'
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job ... | name: Chores
on:
workflow_dispatch:
repository_dispatch:
types:
- chores
schedule:
- cron: '26 15 * * 5'
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job ... | Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 | Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/com... | YAML | mit | ArloL/dotfiles,ArloL/dotfiles |
c1a14451dedc755164706c06d962f8b26a291103 | .github/workflows/cypress.yml | .github/workflows/cypress.yml | name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
... | name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
... | Disable telemetry; use a non-404 url | Disable telemetry; use a non-404 url
| YAML | mit | lizadaly/windrift,lizadaly/windrift,lizadaly/windrift |
b548d47080f42bc515b181792eda2baa8d13c71a | .github/workflows/gempush.yml | .github/workflows/gempush.yml | name: Ruby Gem
on:
push:
tags: v*
jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest
steps:
- uses: zendesk/checkout@v2
- name: Set up Ruby 2.6
uses: zendesk/setup-ruby@v1
with:
version: 2.6.x
- name: Publish to RubyGems
run: |
mkdir -p $HOME/... | name: Ruby Gem
on:
push:
tags: v*
jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest
steps:
- uses: zendesk/checkout@v2
- name: Set up Ruby 2.6
uses: zendesk/setup-ruby@v1
with:
version: 2.6
- name: Publish to RubyGems
run: |
mkdir -p $HOME/.g... | Fix workflow's ruby version syntax | Fix workflow's ruby version syntax | YAML | mit | futuresimple/input_sanitizer |
9e18dfb64346c95ed4e443fe4e0a4a5ab37d67e3 | .github/workflows/rubocop.yml | .github/workflows/rubocop.yml | name: rubocop
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
rubocop:
name: reviewdog / rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.8
... | name: rubocop
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
rubocop:
name: reviewdog / rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.8
... | Use nofilter for master check | Use nofilter for master check
| YAML | mit | Marri/glowfic,Marri/glowfic,Marri/glowfic,Marri/glowfic |
067ad2f4bb48fe9834091c777418ba67f612e5af | .github/workflows/webpack.yml | .github/workflows/webpack.yml | name: NodeJS with Webpack
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses... | name: NodeJS with Webpack
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: ... | Deploy site to github pages from github action | Deploy site to github pages from github action
| YAML | mit | Cellule/dndGenerator,Cellule/dndGenerator,Cellule/dndGenerator |
c9781723bad36145d49b69c603f288280c603a22 | packages/wi/with-location.yaml | packages/wi/with-location.yaml | homepage: https://github.com/sol/with-location#readme
changelog-type: ''
hash: f13ac6e2c12caabda1d6be94ece7cc224bfec915c4aa1230e61ce80653f47d71
test-bench-deps: {}
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Use ImplicitParams-based source locations in a backward compatible way
changelog: ''
basic-deps:
base... | homepage: https://github.com/sol/with-location#readme
changelog-type: ''
hash: 6cd6a10e46ab0923dc5e135664ddd61a1c928ee1343175d09eabf31baf94d33b
test-bench-deps:
with-location: -any
base: ==4.*
hspec: -any
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Use ImplicitParams-based source locations in a backward ... | Update from Hackage at 2016-03-16T07:20:34+0000 | Update from Hackage at 2016-03-16T07:20:34+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
1b75fe0820d4cb8527fe84d49d3d5efb80e2b22d | packages/we/websockets-rpc.yaml | packages/we/websockets-rpc.yaml | homepage: ''
changelog-type: ''
hash: 8d78c9db96cd367557301cc782e40a65e598daa8f23e790726179b893f7d4b66
test-bench-deps:
websockets-rpc: -any
base: -any
quickcheck-instances: -any
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
aeson: -any
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: Simpl... | homepage: ''
changelog-type: ''
hash: 212c3a5ddc6a4601ea37cb8dc8315f452f8e8cc842ea429276246329d6ac139f
test-bench-deps:
websockets-rpc: -any
base: -any
quickcheck-instances: -any
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
aeson: -any
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: Simpl... | Update from Hackage at 2017-03-11T05:14:46Z | Update from Hackage at 2017-03-11T05:14:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f056b6b528bb130fca0eaf920d0f8751e71ca317 | packages/xm/xmonad-spotify.yaml | packages/xm/xmonad-spotify.yaml | homepage: ''
changelog-type: markdown
hash: 9d40789e3680352447053167542187d3fd2e89f96b21b7101e8e19fa1af0ee26
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Bind media keys to work with Spotify
changelog: |
# xmonad-spotify
## 0.1.2.1
* Bug fix
## 0.1.2.0
* Add `audioStopWith` etc., `medi... | homepage: ''
changelog-type: markdown
hash: 6c8ca88ac8a4c996782f9f34173d12cf36d404d735e2afc1e440332245acc488
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Bind media keys to work with Spotify
changelog: |
# xmonad-spotify
## 0.1.2.2
* Bug fix
## 0.1.2.0
* Add `audioStopWith` etc., `medi... | Update from Hackage at 2019-09-05T21:30:42Z | Update from Hackage at 2019-09-05T21:30:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2a5b0d5f93c959f209c2fcb7264af65b450abe3b | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'windows-latest'
steps:
- script: build.bat
displayName: 'Run build and tests'
- task: PublishTestResults@2
displayName: 'Publish test results'
inputs:
testResultsFormat: xUnit
testResultsFiles: 'test/*/TestResults/*.trx'
failTaskOnFailedTests: true
| pool:
vmImage: 'windows-latest'
steps:
- script: build.bat
displayName: 'Run build and tests'
- task: PublishTestResults@2
displayName: 'Publish test results'
inputs:
testResultsFormat: VSTest
testResultsFiles: 'test/*/TestResults/*.trx'
failTaskOnFailedTests: true
| Test is xUnit but output is VSTest | Test is xUnit but output is VSTest | YAML | mit | aliostad/CacheCow,aliostad/CacheCow |
9c5f20341711b396829cdebbea93b881620091f2 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
node_7_x:
node_version: 8.x
node_8... | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
node_6_x:
node_version: 6.x
node_7... | Add node 6, fix 7, open as PR to test GH interface | Add node 6, fix 7, open as PR to test GH interface | YAML | mit | StoneCypher/jssm,StoneCypher/jssm,StoneCypher/jssm |
707b67a8650d3782bf4efad3af784f6134204316 | azure-pipelines.yml | azure-pipelines.yml | # Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
... | # Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
... | Add Gradle plugin building to the pipeline | Add Gradle plugin building to the pipeline
| YAML | mit | dodie/scott |
a17d4ed6542d57eecaf66d0e371156709012d45e | roles/neovim/tasks/install.yml | roles/neovim/tasks/install.yml | ---
- name: Install neovim
package:
name: neovim
state: present
become: true
when: ansible_system == 'Linux'
- name: Install neovim
package:
name: neovim
state: present
when: ansible_system == 'Darwin'
- name: Clean neovim directory
file:
path: "{{ lookup('env', 'HOME') }}/.config/nvim... | ---
- name: Install neovim
package:
name: neovim
state: present
become: true
when: ansible_system == 'Linux'
- name: Install neovim
package:
name: neovim
state: present
when: ansible_system == 'Darwin'
- name: Clean neovim directory
file:
path: "{{ lookup('env', 'HOME') }}/.config/nvim... | Update virtualenv to use python3 | Update virtualenv to use python3
On the mac machine this was having problems because python is
pointing to python 2.7 instead of python3.8
| YAML | mit | arxcruz/dotfiles,arxcruz/dotfiles,arxcruz/dotfiles |
133523c84678ac6679cdc54b6db227df1d7e3c32 | packages/hs/hs-functors.yaml | packages/hs/hs-functors.yaml | homepage: ''
changelog-type: ''
hash: 2609dd80729bcd32b37765cc72ee20984e97c3ba6e11e73c0339cc15ed4897fc
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Functors from products of Haskell and its dual to Haskell
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
tagged: ! '>=0.8.6 && <0.9'
transformers... | homepage: ''
changelog-type: ''
hash: ed164058f459589e304a02625d5bbbbf112209c76ebfee0f4b531bddceae25af
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Functors from products of Haskell and its dual to Haskell
changelog: ''
basic-deps:
base: '>=4.9 && <5'
tagged: '>=0.8.6 && <0.9'
dual: '>=0.1.1 &... | Update from Hackage at 2020-08-03T09:31:19Z | Update from Hackage at 2020-08-03T09:31:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ebe1cd6766122eb27bcd223c4bc35a82536dc0f7 | packages/mu/mu-protobuf.yaml | packages/mu/mu-protobuf.yaml | homepage: https://higherkindness.io/mu-haskell/
changelog-type: ''
hash: 3e043a5a360a60a36842100a3246a16598e781ae820b04ef9c8be49949ff0463
test-bench-deps: {}
maintainer: alejandro.serrano@47deg.com
synopsis: Protocol Buffers serialization and gRPC schema import for Mu microservices
changelog: ''
basic-deps:
http-clie... | homepage: https://higherkindness.io/mu-haskell/
changelog-type: ''
hash: 6780e403816e573669fd39223a535ff149e8575b9e048ce1879bdd9fb147225a
test-bench-deps: {}
maintainer: alejandro.serrano@47deg.com
synopsis: Protocol Buffers serialization and gRPC schema import for Mu microservices
changelog: ''
basic-deps:
http-clie... | Update from Hackage at 2020-02-28T10:51:11Z | Update from Hackage at 2020-02-28T10:51:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3b19195c65ba528100f81d3e746d9cf113ff6080 | packages/ol/old-version.yaml | packages/ol/old-version.yaml | homepage: ''
changelog-type: ''
hash: 853497c5401606ce2cf8e3930938c7f8a0839fbe012a85a4201d9c524c17af93
test-bench-deps: {}
maintainer: Chris Blake <chris@code.sc>
synopsis: Basic versioning library.
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.8'
all-versions:
- '0.1.0.0'
- '1.0.0.0'
- '1.0.1'
author: Chris Blake <... | homepage: ''
changelog-type: ''
hash: 2af750322d38709ec4fe3dfc88341fa121dc996af57d3117bdfad54ee6cb3e70
test-bench-deps: {}
maintainer: Chris Blake <chris@code.sc>
synopsis: Basic versioning library.
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.8'
all-versions:
- '0.1.0.0'
- '1.0.0.0'
- '1.0.1'
- '1.1.0'
author: Chr... | Update from Hackage at 2015-06-11T23:41:50+0000 | Update from Hackage at 2015-06-11T23:41:50+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
985c9d4761119feac28ea83b974b232590e7ab18 | packages/le/lenz-template.yaml | packages/le/lenz-template.yaml | homepage: ''
changelog-type: ''
hash: 25fac909c683856f994baedbd6b298421dd816216804ed2817697931f16b2f17
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Van Laarhoven lens templates
changelog: ''
basic-deps:
base-unicode-symbols: ! '>=0.1 && <0.3'
base: ! '>=4.9 && <4.11'
lenz: ! '>=0.2 && <0.4'
con... | homepage: ''
changelog-type: ''
hash: 589aa24ca463ff0b322bc47094921da8b697525e8f9653a4683fba1272eca16d
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Van Laarhoven lens templates
changelog: ''
basic-deps:
base-unicode-symbols: ! '>=0.1 && <0.3'
base: ! '>=4.9 && <5'
lenz: ! '>=0.2 && <0.4'
contai... | Update from Hackage at 2018-08-17T05:03:52Z | Update from Hackage at 2018-08-17T05:03:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0a32e5433bcbcd6625fed1642adae8fd0069bd6b | packages/th/th-reify-many.yaml | packages/th/th-reify-many.yaml | homepage: http://github.com/mgsloan/th-reify-many
changelog-type: ''
hash: cf3627316980f6abc68a18cd417ccb04242883caa259c6ccb508ff067b9a2e10
test-bench-deps:
base: -any
th-reify-many: -any
template-haskell: -any
maintainer: Michael Sloan <mgsloan at gmail>
synopsis: Recurseively reify template haskell datatype inf... | homepage: http://github.com/mgsloan/th-reify-many
changelog-type: ''
hash: e31523368182e8648c6fac34fc56971cefff8415d907b1a7cb09f98a27f0b932
test-bench-deps:
base: -any
th-reify-many: -any
template-haskell: -any
maintainer: Michael Sloan <mgsloan at gmail>
synopsis: Recurseively reify template haskell datatype inf... | Update from Hackage at 2016-05-10T06:24:33+0000 | Update from Hackage at 2016-05-10T06:24:33+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
76013aba8f1eab2b4ccb8628d046e7fce5fce373 | packages/va/validity-time.yaml | packages/va/validity-time.yaml | homepage: https://github.com/NorfairKing/validity#readme
changelog-type: ''
hash: e3b80734550573f5f163defd8a966df6b46e2ff0dd52132f7be86f649b952fb8
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Validity instances for time
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
time: -any
validity: ! '>=0.5'
all-... | homepage: https://github.com/NorfairKing/validity#readme
changelog-type: ''
hash: f84344cea1a46982a7d5f6163bfe27556aa8a6a5dbd45e4907bf29c195e44daf
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Validity instances for time
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
time: -any
validity: ! '>=0.5'
all-... | Update from Hackage at 2020-02-10T21:17:47Z | Update from Hackage at 2020-02-10T21:17:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e8b62916fe1ac751d0058b1b0165d508d7e5267a | packages/te/text-binary.yaml | packages/te/text-binary.yaml | homepage: https://github.com/kawu/text-binary
changelog-type: ''
hash: 3524207f26b3df55c76ecb6c4b50e761dd1a9bec605aa9d696c706d989785119
test-bench-deps: {}
maintainer: waszczuk.kuba@gmail.com
synopsis: Binary instances for text types
changelog: ''
basic-deps:
base: ! '>=4 && <5'
text: <1.2.1.0
binary: -any
all-ve... | homepage: https://github.com/kawu/text-binary
changelog-type: ''
hash: befe14ed7b1377f315be15841e3ca9bd3408bc5079a5807a1a16f33ebce38bf1
test-bench-deps: {}
maintainer: waszczuk.kuba@gmail.com
synopsis: Binary instances for text types
changelog: ''
basic-deps:
base: ! '>=4 && <5'
text: -any
binary: -any
all-versio... | Update from Hackage at 2015-05-28T11:21:13+0000 | Update from Hackage at 2015-05-28T11:21:13+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
e75056d543668836a00836079110a18e8ee0d0ff | ambermini/meta.yaml | ambermini/meta.yaml | package:
name: ambermini
version: 15.0.4
source:
fn: 15.0.4.zip
url: https://github.com/choderalab/ambermini/archive/15.0.4.zip
md5: 5c72ad3ff91d05b3e10f7610b2149107
build:
number: 1
requirements:
build:
- zlib
- gcc
run:
- zlib
- gcc
test:
commands:
- antechamber -h
- sqm ... | package:
name: ambermini
version: 15.0.4
source:
fn: 15.0.4.zip
url: https://github.com/choderalab/ambermini/archive/15.0.4.zip
md5: 5c72ad3ff91d05b3e10f7610b2149107
build:
number: 1
requirements:
build:
- zlib
- gcc
run:
- zlib
- gcc # [osx]
test:
commands:
- antechamber -h
... | Make `gcc` is a runtime dependency only on `osx`. | [ambermini] Make `gcc` is a runtime dependency only on `osx`.
| YAML | mit | swails/conda-recipes,rmcgibbo/conda-recipes,peastman/conda-recipes,mpharrigan/conda-recipes,swails/conda-recipes,peastman/conda-recipes,mpharrigan/conda-recipes,cwehmeyer/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,marscher/omnia-conda-recipes,danielparton/omnia-md-conda-recipes,danielparton/omnia-md-co... |
f52a8c652fa29ac87c9b5e9aecd5b700631810a7 | pkg/dev_compiler/.travis.yml | pkg/dev_compiler/.travis.yml | language: dart
dart:
- dev
cache:
directories:
- $HOME/.npm
- $HOME/.nvm
- $HOME/.pub-cache/hosted
- node_modules
before_install:
- test "$ANALYZER" == stable || ./tool/override_analyzer_dependency.sh
- pub global activate dart_coveralls
- export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`... | language: dart
dart:
- dev
cache:
directories:
- $HOME/.npm
- $HOME/.nvm
- $HOME/.pub-cache/hosted
- node_modules
before_install:
- test "$ANALYZER" == stable || ./tool/override_analyzer_dependency.sh
- pub global activate dart_coveralls
- export CHROME_CANARY_BIN=`./tool/get_chrome_canary.sh`... | Allow failure on transformer bot | Allow failure on transformer bot
This is experimental. We'll need to let this go red on occasion.
TBR=ochafik@google.com
Review URL: https://codereview.chromium.org/1772993004 .
| YAML | bsd-3-clause | dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,d... |
5a0346beeac073abe162f0e7d420142a6dd6f99e | ansible/roles/nginx/tasks/main.yml | ansible/roles/nginx/tasks/main.yml | - name: Directories are present
file:
dest: "{{ item }}"
state: directory
owner: vagrant
with_items: directories
tags: [nginx]
- name: Container is running
docker:
image: nginx:alpine
name: nginx
state: running
ports: "{{ ports }}"
volumes: "{{ volumes }}"
when: not log_to_sys... | - name: Directories are present
file:
dest: "{{ item }}"
state: directory
owner: vagrant
with_items: directories
tags: [nginx]
- name: Container is running
docker:
image: nginx:alpine
name: nginx
state: running
ports: "{{ ports }}"
volumes: "{{ volumes }}"
when: not log_to_sys... | Fix issue with nginx ansible task to support Docker 1.12 (syslog-tag changed to tag) | Fix issue with nginx ansible task to support Docker 1.12 (syslog-tag changed to tag)
| YAML | mit | vfarcic/ms-lifecycle,vfarcic/ms-lifecycle |
690d8fd6e11f01446ae4f4ecaee4c52419eb9011 | ansible/roles/users/tasks/main.yml | ansible/roles/users/tasks/main.yml | - name: Set SSH authorized keys from files
authorized_key:
user: "{{ user }}"
state: present
exclusive: True
key: "{{ lookup('file', 'ssh-keys') }}"
| - name: Set SSH authorized keys from files
copy:
content: "{{ lookup('file', 'ssh-keys') }}"
dest: "~{{ user }}/.ssh/authorized_keys"
owner: "{{ user }}"
group: "{{ user }}"
| Move users role to plain file copy | ansible: Move users role to plain file copy
The authorized_key module is being too clever and does not recognize the
yubikey format from commit 2a15d66f41. Let's just copy the file as-is.
| YAML | lgpl-2.1 | cockpit-project/cockpituous,cockpit-project/cockpituous |
e9aeae4a4f6b19d62263fc5d23ddbf08c4ed13fc | puppet/hieradata/common.yaml | puppet/hieradata/common.yaml | # Common Hiera data gets applied to all nodes
ssh::server::storeconfigs_enabled: false
# ceilometer settings used by compute and controller ceilo auth settings
ceilometer::agent::auth::auth_region: 'regionOne'
# FIXME: Might be better to use 'service' tenant here but this requires
# changes in the tripleo-incubator ke... | # Common Hiera data gets applied to all nodes
ssh::server::storeconfigs_enabled: false
# ceilometer settings used by compute and controller ceilo auth settings
ceilometer::agent::auth::auth_region: 'regionOne'
# FIXME: Might be better to use 'service' tenant here but this requires
# changes in the tripleo-incubator ke... | Set rabbitmq heatbeat timeout threshold to 60 | Set rabbitmq heatbeat timeout threshold to 60
Updates the default settings for Nova, Neutron, Cinder,
Ceilometer, and Heat services so we set the default rabbitmq
threshold to 60 seconds.
Change-Id: If537ae16968eb6b264b2ab071144f1eecab18b64
| YAML | apache-2.0 | trozet/tripleo-heat-templates,wyg3958/tripleo-heat-templates,dprince/tripleo-heat-templates,trozet/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,trozet/opnfv-tht,bcrochet/tripleo-heat-templates,rdo-management/tripleo-heat-templates,bcrochet/tripleo-heat-templates,rdo-management/... |
85ec06c3e75a72a9832e72f1ee582f90d41e9bbf | manifests/cf-manifest/env-specific/prod-lon.yml | manifests/cf-manifest/env-specific/prod-lon.yml | ---
uaa_instances: 3
nats_instances: 3
diego_api_instances: 3
cell_instances: 87
router_instances: 15
api_instances: 12
doppler_instances: 39
log_api_instances: 18
scheduler_instances: 4
cc_worker_instances: 4
cc_hourly_rate_limit: 20000
cc_staging_timeout_in_seconds: 2700
paas_region_name: london
prometheus_disk_size... | ---
uaa_instances: 3
nats_instances: 3
diego_api_instances: 3
cell_instances: 96
router_instances: 15
api_instances: 12
doppler_instances: 39
log_api_instances: 18
scheduler_instances: 4
cc_worker_instances: 4
cc_hourly_rate_limit: 20000
cc_staging_timeout_in_seconds: 2700
paas_region_name: london
prometheus_disk_size... | Scale London instance count to 96 | Scale London instance count to 96
According to our metrics, we are currently running less instances than required.
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
33a41ed567b94d1ca63befdc58eb2d2031ad8643 | .codeclimate.yml | .codeclimate.yml | # https://codeclimate.com/github/newcontext-oss/kitchen-terraform
version: "2"
plugins:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- "ruby"
fixme:
enabled: true
flog:
enabled: true
markdownlint:
enabled: true
reek:
enabled: true
rub... | # https://codeclimate.com/github/newcontext-oss/kitchen-terraform
version: "2"
plugins:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- "ruby"
fixme:
enabled: true
flog:
enabled: true
markdownlint:
enabled: true
reek:
enabled: true
rub... | Exclude docs and website from Code Climate | Exclude docs and website from Code Climate
| YAML | apache-2.0 | newcontext-oss/kitchen-terraform,newcontext-oss/kitchen-terraform,newcontext-oss/kitchen-terraform,newcontext-oss/kitchen-terraform,newcontext/kitchen-terraform |
9a509d2a23960f4817790f03e8913d62f8ee8762 | .codeclimate.yml | .codeclimate.yml | engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
scss-lint:
enabled: true
ratings:
paths:
- app/**/*
- l... | engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
scss-lint:
enabled: true
ratings:
paths:
- app/**/*
- l... | Add app/assets/images to Code Climate excludes | Add app/assets/images to Code Climate excludes | YAML | mit | cstewart90/QLRace,cstewart90/QLRace,QLRace/QLRace,QLRace/QLRace,QLRace/QLRace,cstewart90/QLRace |
c77dc1c11fd4aca43ed0445f887fc8ecb6b9d542 | .codeclimate.yml | .codeclimate.yml | ---
engines:
brakeman:
enabled: true
exclude_fingerprints:
- 6ad4464dbb2a999591c7be8346dc137c3372b280f4a8b0c024fef91dfebeeb83
duplication:
enabled: true
exclude_fingerprints:
- 3e30de88eb9d993e74c31d0309e13f7c
- 8173dcc032219344176991b7bafa15a6
config:
languages:
- ... | ---
engines:
brakeman:
enabled: true
exclude_fingerprints:
- 6ad4464dbb2a999591c7be8346dc137c3372b280f4a8b0c024fef91dfebeeb83
duplication:
enabled: true
exclude_fingerprints:
- 3e30de88eb9d993e74c31d0309e13f7c
- 8173dcc032219344176991b7bafa15a6
config:
languages:
- ... | Disable scss-lint -- hound is already doing this for us | Disable scss-lint -- hound is already doing this for us
| YAML | apache-2.0 | samvera/hyrax,samvera/hyrax,samvera/hyrax,samvera/hyrax |
c664444acd569a80637438fb128faa0d4a37baa6 | .codeclimate.yml | .codeclimate.yml | engines:
rubocop:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
javascript:
brakeman:
enabled: true
bundler-audit:
enabled: true
coffeelint:
enabled: true
scss-lint:
enabled: true
fixme:
enabled: true
markdownlint:
enabled: tr... | engines:
rubocop:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
javascript:
brakeman:
enabled: true
bundler-audit:
enabled: true
coffeelint:
enabled: true
scss-lint:
enabled: true
fixme:
enabled: true
markdownlint:
enabled: tr... | Exclude /vendor folder from Code Climate | Exclude /vendor folder from Code Climate
| YAML | agpl-3.0 | CDJ11/CDJ,CDJ11/CDJ,CDJ11/CDJ,CDJ11/CDJ |
b82648027a96bfc127a7988ad088c5e2f7c92c1d | .scrutinizer.yml | .scrutinizer.yml | checks:
ruby:
code_rating: true
duplicate_code: true
tools:
rubocop:
use_native_config: true
filter:
excluded_paths:
- spec/*
- vendor/*
build:
environment:
ruby: 2.4.1
project_setup:
before:
- cd /home/scrutinizer/.rbenv/plugins/ruby-build && git pull origin master && cd -
... | checks:
ruby:
code_rating: true
duplicate_code: true
tools:
rubocop:
use_native_config: true
filter:
excluded_paths:
- spec/*
- vendor/*
build:
environment:
ruby: 2.4.1
variables:
# This ENV variable added to get bundle install working initially
# with Scrutinizer-support... | Add Scrutinizer config so that bundling initially with Ruby 2.4.0 will work... | Add Scrutinizer config so that bundling initially with Ruby 2.4.0 will work...
| YAML | mit | paulfioravanti/resume |
c890a3a5ea4b358ae1040be927e5d9c35a80da30 | dockci.yaml | dockci.yaml | dockerfile: dockci.Dockerfile
utilities:
- name: python3-4-wheels
input:
- requirements.txt /work/requirements.txt
- test-requirements.txt /work/test-requirements.txt
command: |-
sh -c '
apk add --update postgresql-dev;
pip wheel -r requirements.txt -r test-requirements.txt
... | dockerfile: dockci.Dockerfile
utilities:
- name: python3-4-wheels
input:
- requirements.txt /work/requirements.txt
- test-requirements.txt /work/test-requirements.txt
command: |-
sh -c '
apk add --update postgresql-dev;
pip wheel -r requirements.txt;
pip wheel -r test... | Fix double requirement error on pip install | Fix double requirement error on pip install
| YAML | isc | RickyCook/DockCI,RickyCook/DockCI,RickyCook/DockCI,sprucedev/DockCI-Agent,RickyCook/DockCI,sprucedev/DockCI,sprucedev/DockCI,sprucedev/DockCI,sprucedev/DockCI,sprucedev/DockCI-Agent |
f942d3ed74f20136f4aab3c20572f5a21b8a19ca | spring-boot-admin-samples/spring-boot-admin-sample/src/main/resources/application.yml | spring-boot-admin-samples/spring-boot-admin-sample/src/main/resources/application.yml | ---
info:
scm-url: "@scm.url@"
build-url: "http://travis-ci.org/@env.TRAVIS_REPO_SLUG@/builds/@env.TRAVIS_BUILD_ID@"
logging:
file: "target/boot-admin-sample.log"
management:
endpoints:
web:
expose: "*"
spring:
application:
name: spring-boot-admin-sample
boot:
admin:
client:
... | ---
info:
scm-url: "@scm.url@"
build-url: "http://travis-ci.org/@env.TRAVIS_REPO_SLUG@/builds/@env.TRAVIS_BUILD_ID@"
logging:
file: "target/boot-admin-sample.log"
management:
endpoints:
web:
expose: "*"
jolokia:
enabled: true
spring:
application:
name: spring-boot-admin-sample
boot:
... | Return null on missing version Don't output metadata in Registration.toString() | Return null on missing version
Don't output metadata in Registration.toString()
| YAML | apache-2.0 | codecentric/spring-boot-admin,joshiste/spring-boot-admin,joshiste/spring-boot-admin,joshiste/spring-boot-admin,codecentric/spring-boot-admin,codecentric/spring-boot-admin,joshiste/spring-boot-admin |
98db8fb293be245c6dc2f67129f573ada6421331 | _data/lectures.yml | _data/lectures.yml | - title: Lecture 00 – Kumbayah Rails
link: /lectures/00
date: March 19, 2015
- title: Lecture 01 – Ruby, Have We Met?
link: /lectures/01
date: March 19, 2015
- title: Lecture 02 – Ruby, Have We Met, Again?
link: /lectures/02
date: March 21, 2015
- title: Lecture 03 – HTTP & Rack
link: /lectures/03
da... | - title: Lecture 00 – Kumbayah Rails
link: /lectures/00
date: March 19, 2015
- title: Lecture 01 – Ruby, Have We Met?
link: /lectures/01
date: March 19, 2015
- title: Lecture 02 – Ruby, Have We Met, Again?
link: /lectures/02
date: March 21, 2015
- title: Lecture 03 – HTTP & Rack
link: /lectures/03
da... | Fix the Rails lecture link | Fix the Rails lecture link
| YAML | mit | HackBulgaria/rails,HackBulgaria/rails,HackBulgaria/rails,HackBulgaria/rails |
d5ac857b68c715eebec9388854d6e418d582650a | _data/versions.yml | _data/versions.yml | "3.8": "devel"
"3.7": "v3.7.5"
"3.6": "v3.6.9"
"3.5": "v3.5.6"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.8": "devel"
"3.7": "v3.7.5"
"3.6": "v3.6.10"
"3.5": "v3.5.6"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| Update 3.6 version to v3.6.10 | Update 3.6 version to v3.6.10
| YAML | apache-2.0 | arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs |
1f68f623e3d45f4b890fee01ef19720cc3691106 | .github/workflows/release_changelog.yml | .github/workflows/release_changelog.yml | name: 'Release changelog'
on:
push:
tags:
- 'v*'
jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build changelog
id: github_release
uses: metcalfc/changelog-genera... | name: 'Release changelog'
on:
push:
tags:
- 'v*'
jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build changelog
id: github_release
uses: metcalfc/changelog-genera... | Update release changelog to flag prereleases properly | Update release changelog to flag prereleases properly
| YAML | apache-2.0 | Unleash/unleash-frontend,Unleash/unleash-frontend,Unleash/unleash-frontend,Unleash/unleash-frontend |
abcac8308f7c13202731fbd8771977aa91e13d1f | .ci/matrix-runtime-javas.yml | .ci/matrix-runtime-javas.yml | # This file is used as part of a matrix build in Jenkins where the
# values below are included as an axis of the matrix.
# This axis of the build matrix represents the versions of Java on
# which Elasticsearch will be tested. Valid Java versions are 'java'
# or 'openjdk' followed by the major release number.
ES_RUNT... | # This file is used as part of a matrix build in Jenkins where the
# values below are included as an axis of the matrix.
# This axis of the build matrix represents the versions of Java on
# which Elasticsearch will be tested. Valid Java versions are 'java'
# or 'openjdk' followed by the major release number.
ES_RUNT... | Add Java 17 EA to testing matrix | Add Java 17 EA to testing matrix
| YAML | apache-2.0 | robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch |
3d1821d3c0bd09a5eec7d6217bb708ec4c773c9a | .github/workflows/docker.yml | .github/workflows/docker.yml | name: docker
on:
push:
branches:
- master
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Extract DOCKER_TAG using tag name
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "DOCKER_TAG=${GITHUB_REF/refs\/tags\... | name: docker
on:
push:
branches:
- master
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Extract DOCKER_TAG using tag name
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "DOCKER_TAG=${GITHUB_REF/refs\/tag... | Revert "Publish a multi-platform Docker image" | Revert "Publish a multi-platform Docker image"
This reverts commits 76dae19b1cf2e0b80cee80dabb0e964e3f71182d &
11e86babc7313be6ad6b1696a659a191acec5c95.
| YAML | mit | realm/SwiftLint,realm/SwiftLint,realm/SwiftLint,realm/SwiftLint |
e941258137d87df4d7cc7e057c7022633928ae0c | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version... | Check out each sub-project at Actions. | Check out each sub-project at Actions.
See #1109.
| YAML | mit | bigeasy/prolific,bigeasy/prolific |
98d54586a79068c7ae1fc20cb1bf9c4de6d02486 | .github/workflows/weekly.yml | .github/workflows/weekly.yml | ---
name: stratisd weekly
# yamllint disable-line rule:truthy
on:
schedule:
- cron: 15 3 * * 1
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
next-fedora-python-checks:
continue-on-error: true
strategy:
matrix:
include:
# PYTHON CH... | ---
name: stratisd weekly
# yamllint disable-line rule:truthy
on:
schedule:
- cron: 15 3 * * 1
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
next-fedora-python-checks:
continue-on-error: true
strategy:
matrix:
include:
# PYTHON CH... | Advance next development environment to Fedora 36 | Advance next development environment to Fedora 36
Signed-off-by: Bryan Gurney <94498243b15882748b18aec9e6dc02da713818c8@redhat.com>
| YAML | mpl-2.0 | stratis-storage/stratisd,stratis-storage/stratisd,stratis-storage/stratisd |
d6c5c785559350634c5ea49d7ba1347df59c9736 | playbooks/roles/gitreload/tasks/course_pull.yml | playbooks/roles/gitreload/tasks/course_pull.yml | # Tasks to run if cloning repos to edx-platform.
- name: clone all course repos
git: dest={{ GITRELOAD_REPODIR }}/{{ item.name }} repo={{ item.url }} version={{ item.commit }}
become_user: "{{ common_web_user }}"
with_items: "{{ GITRELOAD_REPOS }}"
- name: do import of courses
shell: "SERVICE_VARIANT=lms {{ e... | # Tasks to run if cloning repos to edx-platform.
- name: clone all course repos
git: dest={{ GITRELOAD_REPODIR }}/{{ item.name }} repo={{ item.url }} version={{ item.commit }}
become_user: "{{ common_web_user }}"
with_items: "{{ GITRELOAD_REPOS }}"
- name: do import of courses
shell: "SERVICE_VARIANT=lms {{ e... | Fix duplicate dict key (owner) warning | Fix duplicate dict key (owner) warning
| YAML | agpl-3.0 | EDUlib/configuration,edx/configuration,arbrandes/edx-configuration,mitodl/configuration,edx/configuration,EDUlib/configuration,mitodl/configuration,stvstnfrd/configuration,mitodl/configuration,edx/configuration,stvstnfrd/configuration,EDUlib/configuration,stvstnfrd/configuration,mitodl/configuration,EDUlib/configuratio... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.