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 |
|---|---|---|---|---|---|---|---|---|---|
cc25f365f1fd3ec9da200a3e29591de82a923b35 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
variables:
agentSolution: 'src/Agent.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Publish'
major: 4
minor: 8
revision: 2
patch: $[counter('patch', 1000)]
fileVersion: '$(major).$(minor).$(revision).$(patch)'
jobs:
- job: build
pool:
vmImage: 'windows-latest'
steps:
-... | Add initial yaml build definition | Add initial yaml build definition
| YAML | mit | GibraltarSoftware/Loupe.Agent.Core,GibraltarSoftware/Loupe.Agent.Core,GibraltarSoftware/Loupe.Agent.Core | |
38c2a5e7395aa61f1a3db48269e2d34e961eabf7 | 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
pool:
vmImage: 'vs2017-win2016'
variables:
buildConfiguration: 'Release'
steps:
- script: dotn... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | apache-2.0 | staneee/MyBlog.NetCore,staneee/MyBlog.NetCore | |
c25051bb4d87d11f2ee2ea21ddd64fc5c5b3d9c8 | azure-pipelines.yml | azure-pipelines.yml | #
# Copyright 2013-2019 the original author or authors from the JHipster project.
#
# This file is part of the JHipster project, see https://www.jhipster.tech/
# for more information.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
#... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | apache-2.0 | cbornet/generator-jhipster,vivekmore/generator-jhipster,jhipster/generator-jhipster,gmarziou/generator-jhipster,mraible/generator-jhipster,ctamisier/generator-jhipster,dynamicguy/generator-jhipster,wmarques/generator-jhipster,ctamisier/generator-jhipster,wmarques/generator-jhipster,jhipster/generator-jhipster,liseri/ge... | |
dea462909cac98df45ed908d78f2392a76037cdb | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
- dev
- features/*
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: Bash@3
displayName: 'Build Script'
inputs:
targetType: filePath
filePath: ./build.sh
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- task: PowerShell@2
displayName: ... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | apache-2.0 | IdentityModel/IdentityModel2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2 | |
aa0d0d9f25ddcd05e83ff9bdc6b6edf2477a7c16 | src/dotnet/Mgmt.CI.BuildTools/ci.yml | src/dotnet/Mgmt.CI.BuildTools/ci.yml | # External variables:
# ProjectFile - The project to build and test. This variable is defined in pipeline web ui because we want to be able to provide it at queue time and that isn't supported in yaml yet.
# VersioningProps - A collection of extra msbuild versioning properties like OfficialBuildId, PreReleaseVersionLab... | Add mgmt CI yml file | Add mgmt CI yml file
Add a yml file specific to mgmtci
| YAML | mit | tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | |
2083003b6cd2d26c2fc6a2c03261df40dc73cae6 | recipes/spyder/meta.yaml | recipes/spyder/meta.yaml | {% set version = "2.3.9" %}
package:
name: spyder
version: {{ version }}
source:
fn: spyder-{{ version }}.zip
url: https://pypi.io/packages/source/s/spyder/spyder-{{ version }}.zip
md5: dd01e07a77123c128ff79ba57b97c1d7
build:
number: 0
osx_is_app: True
requirements:
build:
- python
run:
-... | {% set version = "2.3.9" %}
package:
name: spyder
version: {{ version }}
source:
fn: spyder-{{ version }}.zip
url: https://pypi.io/packages/source/s/spyder/spyder-{{ version }}.zip
md5: dd01e07a77123c128ff79ba57b97c1d7
build:
number: 0
osx_is_app: True
requirements:
build:
- python
run:
-... | Comment description because CircleCI is failing with it | Comment description because CircleCI is failing with it
| YAML | bsd-3-clause | jcb91/staged-recipes,isuruf/staged-recipes,planetarypy/staged-recipes,ReimarBauer/staged-recipes,atedstone/staged-recipes,johannesring/staged-recipes,mcernak/staged-recipes,stuertz/staged-recipes,ericdill/staged-recipes,petrushy/staged-recipes,jakirkham/staged-recipes,dschreij/staged-recipes,mcs07/staged-recipes,sannyk... |
54945dad463aa0464713090a04b395b61e669832 | .github/workflows/UI-Test.yml | .github/workflows/UI-Test.yml | name: UI-Test
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
jobs:
UItest:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: run tests
... | Add workflow for UI tests | Add workflow for UI tests
| YAML | lgpl-2.1 | xwiki-contrib/android-authenticator,xwiki-contrib/android-authenticator | |
71d0ea2a435a58b1abdd4e76cebf85c8cb001239 | hieradata/nodes/test01/test01-proxy-01.yaml | hieradata/nodes/test01/test01-proxy-01.yaml | ---
network::interfaces_hash:
'eth0':
ipaddress: '172.28.0.12'
netmask: '255.255.255.0'
gateway: '172.28.0.10'
mtu: '1500'
peerdns: 'yes'
dns1: '129.177.6.54'
dns2: '129.177.12.31'
domain: 'mgmt.test.iaas.intern'
| Add proxy node for test01 location | Add proxy node for test01 location
| YAML | apache-2.0 | raykrist/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar,tanzr/himlar,mikaeld66/himlar,eckhart/himlar,eckhart/himlar,tanzr/himlar,norcams/himlar,mikaeld66/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,tanzr/himlar,norcams/himlar,raykrist/himlar,norcams/himlar,norc... | |
ba89ae05b5f721cb31579d5ec7680baf627623b5 | ansible/rollback.yml | ansible/rollback.yml | ---
# This playbook allows us to rollback the bespoke plugins required for the site
#
# Example commandline usage:
#
# ansible-playbook -i hosts rollback.yml --extra-vars="tag=Alpha"
# ansible-playbook -i hosts rollback.yml --extra-vars="commit=ec8f7ae323bdfcc8baa68d669b913e4fd23fb999"
#
- name: rollback
hos... | Add a new "Rollback" playbook. | Add a new "Rollback" playbook.
This playbook deals exclusively with the NHSE Ckanext.
To use it, you pass in either a named tag or a commit hash you would like to roll back to.
| YAML | agpl-3.0 | nhsengland/iit-infrastructure,nhsengland/iit-infrastructure | |
6c4f786bc95f0e73ffec228e17c957744e0d9594 | .github/workflows/pypi_deploy.yml | .github/workflows/pypi_deploy.yml | name: pypi build
on:
push:
tags:
- 'v*'
jobs:
build-n-publish:
name: pypi build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: ... | Add pypi deploy Github Actions workflow | Add pypi deploy Github Actions workflow
| YAML | mit | JelleAalbers/multihist | |
72176b32a58f1e1838b67e98ff12f2bfc7e20054 | releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml | releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml | ---
deprecations:
- |
The ironic-lib configuration option ``[disk_utils]iscsi_verify_attempts``
has been deprecated in favor of:
* ``[iscsi]verify_attempts`` to specify the number of attempts to
establish an iSCSI connection.
* ``[disk_utils]partition_detection_attempts`` to specify the number ... | Add a release note for iscsi_verify_attempts deprecation | Add a release note for iscsi_verify_attempts deprecation
Change-Id: I4244c63f5b4e3ed364f5171c5a22eaa6d9ef0047
Depends-On: https://review.opendev.org/#/c/677558
| YAML | apache-2.0 | openstack/ironic,openstack/ironic | |
3d42e564e87e88e6188ca9fa9de0a150208a4a22 | packages/hw/hw-uri.yaml | packages/hw/hw-uri.yaml | homepage: https://github.com/haskell-works/hw-uri
changelog-type: markdown
hash: 6d5d7f90a9bf3ae8b1f07f1f70ca116deb90bf945be262a6bd0c49ce9aa3bd13
test-bench-deps:
bytestring: ! '>=0.10.8.2 && <0.11'
base: ! '>=4.7 && <5'
hspec: ! '>=2.4 && <3'
text: ! '>=1.2.3.1 && <1.3'
filepath: ! '>=1.3 && <1.5'
hedgehog... | Update from Hackage at 2019-05-23T06:08:42Z | Update from Hackage at 2019-05-23T06:08:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
6f1b62a855a2c979aa1f2b195d65e7f155889e54 | k8s-spec.yaml | k8s-spec.yaml | apiVersion: v1
kind: Namespace
metadata:
name: nagf
labels:
name: nagf
annotations:
RunAsUser: "52325"
---
apiVersion: v1
kind: ReplicationController
metadata:
name: nagf
namespace: nagf
labels:
name: nagf
spec:
replicas: 1
selector:
name: nagf
template:
metadata:
labels:
... | Add k8s spec YAML file | Add k8s spec YAML file
Can be started with:
kubectl create -f k8s-spec.yaml
| YAML | mit | yuvipanda/nagf,yuvipanda/nagf | |
9712473d15bd5e09bb167eda166c90a53e12bff0 | .github/workflows/ci-maven-master.yml | .github/workflows/ci-maven-master.yml | name: Java CI - master
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
... | Add workflow for master and pr's | Add workflow for master and pr's
- This basically runs a normal maven build on linux
for every push to master or PR's related to master.
- Didn't yet enable windows as we know it would fail
due to shell tests.
| YAML | apache-2.0 | jvalkeal/spring-cloud-data,trisberg/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,cppwfs/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,spring-cloud/spring-cloud-dataflow,trisberg/spring-cloud-dataflow,markpollack/spring-cloud-dataflow,spring-cloud/spring-cloud-dataflow,jvalk... | |
034748ed0a67077306b955f95992361ff12eb400 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 999
rebase-strategy: disabled
schedule:
interval: weekly
labels:
- area/dependencies
- area/ci
| Add Dependabot config to keep Github Actions up-to-date | Add Dependabot config to keep Github Actions up-to-date
| YAML | apache-2.0 | raehalme/keycloak,thomasdarimont/keycloak,reneploetz/keycloak,hmlnarik/keycloak,reneploetz/keycloak,srose/keycloak,ahus1/keycloak,stianst/keycloak,reneploetz/keycloak,abstractj/keycloak,thomasdarimont/keycloak,ahus1/keycloak,mhajas/keycloak,abstractj/keycloak,jpkrohling/keycloak,jpkrohling/keycloak,raehalme/keycloak,ke... | |
bd56769fb1a412ab80128df4aff845d583fd840e | packages/ju/JuicyPixels-stbir.yaml | packages/ju/JuicyPixels-stbir.yaml | homepage: https://github.com/mtolly/JuicyPixels-stbir
changelog-type: ''
hash: 7906b110635ea5e194966147bfd8fd0c11482bf9cbfe0d756d0ba0e3cbcf6445
test-bench-deps: {}
maintainer: miketolly@gmail.com
synopsis: Scale JuicyPixels images with stb_image_resize
changelog: ''
basic-deps:
JuicyPixels: -any
base: ! '>=4.7 && <... | Update from Hackage at 2018-02-24T19:01:31Z | Update from Hackage at 2018-02-24T19:01:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
d6f17ffa81b28bcbf9b74e6f606303150a8e7f93 | mainfest-template.yml | mainfest-template.yml | applications:
- name: sdx-collect-SPACE
buildpack: python_buildpack
health-check-type: process
instances: INSTANCES
host: sdx-collect-SPACE
timeout: 180
memory: 512M
env:
CF_DEPLOYMENT: True
SDX_DECRYPT_URL: http://sdx-decrypt-SPACE.apps.devtest.onsclofo.uk/decrypt
SDX_VALIDATE_URL: http://sd... | Add manifest template for collect | Add manifest template for collect
| YAML | mit | ONSdigital/Perkin,ONSdigital/Perkin,ONSdigital/Perkin | |
0d888d856cbec86c48e2779bcf0023137bc944b1 | roles/StackStorm.mongodb/vars/debian_20.yml | roles/StackStorm.mongodb/vars/debian_20.yml | # Use the following URL to find the key: https://www.mongodb.org/static/pgp/server-{{ mongodb_major_minor_version }}.asc
mongodb_apt_keys:
"3.6": "2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5"
"4.0": "9DA31620334BD75D9DCB49F368818C72E52529D4"
"4.2": "3F75C80EE56C41F4E49515B62ACD4032058F8B6B"
"4.4": "20691EEC35216C6... | # Use the following URL to find the key: https://www.mongodb.org/static/pgp/server-{{ mongodb_major_minor_version }}.asc
mongodb_apt_keys:
"4.2": "3F75C80EE56C41F4E49515B62ACD4032058F8B6B"
"4.4": "20691EEC35216C63CAF66CE1656408E390CFB1F5"
# mongodb Release on Ubuntu 20.04
mongodb_version: "4.4"
| Remove apt keys for mongodb versions that aren't supported on U20 | Remove apt keys for mongodb versions that aren't supported on U20
| YAML | apache-2.0 | StackStorm/ansible-st2,armab/ansible-st2 |
94e37d063394d4c951d5d6a1e353ec6b3d747b8f | .github/workflows/release-create-kpt-functions.yaml | .github/workflows/release-create-kpt-functions.yaml | name: release-create-kpt-functions
on:
push:
tags:
- release-create-kpt-functions-*
jobs:
node-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: 'https://np... | Add GitHub actions for releasing create-kpt-functions | Add GitHub actions for releasing create-kpt-functions
| YAML | apache-2.0 | GoogleContainerTools/kpt-functions-sdk,GoogleContainerTools/kpt-functions-sdk,GoogleContainerTools/kpt-functions-sdk,GoogleContainerTools/kpt-functions-sdk | |
3eded130477dc5fb25c19a4c0770a302ec9a490e | .github/workflows/release-cpan.yaml | .github/workflows/release-cpan.yaml | name: Release Perl/CPAN
on:
push:
branches: [release/*]
jobs:
create-perl-release:
name: Publish to CPAN
runs-on: ubuntu-latest
environment: Release
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: cucumber/action-publish-cpan@v1.0.0
with:
... | Revert "Do not publish Perl" | Revert "Do not publish Perl"
This reverts commit ecc773381cf1fe423a888da4e9a4dacd82076fa4.
| YAML | mit | cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin | |
2874e36b6056ff2fa706af744665541cebfa9874 | etc/wildcard-certificate.yml | etc/wildcard-certificate.yml | # stacks/certificate.yml
AWSTemplateFormatVersion: "2010-09-09"
Description: >
Creates a wildcard ACM certificate for the some PRX operated domains
Resources:
Certificate:
Type: AWS::CertificateManager::Certificate
Properties:
DomainName: "*.prx.tech"
DomainValidationOptions:
- Validatio... | Add standalone wildcard certificate template | Add standalone wildcard certificate template
| YAML | mit | PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure | |
bd30da0932b921c13773d7e9636bd083dc217517 | data/nodes/mx1-us-west.apache.org.yaml | data/nodes/mx1-us-west.apache.org.yaml | ---
classes:
- apache
- collectd::plugin::postfix
- mx_asf
- pflogsumm
- ssl::name::wildcard_apache_org
postfix::server::inet_interfaces: 'all'
postfix::server::postscreen: 'true'
postfix::server::relay_domains: 'apache.org,incubator.apache.org,apachecon.com,apachecon.eu,subversion.com,subversion.net,subver... | ---
classes:
- apache
- collectd::plugin::postfix
- mx_asf
- pflogsumm
- ssl::name::wildcard_apache_org
postfix::server::inet_interfaces: 'all'
postfix::server::postscreen: 'true'
postfix::server::relay_domains: 'apache.org,incubator.apache.org,apachecon.com,apachecon.eu,subversion.com,subversion.net,subver... | Add a network_map hash file so we can define who can relay through us using the postfix mynetworks var | Add a network_map hash file so we can define who can relay through us
using the postfix mynetworks var
| YAML | apache-2.0 | apache/infrastructure-puppet,sebbASF/infrastructure-puppet,apache/infrastructure-puppet,stumped2/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,sebbASF/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-p... |
c9243398c74d4dde6b8f8dbd8ac6fc5e9fd2989d | .appveyor.yml | .appveyor.yml | version: "{build}"
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
cache:
- "%LOCALAPPDATA%\\Yarn"
- node_modules
init:
- git config --global core.autocrlf true
install:
- ps: Install-Product node $env:nodejs_version
- yarn install
test_script:
- node --version && npm --version
... | Add AppVeyor CI for Windows builds | Add AppVeyor CI for Windows builds
| YAML | mit | paulsmirnov/proto-deep | |
38346e3072921bd56825402fa547d6f18ef74937 | .github/workflows/deploy-custom-tag.yml | .github/workflows/deploy-custom-tag.yml | name: Deploy custom tag
on:
push:
branches:
- "!master"
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Java and Maven
uses: actions/setup-java@v1
... | Add new GitHub workflow for tagged commits to a branch other than master | Add new GitHub workflow for tagged commits to a branch other than master
(cherry picked from commit aaad32ad840097a2688ca4b20a8738448236c1fb)
| YAML | apache-2.0 | flux-capacitor-io/flux-capacitor-client,flux-capacitor-io/flux-capacitor-client,flux-capacitor-io/flux-capacitor-client,flux-capacitor-io/flux-capacitor-client | |
2672fe0f4a0b28894ae2724d1f7b3b8592fb2aa3 | .github/workflows/e2e_tests_cypress.yml | .github/workflows/e2e_tests_cypress.yml | name: End-to-end tests with Cypress
on:
push:
branches:
- master
- release_3_4
- refactor
pull_request:
branches:
- master
- release_3_4
- refactor
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
-... | Add Cypress github action for CI | [tests] Add Cypress github action for CI
| YAML | mpl-2.0 | nboisteault/lizmap-web-client,nboisteault/lizmap-web-client,3liz/lizmap-web-client,3liz/lizmap-web-client,rldhont/lizmap-web-client,3liz/lizmap-web-client,laurentj/lizmap-web-client,rldhont/lizmap-web-client,3liz/lizmap-web-client,nboisteault/lizmap-web-client,laurentj/lizmap-web-client,laurentj/lizmap-web-client,nbois... | |
8942d512488341c6b0a78bba015d2ce8e2e2fe80 | .github/workflows/installation_check.yml | .github/workflows/installation_check.yml | name: Installation Check
'on':
schedule:
- cron: "0 6 * * *"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Upgrade PIP
run: pip install --upgrade pip
- name: Install... | Add a GHA to check if installation from PyPI still works | Add a GHA to check if installation from PyPI still works
| YAML | mit | jayclassless/tidypy | |
e459e2dbcdd48f640a9347c2886c3ee83365c514 | roles/StackStorm.st2web/meta/main.yml | roles/StackStorm.st2web/meta/main.yml | ---
galaxy_info:
description: Install st2web
author: humblearner
company: StackStorm
license: Apache
min_ansible_version: 2.5
tags: st2web
platforms:
- name: Ubuntu
versions:
- bionic
- xenial
- name: EL
versions:
- 7
- 8
galaxy_tags:
- system
depe... | ---
galaxy_info:
description: Install st2web
author: humblearner
company: StackStorm
license: Apache
min_ansible_version: 2.5
tags: st2web
platforms:
- name: Ubuntu
versions:
- bionic
- xenial
- focal
- name: EL
versions:
- 7
- 8
galaxy_tags:
... | Update the st2web role and add support for Ubuntu 20.04 | Update the st2web role and add support for Ubuntu 20.04
| YAML | apache-2.0 | armab/ansible-st2,StackStorm/ansible-st2 |
5e236332c3934fbc16b79eff3cf6ee9ee21b7519 | Resources/translations/validators.ca.yml | Resources/translations/validators.ca.yml | fos_user:
username:
already_used: El nom d'usuari ja està sent utilitzat
blank: Si us plau, introdueixi un nom d'usuari
short: "[-Inf,Inf]El nom d'usuari és massa curt"
long: "[-Inf,Inf]El nom d'usuari és massa llarg"
email:
already_used: L'adreça de correu ja està sent u... | fos_user:
username:
already_used: El nom d'usuari ja està sent utilitzat
blank: Si us plau, introdueixi un nom d'usuari
short: "[-Inf,Inf]El nom d'usuari és massa curt"
long: "[-Inf,Inf]El nom d'usuari és massa llarg"
email:
already_used: L'adreça de correu ja està sent u... | Revert "Added Integrity constraint violation for group name" | Revert "Added Integrity constraint violation for group name"
This reverts commit 6b9d72bbfbe2aa37a438d22f78a6966b70164378.
| YAML | mit | XWB/FOSUserBundle,XWB/FOSUserBundle,FriendsOfSymfony/FOSUserBundle |
d6fd340d53b6445d24fe8ec79ae0ad5af3feb45f | packages/go/goat.yaml | packages/go/goat.yaml | homepage: https://github.com/lovasko/goat
changelog-type: ''
hash: 5ed53a6b6887fc1c7335b3de27d6c119251bf9ed0aa551d718d4df3eaa9e5078
test-bench-deps:
cereal: -any
bytestring: -any
base: ! '>=4.7 && <5'
goat: -any
QuickCheck: -any
safe: -any
maintainer: Daniel Lovasko <daniel.lovasko@gmail.com>
synopsis: Time... | Update from Hackage at 2017-01-12T15:52:25Z | Update from Hackage at 2017-01-12T15:52:25Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
7c21c818fe875d7cc782a5ade614361673aa6eef | tile/example_vars.yml | tile/example_vars.yml | docker-hub-email: buzztroll@gmail.com
docker-hub-username: buzztroll
docker-hub-password: xxxxxxxx
s3-bucket: stardog-pcf
s3-region: us-west-2
s3-access-key: xxxxxxxxxx
s3-secret: xxxxxxxxxxxxxxxxxxxx
opsmgr-url: https://opsman.pie-21.cfplatformeng.com
opsmgr-username: admin
opsmgr-password: xxxxxxxxxxxxxxxx
stardog-ur... | Add example variable file for the tile CI pipeline | Add example variable file for the tile CI pipeline
| YAML | apache-2.0 | stardog-union/service-broker,stardog-union/service-broker,stardog-union/service-broker | |
81b988d2961c43b28cba1d458819e7a5d5dcd2d5 | .github/workflows/halkit-deploy.yml | .github/workflows/halkit-deploy.yml | name: HalKit - Deploy
on:
release:
types: [published]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
- name: Create the package
run: dotnet pack --configurati... | Add workflow to deploy nuget package after release | Add workflow to deploy nuget package after release | YAML | mit | viagogo/HalKit | |
7b657dfd01e9f48b858e4a4e3c320ed58dccb986 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test Rails
uses: alphagov/govuk-infrastructure/.github/workflows/test-rails.yaml@main
with:
requiresJavaScript: true
requiresMySQL: true
requiresRedis: true
mysqlUsername: contacts
mysqlPasswo... | Enable CI using GitHub Actions | Enable CI using GitHub Actions
This enables a GitHub Action workflow to run CI using a re-usable
workflow template in govuk-infrastructure repo. This is the initial set
up to test the reusable workflow.
| YAML | mit | alphagov/contacts-admin,alphagov/contacts-admin,alphagov/contacts-admin | |
39c8bfab206ad960d719230be9eb165235f3a918 | example_data/docm/workflow-job.yaml | example_data/docm/workflow-job.yaml | #!/usr/bin/env cwl-runner
reference:
class: File
path: GRCh38_full_analysis_set_plus_decoy_hla.fa
normal_cram:
class: File
path: H_NJ-HCC1395-HCC1395_BL_exome.cram
tumor_cram:
class: File
path: H_NJ-HCC1395-HCC1395_exome.cram
docm_vcf:
class: File
path: DoCM.hs37_011117_sanitized_sort_new_LiftOver_hg19... | Add a docm example_data YAML file for testing. | Add a docm example_data YAML file for testing.
| YAML | mit | genome/cancer-genomics-workflow | |
f4cccbc728247fd40ea964f72c286a5beb8c8349 | .github/workflows/issue-to-todoist.yml | .github/workflows/issue-to-todoist.yml | name: Copy assigned issue to Todoist
on:
issues:
types:
- assigned
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
TODOIST_TOKEN: ${{ secrets.TODOIST_TOKEN }}
TODOIST_LABEL_ID: ${{ secrets.TODOIST_LABEL_ID }}
TODOIST_PROJECT_ID: ${{ secrets.TODOIST_PROJ... | Add action to copy assigned issues to me in Todoist | Add action to copy assigned issues to me in Todoist
| YAML | mit | bravelocation/daysleft,bravelocation/daysleft,bravelocation/daysleft,bravelocation/daysleft,bravelocation/daysleft | |
a5013bbb57fe1c8887717e06896c7884c95143b4 | exercises/phone-number/example.yaml | exercises/phone-number/example.yaml | exercise: Phone
version: 2
plan: 15
imports: '&clean-number'
tests: |
for @($c-data<cases>[0]<cases>) {
if .<expected> {
is clean-number(.<phrase>), |.<expected description>;
} else {
nok clean-number(.<phrase>), .<description>;
}
}
| Add phone-number yaml for generator | Add phone-number yaml for generator
| YAML | mit | mienaikage/exercism-perl6,exercism/xperl6,mienaikage/xperl6,exercism/xperl6,mienaikage/exercism-perl6,mienaikage/xperl6,exercism/xperl6,mienaikage/xperl6,mienaikage/exercism-perl6 | |
5b2a0014a715c448e6b95ab06f922bdfa744d5ed | packages/pr/preamble.yaml | packages/pr/preamble.yaml | homepage: https://github.com/swift-nav/preamble
changelog-type: ''
hash: f7e91ad8586f06cf003b86e51d62c69aafced42b05c8beeaefc9aa320ad65351
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Yet another prelude.
changelog: ''
basic-deps:
shake: -any
exceptions: -any
base: ! '>=4.7 && <5'
time:... | Update from Hackage at 2016-12-19T15:43:54Z | Update from Hackage at 2016-12-19T15:43:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
fac5f1d2f7d47098cd87f7b1feb4f817eceda8a6 | templates/cf-infrastructure-vsphere.yml | templates/cf-infrastructure-vsphere.yml | meta: ~
compilation:
cloud_properties:
ram: 1024
disk: 4096
cpu: 2
networks: (( merge ))
resource_pools:
- name: services-small
stemcell:
name: bosh-aws-xen-ubuntu-lucid-go_agent
version: (( merge || 2578 ))
cloud_properties:
ram: 1024
# enough for extracting mysql
... | meta: ~
compilation:
cloud_properties:
ram: 1024
disk: 4096
cpu: 2
networks: (( merge ))
resource_pools:
- name: services-small
stemcell:
name: bosh-vsphere-esxi-ubuntu-lucid-go_agent
version: (( merge || 2578 ))
cloud_properties:
ram: 1024
# enough for extracting mysq... | Use correct stemcell for vsphere | Use correct stemcell for vsphere
| YAML | apache-2.0 | CloudCredo/cf-mysql-release,cloudfoundry/cf-mysql-release,krishna-mk/cf-mysql-release,krishna-mk/cf-mysql-release,ruanbinfeng/cf-mysql-release,ruanbinfeng/cf-mysql-release,ruanbinfeng/cf-mysql-release,cloudfoundry/cf-mysql-release,CloudCredo/cf-mysql-release,ruanbinfeng/cf-mysql-release,krishna-mk/cf-mysql-release,kbas... |
cea09d3bf8e02fe53e6cfd48011902695edf7cba | examples/docker-kubernetes.yaml | examples/docker-kubernetes.yaml | ---
:domain: example.com
:network: 192.168.123.0/24
:image: centos-7.0-docker
:boxurlprefix: ''
:sync: rsync
:folder: ''
:extern:
- type: git
system: docker
repository: https://github.com/purpleidea/docker-simple1
directory: docker-simple1
- type: git
system: kubernetes
repository: https://github.com/purpleid... | Add a docker+kubernetes example file. | Add a docker+kubernetes example file.
The recommended way to run this is:
time vup
time vp # re-provision with changes now that all containers are built
To make changes to the docker file:
time vagrant rsync
time vp
If kubernetes was a separate provisioner, and if the docker provisioner
was more capable, this woul... | YAML | agpl-3.0 | geekcheng/oh-my-vagrant,ncoghlan/oh-my-vagrant,LalatenduMohanty/oh-my-vagrant,bhalothia/oh-my-vagrant,br0ziliy/oh-my-vagrant,ncoghlan/oh-my-vagrant,bhalothia/oh-my-vagrant,mairin/oh-my-vagrant,goern/oh-my-vagrant,purpleidea/oh-my-vagrant,purpleidea/oh-my-vagrant,gpjonesii/oh-my-vagrant,geekcheng/oh-my-vagrant,bhalothia... | |
b46ed2002e6a1e36f8d76b8a6b382db2e8ca9f6a | data/transportation/carlsguide.yaml | data/transportation/carlsguide.yaml | name: A Carl’s Guide to the Twin Cities
category: Maps
url: https://apps.carleton.edu/carlsguide/
synopsis: Showcases places that would be of interest to students, but that Carls might not know about.
description: >-
A map that showcases places that would be of interest to students, but that Carls might not know abou... | Add "A Carl’s Guide to the Twin Cities" | Add "A Carl’s Guide to the Twin Cities" | YAML | mit | carls-app/carls,carls-app/carls,carls-app/carls,carls-app/carls,carls-app/carls,carls-app/carls,carls-app/carls | |
81e3e8c044b5a7cb270c6b60a4c678b5322082a1 | packages/bu/buffer-pipe.yaml | packages/bu/buffer-pipe.yaml | homepage: ''
changelog-type: ''
hash: 2b682ac7b16c79b794585bbece8e57dae304c82b2c5f6f508b682c4ec404df5d
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Read from stdin and write to stdout in large blocks
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.0'
au... | Update from Hackage at 2016-01-11T21:16:03+0000 | Update from Hackage at 2016-01-11T21:16:03+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
899b503814ecff8c352267adaca512ed205db79a | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
python:
version: 3.7
install:
- method: pip --upgrade | Test to solve read the doc compilation errors | Test to solve read the doc compilation errors
| YAML | mit | heprom/pymicro | |
6be0b11f416dfdec43e7b845404acb5445699f79 | Tensile/Tests/bugs/2sum_src_pgr1_smallsum.yaml | Tensile/Tests/bugs/2sum_src_pgr1_smallsum.yaml | # A config to generate a fast kernel for large DGEMMs
GlobalParameters:
EnqueuesPerSync: 30
LibraryPrintDebug: False
NumElementsToValidate: 100
KernelTime: True
#PinClocks: True
SleepPercent: 0
DataInitTypeBeta : 0
PrintSolutionRejectionReason: 0
PrintWinnersOnly: 1
NewClient: 0
BenchmarkProblems:
... | Add test for multi-sum, PGR=1, sumL < DEPTHU | Add test for multi-sum, PGR=1, sumL < DEPTHU
| YAML | mit | ROCmSoftwarePlatform/Tensile,ROCmSoftwarePlatform/Tensile,ROCmSoftwarePlatform/Tensile | |
16aa07bc24b5b75537d09781032477327202b757 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Test ros_controllers
on:
pull_request:
push:
branches:
- noetic-devel
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '17 8 * * *'
jobs:
industrial_ci:
runs-on: ubuntu-latest
strategy:
matrix:
env:
- {ROS_DISTRO: noetic, ... | Add GH actions CI workflow | Add GH actions CI workflow
| YAML | bsd-3-clause | ros-controls/ros_controllers,ros-controls/ros_controllers | |
a4b6624d4f139d7e52ee7d227a37c3d71122c554 | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go
- name: Check out code into the Go module dire... | Create GitHub Actions workflow for Go | Create GitHub Actions workflow for Go
This commit adds a GitHub action as CI for test-infra.
| YAML | apache-2.0 | grpc/test-infra,grpc/test-infra | |
43a7d4af2b974a5a577117aeec9660c750eab484 | reference-architecture/rhv-ansible/example/test-docker-storage.yaml | reference-architecture/rhv-ansible/example/test-docker-storage.yaml | ---
- hosts: localhost
gather_facts: yes
roles:
- instance-groups
tags:
- always
- hosts: nodes
roles:
- role: docker-storage-setup
docker_dev: '/dev/vdb'
tags:
- pre
- storage
| Test pb to just run docker storage setup on nodes | Test pb to just run docker storage setup on nodes
| YAML | apache-2.0 | openshift/openshift-ansible-contrib,cwilkers/openshift-ansible-contrib,cwilkers/openshift-ansible-contrib,dav1x/openshift-ansible-contrib,openshift/openshift-ansible-contrib,dav1x/openshift-ansible-contrib,cwilkers/openshift-ansible-contrib,openshift/openshift-ansible-contrib,dav1x/openshift-ansible-contrib,openshift/o... | |
b1c287b7d1857ade73e0782826ec8afc9524198c | packages/wo/worldturtle.yaml | packages/wo/worldturtle.yaml | homepage: https://github.com/FortOyer/worldturtle-haskell#readme
changelog-type: markdown
hash: cca71fc88cc1669d3ea7efe9ee65b0587afa55ad06b1f36cb9c8a7c79dade979
test-bench-deps: {}
maintainer: FortOyer@hotmail.co.uk
synopsis: Turtle graphics.
changelog: "# Changelog for turtle-haskell\r\n\r\n## v0.1.0\r\n\r\nInitial re... | Update from Hackage at 2020-05-24T20:11:59Z | Update from Hackage at 2020-05-24T20:11:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
c5230b6b81505b17a3a045409fab3c1a1fa04489 | dartdoc_options.yaml | dartdoc_options.yaml | dartdoc:
errors:
# Default errors of `dartdoc`.
- duplicate-file
- invalid-parameter
- no-defining-library-found
- tool-error
- unresolved-export
# Don't ignore any warnings.
- missing-constant-constructor
- type-as-html
# Interpret all warnings as errors.
- ambiguous-doc-r... | Enable all errors of dartdoc | Enable all errors of dartdoc
| YAML | mit | just95/toml.dart,just95/toml.dart | |
8528224eaf90cd47de9d705779d65a21d664f611 | data/transition-sites/nda_llwr.yml | data/transition-sites/nda_llwr.yml | ---
site: nda_llwr
whitehall_slug: low-level-waste-repository-ltd
homepage: https://www.gov.uk/government/organisations/low-level-waste-repository-ltd
tna_timestamp: 20180313170246
host: llwrsite.com
aliases:
- www.llwrsite.com
| Add transition config for LLWR | Add transition config for LLWR
| YAML | mit | alphagov/transition-config,alphagov/transition-config | |
fe8dda33722ca247226f7b040438e098f4835bfd | packages/gr/groups-generic.yaml | packages/gr/groups-generic.yaml | homepage: https://github.com/sheaf/groups-generic
changelog-type: markdown
hash: 3bdbe6d2e410d872bcf27c7d078932fce0c924cf1ab2057b96853c55589be6e5
test-bench-deps: {}
maintainer: Sam Derbyshire
synopsis: Generically derive Group instances.
changelog: "# Changelog for package `generic-groups`\r\n\r\n## 0.1.0.0 ( February... | Update from Hackage at 2020-02-16T12:13:33Z | Update from Hackage at 2020-02-16T12:13:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
c15fdc211600554d91633cea541d4137e9686c63 | packages/li/list-duplicate.yaml | packages/li/list-duplicate.yaml | homepage: https://github.com/pgujjula/list-duplicate#readme
changelog-type: markdown
hash: 3ee5f883ae50d49919e582646d5afad757b9873f97ce9c0a0bd5079d77e9407a
test-bench-deps:
base: '>=4.7 && <5'
hspec: -any
list-duplicate: -any
QuickCheck: -any
maintainer: pgujjula+list-utilities@protonmail.com
synopsis: Group an... | Update from Hackage at 2020-05-02T22:09:15Z | Update from Hackage at 2020-05-02T22:09:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
33d3a7bf6e77386b92d59cd61fa20e864c27a2da | .github/workflows/azure-ci_vscode-uiflow-production.yml | .github/workflows/azure-ci_vscode-uiflow-production.yml | # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build and deploy Node.js app to Azure Web App - vscode-uiflow-production
on:
push:
branches:
- azure-ci
workflow_dispatch:
jobs:
bui... | Add or update the Azure App Service build and deployment workflow config | Add or update the Azure App Service build and deployment workflow config | YAML | mit | kexi/vscode-uiflow,kexi/vscode-uiflow | |
8f49d3034e6a8349938efaf0fd69492541ee5146 | packages/no/nonempty-lift.yaml | packages/no/nonempty-lift.yaml | homepage: https://github.com/chessai/nonempty
changelog-type: markdown
hash: 1abab29215d855442d581d5a0ff95e580a5ac894474f35beb95962e732b195e8
test-bench-deps:
base: -any
hedgehog: -any
nonempty-lift: -any
hedgehog-classes: ! '>=0.2.3 && <0.3'
maintainer: chessai <chessai1996@gmail.com>
synopsis: nonempty struct... | Update from Hackage at 2019-08-13T21:12:51Z | Update from Hackage at 2019-08-13T21:12:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
6bcb3d13d0b6ca23fba1b56f8d70ee5fdf612d81 | releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml | releasenotes/notes/paramiko-2-0-dependencies-9a7c7fe9aeb394e4.yaml | ---
issues:
- Paramiko version 2.0 Python requires the Python cryptography library. New system packages must
be installed for this library. For OpenStack-Ansible versions <12.0.12, <11.2.15, <13.0.2 the
system packages must be installed on the **deployment host** manually by executing
``apt-get install -y... | Add release note for paramiko issue workaround | Add release note for paramiko issue workaround
Change Ia7e0d64214cfd5412ec236ee4bdd6a076821d258 implemented the fix to resolve
the issue with the Paramkino 2.0 update, but did not include a release note to
be explicit that this is a known issue and to inform deployers how to work
around it.
This patch adds a release ... | YAML | apache-2.0 | Logan2211/openstack-ansible,major/os-ansible-deployment,BjoernT/openstack-ansible,weezer/openstack-ansible,mancdaz/openstack-ansible,BjoernT/os-ansible-deployment,major/openstack-ansible,weezer/openstack-ansible,openstack/openstack-ansible,os-cloud/os-ansible-deployment,openstack/openstack-ansible,yanyao/openstack-ansi... | |
3401162acb378df373301cf99332d49385c6f99e | packages/eq/equational-reasoning-induction.yaml | packages/eq/equational-reasoning-induction.yaml | homepage: ''
changelog-type: ''
hash: 1fe97d2a805dc01469ebe441ef52a67d27d8b59ec0337a8f00f6fc79e7a0a3c0
test-bench-deps: {}
maintainer: konn.jinro_at_gmail.com
synopsis: Proof assistant for Haskell using DataKinds & PolyKinds
changelog: ''
basic-deps:
base: ! '>=4 && <5'
semigroups: ==0.18.*
singletons: -any
th-... | Update from Hackage at 2019-02-08T13:59:35Z | Update from Hackage at 2019-02-08T13:59:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
824ad96af0a20d2e278872b502456cb37e070e5c | packages/hc/hcom.yaml | packages/hc/hcom.yaml | homepage: ''
changelog-type: text
hash: 32fe14a4d2980039d5ab387392d1647b0b64c29107284a857cef3478f5c05212
test-bench-deps: {}
maintainer: Niklas Larsson <niklas@mm.st>
synopsis: Haskell COM support library
changelog: ! "Version 1.2.3 - released 2009-01-27; changes from 1.2.2\r\n\r\n * Improved
and expanded Haddock co... | Update from Hackage at 2017-07-16T12:37:19Z | Update from Hackage at 2017-07-16T12:37:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
5fe0ba0b567acb8d70c06c18f0fe0a8a550f0a0a | 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-latest'
variables:
solution: '**/*.sln'
buildConfig... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | babelshift/WhatsMySteamID,babelshift/WhatsMySteamID | |
ebe8c03ea99cde9593ba048e4ee91bf42f7c815e | azure-pipelines.yml | azure-pipelines.yml | # Universal Windows Platform
# Build a Universal Windows Platform project using Visual Studio.
# Add steps that test and distribute an app, save build artifacts, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
buildPlatform: 'x86|x64|ARM'
buil... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | songbaoming/IncBuildVer,songbaoming/IncBuildVer | |
40a4e7f2bab296b06661b106a12d22307d6980fb | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- composer install --prefer-dist --no-interaction > /dev/null
- npm install gulp > /dev/null
- npm install > /dev/null
- gulp --production
- cp .env.example .env
- php artisan key:generate
- /home/gitlabci/gitlabci_vukcore.sh
- php artisan migrate
variables:
MYSQL_DATABASE: vuk_core
... | before_script:
- composer install --prefer-dist --no-interaction > /dev/null
- npm install gulp > /dev/null
- npm install > /dev/null
- gulp --production
- cp .env.example .env
- php artisan key:generate
- /home/gitlabci/gitlabci_vukcore.sh
- php artisan migrate:reset
- php artisan migrate
- php art... | Reset the database after the script finishes executing. Also use artisan serve for deploying homestead. | Reset the database after the script finishes executing. Also use artisan serve for deploying homestead. | YAML | mit | atoff/core,enlim/core,enlim/core,atoff/core,enlim/core |
5a72610987bf29dd3889ea2da5064aedfe0fd14e | .gitlab-ci.yml | .gitlab-ci.yml | image: mohamnag/gradle
stages:
- test
gradlebuld:
stage: test
script:
- gradle -q build
except:
- /^release-.*$/ # use regexp ;-)
tags:
- docker
releasebuild:
stage: test
script:
- gradle -q build
only:
- /^release-.*$/ # use regexp ;-)
tags:
- docker
artifacts:
paths:
-... | Test Build and Artifacts Build | Test Build and Artifacts Build
| YAML | mit | axxepta/project-argon | |
d0fb67850bdcee9591a792c9ac5b801c067153a0 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
collections:
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | boobo94/boobo94.github.io,boobo94/boobo94.github.io | |
a440c240918767ca5dd07cc178e2763045afabf9 | .forestry/settings.yml | .forestry/settings.yml | ---
upload_path: "/uploads/:year:/:month:/:day:"
frontmatter_file_url_template: "/uploads/:year:/:month:/:day:"
body_file_url_template: "/uploads/:year:/:month:/:day:"
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
collections:
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | leroy1977/eQ1,leroy1977/eQ1 | |
f74c355935140924f3a3e19ab3fd70ae585a3fb4 | packages/ta/tagsoup-megaparsec.yaml | packages/ta/tagsoup-megaparsec.yaml | homepage: https://github.com/kseo/tagsoup-megaparsec#readme
changelog-type: ''
hash: 9a402204fccefcc802a468f2ad92a7968bb347dd4c5504ea35633d47f8687345
test-bench-deps:
base: -any
hspec: -any
megaparsec: -any
raw-strings-qq: -any
tagsoup: -any
tagsoup-megaparsec: -any
maintainer: kwangyul.seo@gmail.com
synops... | Update from Hackage at 2016-07-12T09:27:49+0000 | Update from Hackage at 2016-07-12T09:27:49+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
891c438095bb7bd32bdf44a55956f39030244f61 | packages/se/Set.yaml | packages/se/Set.yaml | homepage: https://github.com/strake/Set.hs
changelog-type: markdown
hash: fa85c1a1baa564158675f1efaa92f202b4e12b7892fcec601981262715833a91
test-bench-deps:
Set: -any
base: ! '>=4.12 && <4.14'
gauge: -any
containers: ==0.6.*
util: ! '>=0.1.16 && <0.2'
maintainer: strake888@gmail.com
synopsis: See README for mo... | Update from Hackage at 2019-12-27T03:47:40Z | Update from Hackage at 2019-12-27T03:47:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
0bf03afc9a2f4482d356182cff5dd43348b4bdb1 | packages/ex/exist.yaml | packages/ex/exist.yaml | homepage: ''
changelog-type: ''
hash: 1b3e6eaee4ffaa16bc68ae953bd9356ce18265462034b16ab645fd68acbbd27a
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Dependent sum type
changelog: ''
basic-deps:
base-unicode-symbols: -any
base: ! '>=4.7 && <5'
util: -any
all-versions:
- 0.1.0.0
author: M Farkas-Dyc... | Update from Hackage at 2019-11-16T02:07:49Z | Update from Hackage at 2019-11-16T02:07:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
0bde2fd1e6740cc64caaebab09e685bd8555ad3c | .github/workflows/test.yml | .github/workflows/test.yml | name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6.x', '2.5.x']
steps:
- uses: actions/checkout@master
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install bun... | Create GitHub action config file | :+1: Create GitHub action config file
| YAML | mit | unhappychoice/circle,unhappychoice/circle,unhappychoice/circler,unhappychoice/circler | |
240991daf55e5ce91af0f1dc4d37d4a71b60065a | github/workflows/build-and-publish.yml | github/workflows/build-and-publish.yml | name: Build and Publish
on:
# run it on push to the default repository branch
push:
branches: [develop]
defaults:
# define job to build and publish docker image
build-and-push-docker-image:
name: Build Docker image and push to Docker hub
runs-on: ubuntu-latest
# steps... | Use GitHub actions to build and push Docker image on git push | Use GitHub actions to build and push Docker image on git push
| YAML | agpl-3.0 | zeropingheroes/lanager,zeropingheroes/lanager | |
4cb759e85ec982fdb5a017174cd6f80440212d89 | .github/workflows/build_msw_xml_libs.yml | .github/workflows/build_msw_xml_libs.yml | name: XML MSW binaries
on:
workflow_dispatch:
jobs:
build-xml-libs:
name: Build XML binaries
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Compiler
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-i... | Add simple workflow for building MSW XML libraries binaries | Add simple workflow for building MSW XML libraries binaries
This is going to be used to avoid rebuilding them during each build of
xmlwrapp itself.
| YAML | bsd-3-clause | vadz/xmlwrapp,vadz/xmlwrapp,vadz/xmlwrapp | |
52c354727bbaba745d9551389c60c4d2041d060d | Build/release/release-build-pipeline.yml | Build/release/release-build-pipeline.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
# for an explanation on build number notation and tokens:
# https://docs.microsoft.com/en-us/azure/... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | MoonStorm/Dapper.FastCRUD | |
45fa6b555cc0fa2390411a2619cd087e7ed0936c | recipes/dipy/meta.yaml | recipes/dipy/meta.yaml | {% set version = "0.11.0" %}
package:
name: dipy
version: {{ version }}
source:
fn: dipy-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/d/dipy/dipy-{{ version }}.tar.gz
md5: 7723e8994d31e910d47b7a0cf064a3d8
build:
number: 0
script: python setup.py install
features:
- ... | {% set version = "0.11.0" %}
package:
name: dipy
version: {{ version }}
source:
fn: dipy-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/d/dipy/dipy-{{ version }}.tar.gz
md5: 7723e8994d31e910d47b7a0cf064a3d8
build:
number: 0
script: python setup.py install
features:
- ... | Add VTK for Python 2.7 (for now). | Add VTK for Python 2.7 (for now).
| YAML | bsd-3-clause | mcs07/staged-recipes,khallock/staged-recipes,gqmelo/staged-recipes,chohner/staged-recipes,jakirkham/staged-recipes,data-exp-lab/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,guillochon/staged-recipes,stuertz/staged-recipes,basnijholt/staged-recipes,Cashalow/staged-recipes,chohner/staged-recipe... |
190dc5bf022288fa5f0ebaf2ba8b65f9e2ca03f8 | recipes/qtpy/meta.yaml | recipes/qtpy/meta.yaml | {% set version = "1.1.1" %}
package:
name: qtpy
version: {{version}}
source:
fn: qtpy-{{version}}.tar.gz
url: https://pypi.io/packages/source/q/qtpy/QtPy-{{version}}.tar.gz
md5: 181a1cc9c010e0c1f4daa3f0f69e3782
build:
number: 0
script: python setup.py install --single-version-externally-managed --recor... | {% set version = "1.1.1" %}
package:
name: qtpy
version: {{version}}
source:
fn: qtpy-{{version}}.tar.gz
url: https://pypi.io/packages/source/q/qtpy/QtPy-{{version}}.tar.gz
md5: 181a1cc9c010e0c1f4daa3f0f69e3782
build:
number: 0
script: python setup.py install --single-version-externally-managed --recor... | Add @Nodd to maintainers, and make sure setuptools is included in build requirements | Add @Nodd to maintainers, and make sure setuptools is included in build requirements | YAML | bsd-3-clause | Cashalow/staged-recipes,goanpeca/staged-recipes,Savvysherpa/staged-recipes,rvalieris/staged-recipes,chohner/staged-recipes,asmeurer/staged-recipes,benvandyke/staged-recipes,SylvainCorlay/staged-recipes,vamega/staged-recipes,igortg/staged-recipes,rolando-contrib/staged-recipes,koverholt/staged-recipes,ocefpaf/staged-rec... |
bb6083cd4f39094a077b247f6bc787a00c111fdd | packages/da/data-constructors.yaml | packages/da/data-constructors.yaml | homepage: https://github.com/daig/data-constructors#readme
changelog-type: ''
hash: 6f854e967ded9be058569121ffe2abcc88ffca6d9538b88c8d9492f42042477b
test-bench-deps:
base: -any
criterion: -any
deepseq: -any
QuickCheck: -any
data-constructors: -any
maintainer: daig@sodality.cc
synopsis: Generically compare dat... | Update from Hackage at 2017-09-16T14:53:03Z | Update from Hackage at 2017-09-16T14:53:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
abdd45471213a568be37e5d775c0ff3908aacf07 | packages/bg/bglib.yaml | packages/bg/bglib.yaml | homepage: https://github.com/netom/bgapi#readme
changelog-type: ''
hash: 2b71c14484ff4140204e817645d1df4dc2e57d6332e602a54ff83bb93259366a
test-bench-deps: {}
maintainer: giganetom@gmail.com
synopsis: Implementation of the BGAPI serial protocol
changelog: ''
basic-deps:
bytestring: -any
stm: -any
base: ! '>=4.7 &&... | Update from Hackage at 2019-06-11T09:47:32Z | Update from Hackage at 2019-06-11T09:47:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
5a3d1e6f6495ca1104cbcb948d2569f03d54dffb | .github/workflows/dependabot-dedupe.yml | .github/workflows/dependabot-dedupe.yml | name: Dedupe Dependabot PRs
on:
push:
branches: ['dependabot/**']
permissions:
contents: write
pull-requests: write
repository-projects: write
jobs:
dedupe:
name: Dedupe Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cac... | Add action to dedupe Dependabot PRs | Add action to dedupe Dependabot PRs
| YAML | mit | wojtekmaj/react-calendar,wojtekmaj/react-calendar,wojtekmaj/react-calendar | |
a41d854e252da5ee847d910d81227c8681f87abb | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | # This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubun... | Use github action for unit testing | Use github action for unit testing | YAML | agpl-3.0 | elki-project/elki,elki-project/elki,elki-project/elki | |
2f4463add7918e8773e5226796c35e1ac71e83cc | .github/workflows/issue_closer.yml | .github/workflows/issue_closer.yml | name: Issue closer
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issue
uses: arkon/issue-closer-action@v1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it wa... | Revert "[CI SKIP] Remove issue closer action" | Revert "[CI SKIP] Remove issue closer action"
This reverts commit 9d7f8c93573f0d7f8b4995403862dfe6191437e5.
| YAML | apache-2.0 | inorichi/tachiyomi-extensions,inorichi/tachiyomi-extensions,inorichi/tachiyomi-extensions | |
a9d1cd514d2f8b119541c82f9a78711f4c0e3d61 | .github/workflows/pypi-publish.yml | .github/workflows/pypi-publish.yml | # This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Package to PyPI
on:
release:
types: [created]
jobs:
d... | Add publish to PyPI workflow file | Add publish to PyPI workflow file | YAML | agpl-3.0 | wger-project/wger,wger-project/wger,wger-project/wger,rolandgeider/wger,petervanderdoes/wger,rolandgeider/wger,petervanderdoes/wger,wger-project/wger,petervanderdoes/wger,petervanderdoes/wger,rolandgeider/wger,rolandgeider/wger | |
b84e72d6762fd092bc6e05c84f00c0f2938063d3 | spec/paths/rfqs@v1@bulk@rfqshifts.yaml | spec/paths/rfqs@v1@bulk@rfqshifts.yaml | post:
summary: Create multiple RfQ shifts
requestBody:
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/RfqShift"
description: RfQ shifts to be added
required: true
tags:
- RfQ shifts
responses:
"200":
descr... | Add endpoint for creating multiple RfQ shifts | Add endpoint for creating multiple RfQ shifts
| YAML | mit | TimeZynk/timezynk-api-spec | |
4da54ad5e787bbd08237b1ccb29619183cf9fd26 | .github/workflows/buildsite.yml | .github/workflows/buildsite.yml | name: Build and Push to TOR
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
name: Checkout master from this repo
- name: Checkout submodules associated with this repo
uses: textbook/git-checkout-submodule-action@1... | Add github action for deployment to onion site | Add github action for deployment to onion site
| YAML | apache-2.0 | theunicornfactory/theunicornfactory.github.io,theunicornfactory/theunicornfactory.github.io,theunicornfactory/theunicornfactory.github.io,theunicornfactory/theunicornfactory.github.io | |
686d66dddcea3cb50ee142b3899de7b2bbe32023 | modules/openstack_project/files/jenkins_job_builder/config/mistral.yaml | modules/openstack_project/files/jenkins_job_builder/config/mistral.yaml | - job:
name: gate-mistral-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=tr... | - job:
name: gate-mistral-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=tr... | Enable Tempest in Mistral devstack job | Enable Tempest in Mistral devstack job
Add Tempest to the enabled services because it's required for tests.
Change-Id: Ie2b826b36aa893d8278a98dcd068dcdbfb916e4c
| YAML | apache-2.0 | osrg/project-config,citrix-openstack/project-config,noorul/os-project-config,anbangr/osci-project-config,osrg/project-config,Tesora/tesora-project-config,dongwenjuan/project-config,coolsvap/project-config,citrix-openstack/project-config,openstack-infra/project-config,openstack-infra/project-config,coolsvap/project-conf... |
e68e0ce40316a446593e9b271232779870e01715 | .github/workflows/manual-release.yml | .github/workflows/manual-release.yml | # Match release tags on master branch
name: Manual-Release
on:
workflow_dispatch:
inputs:
publish:
description: 'Publish manual release to PyPI'
default: false
jobs:
release:
runs-on: ubuntu-latest
name: Build release package
steps:
- uses: actions/checkout@v2
-... | Add manual release flow for pre-releases from develop | Add manual release flow for pre-releases from develop
| YAML | bsd-3-clause | python-odin/odin | |
38581084b86e1bd56a3bc7c416fb113522358e1f | .github/workflows/security-scans.yml | .github/workflows/security-scans.yml | name: Security Scans
on: [push, pull_request]
jobs:
cleanup_runs:
name: Cancel old branch builds
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
steps:
- name: Find and cancel old builds of this branch
uses: rokroskar/workflow-ru... | Use gitleaks for detecting hardcoded secrets | Use gitleaks for detecting hardcoded secrets
| YAML | apache-2.0 | RasaHQ/rasa_nlu,RasaHQ/rasa_nlu,RasaHQ/rasa_nlu | |
22ee928012f02df693c4d49828a336fd8ff6c880 | packages/et/etc.yaml | packages/et/etc.yaml | homepage: https://github.com/roman/Haskell-etc
changelog-type: ''
hash: 3c8db9dfceb0b9ed193a81ac4a9204e416afab89003c3dd79c4cd35ee3a20c88
test-bench-deps:
bytestring: ! '>=0.10 && <0.11'
base: ! '>=4.7 && <5'
unordered-containers: ! '>=0.2 && <0.3'
text: ! '>=1.2 && <1.3'
protolude: ! '>=0.1 && <0.2'
contain... | Update from Hackage at 2017-04-06T18:23:01Z | Update from Hackage at 2017-04-06T18:23:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
66b47b4b2b5d02e4eb8c2c6bd6eb4df2d194727a | packages/ps/psi.yaml | packages/ps/psi.yaml | homepage: ''
changelog-type: ''
hash: bd78985a298ccdcc29d0dfabe091b30c5a78cb9204f1d4cf42149fb3a7fb0bdd
test-bench-deps: {}
maintainer: sio@tesser.org
synopsis: Yet another custom Prelude.
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
base: ! '>=3 && <5'
text: ! '>=1.2'
semigroups: ! '>=0.16'
deepseq: ! '>=... | Update from Hackage at 2016-09-11T08:54:02+0000 | Update from Hackage at 2016-09-11T08:54:02+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
8c34f33cb2eef84023c63e02129e649664d0ed2c | public_help/@jacobtomlinson/charge_heaters.yaml | public_help/@jacobtomlinson/charge_heaters.yaml | - alias: Charge Heaters
# Charge the storage heaters during eco7
trigger:
platform: time
minutes: '/5'
seconds: 0
condition:
- condition: time
after: '00:00:00'
before: '08:00:00'
action:
service_template: >
{%- if float(now().hour) < float(states('input_slider.storage_heat... | Add heater charging for @jacobtomlinson | Add heater charging for @jacobtomlinson
| YAML | mit | dale3h/homeassistant-config,dale3h/homeassistant-config | |
6acc49f3a84bc7e1d7921d08c67d15561f7031be | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
day: "saturday"
time: "12:30"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "12:30"
- package-ecosystem: "githu... | Add GitHub Dependabot to the repo | Add GitHub Dependabot to the repo
| YAML | mit | der-lyse/newsboat,der-lyse/newsboat,newsboat/newsboat,der-lyse/newsboat,der-lyse/newsboat,newsboat/newsboat,newsboat/newsboat,der-lyse/newsboat,newsboat/newsboat,newsboat/newsboat,der-lyse/newsboat,newsboat/newsboat,der-lyse/newsboat,newsboat/newsboat,der-lyse/newsboat,newsboat/newsboat | |
af1a042e45624a0a7723641078ebf1934db83a45 | packages/ac/acme-smuggler.yaml | packages/ac/acme-smuggler.yaml | homepage: https://github.com/benclifford/acme-smuggler
changelog-type: ''
hash: d8a8f26a40b1352b9b93e5484b888266bb8d0dc72d495a63318fda1d82c72c03
test-bench-deps:
acme-smuggler: -any
base: -any
hspec: -any
maintainer: Ben Clifford <benc@hawaga.org.uk>
synopsis: Smuggle arbitrary values in ()
changelog: ''
basic-de... | Update from Hackage at 2016-12-11T11:30:50Z | Update from Hackage at 2016-12-11T11:30:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
68ed8d5c232ba51ce4a4aabdc01fc2d856a2007f | packages/ha/haskellscript.yaml | packages/ha/haskellscript.yaml | homepage: http://github.com/seanparsons/haskellscript/
changelog-type: ''
hash: a003e490c55b5fa92102e99aa22ac081c8578a1d2ade4b21d562006863402210
test-bench-deps: {}
maintainer: github@futurenotfound.com
synopsis: Command line tool for running Haskell scripts with a shebang.
changelog: ''
basic-deps:
either: -any
ba... | Update from Hackage at 2015-05-18T18:41:31+0000 | Update from Hackage at 2015-05-18T18:41:31+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
910914fcd93419c2b85021983a5294c0e638d3d6 | provisioning/vars/db.yaml | provisioning/vars/db.yaml | ---
postgresql_version: 9.4
postgresql_locale: 'fr_FR.UTF-8'
postgresql_databases:
- name: mangaki
hstore: no
uuid_ossp: no
citext: no
postgresql_users:
- name: mangaki
pass: mangaki
encrypted: no
postgresql_user_privileges:
- name: mangaki
... | Create the DB configuration for PostgreSQL | Create the DB configuration for PostgreSQL
| YAML | agpl-3.0 | Elarnon/mangaki,Elarnon/mangaki,Mako-kun/mangaki,Elarnon/mangaki,Mako-kun/mangaki,Mako-kun/mangaki | |
cc99e809525545e8219893ba6b74f278d652f898 | gear/software/g/google-play-music-ios.yml | gear/software/g/google-play-music-ios.yml | ---
name: Google Play Music (iOS)
description: An app for the music service.
url: https://itunes.apple.com/us/app/google-play-music/id691797987
| Add Google Play Music for iOS. | Add Google Play Music for iOS.
| YAML | mit | waferbaby/usesthis,waferbaby/usesthis,ivuk/usesthis,ivuk/usesthis | |
2a7f68ceb04350aae9f49b9c9f0c513aaedf4fbb | .github/workflows/crosspost-pinboard-links.yaml | .github/workflows/crosspost-pinboard-links.yaml | on:
push:
workflow_dispatch:
schedule:
- cron: '30 * * * *' # every hour, at ~:30 https://crontab.guru/#30_*_*_*_*
jobs:
update-news-releases:
runs-on: ubuntu-latest
steps:
- name: Check out this repo
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
... | Add GitHub Action to automatically post links | Add GitHub Action to automatically post links
| YAML | mit | lchski/lucascherkewski.com,lchski/lucascherkewski.com,lchski/lucascherkewski.com,lchski/lucascherkewski.com | |
6e0c3dd42e69f1960b5303ef9812b8ae2fa5deea | packages/po/postgresql-simple-queue.yaml | packages/po/postgresql-simple-queue.yaml | homepage: https://github.com/jfischoff/postgresql-queue#readme
changelog-type: ''
hash: 4315dc879c12ffd3565f77ecfe55b78fb1c3a48552fc729cffcb4acdf56910e2
test-bench-deps:
bytestring: -any
base: -any
hspec: -any
async: -any
hspec-pg-transact: -any
postgresql-simple-queue: -any
hspec-expectations-lifted: -an... | Update from Hackage at 2017-06-17T05:15:08Z | Update from Hackage at 2017-06-17T05:15:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
8b1cd39f86eca75c3e917292c990ce959d38e2d4 | test/data/vat-payment-deadlines-questions-and-responses.yml | test/data/vat-payment-deadlines-questions-and-responses.yml | ---
:when_does_your_vat_accounting_period_end?:
- "TODO: When does your VAT accounting period end?"
:how_do_you_want_to_pay?:
- direct-debit
- online-telephone-banking
- online-debit-credit-card
- bacs-direct-credit
- bank-giro
- chaps
- cheque
| Add generated questions & responses for vat-payment-deadlines | Add generated questions & responses for vat-payment-deadlines
| YAML | mit | stwalsh/smart-answers,alphagov/smart-answers,askl56/smart-answers,stwalsh/smart-answers,aledelcueto/smart-answers,aledelcueto/smart-answers,alphagov/smart-answers,aledelcueto/smart-answers,stwalsh/smart-answers,tadast/smart-answers,askl56/smart-answers,stwalsh/smart-answers,alphagov/smart-answers,alphagov/smart-answers... | |
87c1a7b103979bdf6dc68f11a53c821c622ddfeb | .forestry/settings.yml | .forestry/settings.yml | ---
upload_path: "/uploads/:year:/:month:/:day:"
frontmatter_file_url_template: "/uploads/:year:/:month:/:day:"
body_file_url_template: "/uploads/:year:/:month:/:day:"
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
collections:
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | innerjoin/innerjoin.github.io,innerjoin/innerjoin.github.io,innerjoin/innerjoin.github.io | |
77138f262244f73870f81e1dfc3273457eff79da | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | tiagosalgado/tiagosalgado.github.io,tiagosalgado/tiagosalgado.github.io | |
8d22bb264a5c0c8bb684307f5c19851ff6ab9846 | docs/getting-started/tests/src/main/resources/application.yaml | docs/getting-started/tests/src/main/resources/application.yaml | benchmark-service:
url: http://${dockerhost:dockerhost}:8080
data-sources:
hive:
url: jdbc:hive2://${dockerhost:dockerhost}:10000/default
username: hdfs
password: na
driver-class-name: org.apache.hive.jdbc.HiveDriver
environment:
name: DEMO
macros:
drop-caches:
command: echo "Dropping cac... | benchmark-service:
url: http://${dockerhost:dockerhost}:8080
data-sources:
hive:
url: jdbc:hive2://${dockerhost:dockerhost}:10000/default
username: hdfs
password: na
driver-class-name: org.apache.hive.jdbc.HiveDriver
environment:
name: DEMO
macros:
drop-caches:
command: echo "Dropping cac... | Fix expressions for graphite aggregated stats | Fix expressions for graphite aggregated stats
| YAML | apache-2.0 | prestodb/benchto,prestodb/benchto,prestodb/benchto,prestodb/benchto |
0a7d9d9b7f413ce76f99482b0cbee1d51572d0c0 | packages/bi/binsm.yaml | packages/bi/binsm.yaml | homepage: https://github.com/l29ah/binsm
changelog-type: ''
hash: 8a1cfb61e2f23f3208969deefa2a1aa785f49189f2734f4096d3c2215940845d
test-bench-deps: {}
maintainer: zl29ah@gmail.com
synopsis: binary files splitter and merger
changelog: ''
basic-deps:
bytestring: ! '>=0.10 && <0.11'
ansi-wl-pprint: ! '>=0.6.7.3 && <0.... | Update from Hackage at 2019-09-13T02:25:58Z | Update from Hackage at 2019-09-13T02:25:58Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
c8facb4b5d969ef2a471f7d42c85cb232b2e5cd4 | packages/mo/motor.yaml | packages/mo/motor.yaml | homepage: ''
changelog-type: markdown
hash: a35cfcb49e83ba732031ac23d79c110ff9144abd282ebfd66daa6f9a0ca4e88b
test-bench-deps:
base: -any
CTRex: -any
motor: -any
indexed: -any
indexed-extras: -any
maintainer: oskar.wickstrom@gmail.com
synopsis: Type-safe effectful state machines in Haskell
changelog: ''
basic-... | Update from Hackage at 2017-10-27T15:10:46Z | Update from Hackage at 2017-10-27T15:10:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
efee90dc5ff3fc459490eaeab9f88fa6eb05c049 | playbooks/basic-provisioning/initial-centos-rhel-7-setup.yml | playbooks/basic-provisioning/initial-centos-rhel-7-setup.yml | ---
- hosts: gsoc
become: yes
tasks:
- name: Upgrade system.
yum: name=* state=latest
- name: Import EPEL GPG key.
rpm_key: "key={{ item }} state=present"
with_items:
- https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
- name: Install EPEL repository.
command: "... | Add playbook for a basic setup of CentOS/RHEL 7 machine | Add playbook for a basic setup of CentOS/RHEL 7 machine
This commit adds my first-ever playbook to the repo!
Additions based off of "Ansible for DevOps" by Jeff Geerling and the things I first do whenever I log into a new machine. This should automate the first 30 minutes of setting up a new machine... more additions... | YAML | mpl-2.0 | jflory7/infrastructure,jflory7/infrastructure | |
f0869ac6d789cb4a80c88664895355114793f2dc | data/transition-sites/charity_welsh.yml | data/transition-sites/charity_welsh.yml | ---
site: charity_welsh
whitehall_slug: charity-commission
redirection_date: 17th September 2014
homepage: https://www.gov.uk/government/organisations/charity-commission
tna_timestamp: 20140730133912
host: www.comisiwnelusennau.gov.uk
aliases:
- comisiwnelusennau.gov.uk
| Configure Charity Commission Welsh alias | Configure Charity Commission Welsh alias
| YAML | mit | alphagov/transition-config,alphagov/transition-config | |
f5e5dcb8d3922d3c5a2c1caa40b62d2ec64fc1bc | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
cache: yarn
script:
- npm run build
- npm run test
| language: node_js
node_js: "12"
cache: yarn
script:
- npm run build
- npm run test
| Use latest LTS version when testing | Use latest LTS version when testing
| YAML | mit | robinvdvleuten/vuex-persistedstate |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.