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 |
|---|---|---|---|---|---|---|---|---|---|
895a2ac855e414f78c8bdf679990b57e9419ec51 | packages/co/composite-dhall.yaml | packages/co/composite-dhall.yaml | homepage: ''
changelog-type: markdown
hash: beadfdcfafafbcb2b8785307f52d79b9c88a0d3016d2eb46949d658e5d2f2965
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Dhall instances for composite records.
changelog: |
# Changelog for composite-dhall
## v0.0.1.0
* Add `ToDhall` and `FromDhall` instance... | homepage: ''
changelog-type: markdown
hash: 9e2f57d3d32f886cb1ad84de465942126730f767fbf248cdac1323c5a4290535
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Dhall instances for composite records.
changelog: |
# Changelog for composite-dhall
## v0.0.1.0
* Add `ToDhall` and `FromDhall` instance... | Update from Hackage at 2021-07-26T08:13:59Z | Update from Hackage at 2021-07-26T08:13:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
28fec8745d4a8e697a9bc8443d91cf0c590af1c1 | recipes/coreutils/meta.yaml | recipes/coreutils/meta.yaml | {% set name = "coreutils" %}
{% set version = "8.29" %}
{% set sha256 = "92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://ftp.gnu.org/gnu/{{ name }}/{{ name }}-{{ version }}.tar.xz
sha256: {{ sha256 }}
build:
nu... | {% set name = "coreutils" %}
{% set version = "8.29" %}
{% set sha256 = "92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://ftp.gnu.org/gnu/{{ name }}/{{ name }}-{{ version }}.tar.xz
sha256: {{ sha256 }}
build:
nu... | Fix license and add mbargull as maintainer | Fix license and add mbargull as maintainer | YAML | bsd-3-clause | kwilcox/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,petrushy/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,petrushy/staged-recipes,dschreij/staged-recipes,cpaulik/staged-recipes,rmcgibbo/staged-recipes,stuertz/staged-recip... |
a3774f81631accb2779babd4d8de7128a0a3043c | recipes/decorator/meta.yaml | recipes/decorator/meta.yaml | {% set name = "decorator" %}
{% set version = "4.0.11" %}
{% set sha256 = "953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na... | {% set name = "decorator" %}
{% set version = "4.1.0" %}
{% set sha256 = "53d6e5864a8f11e38eddf2206ad6de3eb4738114e54c9fb6bbe47a7ddbec523b" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ nam... | Update decorator recipe to version 4.1.0 | Update decorator recipe to version 4.1.0
change to noarch: python
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
ed0300b6f1f2c035d02a61914f67ab5ad770cf2d | packages/fw/fwgl-javascript.yaml | packages/fw/fwgl-javascript.yaml | homepage: https://github.com/ZioCrocifisso/FWGL
changelog-type: ''
hash: dae5a32756dfd19fd86380c99b6f774ef58fda63ad8509e0fb2a17ee94143ca8
test-bench-deps: {}
maintainer: ziocroc@gmail.com
synopsis: FWGL GHCJS backend
changelog: ''
basic-deps:
Yampa: -any
base: ! '>=4.7 && <4.8'
ghcjs-base: -any
unordered-contai... | homepage: https://github.com/ziocroc/FWGL
changelog-type: ''
hash: 9d30626c7be3df0995eb14ee3ec5ce0840bdb1a23b1c7d74ad299cc49945d5bb
test-bench-deps: {}
maintainer: ziocroc@gmail.com
synopsis: FWGL GHCJS backend
changelog: ''
basic-deps:
Yampa: -any
base: ! '>=4.7 && <4.8'
ghcjs-base: -any
unordered-containers: ... | Update from Hackage at 2015-07-19T23:19:10+0000 | Update from Hackage at 2015-07-19T23:19:10+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
10c68218760b7de933db724fbc62babdb9281826 | install.conf.yaml | install.conf.yaml | - clean: []
- shell:
- mkdir -p ~/.shellrc/local.d ~/bin ~/.shellrc/login.d
- bin/run-parts.sh install.d
- cp bashrc ~/.bashrc
- cp bash_profile ~/.bash_profile
- link:
~/.shellrc/bashrc.d:
create: true
path: bashrc.d/
~/.shellrc/bin:
create: true
path: bin
... | - clean: ['~']
- shell:
- mkdir -p ~/.shellrc/local.d ~/bin ~/.shellrc/login.d
- bin/run-parts.sh install.d
#- ln -f -s $(realpath ~/.shellrc/dotfiles/bashrc) $(realpath ~/.bashrc)
#- ln -f -s $(realpath ~/.shellrc/dotfiles/bash_profile) $(realpath ~/.bash_profile)
- link:
~/.shellrc/bashrc.d:... | Make bashrc and bash_profile into links, after all | Make bashrc and bash_profile into links, after all
| YAML | unlicense | TheDauthi/dotfiles,TheDauthi/dotfiles |
8df7987f88373dd0ccf936ddb75d3978ac2df4ea | roles/dev/defaults/main.yml | roles/dev/defaults/main.yml | #
# Copyright 2017 Martin Goellnitz.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... | #
# Copyright 2017 Martin Goellnitz.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... | Update to maven 3.5.2 as it is the latest available build level | Update to maven 3.5.2 as it is the latest available build level | YAML | apache-2.0 | provocon/coremedia-centos-development |
e6539ad625296083b38a7081b84972d0f09dc408 | data/contract_types.yml | data/contract_types.yml | - country: Belgium
employee_factor: 0.8
- country: China
employee_factor: 0.55
- country: India
employee_factor: 0.6
- country: Netherlands
employee_factor: 0.8
- country: United Kingdom
employee_factor: 0.85
- country: United States
employee_factor: 1
- country: '*'
contractor_factor: 1.17
| - country: Belgium
employee_factor: 0.8
- country: China
employee_factor: 0.55
- country: India
employee_factor: 0.75
- country: Netherlands
employee_factor: 0.8
- country: United Kingdom
employee_factor: 0.85
- country: United States
employee_factor: 1
- country: '*'
contractor_factor: 1.17
| Increase contract type factor for India | Increase contract type factor for India
| YAML | mit | damianhakert/damianhakert.github.io |
797483a2421c397de5b3c0f54971014c81cf52c5 | internal/skeleton/goal.yml | internal/skeleton/goal.yml | # goal.yml is a configuration file of "goal run" file watcher / task runner.
init:
# Commands of this section will be executed once per start of `goal run`.
- /echo "Starting work on 'github.com/colegion/goal/internal/skeleton'"
- /run genHandlers
- /start getAssets
- go get github.com/colegion/goal/internal/... | # goal.yml is a configuration file of "goal run" file watcher / task runner.
init:
# Commands of this section will be executed once per start of `goal run`.
- /echo "Starting work on 'github.com/colegion/goal/internal/skeleton'"
- go get -t github.com/colegion/goal/internal/skeleton/...
- /run genHandlers
- /... | Change the order of initialization in conf file | Change the order of initialization in conf file
| YAML | bsd-2-clause | goaltools/goal,anonx/sunplate,anonx/sunplate,anonx/sunplate,goaltools/goal,goaltools/goal |
03f8f5a08418080162a3d2f90658a597606e7c45 | releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml | releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml | ---
upgrade:
- The ability to load a custom scheduler host manager via the
``scheduler_host_manager`` configuration option was deprecated
in the 13.0.0 Mitaka release and is now removed in the 14.0.0 Newton
release.
| ---
upgrade:
- The ability to load a custom scheduler host manager via the
``scheduler_host_manager`` configuration option was deprecated
in the 13.0.0 Mitaka release and is now removed in the 14.0.0 Newton
release. Host managers can only be selected by name and not by full
class path. The allowed val... | Clarify what changed with scheduler_host_manager. | Clarify what changed with scheduler_host_manager.
The wording could be interpreted as the full removal of the
scheduler_host_manager configuration entry itself.
Change-Id: Ifd8269ae3467f1828ea2d6764cd42446be6de5a0
| YAML | apache-2.0 | Juniper/nova,gooddata/openstack-nova,gooddata/openstack-nova,rajalokan/nova,klmitch/nova,mikalstill/nova,hanlind/nova,mahak/nova,klmitch/nova,rahulunair/nova,mikalstill/nova,Juniper/nova,klmitch/nova,rahulunair/nova,vmturbo/nova,hanlind/nova,jianghuaw/nova,phenoxim/nova,jianghuaw/nova,rahulunair/nova,gooddata/openstack... |
3d3e316775f5119b67115a5e1ccd57bcfcb4358f | db/unit_conversions.yml | db/unit_conversions.yml | ---
# Unit conversions are added using the `key` for the InputElement, then use an
# array of hashes where each hash is an alternative unit which may be
# displayed. The hash keys should be `name`, `unit` and `multiplier`.
number_of_pulverized_coal: &coal_plants
megawatts: [ MW, 2000 ]
gigawatts: [ GW, 2.0 ]
# YA... | ---
# Unit conversions are added by using the `key` for the input element. Then,
# create a hash where each key is an I18n string (under unit_conversions.*)
# and the value a two-element array consisting of the unit suffix, and the
# multiplier.
#
# For example, assuming a slider whose default value is in gigawatts:
#
... | Improve documentation of unit conversions YAML file. | Improve documentation of unit conversions YAML file.
| YAML | mit | quintel/etmodel,quintel/etmodel,quintel/etmodel,quintel/etmodel |
ec2c9b68f81a3d24da0254786ca6a5f73ad2fae1 | bmi_ilamb/data/bmi_ilamb.yaml | bmi_ilamb/data/bmi_ilamb.yaml | config: ilamb.cfg
ilamb_root: /nas/data/ILAMB_sample
model_root: /nas/data/ILAMB_sample/MODELS
regions: global
| config: /home/csdms/wmt/_testing/opt/bmi-ilamb/bmi_ilamb/data/ilamb.cfg
ilamb_root: /nas/data/ILAMB_sample
model_root: /nas/data/ILAMB_sample/MODELS
regions: global
| Use full path to ILAMB config file | Use full path to ILAMB config file
| YAML | mit | permamodel/bmi-ilamb |
d4fa039d75a8b0168988fe625f89299e21ad141e | tasks/deploy.yml | tasks/deploy.yml | ---
- include_vars: "vars/{{ wimpy_deploy_strategy }}.yml"
- include: find_latest_ami.yml
when: wimpy_aws_ami_id is undefined
- include: find_previous_cloudformation.yml
when:
- wimpy_destroy_previous_asg
- wimpy_deploy_strategy != rolling_asg
- include: create_github_deployment.yml
when: wimpy_github... | ---
- include_vars: "vars/{{ wimpy_deploy_strategy }}.yml"
- include: find_latest_ami.yml
when: wimpy_aws_ami_id is undefined
- include: find_previous_cloudformation.yml
when:
- wimpy_destroy_previous_asg
- wimpy_deploy_strategy != 'rolling_asg'
- include: create_github_deployment.yml
when: wimpy_gith... | Deploy strategy must go between quotes | Deploy strategy must go between quotes
| YAML | mit | wimpy/wimpy.deploy,fiunchinho/wimpy,wimpy/wimpy.deploy,fiunchinho/wimpy |
fcd4f8adc677d58412e7aa20f1e37548e646f166 | cluster/canary/updater.yaml | cluster/canary/updater.yaml | ---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: testgrid-canary@k8s-testgrid.iam.gserviceaccount.com
name: updater
namespace: testgrid-canary
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: testgrid-updater
namespace: testgrid-canary
labels:
co... | ---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: testgrid-canary@k8s-testgrid.iam.gserviceaccount.com
name: updater
namespace: testgrid-canary
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: testgrid-updater
namespace: testgrid-canary
labels:
co... | Add manual subscriptions to canary. | Add manual subscriptions to canary.
Also increase CPU limit
| YAML | apache-2.0 | GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid |
2389c2573aa0670447e84658d6b659154b55fa87 | .eslintrc.yaml | .eslintrc.yaml | extends: "airbnb-base"
plugins:
- "import"
env:
browser: true
webextensions: true
settings:
import/resolver:
node:
paths:
- src
- node_modules
import/no-extraneous-dependencies:
- error
- devDependencies: false
optionalDep... | extends: "airbnb-base"
plugins:
- "import"
env:
browser: true
webextensions: true
settings:
import/resolver:
node:
paths:
- src
- node_modules
import/no-extraneous-dependencies:
- error
- devDependencies: false
optionalDep... | Set `no-restricted-syntax: 0` on tests | Set `no-restricted-syntax: 0` on tests
| YAML | mit | reblws/tab-search,reblws/tab-search |
76a666e52a0bf5edca999b455f2e6b84295a7ab9 | .gitlab-ci.yml | .gitlab-ci.yml | test:
stage: test
script:
- python3.6 -m py_compile btsoot
| test:
stage: test
script:
- python3.6 -m py_compile btsoot.py
| Fix ci to point to correct filename btsoot.py | Fix ci to point to correct filename btsoot.py
| YAML | bsd-3-clause | paulkramme/btsoot |
96e952197a288b775c696366b4bbfbde179c8195 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- angr-test sync hard
### local
angr:
script: "angr-test angr"
tags: [angr]
lint:
script: "angr-test lint"
tags: [angr]
### first level
fidget:
script: "angr-test fidget"
tags: [angr]
angrop:
script: "angr-test angrop"
tags: [angr]
topsecret:
script: "angr-tes... | before_script:
- which angr-test && angr-test sync hard
### local
angr:
script: "angr-test angr"
tags: [angr]
lint:
script: "angr-test lint"
tags: [angr]
### first level
fidget:
script: "angr-test fidget"
tags: [angr]
angrop:
script: "angr-test angrop"
tags: [angr]
topsecret:
... | Enable Docker build on success | Enable Docker build on success
| YAML | bsd-2-clause | f-prettyland/angr,iamahuman/angr,iamahuman/angr,schieb/angr,angr/angr,f-prettyland/angr,axt/angr,chubbymaggie/angr,axt/angr,schieb/angr,tyb0807/angr,axt/angr,tyb0807/angr,iamahuman/angr,angr/angr,schieb/angr,chubbymaggie/angr,chubbymaggie/angr,tyb0807/angr,f-prettyland/angr,angr/angr |
874ffc64ad61a0b3c3769ec41a25f896c85e4739 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- init
- build
- test
init-env:
stage: init
script:
- export CURRENT_BUILD_PATH=/builds/timothy/godns
build-my-project:
stage: build
script:
- cd $CURRENT_BUILD_PATH
- go get
- go build
test-my-project:
stage: test
script:
- cd $CURRENT_BUILD_PATH
- go test
| image: golang:1.6.2
before_script:
- export CURRENT_BUILD_PATH=/builds/timothy/godns
stages:
- build
- test
init-env:
stage: init
script:
build-my-project:
stage: build
script:
- cd $CURRENT_BUILD_PATH
- go get
- go build
test-my-project:
stage: test
script:
- cd $CURRENT_BUILD_P... | Update gitlab ci config file | Update gitlab ci config file
| YAML | apache-2.0 | TimothyYe/godns |
3546be1cbbdd859bef11269968472587ec6fc19c | .gitlab-ci.yml | .gitlab-ci.yml | include:
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-frameworks-linux.yml
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-frameworks-freebsd.yml
# Enable the Windows CI when it actually works
#- https://... | # SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-License-Identifier: CC0-1.0
include:
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
| Add Native Gitlab CI configuration | Add Native Gitlab CI configuration
| YAML | lgpl-2.1 | KDE/breeze-icons,KDE/breeze-icons,KDE/breeze-icons,KDE/breeze-icons,KDE/breeze-icons |
3c9e478b450a2aa4d0b0fb8a3f224737e7382901 | .gitlab-ci.yml | .gitlab-ci.yml | image: node:5.11
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run bower -- install
- npm run brunch -- b --production
artifacts:
paths:
- public
# only:
# - master
| image: node:5.11
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run bower -- install --allow-root
- npm run brunch -- b --production
artifacts:
paths:
- public
# only:
# - master
| Allow bower with root for gitlab ci | Allow bower with root for gitlab ci
| YAML | mit | Hexanet/MergeRequestsCI,Hexanet/MergeRequestsCI |
3e8fa70f2df21a978b6bf509a5742ce7a435795b | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- apt-get update -yqq
- apt-get install -yqq libmcrypt-dev g++ libsqlite3-dev libssl-dev libcurl3-dev libxml2-dev libzzip-dev libpq-dev
- rm -rf /var/lib/apt/lists/*
- docker-php-ext-install hash json mcrypt mbstring pdo pdo_mysqlnd simplexml pdo_pgsql pdo_sqlite
- echo "date.timezone = UTC" > /usr/local... | before_script:
- apt-get update -yqq
- apt-get install -yqq libmcrypt-dev g++ libsqlite3-dev libssl-dev libcurl3-dev libxml2-dev libzzip-dev libpq-dev
- rm -rf /var/lib/apt/lists/*
- docker-php-ext-install hash json mcrypt mbstring pdo pdo_mysql simplexml pdo_pgsql pdo_sqlite
- echo "date.timezone = UTC" > /usr/local/e... | Revert "Try again with Gitlab CI" | Revert "Try again with Gitlab CI"
This reverts commit 44a0da5c6a557817807bb6dbc697e76355e60ec0.
| YAML | bsd-3-clause | tdely/freischutz,tdely/freischutz,tdely/freischutz |
b1e5c6af2a3379929b175d1573a85ceb52bc2a43 | .gitlab-ci.yml | .gitlab-ci.yml | image: ubuntu:xenial
stages:
- build
build:
stage: build
script:
- apt-get update && apt-get install -y docker.io make
- make
- if [ -z "${DOCKER_USER}" ]; then export DOCKER_USER=gitlab-ci-token; export DOCKER_PASSWORD=${CI_BUILD_TOKEN}; fi
- if [ -n "${DOCKER_REGISTRY}" ]; then docker login -u... | image: ubuntu:xenial
stages:
- build
build:
stage: build
script:
- apt-get update && apt-get install -y docker.io make
# We allow the user to control which Docker registry is used through the
# env var DOCKER_REGISTRY. If it is not set then we assume we should use
# the GitLab built-in Docker re... | Fix docker push for GitLab CI | Fix docker push for GitLab CI
We default to using the built-in Docker registry in GitLab if one isn't
explicitly provided.
| YAML | mit | mzagozen/vrnetlab,holmahenkel/vrnetlab,plajjan/vrnetlab,plajjan/vrnetlab,mzagozen/vrnetlab,holmahenkel/vrnetlab,bdreisbach/vrnetlab,bdreisbach/vrnetlab |
083b3d816ad81d098626d384b037b8770c1d2c9d | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- test
build:
stage: build
script: "mvn clean test -B"
sonar:
stage: test
script: "mvn verify sonar:sonar -B -Dsonar.host.url=https://sonarqube.johnnei.org"
| stages:
- build
- test
build:
stage: build
script: "mvn clean test -B"
sonar:
stage: test
script: "mvn verify sonar:sonar -B -Dsonar.host.url=https://sonarqube.johnnei.org -Dmaven.test.failure.ignore=true"
| Allow ITs to fail during sonar-phase. | Allow ITs to fail during sonar-phase.
| YAML | apache-2.0 | Johnnei/JavaTorrent |
29918a8062c93bdcbfbcf07312731b341c6efd83 | metadata/de.moekadu.tuner.yml | metadata/de.moekadu.tuner.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: Michael Moessner
SourceCode: https://github.com/thetwom/Tuner
IssueTracker: https://github.com/thetwom/Tuner/issues
Changelog: https://github.com/thetwom/Tuner/releases
AutoName: Tuner
RepoType: git
Repo: https://github.com/thetwom/Tuner
Build... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: Michael Moessner
SourceCode: https://github.com/thetwom/Tuner
IssueTracker: https://github.com/thetwom/Tuner/issues
Changelog: https://github.com/thetwom/Tuner/releases
AutoName: Tuner
RepoType: git
Repo: https://github.com/thetwom/Tuner
Build... | Update Tuner to 1.2.1 (5) | Update Tuner to 1.2.1 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3fe0e1f3257f3031decfe5b5706c196aa53a18af | GitVersion.yml | GitVersion.yml | assembly-versioning-scheme: MajorMinorPatch
# mode: ContinuousDeployment
next-version: 2.0.0
branches:
release:
mode: ContinuousDeployment
ignore:
sha: []
| assembly-versioning-scheme: MajorMinorPatch
# mode: ContinuousDeployment
next-version: 2.0.0
branches:
release:
mode: ContinuousDeployment
hotfix:
mode: ContinuousDeployment
ignore:
sha: []
| Use continuous deployment for hotfixes too | Use continuous deployment for hotfixes too
| YAML | apache-2.0 | amroel/fluentmigrator,schambers/fluentmigrator,fluentmigrator/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,eloekset/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,eloekset/fluentmigrator,igitur/fluentmigrator,schambers/fluentmigrator,amroel/fluentmigrator,st... |
41f00f3ff559e944371d9c87aa6c008e4752717d | GitVersion.yml | GitVersion.yml | next-version: 0.1.1
branches:
features?[/-]:
mode: ContinuousDeployment
tag: beta
master: {}
ignore:
sha: []
| next-version: 0.1.1
branches:
features?[/-]:
mode: ContinuousDeployment
tag: beta
master:
mode: ContinuousDeployment
ignore:
sha: []
| Set master gitversion policy to continuousdeployment. +semver: minor | Set master gitversion policy to continuousdeployment. +semver: minor
| YAML | mit | pjbgf/dotnet-ildasm,pjbgf/dotnet-ildasm |
2482234a75a16856e38e1f537c470e6716e7a9cd | _data/versions.yml | _data/versions.yml | "3.9": "v3.9.0-devel"
"3.8": "v3.8.0-alpha.1"
"3.7": "v3.7.10"
"3.6": "v3.6.13"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.9": "v3.9.0-devel"
"3.8": "v3.8.0-beta.1"
"3.7": "v3.7.11"
"3.6": "v3.6.13"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| Update 3.7 to v3.7.11 and 3.8 to v3.8.0-beta.1 | Update 3.7 to v3.7.11 and 3.8 to v3.8.0-beta.1 | YAML | apache-2.0 | arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs |
5b9b28c6776dec830d2f0fb1c3a9aa712ca34556 | mkdocs.yml | mkdocs.yml | site_name: Will's Docs
site_url: http://skoczen.github.io/will
site_description: "Will is a simple, beautiful-to-code python hipchat bot"
pages:
- ["index.md", "Get Started"]
- ["plugins/basics.md", "Teach Your Will", "The Basics"]
- ["plugins/notice.md", "Teach Your Will", "What Will Can Notice"]
- ["plugins/reply.md"... | site_name: Will's Docs
site_url: http://skoczen.github.io/will
site_description: "Will is a simple, beautiful-to-code python hipchat bot"
pages:
- ["index.md", "Get Started"]
- ["plugins/basics.md", "Teach Your Will", "The Basics"]
- ["plugins/notice.md", "Teach Your Will", "What Will Can Notice"]
- ["plugins/reply.md"... | Remove separate ACL page from docs | Remove separate ACL page from docs
| YAML | mit | shadow7412/will,mike-love/will,woohgit/will,mike-love/will,dmuntean/will,skoczen/will,pcurry/will,pcurry/will,chillipeper/will,wontonst/will,grahamhayes/will,wontonst/will,woohgit/will,skoczen/will,fredsmith/will,grahamhayes/will,wontonst/will,dmuntean/will,shadow7412/will,mike-love/will,dmuntean/will,fredsmith/will,gr... |
359f02eeb5c73612c68d410ff533eeb3488cf705 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
variables:
buildConfiguration: 'Release'
step... | # ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'vs2017-win2016'
variables:
buildConfiguration: 'Release'
st... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | apache-2.0 | secana/PeNet |
bac101e20726dca13e5761ac373bc4635de0cd18 | ggd-recipes/hg38/esp.yaml | ggd-recipes/hg38/esp.yaml | # Exome Sequencing Project (ESP): http://evs.gs.washington.edu/EVS/
# Lifted over to hg38 and prepped with utils/prep_esp_hg38.py
---
attributes:
name: esp
version: ESP6500SI-V2
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
url=https://s3.amazonaws.com/biodata/hg38_bundle/ESP6500SI-V2-hg3... | # Exome Sequencing Project (ESP): http://evs.gs.washington.edu/EVS/
# http://evs.gs.washington.edu/evs_bulk_data/ESP6500SI-V2-SSA137.GRCh38-liftover.snps_indels.vcf.tar.gz
# Lifted over to hg38 and prepped with utils/prep_esp_hg38.py
---
attributes:
name: esp
version: ESP6500SI-V2
recipe:
full:
recipe_type: b... | Add specifically which file we grabbed from the ESP. | Add specifically which file we grabbed from the ESP.
| YAML | mit | chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux |
0c49dae37fd2d2b97f9baf21f1979023f529a964 | config/database.example.yml | config/database.example.yml | development: &defaults
adapter: postgresql
encoding: unicode
database: <%= ENV['DATABASE_NAME'] %>
username: <%= ENV['DATABASE_USERNAME'] %>
password: <%= ENV['DATABASE_PASSWORD'] %>
test:
<<: *defaults
database: <%= ENV['TEST_DATABASE_NAME'] %>
| development: &defaults
adapter: postgresql
encoding: unicode
database: <%= ENV.fetch('DATABASE_NAME') %>
username: <%= ENV.fetch('DATABASE_USERNAME') %>
password: <%= ENV.fetch('DATABASE_PASSWORD') %>
test:
<<: *defaults
database: orientation_test
| Raise when database vars are not set | Raise when database vars are not set
#fetch will ensure a friendly exception message too.
| YAML | mit | ferdinandrosario/orientation,orientation/orientation,splicers/orientation,cmckni3/orientation,orientation/orientation,jefmathiot/orientation,cmckni3/orientation,Scripted/orientation,splicers/orientation,codio/orientation,codeschool/orientation,jefmathiot/orientation,smashingboxes/orientation,hashrocket/orientation,hash... |
76ce3885ed6efb393ea5f5e09772b4c9f2f708bb | spec/rails/config/loops.yml | spec/rails/config/loops.yml | global:
pid_file: /var/run/superloops.pid
loops_root: <%= Loops.root.to_s %>
colorful_logs: true
logger: logs/loops.log
loops:
simple:
logger: logs/loops/simple.log
log_level: error
complex:
logger: logs/loops/complex.log
| global:
pid_file: /tmp/superloops.pid
loops_root: <%= Loops.root.to_s %>
colorful_logs: true
logger: logs/loops.log
loops:
simple:
logger: logs/loops/simple.log
log_level: error
complex:
logger: logs/loops/complex.log
| Move test pid to /tmp | Move test pid to /tmp
| YAML | mit | kovyrin/loops,shaicoleman/loops,romanvbabenko/loops3 |
3f89d9c4303e16014c3fafe4e020d584b30aca67 | changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml | changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml | ---
title: Remove duplicated variables with the same key for projects. Add environment_scope
column to variables and add unique constraint to make sure that no variables could
be created with the same key within a project
merge_request: 12363
author:
| ---
title: Rename duplicated variables with the same key for projects. Add environment_scope
column to variables and add unique constraint to make sure that no variables could
be created with the same key within a project
merge_request: 12363
author:
| Update changelog entry to reflect that we're renaming | Update changelog entry to reflect that we're renaming
| YAML | mit | dreampet/gitlab,mmkassem/gitlabhq,t-zuehlsdorff/gitlabhq,mmkassem/gitlabhq,iiet/iiet-git,t-zuehlsdorff/gitlabhq,axilleas/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,jirutka/gitlabhq,jirutka/gitlabhq,axilleas/gitlabhq,iiet/iiet-git,dplarson/gitlabhq,iiet/iiet-git,axilleas/gitlabhq,dplarson/gitlabhq,stoplightio/gitlabhq,ji... |
6133f1b2a1c03d1c41d89091e0886147027027b9 | packages/pu/pure-shuffle.yaml | packages/pu/pure-shuffle.yaml | homepage: https://gitlab.com/igrep/pure-shuffle#readme
changelog-type: markdown
hash: 9899ed5357f0e5000a0ce022666a8b9f413e828089e719287f710c7e8564deb4
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
pure-shuffle: -any
random-shuffle: -any
QuickCheck: -any
mono-traversable: -any
maintainer: yuji-yamamoto@... | homepage: https://gitlab.com/igrep/pure-shuffle#readme
changelog-type: markdown
hash: 0aaaf84f71caf80dbf7753b6c88f6285a1aaa48888c8d404ba2611ee1b291f4c
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
pure-shuffle: -any
random-shuffle: -any
transformers: -any
QuickCheck: -any
mono-traversable: -any
maint... | Update from Hackage at 2018-11-16T07:09:39Z | Update from Hackage at 2018-11-16T07:09:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e8963e4c0f7d8de3214fa0ee642c2ee42628d2ff | packages/se/semiring-num.yaml | packages/se/semiring-num.yaml | homepage: https://github.com/oisdk/semiring-num
changelog-type: ''
hash: 5a81d6b27920f0d43b872fcb1e7c0f676abe5c91f7fe2df2959c46933f774a85
test-bench-deps:
base: ! '>=4.9 && <5'
semiring-num: -any
doctest: ! '>=0.11'
smallcheck: ! '>=1.1'
containers: ! '>=0.5'
maintainer: mail@doisinkidney.com
synopsis: Basic ... | homepage: https://github.com/oisdk/semiring-num
changelog-type: ''
hash: 1e68d778fa16bc9ecdb9334bfb4c943745fa94281e39f20154404004caeecc06
test-bench-deps:
base: ! '>=4.9 && <5'
semiring-num: -any
doctest: ! '>=0.11'
smallcheck: ! '>=1.1'
containers: ! '>=0.5'
maintainer: mail@doisinkidney.com
synopsis: Basic ... | Update from Hackage at 2016-11-20T23:33:46Z | Update from Hackage at 2016-11-20T23:33:46Z | YAML | mit | commercialhaskell/all-cabal-metadata |
6e95d59999a0defcb27b26674c776f1d1b149001 | tasks/install-apache-agent-linux.yml | tasks/install-apache-agent-linux.yml | - name: "Inject the Dynatrace Apache Agent into Apache's config file {{ dynatrace_apache_agent_linux_apache_config_path }}"
lineinfile:
dest: "{{ dynatrace_apache_agent_linux_apache_config_path }}"
regexp: 'LoadModule dtagent_module "{{ dynatrace_apache_agent_linux_agent_path }}"'
line: 'LoadModule dtagen... | - name: "Inject the Dynatrace Apache Agent into Apache's config file {{ dynatrace_apache_agent_linux_apache_config_path }}"
lineinfile:
dest: "{{ dynatrace_apache_agent_linux_apache_config_path }}"
regexp: 'LoadModule dtagent_module "{{ dynatrace_apache_agent_linux_agent_path }}"'
line: 'LoadModule dtagen... | Use 'become' instead of 'sudo'. | Use 'become' instead of 'sudo'.
| YAML | mit | dynaTrace/Dynatrace-Apache-HTTPServer-Agent-Ansible,dynaTrace/Dynatrace-Apache-HTTPD-Agent-Ansible |
e2833f7e54ff67bc0d9f373fb7c97ccb39af5ce2 | nglview/meta.yaml | nglview/meta.yaml | package:
name: nglview
version: "v0.6.2.2"
source:
git_url: https://github.com/arose/nglview.git
git_tag: v0.6.2.2
build:
number: 0
#noarch_python: True
requirements:
build:
- python
- jupyter
- ipywidgets >5.1.0
- notebook >4.1
- traitlets
run:
- python
- numpy
- ipy... | package:
name: nglview
version: "0.6.2.2"
source:
git_url: https://github.com/arose/nglview.git
git_tag: v0.6.2.2
build:
number: 1
#noarch_python: True
requirements:
build:
- python
- jupyter
- ipywidgets >5.1.0
- notebook >4.1
- traitlets
run:
- python
- numpy
- ipyw... | Fix version number for conda recipie | Fix version number for conda recipie
Fixes #732
| YAML | mit | jchodera/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes |
a665737cf028de9a8acf25e2fd958eaf56b771b2 | roles/nova-common/tasks/main.yml | roles/nova-common/tasks/main.yml | ---
- name: nova user
user: name=nova shell=/bin/false
- apt: pkg=python-mysqldb
- apt: pkg=python-numpy
- name: get nova source repo
git: |
repo={{ openstack.git_mirror }}/nova.git dest=/opt/stack/nova version={{ nova_common_rev }} depth=30
notify:
- pip install nova
- nova rootwrap
- restart n... | ---
- name: nova user
user: name=nova shell=/bin/false
- apt: pkg=python-mysqldb
- apt: pkg=python-numpy
- name: get nova source repo
git: |
repo={{ openstack.git_mirror }}/nova.git dest=/opt/stack/nova version={{ nova_common_rev }} depth=30
notify:
- pip install nova
- nova rootwrap
- restart n... | Remove the custom availability_zones.py patch | Remove the custom availability_zones.py patch
We are migrating to havana release. No longer need to patch
this file.
| YAML | mit | blueboxgroup/ursula,greghaynes/ursula,pbannister/ursula,zrs233/ursula,blueboxgroup/ursula,andrewrothstein/ursula,panxia6679/ursula,wupeiran/ursula,aldevigi/ursula,blueboxjesse/ursula,channus/ursula,pbannister/ursula,wupeiran/ursula,narengan/ursula,MaheshIBM/ursula,rongzhus/ursula,paulczar/ursula,j2sol/ursula,lihkin213/... |
f840394c10baf1c419a3774e9299291090e410a8 | packages/wa/warp-systemd.yaml | packages/wa/warp-systemd.yaml | homepage: https://github.com/hercules-ci/warp-systemd
changelog-type: markdown
hash: 831060be0ba4184cd3de6e4a7ba6a5dd0c7bdd858d59dd4cd3e8003463636b2e
test-bench-deps: {}
maintainer: hackage@roberthensing.nl
synopsis: Socket activation and other systemd integration for the Warp web server
(WAI)
changelog: |
# Revisi... | homepage: https://github.com/hercules-ci/warp-systemd
changelog-type: markdown
hash: 1c4e73f6be4124787e6d0f7fe65baa006d924cc3494fd4afedbca132db84d142
test-bench-deps: {}
maintainer: hackage@roberthensing.nl
synopsis: Socket activation and other systemd integration for the Warp web server
(WAI)
changelog: |
# Revisi... | Update from Hackage at 2021-07-06T21:24:36Z | Update from Hackage at 2021-07-06T21:24:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
251a87b5d08681d34cce214b03aaa01cdbbfe499 | .github/workflows/python-publish.yml | .github/workflows/python-publish.yml | name: Upload Python Package
on:
release:
types: [created]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m ... | name: Upload Python Package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -... | Change trigger from created to published | Change trigger from created to published
| YAML | mit | atmtools/typhon,atmtools/typhon |
6a08dfbc17b4666395276e96d73db1e30501a820 | .github/workflows/release-on-tag.yml | .github/workflows/release-on-tag.yml | name: Generate Release Notes
on:
push:
tags:
- v*
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.8.x'
- run: npm install github-release-notes -g
- name: Write PreRelease Notes
env:
... | name: Generate Release Notes
on:
create:
tags:
- v*
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.8.x'
- run: npm install github-release-notes -g
- name: Write PreRelease Notes
env:... | Resolve issue with gren when using "on: push" github event | Resolve issue with gren when using "on: push" github event
| YAML | mit | DonJayamanne/gitHistoryVSCode,DonJayamanne/gitHistoryVSCode |
645026faa0dfd1424525a6f32e60573ce5177809 | playbook/roles/install-openjdk-7/tasks/main.yml | playbook/roles/install-openjdk-7/tasks/main.yml | ---
- name: install OpenJDK
yum: name=java-1.7.0-openjdk-devel
- name: set JAVA_HOME environment variable
lineinfile: dest=/home/{{ ansible_ssh_user }}/.bashrc line="export JAVA_HOME="{{ java_home }}""
- name: source .bashrc file
shell: source /home/{{ ansible_ssh_user }}/.bashrc | ---
- name: install OpenJDK
yum: name=java-1.7.0-openjdk-devel
- name: set JAVA_HOME environment variable
lineinfile: dest=/home/{{ ansible_ssh_user }}/.bashrc line="export JAVA_HOME="{{ java_home }}""
- name: source .bashrc file
shell: . /home/{{ ansible_ssh_user }}/.bashrc | Modify source command in playbook | Modify source command in playbook
| YAML | apache-2.0 | osu-mist/ansible-roles |
20bc8118d42355920310239911e9d993edd67112 | data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml | data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml | swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 96
swh::deploy::storage::db::host: somerset
swh::deploy::storage::db::port: 5433
swh::deploy::objstorage::config: "%{alias('swh::objstorage::config::azure_readonly_with_fallback')}"
swh::deploy::worker::instances: []
| swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 96
swh::deploy::storage::db::host: somerset
swh::deploy::storage::db::port: 5433
swh::deploy::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}"
swh::deploy::worker::insta... | Update variable name from refactoring | storage0: Update variable name from refactoring
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
54800d70683c1c44725ec28bbba3475f0a6802c3 | ansible/roles/configure_sphinx/tasks/main.yml | ansible/roles/configure_sphinx/tasks/main.yml | ---
# Playbook to setup sphinx server, index sentences and start the search daemon
- name: Check whether code directory is present or not
shell: ' [ -d {{code_dir}} ] '
register: code_status
ignore_errors: yes
- name: Database import/update fail message
fail: msg="The code directory is not present in {{code_d... | ---
# Playbook to setup sphinx server, index sentences and start the search daemon
- name: Check whether code directory is present or not
shell: ' [ -d {{code_dir}} ] '
register: code_status
ignore_errors: yes
- name: Database import/update fail message
fail: msg="The code directory is not present in {{code_d... | Make sure Sphinx indexes are created by sphinx user | Make sure Sphinx indexes are created by sphinx user
| YAML | agpl-3.0 | Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2 |
84939f651a080194d83af8cbfcf530fe5f4b1a21 | conf/salt/project/elasticsearch/elasticsearch.yml | conf/salt/project/elasticsearch/elasticsearch.yml | network.host: 127.0.0.1
node.local: true
# Don't form ad-hoc clusters
# See https://www.elastic.co/guide/en/elasticsearch/guide/current/_important_configuration_changes.html#_prefer_unicast_over_multicast
discovery.zen.ping.multicast.enabled: false
| network.host: 127.0.0.1
node.local: true
cluster:
name: {{ pillar['project_name'] }}_{{ pillar['environment'] }}
node:
name: {{ grains['id'] }}
# Don't form ad-hoc clusters
# See https://www.elastic.co/guide/en/elasticsearch/guide/current/_important_configuration_changes.html#_prefer_unicast_over_multicast
discov... | Configure cluster and node names as in the Margarita version | Configure cluster and node names as in the Margarita version
This results in a meaningful name being reported via the New Relic
plugin for Elasticsearch, avoiding any manual configuration.
| YAML | bsd-3-clause | theirc/ServiceInfo-ircdeploy |
f2310a7eed8c82f86cdb1517d359958853bbedf2 | metadata/es.eoinrul.ecwt.yml | metadata/es.eoinrul.ecwt.yml | Categories:
- Science & Education
License: MIT
AuthorEmail: ecwt@eoinrul.es
SourceCode: https://github.com/eoineoineoin/ecwt
IssueTracker: https://github.com/eoineoineoin/ecwt/issues
AutoName: MorseTrainer
Description: |-
Use the Koch method to learn morse code. Each session, the app will play
random morse c... | Categories:
- Science & Education
License: MIT
AuthorEmail: ecwt@eoinrul.es
SourceCode: https://github.com/eoineoineoin/ecwt
IssueTracker: https://github.com/eoineoineoin/ecwt/issues
AutoName: MorseTrainer
Description: |-
Use the Koch method to learn morse code. Each session, the app will play
random morse c... | Update MorseTrainer to 4.1 (41) | Update MorseTrainer to 4.1 (41)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ff3fb00166a2b7014926b8df80065be8e2b6eff7 | .coveralls.yml | .coveralls.yml | src_dir: src/main/php
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
| coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
| Remove unused src_dir with Coveralls. | Remove unused src_dir with Coveralls. | YAML | mit | gomoob/php-pushwoosh,gomoob/php-pushwoosh,gomoob/php-pushwoosh |
d15a72f586db5e086beeb7ebcb84e34bf34b54a5 | data/transition-sites/ukvi.yml | data/transition-sites/ukvi.yml | ---
site: ukvi
whitehall_slug: uk-visas-and-immigration
host: www.ukba.homeoffice.gov.uk
tna_timestamp: 20140110181512
homepage: https://www.gov.uk/government/organisations/uk-visas-and-immigration
aliases:
- bia.homeoffice.gov.uk
- biapreview.homeoffice.gov.uk
- ind.homeoffice.gov.uk
- origin.ukba.homeoffice.gov.uk # ... | ---
site: ukvi
whitehall_slug: uk-visas-and-immigration
host: www.ukba.homeoffice.gov.uk
tna_timestamp: 20140110181512
homepage: https://www.gov.uk/government/organisations/uk-visas-and-immigration
aliases:
- bia.homeoffice.gov.uk
- biapreview.homeoffice.gov.uk
- contact-ukba.homeoffice.gov.uk
- ind.homeoffice.gov.uk
-... | Revert "Remove two redundant aliases for UKVI" | Revert "Remove two redundant aliases for UKVI"
After this configuration change was merged and deployed, the Host
entries coresponding to the contact-ukba.homeoffice.gov.uk were
deleted.
This broke the Transition_load_all_data job, as there were host_paths
that referenced the deleted host.
This database change has n... | YAML | mit | alphagov/transition-config,alphagov/transition-config |
167c8bc43587d11c4fc3d8b3a990a3f0938cf31e | .github/workflows/codeql-analysis.yml | .github/workflows/codeql-analysis.yml | name: "Code scanning - action"
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 19 * * 2'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
with:
# We must fetch at least t... | name: "Code scanning - action"
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 19 * * 2'
jobs:
analzye:
uses: bryanforbes/python-workflows/.github/workflows/reusable-codeql-analysis.yml@master
| Use reusable CodeQL analysis workflow | Use reusable CodeQL analysis workflow
| YAML | bsd-3-clause | bryanforbes/Erasmus |
0792411853f1add1bffa971afe3d0618b44b9c37 | .github/workflows/pytest-core-mpi.yml | .github/workflows/pytest-core-mpi.yml | # Runner information:
# Standard F4s_v2 (4 vcpus, 8 GiB memory)
# Intel Xeon® Platinum 8168 (SkyLake)
name: CI-mpi
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: pytest... | name: CI-mpi
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: pytest-mpi
runs-on: ubuntu-20.04
env:
DEVITO_LANGUAGE: "openmp"
DEVITO_ARCH: "gcc-9"
... | Move mpi tests back to github runners for the time-being. | ci: Move mpi tests back to github runners for the time-being.
| YAML | mit | opesci/devito,opesci/devito |
ebfea9b39e18efcd8695a0713d800930d8f2c6f4 | tasks/firmware_installer.yml | tasks/firmware_installer.yml | ---
- name: Clearing previous log entries
file:
path: "/var/cpq/Component.log"
state: absent
ignore_errors: true
- name: Installing firmware "{{ item }}"
yum: name={{ item | splitext | first }} state=latest
- name: extract path for hpsetup command
shell: "rpm -ql {{ item }}|grep /hpsetup"
register... | ---
- name: Clearing previous log entries
file:
path: "/var/cpq/Component.log"
state: absent
ignore_errors: true
- name: Installing firmware "{{ item }}"
yum: name={{ item | splitext | first }} state=latest
- name: extract path for hpsetup command
shell: "rpm -ql {{ item }}|grep /hpsetup"
register... | Indent the "msg" to the debug task | Indent the "msg" to the debug task
Fixes this error:
[WARNING]: Ignoring invalid attribute: msg
| YAML | mit | CSC-IT-Center-for-Science/ansible-role-hp-firmware-upgrade |
5bde2c86c47de13810aa20f1bc61bed1fc7e46e3 | romana-install/roles/romana/install-agent/tasks/romana_from_github.yml | romana-install/roles/romana/install-agent/tasks/romana_from_github.yml | - name: Copy files built on master
command: rsync -az "{{ romana_master_ip }}:/var/tmp/gopath/bin/{{ item }}" "/var/tmp/{{ item }}"
with_items:
- agent
- name: Copy policy-agent from master
command: rsync -az "{{ romana_master_ip }}:/var/tmp/gopath/src/github.com/romana/core/pkg/util/policy/agent/agent.py" "... | - name: Copy files built on master
command: rsync -az "{{ romana_master_ip }}:/var/tmp/gopath/bin/{{ item }}" "/var/tmp/{{ item }}"
with_items:
- agent
- romana
- name: Copy policy-agent from master
command: rsync -az "{{ romana_master_ip }}:/var/tmp/gopath/src/github.com/romana/core/pkg/util/policy/agen... | Support for romana cli tool on agents (2) | Support for romana cli tool on agents (2)
| YAML | apache-2.0 | mortensteenrasmussen/romana,romana/romana,romana/romana,mortensteenrasmussen/romana,mortensteenrasmussen/romana |
fa3fa12785cf6851b97ca7a01884f11d83f70d07 | romana-install/roles/romana/install-agent/tasks/romana_from_github.yml | romana-install/roles/romana/install-agent/tasks/romana_from_github.yml | - name: Copy files built on master
command: rsync -az "{{ romana_master_ip }}:/var/tmp/gopath/bin/{{ item }}" "/var/tmp/{{ item }}"
with_items:
- agent
- romana
- name: Install files
become: true
become_user: root
command: install -o root -g root -m 0755 "/var/tmp/{{ item }}" "{{ romana_bin_dir }}/{{... | - name: Copy files built on master
command: rsync -az "{{ romana_master_ip }}:/var/tmp/gopath/bin/{{ item }}" "/var/tmp/{{ item }}"
with_items:
- agent
- romana
- name: Install files
become: true
become_user: root
command: install -o root -g root -m 0755 "/var/tmp/{{ item }}" "{{ romana_bin_dir }}/{{... | Remove reference to agent.py here. | Remove reference to agent.py here.
| YAML | apache-2.0 | romana/romana,mortensteenrasmussen/romana,mortensteenrasmussen/romana,mortensteenrasmussen/romana,romana/romana |
5d7a8f11fb2ad6ce6e1302dd62c2836aa602bac3 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
linux:
stage: build
script:
- apt-get update
- apt-get install --no-install-recommends xz-utils curl git ca-certificates -y
- git submodule update --recursive --init
- curl -L https://github.com/AnarchyTools/atbuild/releases/download/0.10.0/atbuild-0.10.0-linux.t... | stages:
- build
linux:
stage: build
script:
- apt-get update
- apt-get install --no-install-recommends xz-utils curl git ca-certificates -y
- git submodule update --recursive --init
- curl -L https://github.com/AnarchyTools/atbuild/releases/download/0.10.0/atbuild-0.10.0-linux.t... | Use static overlay for CI | Use static overlay for CI
| YAML | apache-2.0 | AnarchyTools/atpm,AnarchyTools/atpm |
cf8373dde0a303093575e9af3ffd57a6b89a40c5 | .gitlab-ci.yml | .gitlab-ci.yml | image: haskell:8.2
services:
- postgres:9.4
variables:
POSTGRES_DB: betty_test
POSTGRES_USER: betty
POSTGRES_PASSWORD: betty
cache:
untracked: true
paths:
- $(pwd)/.stack/
before_script:
- export STACK_ROOT=$(pwd)/.stack
- apt-get update -qq && apt-get install -qq -y m4 libpq-dev make
- cp sec... | image: haskell:8.2
services:
- postgres:9.4
variables:
POSTGRES_DB: betty_test
POSTGRES_USER: betty
POSTGRES_PASSWORD: betty
cache:
untracked: true
paths:
- $(pwd)/.stack/
before_script:
- export STACK_ROOT=$(pwd)/.stack
- apt-get update -qq && apt-get install -qq -y m4 libpq-dev make xz-utils
... | Install xz-utils in Gitlab CI. | Install xz-utils in Gitlab CI.
Trying to fix this error:
$ stack hpc report betty
Downloading lts-10.3 build plan ...
Downloaded lts-10.3 build plan.
Preparing to install GHC to an isolated location.
This will not interfere with any system-level installation.
Preparing to download ghc-8.2.2 ...
ghc-8.2.... | YAML | agpl-3.0 | sajith/betty-web |
7e07377719d987611adf1381f9bff8d60b065259 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- apt-get update -y
test:
script:
- apt-get install default-jre -y
- wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
- chmod a+x lein
- export LEIN_ROOT=1
- PATH=$PATH:.
- lein deps
- lein midje
deploy:
script:
- curl https://cli-asse... | image: docker:latest
services:
- docker:dind
variables:
DOCKER_DRIVER: overlay
before_script:
- apt-get update -y
test:
script:
- apt-get install default-jre -y
- wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
- chmod a+x lein
- export LEIN_ROOT=1
- PATH=$P... | Add docker service to CI script | Add docker service to CI script
| YAML | epl-1.0 | treppo/yorck-ratings-v2 |
6acc5cb0f69991c0e0d218dd7259b83edee1e787 | .gitlab-ci.yml | .gitlab-ci.yml | # This file is a template, and might need editing before it works on your project.
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
# you can delete this line if you're not using Docker
image: ubuntu:xenial
before_script:
- echo "Fetch rent-a-bot repository"
- apt-get install git
-... | # This file is a template, and might need editing before it works on your project.
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
# you can delete this line if you're not using Docker
image: ubuntu:xenial
before_script:
- echo "Install git and pip"
- apt-get update
- apt-get inst... | Add apt-get update and python-pip installation. | Add apt-get update and python-pip installation.
| YAML | mit | cpoisson/rent-a-bot,cpoisson/rent-a-bot |
2bb7dfeb198554f3660d335ef9c6ce8392ee58ab | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-yoga-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-zed-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- check-requirements
gate:
queue: kuryr
| Add Python3 zed unit tests | Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I15afc8d745e70da8b0b6b5f03c04bd6483d9d2b... | YAML | apache-2.0 | openstack/kuryr,openstack/kuryr |
a92f956cc2b149d0aafd458b173fe55405a04a1a | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-python3-xena-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: Ibc85c205093665b16c05092b6841c27e73aed... | YAML | apache-2.0 | stackforge/cloudkitty-dashboard,openstack/cloudkitty-dashboard,stackforge/cloudkitty-dashboard,openstack/cloudkitty-dashboard,openstack/cloudkitty-dashboard,stackforge/cloudkitty-dashboard |
a34a95b4e9103071ff7a2a3fb7d18c877cf5c2dc | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 yoga unit tests | Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I5a18c7d409473150ab6cf01181969a78d3594... | YAML | apache-2.0 | openstack/oslo.vmware |
4eb665a071bddeff6af408690bf2c8f66118b982 | test/database.yml | test/database.yml | sqlite:
:adapter: sqlite
:database: <%= File.join(File.dirname(__FILE__), 'dirty_associations.sqlite.db') %>
sqlite3:
:adapter: sqlite3
:database: <%= File.join(File.dirname(__FILE__), 'dirty_associations.sqlite3.db') %>
| mysql:
:adapter: mysql
:database: dirty_associations_plugin_test
# these need to be changed to match your db settings
# :username:
# :password:
# :host: localhost
sqlite:
:adapter: sqlite
:database: <%= File.join(File.dirname(__FILE__), 'dirty_associations.sqlite.db') %>
sqlite3:
:adapter: sqli... | Add a stub for a mysql adapter to allow for testing for adapter-specific bugs. | Add a stub for a mysql adapter to allow for testing for adapter-specific bugs. | YAML | mit | daphonz/dirty_associations |
096e208f82aba61247c082f373799f941c011a32 | crowdin_content.yaml | crowdin_content.yaml | # Project settings
project_identifier: "cs-unplugged"
api_key_env: "CROWDIN_API_KEY"
base_path: ""
# Preserve directory tree during upload
preserve_hierarchy: true
files: [
{
source: "/csunplugged/topics/content/en/**/*.yaml",
translation: "/csunplugged/topics/content/%two_letters_code%/**/%origin... | # Project settings
project_identifier: "cs-unplugged"
api_key_env: "CROWDIN_API_KEY"
base_path: ""
# Preserve directory tree during upload
preserve_hierarchy: true
files: [
{
source: "/csunplugged/topics/content/en/**/*.yaml",
translation: "/csunplugged/topics/content/%two_letters_code%/**/%origin... | Update crowdin config to include .po files and pseudo-language mapping | Update crowdin config to include .po files and pseudo-language mapping
| YAML | mit | uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged |
d1bb3c10822f8d41116e888e27e0cad8a1ead3aa | .github/stale.yml | .github/stale.yml | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- slow-burner
# Label to use when marking an issue as stale
staleLabel: stale
# Commen... | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- Slow Burner
# Label to use when marking an issue as stale
staleLabel: stale
# Commen... | Rename slow-burner to Slow Burner | Rename slow-burner to Slow Burner
| YAML | mit | paoloambrosio/cucumber-jvm,cucumber/cucumber-jvm,cucumber/cucumber-jvm,DPUkyle/cucumber-jvm,cucumber/cucumber-jvm,DPUkyle/cucumber-jvm,paoloambrosio/cucumber-jvm,cucumber/cucumber-jvm,DPUkyle/cucumber-jvm,DPUkyle/cucumber-jvm,cucumber/cucumber-jvm,DPUkyle/cucumber-jvm,paoloambrosio/cucumber-jvm,DPUkyle/cucumber-jvm,pao... |
1f11cce2fcc87487cd2467a5e69c3de97e568af3 | packages/lu/lucid-cdn.yaml | packages/lu/lucid-cdn.yaml | homepage: ''
changelog-type: markdown
hash: 1e3f4dd18345ad565f371e6ed0ae22b2b8b2ea8494a5dbb11064b8c17f3ce9f0
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Curated list of CDN imports for lucid.
changelog: |
# Changelog for lucid-cdn
## (v0.1.0.0)
* Add bootstrap CSS and JS v.4.5.0.
* Add ... | homepage: ''
changelog-type: markdown
hash: 955dd661c455fcdee191d640fb23b8fad60d7accd2af2f349e3119505945364b
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Curated list of CDN imports for lucid.
changelog: |
# Changelog for lucid-cdn
## (v0.1.0.0)
* Add bootstrap CSS and JS v.4.5.0.
* Add ... | Update from Hackage at 2020-07-08T18:21:52Z | Update from Hackage at 2020-07-08T18:21:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dd6eb92da87382c082bb86109f11947cfeb8c222 | packages/te/text-lens.yaml | packages/te/text-lens.yaml | homepage: https://github.com/ChrisPenner/rasa
changelog-type: ''
hash: 764fbbb5d04e609973d779069c26075afc0330b796102f50450d792acbad6a97
test-bench-deps:
text-lens: -any
base: -any
hspec: -any
lens: -any
maintainer: christopher.penner@gmail.com
synopsis: Lenses for operating over text
changelog: ''
basic-deps:
... | homepage: https://github.com/ChrisPenner/rasa
changelog-type: ''
hash: aa49360b3eed02fb144acd4eb691b6c165c9c03e9e09861599fbbc4248287b21
test-bench-deps:
text-lens: ! '>=0.1.1 && <0.2'
base: ! '>=4.9.0.0 && <4.10'
hspec: ! '>=2.2.4 && <2.3'
lens: ==4.14.*
maintainer: christopher.penner@gmail.com
synopsis: Lenses... | Update from Hackage at 2017-01-29T18:42:06Z | Update from Hackage at 2017-01-29T18:42:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
53605f590668f56c89c5631a23173d420d902f48 | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master ]
pull_re... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master ]
pull_re... | Use `npm install` not `npm ci` | Use `npm install` not `npm ci`
| YAML | mit | yuanchuan/css-doodle |
e30ef6567284274c440559b623598aa03580243f | .swiftlint.yml | .swiftlint.yml | opt_in_rules:
- closure_end_indentation
- closure_spacing
- fatal_error_message
- force_unwrapping
- implicitly_unwrapped_optional
- sorted_imports
- operator_usage_whitespace
- redundant_nil_coalescing
- switch_case_on_newline
- attributes
- no_extension_access_modifier
- implicit_return
# rul... | opt_in_rules:
- closure_end_indentation
- closure_spacing
- fatal_error_message
- force_unwrapping
- implicitly_unwrapped_optional
- sorted_imports
- operator_usage_whitespace
- redundant_nil_coalescing
- switch_case_on_newline
- attributes
- no_extension_access_modifier
- implicit_return
# rul... | Resolve linter issue to ignore pods from the example project. | Resolve linter issue to ignore pods from the example project.
| YAML | mit | DevAndArtist/RxContainer,DevAndArtist/RxContainer |
b1973bc29e828fda0f01494b61f2a1e51d996bb4 | example/pipeline-with-slack.yml | example/pipeline-with-slack.yml | resource_types:
- name: rss-resource
type: docker-image
source:
repository: suhlig/concourse-rss-resource
tag: latest
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
tag: latest
resources:
- name: postgres-release-... | resource_types:
- name: rss-resource
type: docker-image
source:
repository: suhlig/concourse-rss-resource
tag: latest
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
tag: latest
resources:
- name: postgres-release-... | Use link in Slack message | Use link in Slack message
| YAML | mit | suhlig/concourse-rss-resource,suhlig/concourse-rss-resource |
699f511a86ab37071d81db54a51209517427b6e1 | hub/Chart.yaml | hub/Chart.yaml | apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 0.0.1-n4733.h30468d32
| apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 0.0.1-n5176.h03085f2a
| Update hub image for canvas oauth change. | Update hub image for canvas oauth change.
| YAML | bsd-3-clause | berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub |
0059182175476d5726061595c148e4afe3bf4cab | vars/homebrew.yml | vars/homebrew.yml | ---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_taps:
- homebrew/cask-fonts
homebrew_packages:
- autoconf
- awscli
- docker
- docker-compose
- gcc
- gettext
- git
- go
- grep
- helm
- htop
- jq
- kubectl
- kubectx
- mysql
- node@12
- readline
- svn
- wget... | ---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_taps:
- homebrew/cask-fonts
homebrew_packages:
- autoconf
- awscli
- docker
- docker-compose
- gcc
- gettext
- git
- go
- grep
- helm
- htop
- jq
- kubectl
- kubectx
- mysql
- node@12
- readline
- session-ma... | Add some more brew install | Add some more brew install
| YAML | mit | brileb73/dotfiles |
02202f1c55654726bfeaedbc0a663ce1fbcf3b91 | src/Listabierta/Bundle/MunicipalesBundle/Resources/config/doctrine/Candidate.orm.yml | src/Listabierta/Bundle/MunicipalesBundle/Resources/config/doctrine/Candidate.orm.yml | Listabierta\Bundle\MunicipalesBundle\Entity\Candidate:
type: entity
table: null
repositoryClass: Listabierta\Bundle\MunicipalesBundle\Entity\CandidateRepository
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
name:
... | Listabierta\Bundle\MunicipalesBundle\Entity\Candidate:
type: entity
table: null
repositoryClass: Listabierta\Bundle\MunicipalesBundle\Entity\CandidateRepository
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
name:
... | Add new fields in ORM candidate entity | Add new fields in ORM candidate entity
| YAML | agpl-3.0 | listabierta/census-ahoraencomun,listabierta/census-ahoraencomun,listabierta/census-ahoraencomun,listabierta/census-ahoraencomun |
dc1c5ff4e720e407bbd0125c180246fd072fff40 | packages/in/include-env.yaml | packages/in/include-env.yaml | homepage: https://github.com/unfoldml/include-env
changelog-type: ''
hash: a26019f303a1f41ea80a38bcc634a999fc0a5946653ecbb0c577e17e8e639530
test-bench-deps: {}
maintainer: oss@unfoldml.com
synopsis: Include the value of an environment variable at compile time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
template-h... | homepage: https://github.com/unfoldml/include-env
changelog-type: ''
hash: 315c060b0c3679958d2023a4408d353a5bd5973f3bd05b096e276cf82420cef4
test-bench-deps: {}
maintainer: oss@unfoldml.com
synopsis: Include the value of an environment variable at compile time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
template-h... | Update from Hackage at 2021-09-11T11:08:56Z | Update from Hackage at 2021-09-11T11:08:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
801351f98b92cf03d292b3e32b972e3db84917a3 | packages/pa/parsec-free.yaml | packages/pa/parsec-free.yaml | homepage: https://github.com/jwiegley/parsec-free
changelog-type: ''
hash: 900acd53ec3d2610c3d8ad8d5cbcb6f61a458bd597c48cc9d0dcbc02ed7d33d5
test-bench-deps: {}
maintainer: johnw@newartisans.com
synopsis: Parsec API encoded as a deeply-embedded DSL, for debugging and analysis
changelog: ''
basic-deps:
free: -any
byt... | homepage: https://github.com/jwiegley/parsec-free
changelog-type: ''
hash: a03c7d2620df0a5ea12a1827c25e4b176656a97851a4c861c1ad971bcfb5ca63
test-bench-deps: {}
maintainer: johnw@newartisans.com
synopsis: Parsec API encoded as a deeply-embedded DSL, for debugging and analysis
changelog: ''
basic-deps:
free: -any
byt... | Update from Hackage at 2016-10-11T05:29:24+00:00 | Update from Hackage at 2016-10-11T05:29:24+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
836fc978787d236cf0807df2822c593446f3a8e5 | packages/te/terminfo-hs.yaml | packages/te/terminfo-hs.yaml | homepage: ''
changelog-type: ''
hash: e249dbcdf6dbfeb7f98d71d2186563368fae96b0adc9b3c192f12f897d0b98e6
test-bench-deps:
base: -any
filepath: -any
terminfo-hs: -any
errors: -any
QuickCheck: -any
directory: -any
maintainer: bryan.richter@gmail.com
synopsis: A pure-Haskell (no FFI) module for accessing terminf... | homepage: ''
changelog-type: ''
hash: ca6b5ef2ea438cc36425d227c9e43a7ab4cf22d453acd19198d859eda8604a73
test-bench-deps:
base: -any
filepath: -any
terminfo-hs: -any
errors: -any
QuickCheck: -any
directory: -any
maintainer: bryan.richter@gmail.com
synopsis: A pure-Haskell (no FFI) module for accessing terminf... | Update from Hackage at 2015-08-17T19:38:31+0000 | Update from Hackage at 2015-08-17T19:38:31+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
a20f9ce5c032dbc5ba9b6ce26bb3b9f86d46d5f7 | opencv/meta.yaml | opencv/meta.yaml | package:
name: opencv
version: 2.4.11
source:
fn: opencv-2.4.11.zip
url: http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download
sha1: d6e3048416d42213c204f89b9dfe39742f9a708c
patches:
- osx_rpath.patch # [osx]
build:
number: 0
skip: true # [not py27]
r... | {% set version = "2.4.11" %}
{% set filename = "opencv-%s.zip" % version %}
package:
name: opencv
version: {{ version }}
source:
fn: {{ filename }}
url: http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/{{ version }}/{{ filename }}/download
sha1: d6e3048416d42213c204f89b9dfe39742f9a708c
pat... | Use version and filename Jinja templates | Use version and filename Jinja templates
| YAML | bsd-3-clause | Juanlu001/staged-recipes,grlee77/staged-recipes,data-exp-lab/staged-recipes,sodre/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,guillochon/staged-recipes,atedstone/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ericdill/stage... |
48a2a2c396002c1d7c5dce5c5570249e7eb1de84 | Magic/src/main/resources/examples/rpg/spells/monk/thousandpunches.yml | Magic/src/main/resources/examples/rpg/spells/monk/thousandpunches.yml | thousandpunches:
# This has been added automatically so that anything you remove here does not get inherited back in from the default configs
inherit: false
actions:
cast:
# The first punch under Interval will skip its effects, so we do the first one here
- class: PlayEffects
effects: punc... | thousandpunches:
# This has been added automatically so that anything you remove here does not get inherited back in from the default configs
inherit: false
actions:
cast:
# The first punch under Interval will skip its effects, so we do the first one here
- class: PlayEffects
effects: punc... | Make 1,000 punches scale with various attributes | Make 1,000 punches scale with various attributes
| YAML | mit | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin |
50eed153925ac55afd3d2eb59143e55f5d319d7b | kube/web-deployment.yml | kube/web-deployment.yml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: web
spec:
replicas: 1
template:
metadata:
labels:
app: hitcounter
tier: frontend
spec:
containers:
- name: hitcounter
image: kkonstan/hitcounter:v1.0
ports:
- containerPort: 80
... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: web
spec:
replicas: 1
template:
metadata:
labels:
app: hitcounter
tier: frontend
spec:
containers:
- name: hitcounter
image: kkonstan/hitcounter:v1.1
ports:
- containerPort: 80
... | Update kubernetes web deployment to use v1.1 | Update kubernetes web deployment to use v1.1
| YAML | bsd-2-clause | kkonstan/hitcounter |
132c592b3f423b9f2b751acb80e120a1d34b7361 | packmol/meta.yaml | packmol/meta.yaml | package:
name: packmol
version: 1.0.0
source:
fn: packmol.tar.gz
url: http://www.ime.unicamp.br/~martinez/packmol/packmol.tar.gz
build:
number: 4
requirements:
build:
- zlib
- python
- mingwpy [win]
- gcc [unix]
- libgfortran ==1.0 [linux]
run:
- zlib
- libgcc [unix]... | package:
name: packmol
version: 2016.06.09
source:
fn: packmol.tar.gz
url: http://www.ime.unicamp.br/~martinez/packmol/packmol.tar.gz
build:
number: 1
requirements:
build:
- zlib
- python
- mingwpy [win]
- gcc [unix]
- libgfortran ==1.0 [linux]
run:
- zlib
- libgcc [... | Update packmol to 2016-06-09 version | Update packmol to 2016-06-09 version
| YAML | mit | jchodera/conda-recipes,swails/conda-recipes,marscher/omnia-conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,swails/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,marscher/omnia-conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,p... |
372ace66480dc3ab462bff09fe43c862bea2dd98 | ansible/roles/rpmfusion/tasks/setup-Fedora.yml | ansible/roles/rpmfusion/tasks/setup-Fedora.yml | ---
- name: install the rpmfusion repo packages
yum: name={{ item }}
state=present
with_items:
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ fedora_current }}.noarch.rpm
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ fedora_current }}.noarch.rp... | ---
- name: install the rpmfusion repo packages
dnf: name={{ item }}
state=present
with_items:
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ fedora_current }}.noarch.rpm
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-{{ fedora_current }}.noarch.rp... | FIX : rpmfusion - use of dnf instead of yum to install rpmfusion - RedHat bug fixed | [LAI] FIX : rpmfusion - use of dnf instead of yum to install rpmfusion - RedHat bug fixed
| YAML | mit | newlight77/ubuntu |
394d80d454c2bc0d324794248fc841423248ab44 | locales/en.yml | locales/en.yml | en:
lita:
handlers:
snoo:
help:
snoo_url_key: "reddit URL"
snoo_url_value: "Retrieve the original reddit post for URL."
snoo_sub_key: "/r/SUBREDDIT [n]"
snoo_sub_value: "Return the top (or nth) post in SUBREDDIT."
| en:
lita:
handlers:
snoo:
help:
snoo_url_key: "reddit URL"
snoo_url_value: "Retrieve the original reddit post for URL."
snoo_sub_key: "/r/SUBREDDIT [N|QUERY]"
snoo_sub_value: "Return the top (or Nth) post in SUBREDDIT / Search for QUERY within SUBREDDIT."
| Update help text to include subreddit search | locales: Update help text to include subreddit search
| YAML | mit | tristaneuan/lita-snoo |
10502380a961368eac020385adc1c73bc7f63285 | pymbar/meta.yaml | pymbar/meta.yaml | package:
name: pymbar
version: 3.0.0.beta2
source:
url: https://github.com/choderalab/pymbar/archive/3.0.0.beta2.zip
fn: 3.0.0.beta2.zip
build:
number: 0
requirements:
build:
- python
- setuptools
- numpy x.x
- scipy
- six
run:
- python
- numpy x.x
- scipy
- six
te... | package:
name: pymbar
version: "3.0.1.beta0"
source:
git_url: https://github.com/choderalab/pymbar.git
git_tag: "3.0.1.beta0"
build:
number: 0
requirements:
build:
- python
- setuptools
- numpy x.x
- scipy
- six
- numexpr
run:
- python
- numpy x.x
- scipy
- six
... | Update mbar to allow Numpy 1.12 and Python 3.6 | Update mbar to allow Numpy 1.12 and Python 3.6
| YAML | mit | omnia-md/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes |
a8fe561706771734197b960dd8689bce0b4877d5 | config/cucumber.yml | config/cucumber.yml | <%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format html --out tmp/features.html --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -... | <%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format html --out tmp/features.html --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} -... | Remove --strict from Cucumber config as we have pending steps | Remove --strict from Cucumber config as we have pending steps
https://github.com/cucumber/cucumber/wiki/Step-Definitions#pending-steps
Was giving an exit status of 1 which was causing the build to fail in Go
| YAML | mit | moneyadviceservice/frontend,moneyadviceservice/frontend,moneyadviceservice/frontend,moneyadviceservice/frontend |
51331125636f4cdad428242ccce5c10ae963f552 | packages/fi/file-modules.yaml | packages/fi/file-modules.yaml | homepage: https://github.com/yamadapc/stack-run-auto
changelog-type: ''
hash: a6ef34146781c60ce63af0e14be9da4b3f03a1085616e4bca5af07409244177a
test-bench-deps: {}
maintainer: tacla.yamada@gmail.com
synopsis: Takes a Haskell source-code file and outputs its modules.
changelog: ''
basic-deps:
MissingH: -any
base: ! '... | homepage: https://github.com/yamadapc/stack-run-auto
changelog-type: ''
hash: 46bdc1d3db0a526a77deaa33e59599ad528ae583bd095c306e47d9a79fefdccb
test-bench-deps: {}
maintainer: tacla.yamada@gmail.com
synopsis: Takes a Haskell source-code file and outputs its modules.
changelog: ''
basic-deps:
MissingH: -any
base: ! '... | Update from Hackage at 2015-11-29T02:16:24+0000 | Update from Hackage at 2015-11-29T02:16:24+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
66052e1847a1a63a8513aa45239a7bf2afc79944 | packages/ha/haskus-utils.yaml | packages/ha/haskus-utils.yaml | homepage: http://www.haskus.org/system
changelog-type: ''
hash: ace07b7612638e978d68efbd47e88a4952d7c67f646e9ee12b02ae2aa2fc92fd
test-bench-deps:
base: -any
tasty-quickcheck: ! '>=0.8'
haskus-utils: -any
tasty: ! '>=0.11'
maintainer: sylvain@haskus.fr
synopsis: Haskus utility modules
changelog: ''
basic-deps:
... | homepage: http://www.haskus.org/system
changelog-type: ''
hash: 69e29d39c74a16b25034f3df1ab2a09029e7cdc34a64f34f82837fa3e0cb976f
test-bench-deps:
base: ! '>=4.10.1.0 && <4.11'
tasty-quickcheck: ! '>=0.8 && <0.10'
haskus-utils: -any
tasty: ==0.11.*
maintainer: sylvain@haskus.fr
synopsis: Haskus utility modules
c... | Update from Hackage at 2018-02-21T16:34:38Z | Update from Hackage at 2018-02-21T16:34:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
566f82744ebb668c5f71186a2adf898160c600ca | packages/ka/katip-syslog.yaml | packages/ka/katip-syslog.yaml | homepage: https://github.com/iconnect/katip-syslog#readme
changelog-type: ''
hash: bd427422b5957c4f82fe833fb9505b6e3b4323f18c40ac154a5781693d46210e
test-bench-deps:
katip-syslog: -any
base: -any
maintainer: alfredo@irisconnect.co.uk
synopsis: Syslog Katip Scribe
changelog: ''
basic-deps:
katip: <0.4.0.0
bytestr... | homepage: https://github.com/iconnect/katip-syslog#readme
changelog-type: ''
hash: 5624c80d3d5040f82a282b45757301f130f6a0230c5463f33f23e63fb3f586d2
test-bench-deps:
katip-syslog: -any
base: -any
maintainer: chrisd@irisconnect.co.uk
synopsis: Syslog Katip Scribe
changelog: ''
basic-deps:
katip: <0.8.0.0
bytestri... | Update from Hackage at 2019-01-02T17:08:37Z | Update from Hackage at 2019-01-02T17:08:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
218a6a72308c5780b17bde97207b1b277051f728 | .xmonad/stack.yaml | .xmonad/stack.yaml | resolver: lts-5.5
packages: [.]
extra-deps:
- xmonad-0.13
- xmonad-contrib-0.13
- X11-xft-0.3.1
- setlocale-1.0.0.4
- X11-1.8
- directory-1.2.7.1
| resolver: lts-5.5
packages: [.]
extra-deps:
- xmonad-0.13
- xmonad-contrib-0.13
- X11-xft-0.3.1
- setlocale-1.0.0.4
- X11-1.8
- directory-1.2.7.1
- process-1.6.5.1
| Add `process` for Xmonad config | Add `process` for Xmonad config
Newer versions of Haskell Stack don't have it by default.
| YAML | mit | benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles |
eefc4e3a247a1ba44383f8b05d9e6e3850f0f37e | roles/intellij/vars/main.yml | roles/intellij/vars/main.yml | ---
intellij_archive: "ideaIC-14.1.3.tar.gz"
intellij_url: "http://download.jetbrains.com/idea/{{intellij_archive}}"
intellij_subdir: "idea-IC-141.1010.3"
intellij_scala_plugin_ver: '1.4.15'
intellij_scala_plugin_archive: 'scala-intellij-bin-{{ intellij_scala_plugin_ver }}.zip'
intellij_scala_plugin_url: 'http://plugi... | ---
intellij_archive: "ideaIC-14.1.2.tar.gz"
intellij_url: "http://download.jetbrains.com/idea/{{intellij_archive}}"
intellij_subdir: "idea-IC-141.713.2"
intellij_scala_plugin_ver: '1.4.15'
intellij_scala_plugin_archive: 'scala-intellij-bin-{{ intellij_scala_plugin_ver }}.zip'
intellij_scala_plugin_url: 'http://plugin... | Revert "upgraded intellij to 14.1.3" | Revert "upgraded intellij to 14.1.3"
This reverts commit 4e0c532369f93a2541f126bba106c411003cb576.
| YAML | mit | andrewrothstein/ansible-playbooks |
0085339b1658b2b1974c6eccbf21b4e4a58fc61c | releasenotes/notes/raise-bad-request-exception-on-validating-inspection-failure-57d7fd2999cf4ecf.yaml | releasenotes/notes/raise-bad-request-exception-on-validating-inspection-failure-57d7fd2999cf4ecf.yaml | ---
fixes:
- Raise HTTP 400 Bad request on failure to validate
power or inspect interface parameters before inspecting. | ---
fixes:
- Raises HTTP 400 ``Bad Request`` (instead of HTTP 500 ``Internal Server``)
error on failure to validate ``power`` or ``inspect`` interface parameters
before performing a hardware inspection.
| Clarify fix for inspect validation failures | [reno] Clarify fix for inspect validation failures
This updates the reno for 3bda561e318e0172d6209f1580340ed9a04a161d
to clarify what was being fixed (returning HTTP 400 instead of
HTTP 500).
Change-Id: I412b650a22af3fdbaa92771c66eb37f3c07b7243
Related-Bug: #1686457
| YAML | apache-2.0 | pshchelo/ironic,openstack/ironic,SauloAislan/ironic,openstack/ironic,pshchelo/ironic,SauloAislan/ironic |
858b83aa397423e3f116159773471e37712eda37 | conf/conda-recipes/openmpi/meta.yaml | conf/conda-recipes/openmpi/meta.yaml | package:
name: openmpi
version: 2.0.1
about:
home: http://www.open-mpi.org/
summary: 'Open MPI: A high performance message passing library'
license: 'BSD (https://www.open-mpi.org/community/license.php)'
requirements:
conflicts:
- mpich
- mpich2
source:
fn: openmpi-2.0.1.tar.bz2
url: http://w... | package:
name: openmpi
version: 2.0.2
about:
home: http://www.open-mpi.org/
summary: 'Open MPI: A high performance message passing library'
license: 'BSD (https://www.open-mpi.org/community/license.php)'
requirements:
conflicts:
- mpich
- mpich2
source:
fn: openmpi-2.0.2.tar.bz2
url: http://w... | Update Open MPI recipe to 2.0.2 | conda: Update Open MPI recipe to 2.0.2
| YAML | bsd-2-clause | mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py |
1263fff9ea31f644875dda86873e98cfa516a724 | sky/packages/sky/pubspec.yaml | sky/packages/sky/pubspec.yaml | name: sky
version: 0.0.26
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newt... | name: sky
version: 0.0.26
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newt... | Make sky package depend on new sky_engine and sky_services | Make sky package depend on new sky_engine and sky_services
| YAML | bsd-3-clause | mpcomplete/engine,xunmengfeng/engine,axinging/sky_engine,axinging/sky_engine,jason-simmons/sky_engine,Hixie/sky_engine,tvolkert/engine,xunmengfeng/engine,tvolkert/engine,mpcomplete/engine,Hixie/sky_engine,mxia/engine,TribeMedia/sky_engine,afandria/sky_engine,rmacnak-google/engine,mdakin/engine,devoncarew/sky_engine,tvo... |
9f1894416c815ea0621be10a5986e3bdaa7604ea | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master ]
pull_re... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master ]
pull_re... | Add github actions workflow config | Add github actions workflow config
| YAML | mit | pdroll/windowevents |
c9415b12c06d7e6048895ffd622788804ff81264 | production-docker-compose.yml | production-docker-compose.yml | version: '2'
services:
### Workspace Utilities Container ###########################
workspace:
build:
context: ./workspace
args:
- INSTALL_XDEBUG=false
- INSTALL_MONGO=false
- INSTALL_NODE=false
- INSTALL_DRUSH=false... | version: '2'
services:
### Workspace Utilities Container ###########################
workspace:
build:
context: ./workspace
args:
- INSTALL_XDEBUG=false
- INSTALL_MONGO=false
- INSTALL_NODE=false
- INSTALL_YARN=false
... | Add YARN flag in production mode.. | Add YARN flag in production mode..
Signed-off-by: Bo-Yi Wu <f80eec1bf98b3feebacc247f35f2b506218004cb@gmail.com>
| YAML | mit | yourivandenberg/laradock,jcharlesworth/laradock,macghriogair/laradock,emmac1016/laradock,Harmonic/laradock,punkrockio/laradock,bestlong/laradock,philtrep/laradock,springjk/laradock,viender/laradock,hnquang112/laradock,AliveCorpse/laradock,jinnawat/laradock,a-h-abid/laradock,Harmonic/laradock,ralphowino/laradock,ydatech... |
99694e09a4ca35457d77b1c43879b82d15816621 | examples/slow_dim_lights.yaml | examples/slow_dim_lights.yaml | # Description:
# Dim lights 1/3 brightness each second
#
# Written for:
# @JesseWebDotCom
#
# Components:
# automation
# light
# script
#
# License:
# MIT
#
# Author:
# Dale Higgs <@dale3h>
#
# PLEASE NOTE: THIS CONFIGURATION IS UNTESTED AND MAY CONTAIN ERRORS
automation:
- alias: slow_dim_lights
t... | # Description:
# Dim lights 1/3 brightness each second
#
# Written for:
# @JesseWebDotCom
#
# Components:
# automation
# light
# script
#
# License:
# MIT
#
# Author:
# Dale Higgs <@dale3h>
#
# PLEASE NOTE: THIS CONFIGURATION IS UNTESTED AND MAY CONTAIN ERRORS
automation:
- alias: slow_dim_lights
t... | Fix slow dim lights config error | Fix slow dim lights config error
| YAML | mit | dale3h/homeassistant-config,dale3h/homeassistant-config |
faf43c252fba5cc3da87ccbac66c2ec63e0da9c7 | di.yml | di.yml | __import:
- config/commands.yml
- config/console_helpers.yml
bfy_adapter.doctrine.db_parameters:
driver: 'pdo_mysql'
user: 'root'
password: ''
dbname: 'dbname'
charset: 'UTF8'
bfy_adapter.doctrine.configuration_paths: []
services:
bfy_adapter.doctrine.connection:
factoryMethod: ['@bfy_a... | __import:
- config/commands.yml
- config/console_helpers.yml
bfy_adapter.doctrine.db_parameters:
driver: 'pdo_mysql'
user: 'root'
password: ''
dbname: 'dbname'
charset: 'UTF8'
bfy_adapter.doctrine.configuration_paths: []
services:
bfy_adapter.doctrine.connection:
factoryMethod: ['@bfy_a... | Fix bug for DI configuration | Fix bug for DI configuration
| YAML | mit | butterfly-project/adapter-doctrine |
0563e5b2272f48c707be1c4f45033ffe0131e153 | data/transition-sites/mhra.yml | data/transition-sites/mhra.yml | ---
site: mhra
whitehall_slug: medicines-and-healthcare-products-regulatory-agency
homepage: https://www.gov.uk/government/organisations/medicines-and-healthcare-products-regulatory-agency
tna_timestamp: 20140712073655
host: www.mhra.gov.uk
homepage_furl: www.gov.uk/mhra
aliases:
- mhra.gov.uk
- www.wip.mhra.gov.uk
opt... | ---
site: mhra
whitehall_slug: medicines-and-healthcare-products-regulatory-agency
homepage: https://www.gov.uk/government/organisations/medicines-and-healthcare-products-regulatory-agency
tna_timestamp: 20140712073655
host: www.mhra.gov.uk
homepage_furl: www.gov.uk/mhra
aliases:
- mhra.gov.uk
- www.wip.mhra.gov.uk
opt... | Correct query string config for MHRA | Correct query string config for MHRA
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
bd6c5d1d2fb67e53f92a4351bf19cc29300d6236 | packages/in/index-core.yaml | packages/in/index-core.yaml | homepage: ''
changelog-type: ''
hash: 04917d6a4e30daf31197f00e9da8db91eee167a092e732869e775f013baab901
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: Indexed Types
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '1.0.0'
- '1.0.1'
- '1.0.2'
author: Gabriel Gonzalez
latest: '1.0.2'
descrip... | homepage: ''
changelog-type: ''
hash: 97808339bd2ac8a5c79ed99e716e2e8e941234421fde3930b370e0bbc734b063
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: Indexed Types
changelog: ''
basic-deps:
base: ! '>=4 && <4.8'
all-versions:
- '1.0.0'
- '1.0.1'
- '1.0.2'
author: Gabriel Gonzalez
latest: '1.0.2'
descr... | Update from Hackage at 2015-07-08T15:20:20+0000 | Update from Hackage at 2015-07-08T15:20:20+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
01c6754eaadbe8f3fcbc3119d190a1b451f3310c | packages/sm/smartcheck.yaml | packages/sm/smartcheck.yaml | homepage: https://github.com/leepike/SmartCheck
changelog-type: ''
hash: a05960fd745ada542cf045302217b8e7a20c28fae72f2595609f74dd8fc0f26d
test-bench-deps: {}
maintainer: leepike@gmail.com
synopsis: A smarter QuickCheck.
changelog: ''
basic-deps:
smartcheck: ! '>=0.2'
base: ! '>=4.0 && <5'
generic-deriving: ! '>=1... | homepage: https://github.com/leepike/SmartCheck
changelog-type: ''
hash: 26a888aa0b455379cfc1dc5ce9b912b9cda3dbe04fbbd25e6f9ab151fa9e0e27
test-bench-deps: {}
maintainer: leepike@gmail.com
synopsis: A smarter QuickCheck.
changelog: ''
basic-deps:
smartcheck: -any
base: ! '>=4.0 && <5'
generic-deriving: ! '>=1.2.1'... | Update from Hackage at 2017-08-08T23:46:27Z | Update from Hackage at 2017-08-08T23:46:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7ea4cb8340fb7ec99725f290d27ba7656ff2472c | packages/ca/casing.yaml | packages/ca/casing.yaml | homepage: ''
changelog-type: ''
hash: fe967eec15b788744d08ffa34b33baa7e765764dcf2feb642c5985ca543dd804
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Convert between various source code casing conventions
changelog: ''
basic-deps:
split: -any
base: ! '>=4.8 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'... | homepage: ''
changelog-type: ''
hash: 496cc2f196f48d997e4a6b6b9d197bcd156d3b014aca65bb700d43b1496cbb65
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Convert between various source code casing conventions
changelog: ''
basic-deps:
split: -any
base: ! '>=4.8 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'... | Update from Hackage at 2017-03-30T12:54:36Z | Update from Hackage at 2017-03-30T12:54:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a4b797715476df1b8f0c3e1378a12b761e59adf3 | packages/ni/niagra.yaml | packages/ni/niagra.yaml | homepage: https://github.com/fhsjaagshs/niagra
changelog-type: ''
hash: b36c256f403d27ee74b6d18acf2379a9e3ad543bb1058e12503f84f863973f06
test-bench-deps:
base: -any
HUnit: -any
QuickCheck: -any
maintainer: nate@symer.io
synopsis: High performance CSS EDSL
changelog: ''
basic-deps:
base: <=4.9.1
text: -any
g... | homepage: https://github.com/fhsjaagshs/niagra
changelog-type: ''
hash: 0b192768f64a9fa5f51342b9e8315cadb83f0124746f3936c9d339ecf5019d95
test-bench-deps:
base: -any
HUnit: -any
QuickCheck: -any
maintainer: nate@symer.io
synopsis: High performance CSS EDSL
changelog: ''
basic-deps:
base: <5.0
text: -any
ghc-... | Update from Hackage at 2017-04-12T13:35:03Z | Update from Hackage at 2017-04-12T13:35:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1a2fe83a9b4fd3ad8ab941940256cb48d72aa833 | packages/ni/niagra.yaml | packages/ni/niagra.yaml | homepage: https://github.com/fhsjaagshs/niagra
changelog-type: ''
hash: 1531ac96ada3a01b12ed7fb99c817e9bffc2abc0469c55fe6f1a51e1c25a223f
test-bench-deps: {}
maintainer: nate@symer.io
synopsis: High performance CSS EDSL
changelog: ''
basic-deps:
base: <4.9
text: -any
ghc-prim: -any
mtl: -any
transformers: -any... | homepage: https://github.com/fhsjaagshs/niagra
changelog-type: ''
hash: b36c256f403d27ee74b6d18acf2379a9e3ad543bb1058e12503f84f863973f06
test-bench-deps:
base: -any
HUnit: -any
QuickCheck: -any
maintainer: nate@symer.io
synopsis: High performance CSS EDSL
changelog: ''
basic-deps:
base: <=4.9.1
text: -any
g... | Update from Hackage at 2017-04-05T18:14:38Z | Update from Hackage at 2017-04-05T18:14:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0dd9b9c729b6fef109b1cab5f11d1a79177f2020 | metadata/net.pp3345.ykdroid.yml | metadata/net.pp3345.ykdroid.yml | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/pp3345/ykDroid
IssueTracker: https://github.com/pp3345/ykDroid/issues
Changelog: https://github.com/pp3345/ykDroid/releases
AutoName: ykDroid
Description: |-
''ykDroid'' is a USB and NFC driver for Android that exposes the
challenge-re... | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/pp3345/ykDroid
IssueTracker: https://github.com/pp3345/ykDroid/issues
Changelog: https://github.com/pp3345/ykDroid/releases
AutoName: ykDroid
Description: |-
''ykDroid'' is a USB and NFC driver for Android that exposes the
challenge-re... | Update CV of ykDroid to 1.1.1 (4) | Update CV of ykDroid to 1.1.1 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.