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 |
|---|---|---|---|---|---|---|---|---|---|
5394c026f11fc44930a36211e664f558a6f25c34 | backend/target_config.yml | backend/target_config.yml | ruptureit:
endpoint: 'https://ruptureit.com/test.php?reflection=%s'
prefix: 'imper'
alphabet: 'abcdefghijklmnopqrstuvwxyz'
secretlength: 9
alignmentalphabet: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
recordscardinality: 1
dionyziz:
endpoint: 'https://dionyziz.com/breach-test/reflect.php?ref=%s'
prefi... | ruptureit:
endpoint: 'https://ruptureit.com/test.php?reflection=%s'
prefix: 'imper'
alphabet: 'abcdefghijklmnopqrstuvwxyz'
secretlength: 9
alignmentalphabet: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
recordscardinality: 1
method: 'serial'
dionyziz:
endpoint: 'https://dionyziz.com/breach-test/reflect.... | Update target configuration with method | Update target configuration with method
| YAML | mit | esarafianou/rupture,dionyziz/rupture,dionyziz/rupture,esarafianou/rupture,dimriou/rupture,dionyziz/rupture,dimriou/rupture,dimkarakostas/rupture,dionyziz/rupture,dimriou/rupture,esarafianou/rupture,esarafianou/rupture,dimkarakostas/rupture,dimriou/rupture,dimkarakostas/rupture,dimriou/rupture,dionyziz/rupture,dimkarako... |
b7931dc2a50b7dfca03ae9f5b17ac948b724e243 | metadata/io.github.lufte.lona.yml | metadata/io.github.lufte.lona.yml | Categories:
- Games
License: GPL-3.0-or-later
WebSite: https://lufte.github.io/lona
SourceCode: https://github.com/lufte/lona
IssueTracker: https://github.com/lufte/lona/issues
Description: A snake game with a twist.
RepoType: git
Repo: https://github.com/lufte/lona
Builds:
- versionName: 1.0.0
versionCode: ... | Categories:
- Games
License: GPL-3.0-or-later
WebSite: https://lufte.github.io/lona
SourceCode: https://github.com/lufte/lona
IssueTracker: https://github.com/lufte/lona/issues
AutoName: Lona
Description: A snake game with a twist.
RepoType: git
Repo: https://github.com/lufte/lona
Builds:
- versionName: 1.0.0
... | Update Lona to 1.0.1 (10001) | Update Lona to 1.0.1 (10001)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
09b9d2437f68f5c81fbe3e4b429db9f3527c3d12 | .github/workflows/github-actions.yml | .github/workflows/github-actions.yml | name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Env
run: |
export UWSGI_UID=$(id -u); echo "UWSGI_UID=${UWSGI_UID}" >> $GITHUB_ENV
export UWSGI_GID=$(id -g); echo "UWSGI_... | name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Env
run: |
export UWSGI_UID=$(id -u); echo "UWSGI_UID=${UWSGI_UID}" >> $GITHUB_ENV
export UWSGI_GID=$(id -g); echo "UWSGI_... | Fix input is not a TTY error | Fix input is not a TTY error
| YAML | mit | ResearchComputing/RCAMP,ResearchComputing/RCAMP,ResearchComputing/RCAMP,ResearchComputing/RCAMP |
82c92f13055920df429a9bfb817dec34b4298a78 | .github/workflows/github-release.yml | .github/workflows/github-release.yml | # Source: https://github.com/panubo/reference-github-actions/blob/master/github-release.yml
on:
push:
tags:
- 'v*'
name: GitHub Release
jobs:
build:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
... | # Source: https://github.com/panubo/reference-github-actions/blob/master/github-release.yml
on:
push:
tags:
- '*'
name: GitHub Release
jobs:
build:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
... | Fix tag match on workflow | Fix tag match on workflow
| YAML | mit | panubo/docker-sshd |
690c7a343cc464b056e04d085d2dfc975ab740bf | .hound.yml | .hound.yml | # Configuration for Hound (https://houndci.com)
swift:
enabled: true
| # Configuration for Hound (https://houndci.com)
swift:
config_file: .swiftlint.yml
| Configure Hound to use the project's .swiftlint.yml | Configure Hound to use the project's .swiftlint.yml
| YAML | mit | mattrubin/onetimepassword,mattrubin/onetimepassword |
ac885ee525cddd97bcc759c08830dca9636f7d43 | packages/co/complex-generic.yaml | packages/co/complex-generic.yaml | homepage: https://code.mathr.co.uk/complex-generic
changelog-type: ''
hash: 69a24631f067139c0888796ed061f1c3a461f14d40707738fd0bacb88a88a06e
test-bench-deps: {}
maintainer: claude@mathr.co.uk
synopsis: complex numbers with non-mandatory RealFloat
changelog: ''
basic-deps:
base: <4.13
template-haskell: <2.15
all-ver... | homepage: https://code.mathr.co.uk/complex-generic
changelog-type: ''
hash: 0e65acdac0f90f3bdd2143390fda5cd806e4ee1d7a263de0e52001e64aae6003
test-bench-deps: {}
maintainer: claude@mathr.co.uk
synopsis: complex numbers with non-mandatory RealFloat
changelog: ''
basic-deps:
base: <4.14
template-haskell: <2.16
all-ver... | Update from Hackage at 2019-08-28T01:09:49Z | Update from Hackage at 2019-08-28T01:09:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
51a43dacc439ca257186bc7c3f0710932bfa1abe | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python3-yoga-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python3-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Update CI to use unversioned jobs template | Update CI to use unversioned jobs template
As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.... | YAML | apache-2.0 | openstack/oslo.concurrency |
08f929bd799964013557ce59ac7497e4f97b0906 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 xena unit tests | Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I30ed0b85d83488def2886f772e2f59d650400... | YAML | apache-2.0 | openstack/oslo.service |
f04337049c3b0dd4a0ae30ff2511002a543ac419 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Update CI to use unversioned jobs template | Update CI to use unversioned jobs template
As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.... | YAML | apache-2.0 | openstack/debtcollector |
c9c588fe8342d8a41a39bef384d8ea449edc4dcc | .github/workflows/no-banned-git-tags.yml | .github/workflows/no-banned-git-tags.yml | name: No banned git tags
on:
push:
tags:
- hotfix
jobs:
delete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: fregante/setup-git-token@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: git push --delete origin hotfix
| # These tags were the results of tests in the past and are troublesome
name: No banned git tags
on:
push:
tags:
- hotfix
- 19.5.18.1333
- 19.5.18.1335
- 19.5.18.1919
- 19.5.19.1032
- 19.5.25.1548
- 19.5.25.1923
- 19.6.13.1034
jobs:
delete:
runs-on: ubuntu-l... | Extend list of banned git tags | Meta: Extend list of banned git tags | YAML | mit | sindresorhus/refined-github,sindresorhus/refined-github,busches/refined-github,busches/refined-github |
20b91418eb2734f5ae124297499560163520b6bf | manifests/bits-service.yml | manifests/bits-service.yml | releases:
- name: bits-service
version: <%= ENV.fetch('RELEASE_VERSION', 'latest') %>
jobs:
- name: bits_service_z1
instances: 1
persistent_disk: 6064
templates:
- name: bits-service
release: bits-service
consumes:
nats: nil
- name: route_registrar
release: cf
consumes:
nats: ni... | releases:
- name: bits-service
version: <%= ENV.fetch('RELEASE_VERSION', 'latest') %>
jobs:
- name: bits_service_z1
instances: 1
persistent_disk: 6064
templates:
- name: bits-service
release: bits-service
consumes:
nats: nil
- name: route_registrar
release: cf
consumes:
nats: ni... | Fix unable to process links for deployment | Fix unable to process links for deployment
| YAML | apache-2.0 | cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci |
65887b058466d3ae96a329447948913522ab2974 | recipes/fann2/meta.yaml | recipes/fann2/meta.yaml | package:
name: fann2
version: "2.2.0"
source:
fn: fann2-2.2.0.tar.gz
url: https://github.com/libfann/fann/archive/2.2.0.tar.gz
md5: e78dc740982c083154980348a749038c
rmd160: ad56af6d5164f974418e8fd1e184396d0541e0a6
sha256: f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c
# patches:
# ... | package:
name: fann2
version: "2.2.0"
source:
fn: fann2-2.2.0.tar.gz
url: https://github.com/libfann/fann/archive/2.2.0.tar.gz
md5: e78dc740982c083154980348a749038c
sha256: f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c
# patches:
# List any patch files here
# - fix.patch
build:
... | Fix linting: Remove rmd160 hash | Fix linting: Remove rmd160 hash
| YAML | bsd-3-clause | kwilcox/staged-recipes,jakirkham/staged-recipes,isuruf/staged-recipes,patricksnape/staged-recipes,barkls/staged-recipes,Cashalow/staged-recipes,johanneskoester/staged-recipes,asmeurer/staged-recipes,sodre/staged-recipes,dschreij/staged-recipes,glemaitre/staged-recipes,rvalieris/staged-recipes,rmcgibbo/staged-recipes,is... |
2ff80875e86f8b7f1cad07e182d0d6901f33635b | recipes/pyxid/meta.yaml | recipes/pyxid/meta.yaml | {% set name = "pyxid" %}
{% set version = "1.0" %}
{% set sha256 = "e689bce2ed8ed4bff7174a3a79f8b639ebf6356807aec7e9da481217313214ff" %}
package:
name: pyxid
version: {{ version }}
source:
fn: pyxid-{{ version }}.tar.gz
url: https://github.com/cedrus-opensource/pyxid/archive/{{ version }}.tar.gz
sha256: {{ ... | {% set name = "pyxid" %}
{% set version = "1.0" %}
{% set sha256 = "e689bce2ed8ed4bff7174a3a79f8b639ebf6356807aec7e9da481217313214ff" %}
package:
name: pyxid
version: {{ version }}
source:
fn: pyxid-{{ version }}.tar.gz
url: https://github.com/cedrus-opensource/pyxid/archive/{{ version }}.tar.gz
sha256: {{ ... | Fix whitespace to follow style guide | Fix whitespace to follow style guide | YAML | bsd-3-clause | kwilcox/staged-recipes,ceholden/staged-recipes,jochym/staged-recipes,birdsarah/staged-recipes,NOAA-ORR-ERD/staged-recipes,rvalieris/staged-recipes,basnijholt/staged-recipes,mariusvniekerk/staged-recipes,scopatz/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,rmcgibbo/stage... |
f913178cc939e986109e8abeab14f1530c09f54c | blueprints.yaml | blueprints.yaml | name: Administration Panel - Basic
version: 1.0.0
description: Adds an advanced administration panel to manage your site
icon: empire
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
keywords: admin, plugin, manager, panel
validation: strict
form:
fields:
enabled:
type: togg... | name: Administration Panel - Basic
version: 1.0.0
description: Adds an advanced administration panel to manage your site
icon: empire
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
keywords: admin, plugin, manager, panel
form:
validation: strict
fields:
enabled:
type: tog... | Move validation parameter inside the form | Bluprints: Move validation parameter inside the form
| YAML | mit | Sommerregen/grav-plugin-admin,yonas/grav-plugin-admin,joomline/grav-plugin-admin,dimayakovlev/grav-plugin-admin,Vivalldi/grav-plugin-admin,joomline/grav-plugin-admin,beneva52/grav-plugin-admin,dimayakovlev/grav-plugin-admin,beneva52/grav-plugin-admin,yonas/grav-plugin-admin,Vivalldi/grav-plugin-admin,Vivalldi/grav-plug... |
fa9cc4ee56b1c0fea76bcf12e929814c713b3031 | .jazzy.yml | .jazzy.yml | author: Spotify
author_url: https://hubs.spotify.net
copyright: Copyright © 2015-2016 Spotify AB
readme: README.md
module: HubFramework
module_version: v0.0.1-HEAD
output: docs/output
github_url: https://ghe.spotify.net/iOS/HubFramework
github_file_prefix: https://ghe.spotify.net/iOS/HubFramework/tree/master
docset... | author: Spotify
author_url: https://hubs.spotify.net
copyright: Copyright © 2015-2016 Spotify AB
readme: README.md
module: HubFramework
module_version: v0.0.1-HEAD
output: docs/output
theme: fullwidth
github_url: https://ghe.spotify.net/iOS/HubFramework
github_file_prefix: https://ghe.spotify.net/iOS/HubFramework/tr... | Change to use `fullwidth` theme for documentation | Change to use `fullwidth` theme for documentation
| YAML | apache-2.0 | spotify/HubFramework,spotify/HubFramework,spotify/HubFramework,spotify/HubFramework |
e05597ba43d96f8a85d9820f604b3f51998fda1c | .github/workflows/basic-maven-build.yml | .github/workflows/basic-maven-build.yml | name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B -V clean verify | name: Basic Maven Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: 'maven'
- name: Build with Maven
... | Update github workflow to enable caching | Update github workflow to enable caching
| YAML | mit | vrampal/connectfour,vrampal/connectfour,vrampal/connectfour |
6abe194bdde4fbdf8a978b3fab396f4611ccc67b | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
check:
jobs:
- openstack-tox-cover:
voting: false
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
check:
jobs:
- openstack-tox-cover:
voting: false
| Switch to 2023.1 Python3 unit tests and generic template name | Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/refe... | YAML | apache-2.0 | openstack/python-magnumclient |
f56d30852b4962507d6255ec6943e59c89f1b94c | packages/la/language-webidl.yaml | packages/la/language-webidl.yaml | homepage: ''
changelog-type: ''
hash: 10ce76a3c181ab959174c178550ec7870472c91b3629e70fe6e847b18d5c3039
test-bench-deps: {}
maintainer: Zhen Zhang <izgzhen@gmail.com>
synopsis: Parser and Pretty Printer for WebIDL
changelog: ''
basic-deps:
wl-pprint: -any
base: ! '>=4.8 && <4.9'
parsec: -any
all-versions:
- '0.1.0... | homepage: ''
changelog-type: ''
hash: 4186813e8f3f021182004093f50455b217b7af79db96e7fc1eb0b9628f0dca35
test-bench-deps: {}
maintainer: Zhen Zhang <izgzhen@gmail.com>
synopsis: Parser and Pretty Printer for WebIDL
changelog: ''
basic-deps:
wl-pprint: -any
base: ! '>=4.9 && <4.10'
parsec: -any
all-versions:
- '0.1.... | Update from Hackage at 2016-06-05T05:22:05+0000 | Update from Hackage at 2016-06-05T05:22:05+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f307d5a80429240ab3fc2ce921d8ab36108bda22 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs-neutron
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs-neutron
- release-notes-jobs-python3
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ib4d73dbf81ea16ffeadbbb8d71a3c... | YAML | apache-2.0 | openstack/networking-hyperv,openstack/networking-hyperv |
e2de35f90f80e1c82ef4c4ff5e245a5a22c70585 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
check:
jobs:
- ec2api-tempest-plugin-functional
gate:
jobs:
- ec2api-tempest-plugin-functional
| - project:
templates:
- check-requirements
- openstack-python3-jobs
- publish-openstack-docs-pti
check:
jobs:
- ec2api-tempest-plugin-functional
gate:
jobs:
- ec2api-tempest-plugin-functional
| Switch to 2023.1 Python3 unit tests and generic template name | Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/refe... | YAML | apache-2.0 | openstack/ec2-api,openstack/ec2-api |
43fcdb0697287babb8e43c319d6998de702c2068 | metadata/me.bgregos.brighttask.yml | metadata/me.bgregos.brighttask.yml | Categories:
- Time
- Writing
License: Apache-2.0
SourceCode: https://github.com/bgregos/foreground
IssueTracker: https://github.com/bgregos/foreground/issues
Changelog: https://github.com/bgregos/foreground/releases
AutoName: Foreground
RepoType: git
Repo: https://github.com/bgregos/foreground.git
Builds:
- ve... | Categories:
- Time
- Writing
License: Apache-2.0
SourceCode: https://github.com/bgregos/foreground
IssueTracker: https://github.com/bgregos/foreground/issues
Changelog: https://github.com/bgregos/foreground/releases
AutoName: Foreground
RepoType: git
Repo: https://github.com/bgregos/foreground.git
Builds:
- ve... | Update Foreground to 1.5.3 (16) | Update Foreground to 1.5.3 (16)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2d3a972cb12b3c2f908706861d8d672e08358753 | 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.27'
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: ~
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | tejasbubane/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,tejasbubane/rubocop |
ef3a6031930e0b7a1e165c77cfe0691766d30aa5 | 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: '0.90'
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 docs version to master | Switch back docs version to master
| YAML | mit | rrosenblum/rubocop,maxjacobson/rubocop,bbatsov/rubocop,bbatsov/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,jmks/rubocop,jmks/rubocop,tdeo/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,jmks/rubocop,maxjacobson/rubocop,tdeo/rubocop,tdeo/rubocop,tejasbubane/rubocop |
7e82dd18e45c384346333c44f66c7bb815d72d22 | repository.yaml | repository.yaml | digital-service: AMLS | digital-service: AMLS
repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| Enforce repo yaml privacy key. | PLATOPS-BAU: Enforce repo yaml privacy key.
| YAML | apache-2.0 | hmrc/amls-frontend,hmrc/amls-frontend,hmrc/amls-frontend |
f600488893611d7a2a932c2650584c9db2db262f | environment.yml | environment.yml | name: climlab-courseware
channels:
- conda-forge
- defaults
dependencies:
- python
- numpy
- matplotlib
- xarray<=0.12.1 # until metpy bug is resolved https://github.com/Unidata/MetPy/issues/1077
- metpy
- cartopy
- sympy
- ffmpeg
- jupyter
- climlab>=0.7.5 # older versions in 0.7 series had s... | name: climlab-courseware
channels:
- conda-forge
- defaults
dependencies:
- python
- numpy
- matplotlib
- xarray
- metpy
- cartopy
- sympy
- ffmpeg
- jupyter
- climlab>=0.7.5 # older versions in 0.7 series had some bugs in diffusion diagnostics
- version_information
- rise
- numba>=0.43.1... | Remove specific xarray version -- the metpy problem was fixed | Remove specific xarray version -- the metpy problem was fixed
| YAML | mit | brian-rose/ClimateModeling_courseware,brian-rose/ClimateModeling_courseware |
5a8c25f81481acb82ce5d8c034b39c473a9964cd | data/transition-sites/co_pgc.yml | data/transition-sites/co_pgc.yml | ---
site: co_pgc
whitehall_slug: cabinet-office
homepage_title: 'Payroll Giving Centre'
homepage: https://www.gov.uk/government/organisations/cabinet-office
tna_timestamp: 20121015131350
host: www.payrollgivingcentre.com
aliases:
- payrollgivingcentre.com
extra_organisation_slugs:
- hm-revenue-customs
| ---
site: co_pgc
whitehall_slug: cabinet-office
homepage_title: 'Payroll Giving Centre'
homepage: https://www.gov.uk/government/organisations/cabinet-office
tna_timestamp: 20121015131350
host: www.payrollgivingcentre.com
aliases:
- payrollgivingcentre.com
extra_organisation_slugs:
- hm-revenue-customs
global: =301 http... | Make payrollgivingcentre.com a global redirect | Make payrollgivingcentre.com a global redirect
This site was configured last year and has a few mappings, but hasn't
transitioned yet. We now want it to be a global redirect.
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
5d4cba32d48352473189347fd4d9643c8aec87d5 | packages/se/SecureHash-SHA3.yaml | packages/se/SecureHash-SHA3.yaml | homepage: https://github.com/cartazio/securehash-sha3
changelog-type: markdown
hash: e6dd451ad6922d3c4374270ca16f757a3f4c471d110a2199a90caa43a07ee63f
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: simple static linked SHA3 using private symbols and the ref impl
changelog: ! '# Revision history fo... | homepage: https://github.com/cartazio/securehash-sha3
changelog-type: markdown
hash: e6dd451ad6922d3c4374270ca16f757a3f4c471d110a2199a90caa43a07ee63f
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: simple static linked SHA3 using private symbols and the ref impl
changelog: ! '# Revision history fo... | Update from Hackage at 2018-12-01T18:39:19Z | Update from Hackage at 2018-12-01T18:39:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6dc2f9864842fadad1ded1ab51d630ec6e3417a0 | packages/ht/http2-grpc-types.yaml | packages/ht/http2-grpc-types.yaml | homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: 1f77aeb366c31ad6b34a46ff105de06a566bda325b6aa5724295346f291c69d7
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for http2-gr... | homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: 0b7174207fed86fd8a3264ebb7a68a0a93d801a35370b634daff503acc7df581
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for http2-gr... | Update from Hackage at 2018-09-06T21:01:56Z | Update from Hackage at 2018-09-06T21:01:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f8c4873b59e4c90bb35fac8df64257880a97bb71 | rust-dev/tasks/main.yml | rust-dev/tasks/main.yml | ---
- name: Add the Rust PPA
apt_repository: repo="ppa:hansjorg/rust"
- name: Install the Rust compiler
apt: name=rust-{{ rust_version }} state=present
| ---
- name: Download the installation script
get_url: url=http://static.rust-lang.org/rustup.sh dest=/tmp/rustup.sh owner=root group=root mode=0755
- name: Install Rust
command: /tmp/rustup.sh
- name: Clean up the installation script
file: path=/tmp/rustup.sh state=absent
| Switch to Rust nightlies using rustup. | Switch to Rust nightlies using rustup.
| YAML | mit | tomku/ansible-roles |
50c53c152cb124ef4eea796490223adbfdf989e7 | config/sample.application.yml | config/sample.application.yml | TRANSITLAND_DATASTORE_AUTH_TOKEN: iamallowedtotouchthis
SIDEKIQ_DASHBOARD_USERNAME: onlyneedonproduction
SIDEKIQ_DASHBOARD_PASSWORD: onlyneedonproduction
TRANSITLAND_FEED_REGISTRY_PATH: <%= Rails.root.join('tmp', 'transitland-feed-registry') %>
TRANSITLAND_FEED_DATA_PATH: <%= Rails.root.join('tmp', 'transitland-feed-da... | TRANSITLAND_DATASTORE_AUTH_TOKEN: iamallowedtotouchthis
SIDEKIQ_DASHBOARD_USERNAME: onlyneedonproduction
SIDEKIQ_DASHBOARD_PASSWORD: onlyneedonproduction
TRANSITLAND_FEED_REGISTRY_PATH: <%= Rails.root.join('tmp', 'transitland-feed-registry') %>
TRANSITLAND_FEED_DATA_PATH: <%= Rails.root.join('tmp', 'transitland-feed-da... | Move Python interpreter and feedvalidator path to config | Move Python interpreter and feedvalidator path to config
| YAML | mit | transitland/transitland-datastore,transitland/transitland-datastore,brechtvdv/transitland-datastore,brechtvdv/transitland-datastore,brechtvdv/transitland-datastore,transitland/transitland-datastore |
c96880616d46d70d25ccd236696ee401a1253e30 | contrib/packs/config.yaml | contrib/packs/config.yaml | ---
pack_group: st2packs
repositories:
# To deploy a pack from a forked st2contrib on GitHub update & uncomment the following
# ! packs deploy me/st2contrib/<pack_name>
#<my-GitHub-user>/st2contrib:
# repo: "https://github.com/<my-GitHub-user>/st2contrib.git"
# subtree: true
#If you have your own ST2 P... | ---
pack_group: st2packs
repositories:
# To deploy a pack from a forked st2contrib on GitHub update & uncomment the following
# ! packs deploy me/st2contrib/<pack_name>
#<my-GitHub-user>/st2contrib:
# repo: "https://github.com/<my-GitHub-user>/st2contrib.git"
# subtree: true
#If you have your own ST2 P... | Remove auto deployement lines for st2contrib and st2incubator. | Remove auto deployement lines for st2contrib and st2incubator.
These are not required and were only put in testing and this now uses
the test framework.
| YAML | apache-2.0 | lakshmi-kannan/st2,dennybaa/st2,dennybaa/st2,peak6/st2,punalpatel/st2,nzlosh/st2,nzlosh/st2,peak6/st2,pixelrebel/st2,Plexxi/st2,Plexxi/st2,pixelrebel/st2,emedvedev/st2,nzlosh/st2,Plexxi/st2,peak6/st2,StackStorm/st2,punalpatel/st2,StackStorm/st2,emedvedev/st2,StackStorm/st2,Plexxi/st2,tonybaloney/st2,dennybaa/st2,tonyba... |
d84547b7cafe83fb72beedbc8b8606ea5a88b98f | packages/se/setlocale.yaml | packages/se/setlocale.yaml | homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale
changelog-type: ''
hash: 068da7c99cc53aa069b93d6174167f922ce089276f85b63dca80fedb687c6d22
test-bench-deps: {}
maintainer: sven.bartscher@weltraumschlangen.de
synopsis: Haskell bindings to setlocale
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.10'
all-v... | homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale
changelog-type: ''
hash: 148e3de319d1341a7814281592aa4de66c1b0607f1a42ccc25174ea187e747a3
test-bench-deps: {}
maintainer: sven.bartscher@weltraumschlangen.de
synopsis: Haskell bindings to setlocale
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.11'
all-v... | Update from Hackage at 2017-06-15T16:45:42Z | Update from Hackage at 2017-06-15T16:45:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a157c39d710fb6c2d2a75a3226e55e0f5623fe7b | packages/po/postgresql-schema.yaml | packages/po/postgresql-schema.yaml | homepage: https://github.com/mfine/postgresql-schema
changelog-type: ''
hash: f0a630f4c33596908bd31b7f02f6364396a4163c57bed72a9b1d7b9448d39a22
test-bench-deps: {}
maintainer: mark.fine@gmail.com
synopsis: PostgreSQL Schema Management
changelog: ''
basic-deps:
shelly: ! '>=1.6.8.3'
postgresql-schema: -any
base: ! ... | homepage: https://github.com/mfine/postgresql-schema
changelog-type: ''
hash: dce1480fe3505f8ee34374f7f89978ff0e732cea0cf6ed767e286cdd74ccc861
test-bench-deps: {}
maintainer: mark.fine@gmail.com
synopsis: PostgreSQL Schema Management
changelog: ''
basic-deps:
shelly: ! '>=1.6.8.3'
postgresql-schema: -any
base: ! ... | Update from Hackage at 2017-12-06T08:29:37Z | Update from Hackage at 2017-12-06T08:29:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8bc497dab42e222023dcb7a589f9851e8850cb0f | metadata/com.kolloware.hypezigapp.yml | metadata/com.kolloware.hypezigapp.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Markus Kollotzek
AuthorEmail: markus.kollotzek@posteo.de
WebSite: https://gitlab.com/intergalacticsuperhero/hypezig
SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD
IssueTracker: https://gitlab.com/interga... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Markus Kollotzek
AuthorEmail: markus.kollotzek@posteo.de
WebSite: https://gitlab.com/intergalacticsuperhero/hypezig
SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD
IssueTracker: https://gitlab.com/interga... | Update Hypezig to 1.7 (16) | Update Hypezig to 1.7 (16)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9edf84ad508e6a6dfbe2eb980be54bc00c3aef91 | ansible/roles/personalapt/vars/main.yml | ansible/roles/personalapt/vars/main.yml | ---
personal_apps:
- backintime-gnome
- keepassx
- python-dev
- libssl-dev
| ---
personal_apps:
- backintime-gnome
- keepassx
- python-dev
- libssl-dev
- clang
| Add clang to apt sources. | Add clang to apt sources.
| YAML | mit | voithos/dotfiles,voithos/dotfiles |
5c619984a169e2028b7f15113f4724d474acb95f | ansible-playbooks/ansible-playbook-kvm-provider-okd/playbook.yaml | ansible-playbooks/ansible-playbook-kvm-provider-okd/playbook.yaml | - name: kvm-provider-okd playbook
gather_facts: false
hosts: localhost
tasks:
- include_role:
name: ansible-role-kvm-provider-okd
| - name: kvm_provider_okd playbook
gather_facts: false
hosts: localhost
tasks:
- include_role:
name: Jooho.kvm_provider_okd
| Change role name "-" to "_" | Change role name "-" to "_"
| YAML | apache-2.0 | Jooho/ansible-cheat-sheet,Jooho/ansible-cheat-sheet |
bea4328490fdbcc65df8be139c879c2bee7c8fa7 | packages/am/amqp-worker.yaml | packages/am/amqp-worker.yaml | homepage: ''
changelog-type: ''
hash: 48c57545baa163ebf59764b0782ed6fdd1a6c14baa46bb6420fd41472ff1bb6d
test-bench-deps:
bytestring: -any
base: -any
amqp: -any
text: -any
amqp-worker: -any
tasty-hunit: -any
tasty: -any
aeson: -any
maintainer: seanhess@gmail.com
synopsis: High level functions for working ... | homepage: ''
changelog-type: ''
hash: 63ea591616e09f40136c601e362c13158a92f5b816b46f8ed5e70953a8dd9085
test-bench-deps:
bytestring: -any
base: -any
amqp: -any
text: -any
amqp-worker: -any
tasty-hunit: -any
tasty: -any
aeson: -any
maintainer: seanhess@gmail.com
synopsis: High level functions for working ... | Update from Hackage at 2016-10-26T00:24:26Z | Update from Hackage at 2016-10-26T00:24:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ddb26faa11a22858f93493677fdbe7d278ecf582 | conda/meta.yaml | conda/meta.yaml | package:
name: flaapluc
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
source:
git_url: https://github.com/jlenain/flaapluc.git
requirements:
build:
- python 2.7*
- email
- numpy 1.13*
- scipy
- astropy >=2.*
- matplotlib >=2.*
- ephem
- uncertainties
run:
- python... | package:
name: flaapluc
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
source:
git_url: https://github.com/jlenain/flaapluc.git
requirements:
build:
- python 2.7*
- email
- numpy 1.13*
- scipy
- astropy >=2.*
- matplotlib >=2.*
- ephem
- setuptools
- uncertainties
... | Add dependency on setuptools to properly build conda package | Add dependency on setuptools to properly build conda package
| YAML | bsd-3-clause | jlenain/flaapluc,jlenain/flaapluc |
aeaa95dc76fdbc49d642e41658dafc2e6089bb4f | packages/gi/gitter.yaml | packages/gi/gitter.yaml | homepage: ''
changelog-type: ''
hash: e627f2bb2b483a5ad2a37580e37ad1e1db832ba200cb8ed565440e5c6651074a
test-bench-deps: {}
maintainer: Yuriy Syrovetskiy <cblp@cblp.su>
synopsis: Gitter.im API client
changelog: ''
basic-deps:
exceptions: ! '>=0.8.3 && <0.9'
bytestring: ! '>=0.10.8.1 && <0.11'
lens-aeson: ! '>=1.0.... | homepage: ''
changelog-type: ''
hash: 8b5d9113753e33c244581f5816dc9204ec665d154e4ac30dee3c9137d0ed9be6
test-bench-deps: {}
maintainer: Yuriy Syrovetskiy <cblp@cblp.su>
synopsis: Gitter.im API client
changelog: ''
basic-deps:
exceptions: ! '>=0.8.3 && <0.9'
bytestring: ! '>=0.10.8.1 && <0.11'
lens-aeson: ! '>=1.0.... | Update from Hackage at 2017-06-28T14:32:29Z | Update from Hackage at 2017-06-28T14:32:29Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f43060f9e25f53b1d13f33b10698f2c58fc04961 | packages/hs/hs2ats.yaml | packages/hs/hs2ats.yaml | homepage: https://github.com/vmchale/hs2ats#readme
changelog-type: ''
hash: 4962a3ae100d76b828aa790fc224c113afc17f0b39c9d4f8a301d1782f872b41
test-bench-deps:
base: -any
hspec: -any
criterion: -any
language-ats: -any
hs2ats: -any
hspec-dirstream: -any
system-filepath: -any
maintainer: vamchale@gmail.com
sy... | homepage: https://github.com/vmchale/hs2ats#readme
changelog-type: ''
hash: 4c1f97848ac1584092de87ee83db67dc6df5a986cfc66af709ca5791cd16ce75
test-bench-deps:
base: -any
hspec: -any
criterion: -any
language-ats: -any
hs2ats: -any
hspec-dirstream: -any
system-filepath: -any
maintainer: vamchale@gmail.com
sy... | Update from Hackage at 2018-01-31T07:42:39Z | Update from Hackage at 2018-01-31T07:42:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7cf230ecd33df4a4a72d185a5fe5f7b0d9fc5235 | packages/mm/mmsyn3.yaml | packages/mm/mmsyn3.yaml | homepage: http://hackage.haskell.org/package/mmsyn3
changelog-type: markdown
hash: fbb4ac09d03fd722fe691eab8ef6063823e56711d4ef63d702e16f9e312cc0e5
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: A small library to deal with executable endings
changelog: |
# Revision history for mmsyn3
## 0.1.0.0 -... | homepage: http://hackage.haskell.org/package/mmsyn3
changelog-type: markdown
hash: ced8561ec0f7080acf1758a30621156c8d3ad96a411e007d7ad36588f1527aec
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: A small library to deal with executable endings
changelog: |
# Revision history for mmsyn3
## 0.1.0.0 -... | Update from Hackage at 2019-10-17T22:23:26Z | Update from Hackage at 2019-10-17T22:23:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b0b282c96659b8dec816547f3a743a598e904be9 | packages/de/dependent-sum.yaml | packages/de/dependent-sum.yaml | homepage: https://github.com/mokus0/dependent-sum
changelog-type: ''
hash: 70b042b9899da240e670fbf878b575d6c901d537833a2c2292bc15d23e86cfdf
test-bench-deps: {}
maintainer: James Cook <mokus@deepbondi.net>
synopsis: Dependent sum type
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- '0.1'
- '0.2'
- '0.2.0... | homepage: https://github.com/mokus0/dependent-sum
changelog-type: ''
hash: 006a0684b6df8e3dbdcbda20e671df1b5e6f6873073205db4d62d5d78b4dd4f7
test-bench-deps: {}
maintainer: James Cook <mokus@deepbondi.net>
synopsis: Dependent sum type
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- '0.1'
- '0.2'
- '0.2.0... | Update from Hackage at 2015-08-21T18:18:29+0000 | Update from Hackage at 2015-08-21T18:18:29+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
b277a067f762025e4d6a6c56a7d91045f31ea2c4 | packages/pr/prolog.yaml | packages/pr/prolog.yaml | homepage: ''
changelog-type: ''
hash: a5c73617215b122e55c44ed9e41fb7e7528d4cda73be5f9cd87120e5be09e8f5
test-bench-deps: {}
maintainer: Marcel Fourné (haskell@marcelfourne.de)
synopsis: A Prolog interpreter written in Haskell.
changelog: ''
basic-deps:
base: '>=4 && <5'
syb: '>=0.3'
parsec: '>=3.1.1'
containers:... | homepage: ''
changelog-type: ''
hash: 3a447764bf97ef7104e6c93a3314cb4f1b730b237eb04974632d2d86fa7b67a3
test-bench-deps: {}
maintainer: Marcel Fourné (haskell@marcelfourne.de)
synopsis: A Prolog interpreter written in Haskell.
changelog: ''
basic-deps:
base: '>=4 && <5'
syb: '>=0.3'
parsec: '>=3.1.1'
containers:... | Update from Hackage at 2020-08-25T13:43:31Z | Update from Hackage at 2020-08-25T13:43:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
868947e2c709338ba3506084491219cbe0d30655 | packages/la/lazy-search.yaml | packages/la/lazy-search.yaml | homepage: ''
changelog-type: ''
hash: c942a01e4a64881f89c72eaef5e3a78eba8750759cd66996c6746a2a7cabe703
test-bench-deps: {}
maintainer: jonas.duregard@chalmers.se
synopsis: Finds values satisfying a lazy predicate
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
size-based: ! '>=0.1 && <0.2'
all-versions:
- 0.1.0.0
-... | homepage: ''
changelog-type: markdown
hash: 7585b6cac1bf24ece7dea2273b7cd48b01f87314b39c2abb356e7cfb6ac2af90
test-bench-deps: {}
maintainer: byorgey@gmail.com
synopsis: Finds values satisfying a lazy predicate
changelog: |
* 0.1.3.0 (17 May 2022)
- Test with GHC 8.6 through 9.2
- Update maintainer and so... | Update from Hackage at 2022-05-17T16:04:42Z | Update from Hackage at 2022-05-17T16:04:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
30c7ec5a0e10a94083ecc687a6638159601ed439 | packages/sy/system-info.yaml | packages/sy/system-info.yaml | homepage: https://github.com/ChaosGroup/system-info
changelog-type: ''
hash: 1fc231d5f46c262963615f011532c6e30cd565502f56b44000c73b23c3c0961f
test-bench-deps:
base: -any
system-info: -any
maintainer: daniel.taskoff@chaosgroup.com
synopsis: Get information about CPUs, memory, etc.
changelog: ''
basic-deps:
base: !... | homepage: https://github.com/ChaosGroup/system-info
changelog-type: text
hash: 6a0e12de4da63af7596d174ee57772e582ffc485815950f1b94219a64bbca189
test-bench-deps:
base: -any
system-info: -any
maintainer: daniel.taskoff@chaosgroup.com
synopsis: Get information about CPUs, memory, etc.
changelog: ! "0.1.0.6\n\t* get a ... | Update from Hackage at 2017-04-25T12:05:44Z | Update from Hackage at 2017-04-25T12:05:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a0ea99591c98b49eaefb32c3f8392157d9872eae | recipe_templates/imexam/extra.yml | recipe_templates/imexam/extra.yml | # The extra section will be allowed in an upcoming release of conda-build
extra:
# List of platforms on which build of this package is expected to succeed.
# Allowed options are those in binstar subdir:
# osx-64, linux-32, linux-64, win-32, win-64
platforms:
- osx-64
- linux-64
| # The extra section will be allowed in an upcoming release of conda-build
extra:
# List of platforms on which build of this package is expected to succeed.
# Allowed options are those in binstar subdir:
# osx-64, linux-32, linux-64, win-32, win-64
platforms:
- osx-64
- linux-64
... | Add list of python versions to imexam recipe template | Add list of python versions to imexam recipe template
| YAML | bsd-3-clause | astropy/conda-builder-affiliated,kbarbary/conda-builder-affiliated,astropy/conda-build-tools,cdeil/conda-builder-affiliated,mwcraig/conda-builder-affiliated,Cadair/conda-builder-affiliated,astropy/conda-builder-affiliated,zblz/conda-builder-affiliated,bmorris3/conda-builder-affiliated,mwcraig/conda-builder-affiliated,C... |
c0d947e1c465fea46af4b180260f76a81af585d6 | doc/_build-config.yml | doc/_build-config.yml | # Site settings
title: IRIDA Documentation
# email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Integrated Rapid Infectious Disease Analysis (IRIDA): A platform for genomic epidemiology.
baseurl: "/documentation" # the subpath of your site, e.g. /blog/
# you can... | # Site settings
title: IRIDA Documentation
# email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Integrated Rapid Infectious Disease Analysis (IRIDA): A platform for genomic epidemiology.
baseurl: "/documentation" # the subpath of your site, e.g. /blog/
# you can... | Remove trailing slash from url for production build. | Remove trailing slash from url for production build.
| YAML | apache-2.0 | phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida |
ad2e26f93655468d65c18e1d0b14ac044e38bf30 | recipes/lapack95/meta.yaml | recipes/lapack95/meta.yaml | {% set name = "lapack95" %}
{% set version = "3.0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://www.netlib.org/lapack95/lapack95.tgz
sha256: 55711e5b1c5ddc9c7dd1d3ea15c37fc5b400783ac6ea573a75e2b1358c2c479b
build:
number: 0
skip: true # [win]
requirements:
build:
... | {% set name = "lapack95" %}
{% set version = "3.0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://www.netlib.org/lapack95/lapack95.tgz
sha256: 55711e5b1c5ddc9c7dd1d3ea15c37fc5b400783ac6ea573a75e2b1358c2c479b
build:
number: 0
skip: true # [win]
requirements:
build:
... | Revert "Use SHLIB_EXT at test by @jakirkham" | Revert "Use SHLIB_EXT at test by @jakirkham"
This reverts commit 515225babd563cfe1da03460d00ebead28cf9d52.
| YAML | bsd-3-clause | scopatz/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,kwilcox/staged-... |
fbcf7a018764246872702861e892a020b45d927d | recipes/sailfish/meta.yaml | recipes/sailfish/meta.yaml | build:
number: 1
skip: True # [osx]
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
about:
home: http://www.cs.cmu.edu/~ckingsf/software/sailfish/
license: GPLv3
summary: Rapid Mapping-based Isoform Quantification from RNA-Seq Reads
package:
name: sailfish
version: 0.9.0
source:
fn: sailfis... | build:
number: 1
skip: True # [osx]
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
about:
home: http://www.cs.cmu.edu/~ckingsf/software/sailfish/
license: GPLv3
summary: Rapid Mapping-based Isoform Quantification from RNA-Seq Reads
package:
name: sailfish
version: 0.10.1
source:
fn: sailfi... | Update sailfish formula to 0.10.1 | Update sailfish formula to 0.10.1
| YAML | mit | bioconda/bioconda-recipes,gvlproject/bioconda-recipes,ThomasWollmann/bioconda-recipes,phac-nml/bioconda-recipes,keuv-grvl/bioconda-recipes,mdehollander/bioconda-recipes,hardingnj/bioconda-recipes,pinguinkiste/bioconda-recipes,guowei-he/bioconda-recipes,saketkc/bioconda-recipes,daler/bioconda-recipes,guowei-he/bioconda-... |
259d15ac2ac5bfd2701e3091263a155141789c1f | roles/kdcmaster/defaults/main.yml | roles/kdcmaster/defaults/main.yml | ---
#kerberos_ticket_max_life: "0d 12h 0m 0s"
#kerberos_ticket_max_renewable_life: "0d 12h 0m 0s"
kerberos_ticket_max_life: "0d 0h 30m 0s"
kerberos_ticket_max_renewable_life: "0d 0h 30m 0s"
| ---
kerberos_ticket_max_life: "0d 12h 0m 0s"
kerberos_ticket_max_renewable_life: "0d 12h 0m 0s"
| Revert 30m ticket length change | Revert 30m ticket length change
| YAML | apache-2.0 | bushnoh/ansible-hadoop-asap,bushnoh/ansible-hadoop-asap |
766bc1b30a17ade4d36cee8dd310c71e66d5e8a9 | docs/antora.yml | docs/antora.yml | name: rubocop-rspec
title: RuboCop RSpec
version: '2.8'
nav:
- modules/ROOT/nav.adoc
| name: rubocop-rspec
title: RuboCop RSpec
version: master
nav:
- modules/ROOT/nav.adoc
| Switch docs version back to master | Switch docs version back to master
| YAML | mit | backus/rubocop-rspec,backus/rubocop-rspec,nevir/rubocop-rspec |
decf0cb07cbd92080343ebd716f04b7f04a5eb15 | 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: '0.93'
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 to master | Switch back the docs version to master
| YAML | mit | maxjacobson/rubocop,maxjacobson/rubocop,tdeo/rubocop,rrosenblum/rubocop,tdeo/rubocop,tejasbubane/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,bbatsov/rubocop,bbatsov/rubocop,tdeo/rubocop |
7aa7eda78dc322268aafc7ad38e272006091cc76 | .bluemix/pipeline.yml | .bluemix/pipeline.yml | ---
stages:
- name: Build Stage
inputs:
- type: git
branch: master
triggers:
- type: commit
jobs:
- name: Build
type: builder
artifact_dir: ''
- name: Deploy Stage
inputs:
- type: job
stage: Build Stage
job: Build
triggers:
- type: stage
jobs:
- name: Dev Deploy Stage
typ... | ---
stages:
- name: Build Stage
inputs:
- type: git
branch: master
triggers:
- type: commit
jobs:
- name: Build
type: builder
artifact_dir: ''
- name: Deploy Stage
inputs:
- type: job
stage: Build Stage
job: Build
triggers:
- type: stage
jobs:
- name: Deploy Stage
type: d... | Revert "testing the addition of a prod stage" | Revert "testing the addition of a prod stage"
This reverts commit 4af3dc8633fa878e51a9d737346a83841a6fe30e.
| YAML | apache-2.0 | melickm/Microservices_CatalogAPI,melickm/Microservices_CatalogAPI |
0402a36b2c30e189c128023e3dffaafb3cf10279 | hieradata/nodes/dev01-leaf-02.yaml | hieradata/nodes/dev01-leaf-02.yaml | ---
profile::base::network::cumulus_interfaces:
'eth0':
'ipv4': [ '172.31.1.9/24', ]
# In production environment these should be VLAN aware
# bridges and actually tagged. This is not possible in
# dev01 environment, though.
profile::base::network::cumulus_bridges:
'br100':
'ipv4': [ '172.31.34.2/24', ]
... | ---
network::interfaces_hash:
'eth0':
'ipaddress': '172.31.1.9/24'
'post_up': [ '/etc/network/if-up.d/z90-route-eth0', ]
'post_down': [ '/etc/network/if-down.d/z90-route-eth0', ]
# In production environment these should be VLAN aware
# bridges and actually tagged. This is not possible in
# dev01 environm... | Add vrf interface and custem route | Add vrf interface and custem route
| YAML | apache-2.0 | TorLdre/himlar,norcams/himlar,norcams/himlar,mikaeld66/himlar,norcams/himlar,tanzr/himlar,norcams/himlar,tanzr/himlar,TorLdre/himlar,norcams/himlar,eckhart/himlar,eckhart/himlar,eckhart/himlar,raykrist/himlar,mikaeld66/himlar,mikaeld66/himlar,TorLdre/himlar,raykrist/himlar,TorLdre/himlar,raykrist/himlar,eckhart/himlar,... |
696dfb8fc668ef1ba4434e3b70f6cd5181f96f6a | circle.yml | circle.yml | machine:
node:
version: 4.1.0
dependencies:
cache_directories:
- frontend/node_modules
- frontend/typings
- vendor/bower_components
pre:
- "cd frontend && npm i && cd .."
- "bower install"
- "cd frontend && node_modules/.bin/gulp tsd && node_modules/.bin/gulp ts && cd .."
override:
... | machine:
node:
version: 4.1.0
dependencies:
cache_directories:
- frontend/node_modules
- frontend/typings
- vendor/bower_components
pre:
- "cd frontend && npm i && cd .."
- "bower install"
- "cd frontend && node_modules/.bin/gulp tsd && node_modules/.bin/gulp ts && cd .."
override:
... | Disable karma test in CircleCI | Disable karma test in CircleCI
| YAML | mit | skyarch-networks/skyhopper,skyarch-networks/skyhopper,skyarch-networks/skyhopper,skyarch-networks/skyhopper |
48f1dd042f20c20ce1f51b9b6dc8e7275670283c | circle.yml | circle.yml | version: 2
executorType: machine
jobs:
build:
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: $GOPATH/src/github.com/moby/tool
steps:
- checkout
- run: go get github.com/golang/lint/golint
- run: cd $GOPATH/src/github.com/moby/tool && make test | version: 2
executorType: machine
jobs:
build:
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: $GOPATH/src/github.com/moby/tool
steps:
- checkout
- run: go get github.com/golang/lint/golint
- run: cd $GOPATH/src/github.com/moby/tool && make test
- run: cd ... | Build for Darwin and Windows in CI | Build for Darwin and Windows in CI
Signed-off-by: Ian Campbell <9be92b3dbbd6611e3e4c9209fb3d04b4919e7cca@docker.com>
| YAML | apache-2.0 | deitch/linuxkit,yankcrime/linuxkit,linuxkit/linuxkit,konstruktoid/linuxkit,justincormack/linuxkit,rn/linuxkit,deitch/linuxkit,furious-luke/linuxkit,linuxkit/linuxkit,djs55/linuxkit,YuPengZTE/linuxkit,linuxkit/linuxkit,konstruktoid/linuxkit,YuPengZTE/linuxkit,linuxkit/linuxkit,konstruktoid/linuxkit,konstruktoid/linuxkit... |
8a0f859b1ac77525d58d5ad90bfff197a12eeff5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
macos:
xcode: 8.3.3
environment:
- NODE_VERSION: "7.9.0"
steps:
- checkout
- run:
name: install llvm
command: |
brew update
brew install llvm
echo "export PATH=${PATH}:/usr/local/opt/llvm/bin" >> $BASH_ENV
- run:
... | version: 2
jobs:
build:
macos:
xcode: 8.3.3
environment:
- NODE_VERSION: "7.9.0"
steps:
- checkout
- run:
name: install llvm
command: |
brew update
brew install llvm
echo "export PATH=${PATH}:/usr/local/opt/llvm/bin" >> $BASH_ENV
- run:
... | Deploy on tag on CircleCI (maybe) | Deploy on tag on CircleCI (maybe)
| YAML | mit | atom/watcher,atom/watcher,atom/watcher,atom/watcher,atom/watcher |
8b938faa26e7afab1cc439914599f0c4b0afa73a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/geb
docker:
- image: gebish/ci:v1
environment:
GRADLE_OPTS: -Xmx512m
steps:
- checkout
- run:
name: Check all modules
command: ./gradlew --no-daemon -p module -Pci -g ${SNAP_CACHE_DIR}/.gradle check --cont... | version: 2
jobs:
build:
working_directory: ~/geb
docker:
- image: gebish/ci:v1
environment:
GRADLE_OPTS: -Xmx512m
steps:
- checkout
- restore_cache:
keys:
- manual-{{ .Branch }}
- integrations-{{ .Branch }}
- modules-{{ .Bra... | Add more steps and caching to CircleCI build | Add more steps and caching to CircleCI build
| YAML | apache-2.0 | geb/geb,geb/geb |
2bfcda8b6e2fee6870107ccb0171b72530130ded | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
node: circleci/node@4.1
jobs:
build-and-test:
docker:
- image: cimg/node:lts
steps:
- checkout
- node/install-packages
- run:
name: Run tests (qunit)
command: npm run test:cli
- run:
name: Run tests (mocha)
command: n... | version: 2.1
orbs:
node: circleci/node@4.1
jobs:
build-and-test:
docker:
- image: cimg/node:lts
steps:
- checkout
- node/install-packages
- run:
name: Run tests (mocha)
command: npm run test:mocha
workflows:
main:
jobs:
- build-and-test
| Remove step for qunit tests | [circleci] Remove step for qunit tests
| YAML | mit | smori1983/javascript-smodules,smori1983/javascript-smodules |
99126c1e5adef5d8fd3fb12705b50211e6354022 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.18.3
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.19.0
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | Update node Docker tag to v12.19.0 | Update node Docker tag to v12.19.0
| YAML | mit | jaxx2104/gatsby-starter-bootstrap,jaxx2104/gatsby-starter-bootstrap |
5d2f5cb2bf73f200ea026138e958b81bfe3e517b | .circleci/config.yml | .circleci/config.yml | version: 2
references:
steps: &steps
- checkout
- run:
name: Update Bundler
command: gem install bundler
- run:
name: Install dependencies from .gemspec
command: bundle install --jobs=4 --retry=3 --path vendor/bundle
- run:
name: Run RSpec tests
comm... | version: 2
references:
steps: &steps
- checkout
- run:
name: Update Bundler
command: gem install bundler
- run:
name: Install dependencies from .gemspec
command: bundle install --jobs=4 --retry=3 --path vendor/bundle
- run:
name: Run RSpec tests
comm... | Build in CircleCI with Ruby 2.7.0 | Build in CircleCI with Ruby 2.7.0
| YAML | mit | restforce/restforce,restforce/restforce,ejholmes/restforce,ejholmes/restforce |
5883f59703eff3ef0168bfd4c5f7ebb885d73e18 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8.5
working_directory: ~/repo
steps:
- run: sudo apt install -y rsync
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no... | version: 2
jobs:
build:
docker:
- image: circleci/node:8.5
working_directory: ~/repo
steps:
- run: sudo apt install -y rsync
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no... | Remove url writing fix to a better place | Remove url writing fix to a better place
| YAML | mit | yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend,yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend |
b6484f6b88494ae388cfea58a5986c857e0fa343 | .circleci/config.yml | .circleci/config.yml | version: 2
.build_template: &build_definition
steps:
- checkout
- run: bundle install
- run: bundle exec rake rubocop
- run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
working_directory: ~/app
jobs:
build:
<<: *build_defini... | version: 2
.build_template: &build_definition
steps:
- checkout
- run: bundle install
- run: bundle exec rake rubocop
- run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
working_directory: ~/app
jobs:
build:
<<: *build_defini... | Add a ruby versions job workflow | Add a ruby versions job workflow
- CI workflow to build all ruby versions
| YAML | mit | mtchavez/circleci,mtchavez/circleci |
881e7a8ef946ea5b410f95e213d1f1ffea26be6b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
lint:
docker:
- image: circleci/node:8.5
steps:
- checkout
- run:
name: npm install
command: npm install
- run:
name: npm run lint
command: npm run lint
test:
docker:
- image: circleci/node:8.4
steps:
- chec... | version: 2
jobs:
lint:
docker:
- image: circleci/node:8.5
steps:
- checkout
- run:
name: npm install
command: npm install
- run:
name: npm run lint
command: npm run lint
test:
docker:
- image: circleci/node:8.5
steps:
- chec... | Unify node versions in circle jobs. | Unify node versions in circle jobs. | YAML | mit | qubyte/configeur |
e3493224f3e2a0cf660d941cf661ce6db3d0aa8f | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
# Specify service dependencies here if necessary
# CircleCI m... | version: 2
jobs:
build-node-common: &build-node-common
steps:
- checkout
- restore_cache:
keys:
- dependencies-{{ checksum "package-lock.json" }}
# fallback to using the latest cache if no exact match is found
- dependencies-
- run:
name: Inst... | Build multiple node versions on CircleCI | Build multiple node versions on CircleCI
| YAML | mit | codepunkt/css-spring |
b2e371b4521814c10a3d6fbc5b545806247a52b9 | roles/consul/defaults/main.yml | roles/consul/defaults/main.yml | ---
consul_is_server: yes
consul_dc: dc1
consul_dc_group: dc={{ consul_dc }}
consul_servers_group: role=control
consul_advertise: "{{ private_ipv4 }}"
consul_retry_join: "{% for host in groups[consul_servers_group] | intersect(groups[consul_dc_group]) %}\"{{ hostvars[host].private_ipv4 }}\"{% if not loop.last %}, {% en... | ---
consul_is_server: yes
consul_dc: dc1
consul_dc_group: dc={{ consul_dc }}
consul_servers_group: role=control
consul_advertise: "{{ private_ipv4 }}"
consul_retry_join: "{% for host in groups[consul_servers_group] | intersect(groups[consul_dc_group]) %}\"{{ hostvars[host].private_ipv4 }}\"{% if not loop.last %}, {% en... | Set default acl policy to 'deny' | Set default acl policy to 'deny'
| YAML | apache-2.0 | CiscoCloud/mantl,KaGeN101/mantl,abn/microservices-infrastructure,phnmnl/mantl,mantl/mantl,sehqlr/mantl,datascienceinc/mantl,CiscoCloud/microservices-infrastructure,abn/microservices-infrastructure,ContainerSolutions/microservices-infrastructure,KaGeN101/mantl,mantl/mantl,bitium/mantl,CiscoCloud/microservices-infrastruc... |
0275e38a4ca03a13d3f47a9613aac8c8b0d3f1f2 | google/cloud/managedidentities/v1/artman_managedidentities_v1.yaml | google/cloud/managedidentities/v1/artman_managedidentities_v1.yaml | common:
api_name: managedidentities
api_version: v1
organization_name: google-cloud
proto_deps:
- name: google-common-protos
src_proto_paths:
- .
service_yaml: managedidentities_v1.yaml
gapic_yaml: managedidentities_gapic.yaml
artifacts:
- name: gapic_config
type: GAPIC_CONFIG
- name: java_gapic
t... | common:
api_name: managedidentities
api_version: v1
organization_name: google-cloud
proto_deps:
- name: google-common-protos
src_proto_paths:
- .
service_yaml: managedidentities_v1.yaml
gapic_yaml: managedidentities_gapic.yaml
proto_package: google.cloud.managedidentities.v1
artifacts:
- name: gapic... | Add proto_package field to managedidentities API. It is needed for APIs that still depend on artman generation. | Add proto_package field to managedidentities API. It is needed for APIs that still depend on artman generation.
PiperOrigin-RevId: 293643323
| YAML | apache-2.0 | googleapis/googleapis,googleapis/googleapis |
be63cb4a9c4281d06efbf44ad2338479a226376a | install.conf.yaml | install.conf.yaml | - defaults:
link:
# Create new symlinks when they do not exist
create: true
# Relink old symlinks when they are changed
relink: true
# Directories to be checked for broken symlinks
- clean: ['~', '~/.config']
- link:
~/.dotfiles: ''
~/.bashrc:
~/.bash_profile:
~/.emac... | - defaults:
link:
# Create new symlinks when they do not exist
create: true
# Relink old symlinks when they are changed
relink: true
# Directories to be checked for broken symlinks
- clean: ['~', '~/.config']
# <destination>: <source (relative to root dotfiles directory)>
- link:
~/.do... | Update global gitignore on installation | Update global gitignore on installation
| YAML | mit | ben01189998819991197253/dotfiles |
1c73fb9d768b07251541a7c6ba32cb3b8fe14ee1 | install.conf.yaml | install.conf.yaml | - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.condarc: managed/anaconda/condarc
~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light
~/.gitconfig: managed/git/gitconfig
~/.iterm2:
if: '[ `uname` = Darwin ]'
path: managed/iTerm2
~/.o... | - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.condarc: managed/anaconda/condarc
~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light
~/.gitconfig: managed/git/gitconfig
~/.iterm2:
if: '[ `uname` = Darwin ]'
path: managed/iTerm2
~/.o... | Install tmux and Vim plugins automatically. | Install tmux and Vim plugins automatically.
| YAML | mit | stefanistrate/dotfiles |
ab1ea08bb8e4f9ea7e3d97c236d6ba2062e3b958 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content/writings
label: Writings
create: all
match: "**/*"
new_doc_ext: ".mdx"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
b... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: content/writings
label: Writings
create: all
match: "**/*"
new_doc_ext: mdx
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
bu... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | aravindballa/website2017,aravindballa/website2017 |
3d62c6c27b0bf1f685306a612b0135a8ac3998cd | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _includes
label: Sayfa İçerikleri
create: documents
match: "**/*"
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
upload_dir: uploads
public_path: "/img"... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _data
label: Veriler
create: documents
match: "**/*"
- type: directory
path: _includes
label: Sayfa İçerikleri
create: documents
match: "**/*"
- type: jekyll-posts
label: Posts
create: all
- ty... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017 |
fa695b30151742e58b65cbec2583568655bd9410 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: "monday"
time: "00:00"
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: govuk-colours
versions:
- ">= 0"
- dependency-name: govuk-frontend
versions:
- ">... | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: "monday"
time: "00:00"
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: govuk-colours
versions:
- ">= 0"
- dependency-name: govuk-frontend
versions:
- ">... | Remove dependencies from ignore list | Remove dependencies from ignore list | YAML | mit | uktrade/data-hub-frontend,uktrade/data-hub-fe-beta2,uktrade/data-hub-fe-beta2,uktrade/data-hub-frontend,uktrade/data-hub-frontend |
3fbf6fb486b80c1b73542a26a2c0974c33089bfa | .gitlab-ci.yml | .gitlab-ci.yml | image: node:8.1
cache:
paths:
- node_modules/
- public/content
- ~/.yarn-cache
stages:
- test
- deploy
test:
stage: test
script:
- rm -rf node_modules
- yarn install
- npm run test-with-coverage
deploy_production:
stage: deploy
script:
- rm -rf node_modules
- yarn insta... | image: node:8.1
cache:
paths:
- node_modules/
- public/content
- ~/.yarn-cache
stages:
- test
- deploy
test:
stage: test
script:
- yarn install
- npm run test-with-coverage
deploy_production:
stage: deploy
script:
- yarn install
- npm run sync-content
- npm run build
... | Remove node_modules removal in CI | Remove node_modules removal in CI
Was introduced to clear the caches in gitlab ci (no manual way yet)
| YAML | mit | reality-scheveningen/reality-website,reality-scheveningen/reality-website |
c0a54a590b9c595e8d5cb298b36e64aac1dc21c7 | .gitlab-ci.yml | .gitlab-ci.yml | .test-template: &test
cache:
paths:
- vendor/ruby
before_script:
- gem install bundler --no-document
- bundle config set --local path 'vendor/bundle'
- bundle config set --local without 'development'
- bundle install -j $(nproc)
- ruby -v # Print out r... | .test-template: &test
cache:
paths:
- vendor/ruby
before_script:
- gem install bundler --no-document
- bundle config set --local path 'vendor/bundle'
- bundle config set --local without 'development'
- bundle install -j $(nproc)
- ruby -v # Print out r... | Add GitLab manual CI step for building native gems | ci: Add GitLab manual CI step for building native gems
This is done in preparation for
https://github.com/kwilczynski/ruby-magic/pull/33.
| YAML | apache-2.0 | kwilczynski/ruby-magic,kwilczynski/ruby-magic |
18fcdde62a92a0ddbd1b1fa5fd80ab71d0ed93b4 | config/examples/rnaseq-seqc.yaml | config/examples/rnaseq-seqc.yaml | # Template for human RNA-seq using Illumina prepared samples
---
details:
- analysis: RNA-seq
genome_build: GRCh37
algorithm:
aligner: tophat2
trim_reads: read_through
adapters: [truseq, polya]
strandedness: unstranded
upload:
dir: ../final
| # Template for human RNA-seq using Illumina prepared samples
---
details:
- analysis: RNA-seq
genome_build: GRCh37
algorithm:
quality_format: Standard
aligner: tophat2
trim_reads: read_through
adapters: [truseq, polya]
strandedness: unstranded
upload:
dir: ../final
| Add quality_format to SEQC test file. | Add quality_format to SEQC test file.
| YAML | mit | vladsaveliev/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,biocyberman/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,chapmanb/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,mjafin/bcbio-nextgen,verdurin/bcbio-nextgen,biocyberman/bcbio-nextgen,chapmanb/bcbio-nextgen,fw1121/bcbio-nextgen,hjanime/bc... |
69cafab8b4f8f9def22e56f81d72b10ce19ad91b | .drone.yml | .drone.yml | pipeline:
build:
image: kkarczmarczyk/node-yarn
commands:
- yarn
- yarn test
publish-staging:
image: plugins/docker
repo: nossas/bonde-client
username: lpirola
password: ${DOCKER_PASSWORD}
tags:
- ${DRONE_BRANCH}
when:
status: success
branch: [hotfix-*, ... | pipeline:
build:
image: kkarczmarczyk/node-yarn
commands:
- yarn
- yarn test
publish-staging:
image: plugins/docker
repo: nossas/bonde-client
username: lpirola
password: ${DOCKER_PASSWORD}
tags:
- ${DRONE_BRANCH}
when:
status: success
branch: [hotfix-*, ... | Add more time to ssh timeout | Add more time to ssh timeout
| YAML | agpl-3.0 | nossas/bonde-client,nossas/bonde-client,nossas/bonde-client |
f5a9c6f3f4f49c8f195dae6a2ee46d155128f9c5 | .hound.yml | .hound.yml | rubocop:
config_file: .rubocop.yml
scss:
config_file: .scss-lint.yml
| rubocop:
config_file: .rubocop_styleguide.yml
scss:
config_file: .scss-lint.yml
| Switch to rubocop_styleguide.yml as style source | Switch to rubocop_styleguide.yml as style source
| YAML | agpl-3.0 | lin-d-hop/openfoodnetwork,Matt-Yorkley/openfoodnetwork,mkllnk/openfoodnetwork,Matt-Yorkley/openfoodnetwork,mkllnk/openfoodnetwork,lin-d-hop/openfoodnetwork,Matt-Yorkley/openfoodnetwork,openfoodfoundation/openfoodnetwork,openfoodfoundation/openfoodnetwork,mkllnk/openfoodnetwork,lin-d-hop/openfoodnetwork,mkllnk/openfoodn... |
2142c7fd9dd5bc254a9bcd30481bd6320e74f8d1 | .jazzy.yml | .jazzy.yml | author: Spotify
author_url: https://hubs.spotify.net
copyright: Copyright © 2015-2016 Spotify AB
readme: README.md
documentation: documentation/*.md
module: HubFramework
module_version: v1.0.0
output: documentation/output
theme: fullwidth
github_url: https://ghe.spotify.net/iOS/HubFramework
github_file_prefix: http... | author: Spotify
author_url: https://hubs.spotify.net
copyright: Copyright © 2015-2016 Spotify AB
readme: README.md
documentation: documentation/*.md
module: HubFramework
module_version: v1.0.0
output: documentation/output
theme: fullwidth
github_url: https://ghe.spotify.net/iOS/HubFramework
github_file_prefix: http... | Add root URL for documentation pages | Add root URL for documentation pages
| YAML | apache-2.0 | spotify/HubFramework,spotify/HubFramework,spotify/HubFramework,spotify/HubFramework |
45348742e13352ad5a4c553b27f611c7de37cf28 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I60066db4e84dd3807cd9c35d44e82... | YAML | apache-2.0 | openstack/stevedore |
77fedd22ce1c843113c4a9c0536c7e3ed71d9b87 | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- check-requirements
gate:
queue: kuryr
| - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-xena-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- check-requirements
gate:
queue: kuryr
| Add Python3 xena unit tests | Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I18487e0e3cc89a13f499743f75174848dd18b... | YAML | apache-2.0 | openstack/kuryr,openstack/kuryr |
62c7f5adfe1fb50e77a3a0773c1f5bf96b4b08a6 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Iec2df345376f48f9a6ee0cc657de7... | YAML | apache-2.0 | openstack/python-solumclient |
8244ccdcfbc85f8b551610ac5bb0d4bafdd04b74 | recipes/gclib/meta.yaml | recipes/gclib/meta.yaml | package:
name: gclib
version: "0.0.1"
build:
number: 1
skip: False
source:
fn: gclib-0.0.1.tar.gz
url: https://github.com/gpertea/gclib/archive/907a9d6484b92ea0c357baf2da5d85bc6e6b82b1.tar.gz
md5: 13891db103fab3457beb621ab43f8843
patches:
- Makefile.patch
requirements:
build:
- gcc # [... | package:
name: gclib
version: "0.0.1"
build:
number: 2
skip: False
source:
fn: gclib-0.0.1.tar.gz
url: https://github.com/gpertea/gclib/archive/907a9d6484b92ea0c357baf2da5d85bc6e6b82b1.tar.gz
md5: 13891db103fab3457beb621ab43f8843
patches:
- Makefile.patch
requirements:
build:
- gcc # [... | Add test for shared library, update build number. | Add test for shared library, update build number.
| YAML | mit | saketkc/bioconda-recipes,bow/bioconda-recipes,keuv-grvl/bioconda-recipes,daler/bioconda-recipes,oena/bioconda-recipes,abims-sbr/bioconda-recipes,omicsnut/bioconda-recipes,dmaticzka/bioconda-recipes,jfallmann/bioconda-recipes,shenwei356/bioconda-recipes,oena/bioconda-recipes,xguse/bioconda-recipes,chapmanb/bioconda-reci... |
1b998046340f56d9a9733c3845a8a5a733146297 | tests/kernel/obj_tracking/testcase.yaml | tests/kernel/obj_tracking/testcase.yaml | tests:
kernel.objects.tracking:
tags: kernel
platform_exclude: qemu_x86_tiny intel_adsp_cavs25
| tests:
kernel.objects.tracking:
tags: kernel
platform_exclude: qemu_x86_tiny
| Revert "tests/kernel/obj_tracking: Filter cAVS 2.5 builds to prevent DSP host hangs" | Revert "tests/kernel/obj_tracking: Filter cAVS 2.5 builds to prevent DSP host hangs"
This reverts commit ae8745df6ff5ad0b15b853a3ff271bfa2d26486e.
Patch "kernel/init.c: Initialise logging subsystem after arch" should
fix this, so no more need to filter this test out.
Signed-off-by: Ederson de Souza <1da3dd06fbb9d545... | YAML | apache-2.0 | galak/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,galak/zephyr,galak/zephyr,galak/zephyr,zephyrproject-rtos/zephyr |
ec2cc0d65ddcee9abb5562a3fcfff8e185e86e82 | images/releng/ci/cloudbuild.yaml | images/releng/ci/cloudbuild.yaml | ---
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/cloud-builders/docker
dir: ./images/releng/ci
args:
- build
- --tag=$_REGISTRY/releng-ci:$_GIT_TAG
- --tag=$_REGISTRY/releng-ci:$_IMAGE_VERSION
... | ---
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/cloud-builders/docker
dir: ./images/releng/ci
args:
- build
- --tag=$_REGISTRY/releng-ci:$_GIT_TAG
- --tag=$_REGISTRY/releng-ci:$_IMAGE_VERSION
... | Build v0.5.2 image using go1.16.4 | releng-ci: Build v0.5.2 image using go1.16.4
Signed-off-by: Stephen Augustus <0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33@auggie.dev>
| YAML | apache-2.0 | kubernetes/release,kubernetes/release |
405f3725d5f1312474e42274c554b2e838b409dc | deployments/genomics/config/common.yaml | deployments/genomics/config/common.yaml | nfsPVC:
enabled: true
nfs:
serverIP: nfsserver1
shareName: export/homedirs-other-2020-07-29/genomics
jupyterhub:
scheduling:
userScheduler:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
proxy:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
hub:
nodeSelector:
... | nfsPVC:
enabled: true
nfs:
serverIP: nfsserver1
shareName: export/homedirs-other-2020-07-29/genomics
jupyterhub:
scheduling:
userScheduler:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
proxy:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
hub:
nodeSelector:
... | Remove level of indirection where homedirs are placed | genomics: Remove level of indirection where homedirs are placed
| YAML | bsd-3-clause | ryanlovett/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub |
003f43339d5694608666c1acb4dfc60a02a10d8d | manifests/cf-manifest/operations.d/320-cc-increase-max-app-disk.yml | manifests/cf-manifest/operations.d/320-cc-increase-max-app-disk.yml | - type: replace
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/maximum_app_disk_in_mb?
value: 6144
- type: replace
path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/maximum_app_disk_in_mb?
value: 6144
- type: replace
path: /instance_groups/nam... | - type: replace
path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/maximum_app_disk_in_mb?
value: 8192
- type: replace
path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/maximum_app_disk_in_mb?
value: 8192
- type: replace
path: /instance_groups/nam... | Raise maximum disk space an app can request to 8gb | Raise maximum disk space an app can request to 8gb
One of our users requires extra disk space to be able to temporarily store and scan file uploads.
| 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 |
dec26506f3de33c0c79967d59c1f80119fd0d77f | plugins/tripleo-overcloud/validate.yml | plugins/tripleo-overcloud/validate.yml | - name: Perform pre-deployment validations
hosts: localhost
gather_facts: yes
any_errors_fatal: true
tasks:
- name: "Install/Upgrade are mutually exclusive"
fail:
msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive"
when:
- ( install.de... | - name: Perform pre-deployment validations
hosts: localhost
gather_facts: yes
any_errors_fatal: true
tasks:
- name: "Install/Upgrade are mutually exclusive"
fail:
msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive"
when:
- ( install.de... | Fix reverted patch "Netapp backend job should fail if no netapp backend is available" | Fix reverted patch "Netapp backend job should fail if no netapp backend is available"
RHOSINFRA-1487: Added validation step for external storage backend,
in case if --storage-external is enabled, --storage-config should be
provided, otherwise 'tripleo-overcloud' ansible playbook will be failed.
Such verification is n... | YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
f3266697faf9afa2c349c36c87c0c7f10d876d2e | prow/cluster/build_deployment.yaml | prow/cluster/build_deployment.yaml | kind: Deployment
apiVersion: apps/v1
metadata:
name: prow-build
namespace: default
spec:
replicas: 1
strategy:
type: Recreate # replace, do not scale up
selector:
matchLabels:
app: prow-build
template:
metadata:
labels:
app: prow-build
spec:
serviceAccount: prow-bui... | kind: Deployment
apiVersion: apps/v1
metadata:
name: prow-build
namespace: default
spec:
replicas: 1
strategy:
type: Recreate # replace, do not scale up
selector:
matchLabels:
app: prow-build
template:
metadata:
labels:
app: prow-build
spec:
serviceAccount: prow-bui... | Patch build controller to v20181219-932f7b14e | Patch build controller to v20181219-932f7b14e
| YAML | apache-2.0 | cjwagner/test-infra,BenTheElder/test-infra,dims/test-infra,monopole/test-infra,shyamjvs/test-infra,brahmaroutu/test-infra,cblecker/test-infra,jlowdermilk/test-infra,michelle192837/test-infra,michelle192837/test-infra,ixdy/kubernetes-test-infra,shyamjvs/test-infra,fejta/test-infra,brahmaroutu/test-infra,monopole/test-in... |
c1998fafb7da0c93dee15fcfb7daa903c9085da6 | provision/roles/core/tasks/pcloud.yml | provision/roles/core/tasks/pcloud.yml | ---
- name: create install dir
file: path=/opt/pcloud state=directory
become: true
- name: get JSON from API
uri: url=https://api.pcloud.com/getpublinkdownload?code=XZGr337ZAdsin51iTdSc2MVwD7bHzbMenjok method=GET return_content=yes
register: json_response
- name: set download URL
set_fact: download_url="https... | ---
- name: create install dir
file: path=/opt/pcloud state=directory
become: true
- name: get JSON from API
uri: url=https://api.pcloud.com/getpublinkdownload?code=XZGr337ZAdsin51iTdSc2MVwD7bHzbMenjok method=GET return_content=yes
register: json_response
- name: set download URL
set_fact: download_url="https... | Fix issues with pCloud autostart config | Fix issues with pCloud autostart config
| YAML | apache-2.0 | cfgrok/dotfiles,cfgrok/dotfiles |
7eb7a772568659ebd1725947c8b62b5424c88fd9 | tasks/generate_secret_key.yml | tasks/generate_secret_key.yml | ---
- name: Generate a SECRET_KEY for NetBox if unspecified
shell: "{{ netbox_current_path }}/netbox/generate_secret_key.py > {{ netbox_shared_path }}/generated_secret_key"
args:
creates: "{{ netbox_shared_path }}/generated_secret_key"
- name: Load saved SECRET_KEY
slurp:
src: "{{ netbox_shared_path }}/g... | ---
- name: Generate a SECRET_KEY for NetBox if unspecified
shell: "{{ netbox_current_path }}/netbox/generate_secret_key.py | tr -d $'\n' > {{ netbox_shared_path }}/generated_secret_key"
args:
creates: "{{ netbox_shared_path }}/generated_secret_key"
- name: Load saved SECRET_KEY
slurp:
src: "{{ netbox_sh... | Remove newline when generating SECRET_KEY | Remove newline when generating SECRET_KEY
| YAML | mit | lae/ansible-role-netbox,lae/ansible-role-netbox |
33112065ec2d1afa67fb3ad09e2a38c4ed47d6a4 | recipes/iris-sample-data/meta.yaml | recipes/iris-sample-data/meta.yaml | {% set version = "2.0.0" %}
package:
name: iris_sample_data
version: {{ version }}
source:
fn: iris-sample-data-{{ version }}.tar.gz
url: https://github.com/SciTools/iris-sample-data/archive/v{{ version }}.tar.gz
sha256: 8907f2ac0e38a32e39f79db7e6426d25c27cb18b9ad510a33f3f2538ebac12ac
build:
... | {% set version = "2.0.0" %}
package:
name: iris_sample_data
version: {{ version }}
source:
fn: iris-sample-data-{{ version }}.tar.gz
url: https://github.com/SciTools/iris-sample-data/archive/v{{ version }}.tar.gz
sha256: 8907f2ac0e38a32e39f79db7e6426d25c27cb18b9ad510a33f3f2538ebac12ac
build:
... | Remove bjlittle and pelson never got an answer :-( | Remove bjlittle and pelson never got an answer :-(
| YAML | bsd-3-clause | chrisburr/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,birdsarah/staged-recipes,ocefpaf/staged-recipes,valgur/staged-recipes,hbredin/staged-recipes,chohner/staged-recipes,NOAA-ORR-ERD/staged-recipes,rolando-contrib/staged-recipes,barkls/staged-recipes,glemaitre/staged-recipes,benvandyke/staged-recipes,basn... |
97cd61164b929c81098732f12ca8ab2577969329 | blueprints.yaml | blueprints.yaml | name: Problems
version: 1.1.0
description: Detects and reports problems found in the site.
icon: exclamation-circle
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-problems
keywords: problems, plugin, detector, assistant, required
bugs: http... | name: Problems
version: 1.1.0
description: Detects and reports problems found in the site.
icon: exclamation-circle
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-problems
keywords: problems, plugin, detector, assistant, required
bugs: http... | Move validation parameter inside the form | Bluprints: Move validation parameter inside the form
| YAML | mit | getgrav/grav-plugin-problems,getgrav/grav-plugin-problems |
e4e0a0a88aa5476821d3b3e1d39e1636824f5014 | test/config/default.yml | test/config/default.yml | app:
port: 6789
# namespace:
# The base path for this application. Leave empty or omit for none.
namespace: /test
# trustProxy:
# Whether to set the Express 'trust proxy' setting, which tells Express to
# use the X-Forwarded-* headers to get client information like IP address and
# prot... | app:
port: 9099
# namespace:
# The base path for this application. Leave empty or omit for none.
namespace: /test
# trustProxy:
# Whether to set the Express 'trust proxy' setting, which tells Express to
# use the X-Forwarded-* headers to get client information like IP address and
# prot... | Change test port to 9099 | Change test port to 9099
| YAML | mit | nylen/node-web-media-player |
fd49846ed031aa06411ad0b2c86e6ea6b6b29c1e | metadata/com.fabienli.dokuwiki.yml | metadata/com.fabienli.dokuwiki.yml | Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/fabienli/DokuwikiAndroid
IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues
AutoName: Dokuwiki
Description: Android application to access a dokuwiki and keep pages in local cache.
RepoType: git
Repo: https://github.com/fab... | Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/fabienli/DokuwikiAndroid
IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues
AutoName: Dokuwiki
Description: Android application to access a dokuwiki and keep pages in local cache.
RepoType: git
Repo: https://github.com/fab... | Update Dokuwiki to v0.10 (54) | Update Dokuwiki to v0.10 (54)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
41c6129a83be96751dcb13cb7208e5fda5d9efad | metadata/com.utazukin.ichaival.yml | metadata/com.utazukin.ichaival.yml | Categories:
- Multimedia
- Reading
License: GPL-3.0-or-later
AuthorName: Utazukin
SourceCode: https://github.com/Utazukin/Ichaival
IssueTracker: https://github.com/Utazukin/Ichaival/issues
Changelog: https://github.com/Utazukin/Ichaival/releases
AutoName: Ichaival
Description: |-
Features
* View and searc... | Categories:
- Multimedia
- Reading
License: GPL-3.0-or-later
AuthorName: Utazukin
SourceCode: https://github.com/Utazukin/Ichaival
IssueTracker: https://github.com/Utazukin/Ichaival/issues
Changelog: https://github.com/Utazukin/Ichaival/releases
AutoName: Ichaival
Description: |-
Features
* View and searc... | Update Ichaival to 0.5.1 (11) | Update Ichaival to 0.5.1 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
bdb70cff7223e57bcd886832c71b0c6762370a4d | metadata/com.minar.randomix.yml | metadata/com.minar.randomix.yml | Categories:
- Games
License: MIT
AuthorName: minar
AuthorEmail: minar.tastic@gmail.com
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/randomix
IssueTracker: https://github.com/m-i-n-a-r/randomix/issues
AutoName: Randomix
RepoType: git
Repo: https://github.com/m-i-n-a-r/randomix.git
Build... | Categories:
- Games
License: MIT
AuthorName: minar
AuthorEmail: minar.tastic@gmail.com
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/randomix
IssueTracker: https://github.com/m-i-n-a-r/randomix/issues
AutoName: Randomix
RepoType: git
Repo: https://github.com/m-i-n-a-r/randomix.git
Build... | Update Randomix to 1.14 (30) | Update Randomix to 1.14 (30)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
71b508f27f0025d61b15d572ee6b340d1f4c3ee0 | metadata/org.sasehash.burgerwp.yml | metadata/org.sasehash.burgerwp.yml | Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://gitlab.com/samsumas/LivingBurger
IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues
Changelog: https://gitlab.com/samsumas/LivingBurger/tags
AutoName: BurgerWP
Description: |-
Very nice Wallpaper featuring some pizza and burger. Burger an... | Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://gitlab.com/samsumas/LivingBurger
IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues
Changelog: https://gitlab.com/samsumas/LivingBurger/tags
AutoName: BurgerWP
Description: |-
Very nice Wallpaper featuring some pizza and burger. Burger an... | Update BurgerWP to 1.2 (120) | Update BurgerWP to 1.2 (120)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
fa9b0e3f7cbac74240334cfa1f59cb05e9dff11f | metadata/press.condense.www.yml | metadata/press.condense.www.yml | Categories:
- Reading
License: GPL-3.0-or-later
SourceCode: https://github.com/agnelvishal/newsDiet
IssueTracker: https://github.com/agnelvishal/newsDiet/issues
AutoName: News Diet
Summary: A news recommendation engine with user customizable parameters
Description: News apps like Google News, Flipboard, BBC show tre... | Categories:
- Reading
License: GPL-3.0-or-later
SourceCode: https://github.com/agnelvishal/newsDiet
IssueTracker: https://github.com/agnelvishal/newsDiet/issues
AutoName: News
Summary: A news recommendation engine with user customizable parameters
Description: News apps like Google News, Flipboard, BBC show trending... | Update CV of News to 1.2 (18) | Update CV of News to 1.2 (18)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
63f4a16afb84c150c80680c31a93254f22718f63 | recipes/sphinx-notfound-page/meta.yaml | recipes/sphinx-notfound-page/meta.yaml | {% set name = "sphinx-notfound-page" %}
{% set version = "0.5" %}
{% set hash = "0ff34a26140ede859dc9bcc216107a5e27dcd0076a1b1defaa31f61fb67b489c" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sh... | {% set name = "sphinx-notfound-page" %}
{% set version = "0.5" %}
{% set hash = "0ff34a26140ede859dc9bcc216107a5e27dcd0076a1b1defaa31f61fb67b489c" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sh... | Introduce lower bound on allowed python version | Introduce lower bound on allowed python version | YAML | bsd-3-clause | patricksnape/staged-recipes,igortg/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,con... |
bc89c2e8f252d44ee46e6657a532087c8cae207c | utils/packaging/packaging_ubuntu.yml | utils/packaging/packaging_ubuntu.yml | ---
- name: Create temporary mount point
file: dest=temp state=directory
- shell: "mount"
- shell: "df"
- shell: "umount {{ chrootpath }}/dev"
- shell: "lsof {{ chrootpath }}/proc"
- shell: "umount -l {{ chrootpath }}/proc"
- shell: "fallocate -l {{ rootfs_size }} rootfs.img"
- shell: "mkfs.ext3 -... | ---
- name: Create temporary mount point
file: dest=temp state=directory
- shell: "mount"
- shell: "df"
- shell: "umount {{ chrootpath }}/dev"
- shell: "lsof {{ chrootpath }}/proc"
- shell: "umount -l {{ chrootpath }}/proc"
- shell: "fallocate -l {{ rootfs_size }} rootfs.img"
- shell: "mkfs.ext4 -... | Revert "Use ext3 on ubuntu" | Revert "Use ext3 on ubuntu"
This reverts commit 3c7efa8fb82b09ca67a531cba64cdc253c4e2702.
| YAML | apache-2.0 | squashible/squashible,squashible/squashible |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.