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 |
|---|---|---|---|---|---|---|---|---|---|
ff9dc6f88bcb48ca26008b9ed6714f9c67d4768e | tests/_envs/travis-ci-hub.yml | tests/_envs/travis-ci-hub.yml | modules:
enabled:
- \SuiteCRM\Test\Driver\WebDriver
config:
\SuiteCRM\Test\Driver\WebDriver:
url: "http://localhost/"
wait: 5
port: 9515 # ChromeDriver port
browser: chrome
window_size: false
capabilities:
chromeOptions:
args: ["--headless", "--disable... | modules:
enabled:
- \SuiteCRM\Test\Driver\WebDriver
config:
\SuiteCRM\Test\Driver\WebDriver:
url: "http://localhost/"
wait: 5
port: 9515 # ChromeDriver port
browser: chrome
window_size: false
capabilities:
chromeOptions:
args: ["--headless", "--disable... | Add chrome headless config to acceptance tests | Add chrome headless config to acceptance tests
| YAML | agpl-3.0 | gcoop-libre/SuiteCRM,cumanacr/SuiteCRM,ChangezKhan/SuiteCRM,JimMackin/SuiteCRM,horus68/SuiteCRM-Horus68,JimMackin/SuiteCRM,salesagility/SuiteCRM,salesagility-davidthomson/SuiteCRM,lionixevolve/SuiteCRM,Dillon-Brown/SuiteCRM,cumanacr/SuiteCRM,salesagility-davidthomson/SuiteCRM,samus-aran/SuiteCRM,samus-aran/SuiteCRM,sal... |
6741b0349a98909b2f64bb1af39d9de0813ee1b6 | metadata/nya.kitsunyan.foxydroid.yml | metadata/nya.kitsunyan.foxydroid.yml | Categories:
- System
License: GPL-3.0-or-later
AuthorName: Foxy McFoxtail
AuthorEmail: kitsunyan@airmail.cc
SourceCode: https://github.com/kitsunyan/foxy-droid
IssueTracker: https://github.com/kitsunyan/foxy-droid/issues
AutoName: Foxy Droid
RepoType: git
Repo: https://github.com/kitsunyan/foxy-droid
Binaries: http... | Categories:
- System
License: GPL-3.0-or-later
AuthorName: Foxy McFoxtail
AuthorEmail: kitsunyan@airmail.cc
SourceCode: https://github.com/kitsunyan/foxy-droid
IssueTracker: https://github.com/kitsunyan/foxy-droid/issues
AutoName: Foxy Droid
RepoType: git
Repo: https://github.com/kitsunyan/foxy-droid
Binaries: http... | Update Foxy Droid to 1.2 (3) | Update Foxy Droid to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
6ec92b06d4954af86d1e99949c8ff06843b45920 | roles/pip/tasks/main.yml | roles/pip/tasks/main.yml | ---
- name: install pip
yum:
name: python-pip
state: installed
when: ansible_distribution == 'CentOS'
- name: install pip
apt:
name: python-pip
when: ansible_distribution == 'Debian' | ---
- name: install pip
yum:
name: python-pip
state: installed
update_cache: yes
when: ansible_distribution == 'CentOS'
- name: install pip
apt:
name: python-pip
update_cache: yes
when: ansible_distribution == 'Debian' | Update package management before install pip | Update package management before install pip
| YAML | apache-2.0 | osu-mist/ansible-roles |
0993e0334bc90f16c2cb4965aed8300b54baaa61 | addons/cluster-autoscaler/v1.4.0.yaml | addons/cluster-autoscaler/v1.4.0.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: cluster-autoscaler
namespace: kube-system
labels:
k8s-app: cluster-autoscaler
spec:
replicas: 1
selector:
matchLabels:
k8s-app: cluster-autoscaler
template:
metadata:
labels:
k8s-app: cluster-autoscaler
ann... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: cluster-autoscaler
namespace: kube-system
labels:
k8s-app: cluster-autoscaler
spec:
replicas: 1
selector:
matchLabels:
k8s-app: cluster-autoscaler
template:
metadata:
labels:
k8s-app: cluster-autoscaler
ann... | Set tolerations on cluster-autoscaler.yaml as field for Kubernetes 1.6 support | Set tolerations on cluster-autoscaler.yaml as field for Kubernetes 1.6 support
| YAML | apache-2.0 | sethpollack/kops,andrewsykim/kops,reactiveops/kops,robinpercy/kops,blakebarnett/kops,DualSpark/kops,kubernetes/kops,MadDogTechnology/kops,andrewsykim/kops,chrislovecnm/kops,aledbf/kops,kris-nova/kops,robinpercy/kops,MadDogTechnology/kops,blakebarnett/kops,MadDogTechnology/kops,gambol99/kops,pdh/kops,austinmoore-/kops,W... |
3e7d8b0c39a8f4dea04df409ce41dbf3a1e18fb5 | config/locales/ne/shared.yml | config/locales/ne/shared.yml | ---
ne:
shared:
breadcrumbs_home:
browse:
prefix:
title:
get_emails:
language_direction:
language_name:
topics:
title:
| ---
ne:
shared:
breadcrumbs_home:
browse:
prefix:
title:
get_emails:
language_direction: ltr
language_name: नेपाली
topics:
title:
| Add language name and direction for Nepali | Add language name and direction for Nepali
This appeared to be missing from the locale files.
| YAML | mit | alphagov/collections,alphagov/collections,alphagov/collections,alphagov/collections |
f73d1a7065e52f97f0ef5e2d704f2e6287001615 | appveyor.yml | appveyor.yml | environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "2.0"
- nodejs_version: "2.5"
- nodejs_version: "3.0"
install:
# From https://github.com/nodejs/nan/blob/master/appveyor.yml
- ps: Install-Product node $env:nodejs_version
- ... | environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "2.5"
- nodejs_version: "3.0"
install:
# From https://github.com/nodejs/nan/blob/master/appveyor.yml
- ps: Install-Product node $env:nodejs_version
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $en... | Remove old io.js versions from matrix | Remove old io.js versions from matrix
I guess I can live with a few versions of io.js not being
supported under windows; Things seem to work now for
node.js and for recent io.js versions.
| YAML | mit | addaleax/lzma-native,addaleax/lzma-native,addaleax/lzma-native,addaleax/lzma-native |
4565837435b129a75e110ec67c0a4aa78e0769fb | appveyor.yml | appveyor.yml | version: 1.0.{build}
environment:
nodejs_version: "6"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
only_commits:
message: /build-release/
build_scrip... | version: 1.0.{build}
environment:
nodejs_version: "6"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
only_commits:
message: /build-release/
build_scrip... | Adjust yaml to build only on master | Adjust yaml to build only on master
| YAML | isc | nick-michael/razer-paint,nick-michael/razer-paint |
307836cb7ecb650414193d7e336e080c657ea874 | appveyor.yml | appveyor.yml | version: '1.0.{build}'
image: Visual Studio 2017
#branches:
# only:
# - master
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true
install:
# Install repo specific stuff here
before_build:
# Display .NET Core version
- cmd: dot... | version: '1.0.{build}'
image: Visual Studio 2017
#branches:
# only:
# - master
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true
install:
# Install repo specific stuff here
before_build:
# Display .NET Core version
- cmd: dot... | Delete previous package when running Sharpy deployment | Delete previous package when running Sharpy deployment
Former-commit-id: ad4b98f6ba3e55c477d526bd57149c3f8f0e64a8 | YAML | mit | inputfalken/Sharpy |
24ea116ab8de0232f74f4dd2ac974f292bdf453f | appveyor.yml | appveyor.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use t... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use t... | Add AppVeyor build for VS2013 | [REEF-1634] Add AppVeyor build for VS2013
JIRA:
[REEF-1634](https://issues.apache.org/jira/browse/REEF-1634)
Pull request:
This closes #1150
| YAML | apache-2.0 | afchung/incubator-reef,apache/incubator-reef,anupam128/reef,tcNickolas/incubator-reef,shravanmn/reef,motus/reef,motus/reef,dongjoon-hyun/reef,motus/reef,jwang98052/reef,markusweimer/reef,singlis/reef,dongjoon-hyun/incubator-reef,apache/incubator-reef,nachocano/incubator-reef,jwang98052/incubator-reef,markusweimer/reef,... |
499e4a808f2f71b3bae0ce2bc41d94c9ec231492 | appveyor.yml | appveyor.yml | version: 1.0.{build}
environment:
BrowserStack_UserName:
secure: 1pPava/umi31t0fUJWpcaw==
BrowserStack_AccessKey:
secure: Hpvay+UTQJ0RPuhYSEckLmeHzjMmq8hFzVLGVns+Z/c=
assembly_info:
patch: true
file: AssemblyVersion.cs
assembly_version: "1.0.0.0"
assembly_file_version: "{version}.0"
assembly_inf... | version: 1.0.{build}
environment:
BrowserStack_UserName:
secure: 1pPava/umi31t0fUJWpcaw==
BrowserStack_AccessKey:
secure: kTuv757nz0qovSIwBwGIIFeb2X3PXJuci0mJjGMJuIk=
assembly_info:
patch: true
file: AssemblyVersion.cs
assembly_version: "1.0.0.0"
assembly_file_version: "{version}.0"
assembly_inf... | Update BrowserStack Automate access key | Update BrowserStack Automate access key
| YAML | apache-2.0 | martincostello/browserstack-automate |
21f8dc4a95c1bb46914c612850ddef5e853a15d1 | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\Python33-x64"
- PYTHON: "C:\Python36-x64"
test_script:
- "%PYTHON%\\python.exe test.py" | environment:
matrix:
- PYTHON: "C:\\Python33-x64"
- PYTHON: "C:\\Python36-x64"
test_script:
- "%PYTHON%\\python.exe test.py" | Fix Python paths for AppVeyor CI | Fix Python paths for AppVeyor CI
| YAML | mit | somebody1234/Charcoal |
e8951ac0bca41b7cfef40e9302b23d2053129981 | appveyor.yml | appveyor.yml | version: 1.0.{build}
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
install:
- cmd: "%PYTHON%\\python.exe -m pip install --upgrade pip wheel"
build: off
test_script:
- cmd: "%PYTHON%\\python.exe -m pip install ."... | version: 1.0.{build}
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
install:
- cmd: "%PYTHON... | Test also Python 3.7 and 3.8 | Test also Python 3.7 and 3.8
| YAML | bsd-3-clause | WojciechMula/pyahocorasick,WojciechMula/pyahocorasick,pombredanne/pyahocorasick,pombredanne/pyahocorasick,pombredanne/pyahocorasick,WojciechMula/pyahocorasick,pombredanne/pyahocorasick,WojciechMula/pyahocorasick |
9e5b70416d566440379df8c1adb43885a83e505d | appveyor.yml | appveyor.yml | version: "#{build}"
cache:
- node_modules
init:
- git config --global core.autocrlf input
skip_tags: true
clone_depth: 5
build: off
install:
- ps: Install-Product node 4.4.0 x64
- npm install
test_script:
- npm run test-ci-build
notifications:
- provider: Slack
incoming_webhook: https://hooks.sl... | version: "#{build}"
cache:
- node_modules
init:
- git config --global core.autocrlf input
skip_tags: true
clone_depth: 5
build: off
install:
- npm install
test_script:
- npm run test-ci-build
notifications:
- provider: Slack
incoming_webhook: https://hooks.slack.com/services/T08V3CPH7/B0XG4CGGL/bY... | Use default 4.x for now. | Use default 4.x for now.
| YAML | mpl-2.0 | forthright/vile |
e32c572a24f3df9537e2e33c878a4eeffd297d74 | appveyor.yml | appveyor.yml | # Atom-AppVeyor-CI-Template
# version format
version: "{build}"
# Operating system (build VM template)
os: Windows Server 2012 R2
init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# scripts that run after cloning repository
inst... | # Atom-AppVeyor-CI-Template
# version format
version: "{build}"
# Operating system (build VM template)
os: Windows Server 2012 R2
init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# scripts that run after cloning repository
inst... | Add path to test command | Add path to test command
| YAML | mit | atom/wrap-guide |
0ecd3cb06cdbb3866979eea48e5eec11192208cd | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "2"
# Install scripts. (runs after repo cloning)
install:
#... | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "3"
# Install scripts. (runs after repo cloning)
install:
#... | Update io.js from 2 to 3 | AppVeyor: Update io.js from 2 to 3
| YAML | mit | mzgol/grunt-check-dependencies,mgol/grunt-check-dependencies |
17d3e73c96da641e7de07f38713dd45bc88c8077 | appveyor.yml | appveyor.yml | image: Visual Studio 2017
install:
- choco install gitversion.portable -pre -y
before_build:
- ps: |
dotnet restore quince.sln
gitversion /l console /output buildserver /updateassemblyinfo
configuration: Release
build:
project: quince.sln
verbosity: minimal
test_script:
- ps: |
cd Ne... | image: Visual Studio 2017
install:
- choco install gitversion.portable -pre -y
before_build:
- ps: |
dotnet restore quince.sln
gitversion /l console /output buildserver /updateassemblyinfo
configuration: Release
build:
project: quince.sln
verbosity: minimal
test_script:
- ps: |
cd Netwo... | Fix for whitespace issue in YAML | Fix for whitespace issue in YAML
| YAML | mit | NetworkedPlanet/quince |
5c829e9b7fbeaaeb31b060dbbcbf11795e38c2e0 | appveyor.yml | appveyor.yml | version: 3.1.{build}
skip_tags: true
image: Visual Studio 2017 Preview
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
before_build:
- ps: >-
dotnet restore
Push-Location "src/Noobot.Console/Configuration/"
copy "config.defaul... | version: 3.1.{build}
skip_tags: true
image: Visual Studio 2017 Preview
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
before_build:
- ps: >-
dotnet restore
Push-Location "src/Noobot.Console/Configuration/"
copy "config.defaul... | Fix path reference for build | Fix path reference for build
| YAML | mit | Workshop2/noobot,noobot/noobot |
b2aa0d3813b3ece36fb814a11977ce7c80c9ed9f | appveyor.yml | appveyor.yml | version: '{build}'
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk9
branches:
except:
- gh-pages
install:
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
- cmd: SET MAVEN_OPTS=-Xmx4g
- cmd: SET JAVA_OPTS=-Xmx4g
- cmd: mvn --version
- cmd: java -version
build_script:
- mvn --batch-mode post-in... | version: '{build}'
environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
branches:
except:
- gh-pages
os: Windows Server 2012
install:
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
- cmd: SET MAVEN_OPTS=-Xmx4g
- cmd: SET JAVA_OPTS=-Xmx4g
- cmd: mvn --version
- cmd: java -version
build_script:
... | Revert "Run Travis CI on Java 9" | Revert "Run Travis CI on Java 9"
This reverts commit 46a8a3d as it doesn't yet seem to work on Travis,
even though https://github.com/appveyor/ci/issues/1186 suggests it.
| YAML | apache-2.0 | triceo/zonkybot,triceo/robozonky,RoboZonky/robozonky,triceo/zonkybot,RoboZonky/robozonky,triceo/robozonky |
b0435420073fd8c8b2fddd7c1fb72df62c6bfc98 | appveyor.yml | appveyor.yml | environment:
matrix:
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
branches:
only:
- master
- /release-.*/
notifications:
- provider: Email
on_build_success: false
on_build_failure: false
on_build_status_changed: false
install:
# Download most recent Julia Windo... | environment:
matrix:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
branches:
only:
- master
- /release-.*/
notifications:
- provider: Email
on_build_success: false
on_build_failure: false
on_build_status_changed: false
install:
- ps: "[Sy... | Update CI URLs to point to new caching infrastructure | Update CI URLs to point to new caching infrastructure | YAML | mit | mpastell/Weave.jl |
17c65a778640cad491b382f58064242c0637dcd0 | appveyor.yml | appveyor.yml | # https://ci.appveyor.com/project/lektor/lektor
environment:
global:
# Test against the latest version of this Node.js version
NODE_JS_VERSION: "6"
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
install:
# Install python dependencies and package
- "%PY... | # https://ci.appveyor.com/project/lektor/lektor
environment:
matrix:
# Node 6
- PYTHON: "C:\\Python27"
NODE_JS_VERSION: "6"
- PYTHON: "C:\\Python35"
NODE_JS_VERSION: "6"
- PYTHON: "C:\\Python36"
NODE_JS_VERSION: "6"
# Node 7
- PYTHON: "C:\\Python27"
NODE_JS_VERSION: "7... | Add node 7 and 8 testing | Add node 7 and 8 testing
| YAML | bsd-3-clause | lektor/lektor,lektor/lektor,lektor/lektor,lektor/lektor |
c3a3ea951aa16bda1d94c72580fa23094d27aa7d | appveyor.yml | appveyor.yml | version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- nuget restore
platform:
- Any CPU
configuration:
... | version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- nuget restore
platform:
- Any CPU
configuration:
... | Define artifact and call it in deploy by name | Define artifact and call it in deploy by name
| YAML | mit | ekirmayer/reportunit,ekirmayer/reportunit,reportunit/reportunit,ekirmayer/reportunit,reportunit/reportunit,reportunit/reportunit |
ca2b9632924d62c7357d0c5a7f9e8bf43832724f | appveyor.yml | appveyor.yml | version: '0.3.0'
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-rc1'
before_build:
- nuget restore
| version: '0.3.0.{build}'
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-rc1'
before_build:
- nuget restore
| Add build value into version | Add build value into version
| YAML | mit | rollbar/Rollbar.NET |
27533efdfa36568ce42d34d1b4a8a4fba260046a | example/example-etcd-cluster-with-backup.yaml | example/example-etcd-cluster-with-backup.yaml | apiVersion: "coreos.com/v1"
kind: "EtcdCluster"
metadata:
name: "etcd-cluster-with-backup"
spec:
size: 3
version: "v3.1.0-alpha.1"
backup:
# short snapshot interval for testing, do not use this in production!
snapshotIntervalInSecond: 30
maxBackups: 5
volumeSizeInMB: 512
storageType: "Persis... | apiVersion: "coreos.com/v1"
kind: "EtcdCluster"
metadata:
name: "etcd-cluster-with-backup"
spec:
size: 3
version: "v3.1.0-alpha.1"
backup:
# short snapshot interval for testing, do not use this in production!
backupIntervalInSecond: 30
maxBackups: 5
volumeSizeInMB: 512
storageType: "Persiste... | Update backup interval name in example | Update backup interval name in example
| YAML | apache-2.0 | icyxieex/operator,coreos/etcd-operator,fatduo/etcd-operator,hongchaodeng/etcd-operator,fatduo/etcd-operator,coreos/etcd-operator,hongchaodeng/etcd-operator,icyxieex/operator |
8fed85967a309fbeee09fe0ae1914cc416f955cc | packages/ha/haskell-compression.yaml | packages/ha/haskell-compression.yaml | homepage: http://xy30.com
changelog-type: ''
hash: be6c33d04b30134d4e1e77459ac61607d00ccf4d69013f885b649bb6e27ce9c4
test-bench-deps: {}
maintainer: hawk.alan@gmail.com
synopsis: compress files
changelog: ''
basic-deps:
bimap: <10000
bytestring: <10000
base: <10000
booleanlist: <10000
containers: <10000
all-ve... | homepage: http://xy30.com
changelog-type: ''
hash: a04fe486edccf020ab715a3952b80f3b6fdefdabb7c37adbf8ca7b9732e05ab0
test-bench-deps: {}
maintainer: hawk.alan@gmail.com
synopsis: compress files
changelog: ''
basic-deps:
bimap: <10000
bytestring: <10000
base: <10000
containers: <10000
boolean-list: <10000
all-v... | Update from Hackage at 2017-10-26T06:59:47Z | Update from Hackage at 2017-10-26T06:59:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9c44d119c4663d12c2ca88f9ff5499be74d0550e | packages/et/eternity-timestamped.yaml | packages/et/eternity-timestamped.yaml | homepage: https://github.com/metrix-ai/eternity-timestamped
changelog-type: ''
hash: eb044382a6ae36d11aeb50966d97c1d7d96ccf943244bb946e430398182295bf
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Automatic timestamping for Eternity
changelog: ''
basic-deps:
eternity: ! '>=0.1 && <0.2'
... | homepage: https://github.com/metrix-ai/eternity-timestamped
changelog-type: ''
hash: 5d0555b2f3ff22431869c75be03646f74145a0baf3157189fd32bbdee6b6d845
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Automatic timestamping for Eternity
changelog: ''
basic-deps:
eternity: ! '>=0.1 && <0.2'
... | Update from Hackage at 2018-02-28T07:21:02Z | Update from Hackage at 2018-02-28T07:21:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
fb57860e938b18fd77bfa4ac1da36fedccfbcd0b | db/seeds/prisons/CKI-cookham-wood.yml | db/seeds/prisons/CKI-cookham-wood.yml | ---
name: Cookham Wood
nomis_id: CKI
address: |-
Sir Evelyn Road
postcode: ME1 3LU
email_address: socialvisits.cookhamwood@hmps.gsi.gov.uk
phone_no: 01634 202557
enabled: true
recurring:
wed:
- 1345-1615
sat:
- 0930-1130
- 1430-1630
sun:
- 0930-1130
- 1430-1630
| ---
name: Cookham Wood
nomis_id: CKI
address: |-
Sir Evelyn Road
postcode: ME1 3LU
email_address: socialvisits.cookhamwood@hmps.gsi.gov.uk
phone_no: 01634 202557
enabled: true
recurring:
wed:
- 1415-1615
sat:
- 0930-1130
- 1430-1630
sun:
- 0930-1130
- 1430-1630
| Update Cookham Wood Wednesday visit slots | Update Cookham Wood Wednesday visit slots | YAML | mit | ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-public,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-public |
1f62dc26b1f451366336027e8e1a18d9a2a6135d | .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: img
public_path: "/img"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_com... | ---
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: img
public_path: "/img"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_preview: tru... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | apache-2.0 | gerbenjacobs/gerbenjacobs.github.io,gerbenjacobs/gerbenjacobs.github.io,gerbenjacobs/gerbenjacobs.github.io,gerbenjacobs/gerbenjacobs.github.io |
c3badd2412285416db42660eb1382aef4910f49e | metadata/com.github.ashutoshgngwr.tenbitclockwidget.yml | metadata/com.github.ashutoshgngwr.tenbitclockwidget.yml | Categories:
- Time
- Theming
License: GPL-3.0-only
WebSite: https://ashutoshgngwr.github.io/10-bitClockWidget
SourceCode: https://github.com/ashutoshgngwr/10-bitClockWidget
IssueTracker: https://github.com/ashutoshgngwr/10-bitClockWidget/issues
AutoName: 10-bit Clock Widget
Description: 10-bit Clock Widget uses 10... | Categories:
- Time
- Theming
License: GPL-3.0-only
WebSite: https://ashutoshgngwr.github.io/10-bitClockWidget
SourceCode: https://github.com/ashutoshgngwr/10-bitClockWidget
IssueTracker: https://github.com/ashutoshgngwr/10-bitClockWidget/issues
AutoName: 10-bit Clock Widget
Description: 10-bit Clock Widget uses 10... | Update 10-bit Clock Widget to 1.6-3 (163) | Update 10-bit Clock Widget to 1.6-3 (163)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b803098eb40f65fe37578324e1dacd84a7c199d1 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Security updates
- dependency-name: brakeman
dependency-type: direct
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: g... | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Security updates
- dependency-name: brakeman
dependency-type: direct
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: g... | Add slimmer to Dependabot config | Add slimmer to Dependabot config
This got missed in the initial config creation.
As Slimmer is an internal gem, it should be added
to the config.
https://trello.com/c/uPoriyfJ/2049-add-dependabot-configuration-to-each-repo-blitz-pair
| YAML | mit | alphagov/collections,alphagov/collections,alphagov/collections,alphagov/collections |
6d3d443d30b2de94613cf1a86cac456d2f69e192 | helm_deploy/cla-public/values-production.yaml | helm_deploy/cla-public/values-production.yaml | # Default values for cla-public in a production environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: production
backend_base_uri: https://fox.civillegaladvice.service.gov.uk
laalaa_api_host: https://laa-legal-adviser-api-pro... | # Default values for cla-public in a production environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: production
backend_base_uri: https://fox.civillegaladvice.service.gov.uk
laalaa_api_host: https://laa-legal-adviser-api-pro... | Fix GTM/GA env var on production | Fix GTM/GA env var on production
The new env var was intended to switch on Google Tag Manager but there
was a typo so it actually overrode (and therefore broke) the GA
implementation
| YAML | mit | ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public |
40eacec63e9d9c143b0d064dddf4f1f05f2339e0 | ansible/roles/kibana/tasks/main.yml | ansible/roles/kibana/tasks/main.yml | ---
# tasks file for kibana
# include the distro-specific stuff
- include: debian.yml
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
- include: rhel.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
- name: Copy the Kibana config
templa... | ---
# tasks file for kibana
# include the distro-specific stuff
- include: debian.yml
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
- include: rhel.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
- name: Copy the Kibana config
templa... | Install x-pack as the kibana user | Install x-pack as the kibana user
| YAML | mit | proffalken/aws-blog-framework,proffalken/aws-blog-framework,proffalken/aws-blog-framework |
ab00ad86c8d71ffac771c0a9c51cfaefba2de01a | app/config/routing.yml | app/config/routing.yml | app:
resource: "@AppBundle/Controller/"
type: annotation
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
prefix: /admin
_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
sonata_user_security:
resource: "@SonataUserBundle/Resources/co... | app:
resource: "@AppBundle/Controller/"
type: annotation
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
prefix: /admin
_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
sonata_user_security:
resource: "@SonataUserBundle/Resources/co... | Add Sonata's `/admin/resetting` route (errors otherwise) | Add Sonata's `/admin/resetting` route (errors otherwise)
| YAML | mit | Sheffugees/asylumjourney,Sheffugees/asylumjourney |
4879cbf2948844d1f0f48a42f7b5a56a73b6ff3f | .commitlintrc.yml | .commitlintrc.yml | ---
extends:
- '@commitlint/config-conventional'
rules:
subject-case: [2, 'always', 'sentence-case']
type-enum:
- 2
- always
- - feat
- fix
- improvement
- docs
- test
- chore
- refactor
- style
- perf
- ci
- revert
scope-empty: [1, 'never']
scope-enum:
- 1
- ... | ---
extends:
- '@commitlint/config-conventional'
rules:
subject-case: [2, 'always', 'sentence-case']
type-enum:
- 2
- always
- - feat
- fix
- improvement
- docs
- test
- chore
- refactor
- style
- perf
- ci
- revert
scope-empty: [1, 'never']
scope-enum:
- 1
- ... | Add github as allowable module name in commit messages | chore(tooling): Add github as allowable module name in commit messages
| YAML | mit | alerque/sile,alerque/sile,alerque/sile,alerque/sile |
71e4206708be2fda6808d2529e8e599e50fd4726 | .readthedocs.yaml | .readthedocs.yaml | # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.7"
# You can also specify other tool versions:
#... | # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.7"
# You can also specify other tool versions:
#... | Break the docs on warning (maybe) | Break the docs on warning (maybe)
| YAML | mit | CiwPython/Ciw |
0b898bcdf0e759a9f6bb2c4341e15aa8bff6fc52 | .github/workflows/build-ci.yml | .github/workflows/build-ci.yml | name: build-ci
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1.6.0
with:
useRollingCache: true
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: lerna run min
- run: ... | name: build-ci
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1.6.0
with:
useRollingCache: true
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: lerna ru... | Change actions hook to be push/pull_request | Change actions hook to be push/pull_request
| YAML | mit | tbranyen/diffhtml,tbranyen/diffhtml,tbranyen/diffhtml,tbranyen/diffhtml |
81ba9185544563d72febae66de7a718eb48320f3 | .github/workflows/coverity.yml | .github/workflows/coverity.yml | name: Coverity
on:
push:
branches: [main]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vapier/coverity-scan-action@v1
with:
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
| name: Coverity
on:
push:
branches: [master]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vapier/coverity-scan-action@v1
with:
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
| Fix branch name in Coverity workflow. | Fix branch name in Coverity workflow.
| YAML | bsd-3-clause | wxsBSD/yara,wxsBSD/yara,VirusTotal/yara,wxsBSD/yara,hillu/yara,hillu/yara,hillu/yara,VirusTotal/yara,wxsBSD/yara,VirusTotal/yara,VirusTotal/yara,hillu/yara,VirusTotal/yara,wxsBSD/yara,hillu/yara |
502f4229f08381f82fc1ac1690d39cdc8600c78c | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: GitHub Pages
on:
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes ... | name: GitHub Pages
on:
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes ... | Update Hugo version to 0.98.0 | Update Hugo version to 0.98.0
| YAML | mit | wldomiciano/wldomiciano.github.io,wldomiciano/wldomiciano.github.io,wldomiciano/wldomiciano.github.io |
b47a8106c06c7e074561e9e535508b40c4f16f17 | .appveyor.yml | .appveyor.yml | build: false
shallow_clone: false
version: '2.0.0.{build}'
platform: 'x64'
clone_folder: C:\projects\simplesamlphp
environment:
matrix:
- PHP_VERSION: "7.2"
- PHP_VERSION: "7.3"
- PHP_VERSION: "7.4"
install:
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/ChadSikorra/ps-install-php/master/I... | build: false
shallow_clone: false
version: '2.0.0.{build}'
platform: 'x64'
clone_folder: C:\projects\simplesamlphp
environment:
matrix:
- PHP_VERSION: "7.4"
install:
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/ChadSikorra/ps-install-php/master/Install-PHP.ps1" -OutFile "Install-PHP.ps1"
- ps:... | Remove tests for older PHP-versions | Remove tests for older PHP-versions | YAML | lgpl-2.1 | dnmvisser/simplesamlphp,dnmvisser/simplesamlphp,simplesamlphp/simplesamlphp,dnmvisser/simplesamlphp,dnmvisser/simplesamlphp,simplesamlphp/simplesamlphp,simplesamlphp/simplesamlphp,ghalse/simplesamlphp,ghalse/simplesamlphp,ghalse/simplesamlphp,ghalse/simplesamlphp,simplesamlphp/simplesamlphp |
2567afb4cea88d9484572de92f8e530912ec1642 | .appveyor.yml | .appveyor.yml | build: false
platform: x86
clone_folder: c:\projects\cocur\chain
cache:
- '%LOCALAPPDATA%\Composer\files'
install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php composer
- refreshenv
- cd c:\tools\php72
- copy php.ini-production php.ini /Y
- echo date.timezone="UTC" >> php.ini
- echo e... | build: false
platform: x86
clone_folder: c:\projects\cocur\chain
cache:
- '%LOCALAPPDATA%\Composer\files'
install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php composer
- refreshenv
- cd c:\tools\php73
- copy php.ini-production php.ini /Y
- echo date.timezone="UTC" >> php.ini
- echo e... | Use PHP 7.3 in AppVeyor builds | Use PHP 7.3 in AppVeyor builds
| YAML | mit | cocur/chain |
1affc25395278626606be5c46832cb3e92377a54 | .appveyor.yml | .appveyor.yml | image: Visual Studio 2019
platform: x64
environment:
HOME: "%HOMEDRIVE%%HOMEPATH%"
PYTHON: C:\Python38
SCONS_CACHE_ROOT: "%HOME%\\scons_cache"
SCONS_CACHE_LIMIT: 1024
matrix:
- GD_PLATFORM: windows
TOOLS: yes
TARGET: release_debug
init:
- ps: if ($env:APPVEYOR_REPO_BRANCH -ne "master") { ... | image: Visual Studio 2019
platform: x64
environment:
HOME: "%HOMEDRIVE%%HOMEPATH%"
PYTHON: C:\Python38
SCONS_CACHE_ROOT: "%HOME%\\scons_cache"
SCONS_CACHE_LIMIT: 1024
matrix:
- GD_PLATFORM: windows
TOOLS: yes
TARGET: release_debug
init:
- ps: if ($env:APPVEYOR_REPO_BRANCH -ne "3.2") { $en... | Enable Appveyor cache on 3.2 branch. | Enable Appveyor cache on 3.2 branch.
| YAML | mit | ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot |
5cc9491cbf569b75e2553210a9ee1157396c86ae | .appveyor.yml | .appveyor.yml | build: off
install:
- cinst jdk9 -version 9.0.1.11 -params 'installdir=C:\\jdk9'
- SET JAVA_HOME=C:\jdk9
- SET PATH=C:\jdk9\bin;%PATH%
test_script:
- gradlew --no-daemon -version
- gradlew --no-daemon --stacktrace build
| build: off
install:
- cinst jdk9 -version 9.0.4.11 -params 'installdir=C:\\jdk9'
- SET JAVA_HOME=C:\jdk9
- SET PATH=C:\jdk9\bin;%PATH%
test_script:
- gradlew --no-daemon -version
- gradlew --no-daemon --stacktrace build
| Upgrade Java installation to 9.0.4-11 | Upgrade Java installation to 9.0.4-11
http://www.oracle.com/technetwork/java/javase/9-0-4-relnotes-4021191.html
https://chocolatey.org/packages/jdk9/
| YAML | epl-1.0 | junit-team/junit-lambda,sbrannen/junit-lambda |
b4941c7ba19038a76d43e5522ec83f7ee07e2df8 | packages/fq/fquery.yaml | packages/fq/fquery.yaml | homepage: ''
changelog-type: ''
hash: 5102465299d2a547ceddb759eb0172acbbc8db1b14453586fa081688183f7519
test-bench-deps: {}
maintainer: Sergei Trofimovich <slyfox@inbox.ru>
synopsis: Installed package query tool for Gentoo Linux
changelog: ''
basic-deps:
extensible-exceptions: -any
unix: -any
base: ! '>=2 && <5'
... | homepage: ''
changelog-type: ''
hash: b71c74d999b636ffc33148259670ed5b86bb5354dae7ed7cb57ce95354b86c53
test-bench-deps: {}
maintainer: Sergei Trofimovich <slyfox@inbox.ru>
synopsis: Installed package query tool for Gentoo Linux
changelog: ''
basic-deps:
unix: -any
base: ! '>=4 && <5'
filepath: -any
process: -an... | Update from Hackage at 2016-02-06T14:21:22+0000 | Update from Hackage at 2016-02-06T14:21:22+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
152ff6b77b3edcd1151d691ab4c48c19626b51c7 | packages/gr/gridfs.yaml | packages/gr/gridfs.yaml | homepage: http://github.com/btubbs/haskell-gridfs#readme
changelog-type: ''
hash: c2834314e314944369f13b254c49a25ff9ee9523079f5a77d237abe26fb8b1d2
test-bench-deps: {}
maintainer: brent.tubbs@gmail.com
synopsis: GridFS (MongoDB file storage) implementation
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 &&... | homepage: http://github.com/btubbs/haskell-gridfs#readme
changelog-type: ''
hash: 9c61d6dff8ea41cf19a2694bcaa9f203e3a0f61f49e6e065b66143817d138c58
test-bench-deps: {}
maintainer: brent.tubbs@gmail.com
synopsis: GridFS (MongoDB file storage) implementation
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 &&... | Update from Hackage at 2016-02-19T09:24:40+0000 | Update from Hackage at 2016-02-19T09:24:40+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
ec31df52d28dd98d3e79e382e7ffb19dee1de8be | packages/ra/radius.yaml | packages/ra/radius.yaml | homepage: https://github.com/erickg/radius#readme
changelog-type: ''
hash: 92b8d899c3f39c5eaa474e4a4af3c706fcd0ffb41e75623c60e69701b56b4825
test-bench-deps: {}
maintainer: erick@codemonkeylabs.de
synopsis: Remote Authentication Dial In User Service (RADIUS)
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 ... | homepage: https://github.com/erickg/radius#readme
changelog-type: ''
hash: d8a79e5939eaf41d593b68aee2a859c69e6b17e13620a2d3014ec3faffb7f84e
test-bench-deps: {}
maintainer: erick@codemonkeylabs.de
synopsis: Remote Authentication Dial In User Service (RADIUS)
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 ... | Update from Hackage at 2017-10-22T10:12:48Z | Update from Hackage at 2017-10-22T10:12:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d68c325dbc758b99d5b1bb5102e52de83e54f460 | .codeclimate.yml | .codeclimate.yml | engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCasePropertyName:
enabled: false
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
... | engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCasePropertyName:
enabled: false
Controversial/CamelCaseParameterName:
enable... | Exclude CamelCaseParameterName check from code quality review | Exclude CamelCaseParameterName check from code quality review | YAML | mit | CartRover/cartrover-php |
2062ff9cc6ef20c14f5593d695c306b4126cc2af | .codeclimate.yml | .codeclimate.yml | engines:
eslint:
enabled: true
nodesecurity:
enabled: true
ratings:
paths:
- "lib/**.js"
- "test/**.js"
exclude_paths:
- "test/fixtures"
| engines:
nodesecurity:
enabled: true
ratings:
paths:
- "lib/**.js"
- "test/**.js"
exclude_paths:
- "test/fixtures"
| Disable eslint for CC for now | Disable eslint for CC for now
| YAML | bsd-3-clause | Strider-CD/core |
1221bb1d4790ab7ff4de29a99f3a5a8e897d0e91 | .codeclimate.yml | .codeclimate.yml | engines:
pmd:
enabled: true
config:
rules:
- "java-basic"
- "java-design"
- "java-empty"
- "java-naming"
- "java-optimization"
- "java-unnecessary"
- "java-unusedcode"
ratings:
paths:
- "**.java"
| engines:
pmd:
enabled: true
config:
rules:
- "java-basic"
- "java-design"
- "java-empty"
- "java-naming"
- "java-optimizations"
- "java-unnecessary"
- "java-unusedcode"
ratings:
paths:
- "**.java"
| Fix typo in PMD ruleset name | Fix typo in PMD ruleset name
| YAML | bsd-3-clause | koraktor/mavanagaiata |
40d802fa26553d198d10445aaad7d95097c63c50 | .readthedocs.yml | .readthedocs.yml | version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python:
install:
- method: pip
path: .
sphinx:
configuration: docs/conf.py
| version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python:
install:
- method: pip
path: .
sphinx:
configuration: doc/conf.py
| Fix path to Sphinx config | Fix path to Sphinx config
| YAML | mit | nickstenning/honcho,nickstenning/honcho |
498ced2c12ed57e4710e481be2253f689e85d714 | roles/neutron_compute/tasks/main.yml | roles/neutron_compute/tasks/main.yml | ---
# The MIT License (MIT)
#
# Copyright (c) 2015 Taio Jia (jiasir) <jiasir@icloud.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation th... | ---
# The MIT License (MIT)
#
# Copyright (c) 2015 Taio Jia (jiasir) <jiasir@icloud.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation th... | Configure the Networking common components | Configure the Networking common components
| YAML | mit | spops/playback,jiasir/playback,spops/playback,nofdev/playback,spops/playback,spops/playback |
f6dff9ebf6353497e43e97a14c8747658e72ceba | fluentd-daemonset-papertrail.yaml | fluentd-daemonset-papertrail.yaml | apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: fluentd
namespace: kube-system
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
template:
metadata:
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/clus... | apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: fluentd
namespace: kube-system
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
k8s-app: fluentd-logging
... | Change update type strategy of the Daemonset to RollingUpdate | Change update type strategy of the Daemonset to RollingUpdate
| YAML | apache-2.0 | fluent/fluentd-kubernetes-daemonset,fluent/fluentd-kubernetes-daemonset,fluent/fluentd-kubernetes-daemonset |
ae760f1903e605e8315a38ddb3131537cade94c1 | jenkins/jobs/tripleo-quickstart-builders.yml | jenkins/jobs/tripleo-quickstart-builders.yml | - builder:
name: 'tripleo-quickstart-builder'
builders:
- shining-panda:
build-environment: 'virtualenv'
python-version: 'system-CPython-2.7'
nature: 'shell'
clear: true
use-distribute: false
system-site-packages: false
... | - builder:
name: 'tripleo-quickstart-builder'
builders:
- shell: |
bash $WORKSPACE/tripleo-quickstart/ci-scripts/get-node.sh
export VIRTHOST=$(head -n1 $WORKSPACE/virthost)
echo $VIRTHOST
pushd $WORKSPACE/tripleo-quickstart
bash $WO... | Use shell builder for tripleo-quickstart | Use shell builder for tripleo-quickstart
We now handle virtualenv creation for all of the jobs via
quickstart.sh, so we can get rid of shiningpanda.
Change-Id: I3bdcd14a2983a7574457b96bb46380a509664aa7
| YAML | apache-2.0 | rdo-infra/ci-config,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra,rdo-infra/ci-config,rdo-infra/ci-config,redhat-openstack/rdo-infra,rdo-infra/ci-config,redhat-openstack/rdo-infra |
114c00f6aa286b1c3cde86d171b25ae7928b5ed2 | .forestry/front_matter/templates/author.yml | .forestry/front_matter/templates/author.yml | ---
label: Author
hide_body:
is_partial:
fields:
- name: authors
label: Authors
type: field_group_list
fields:
- name: bio
label: Bio
type: text
hidden: false
default: ''
- name: name
label: Name
type: text
hidden: false
default: ''
- name: avatar
label: Avatar
type... | ---
label: Author
hide_body: true
is_partial: false
fields:
- name: authors
label: Authors
type: field_group_list
fields:
- name: name
label: Name
type: text
hidden: false
default: ''
- type: textarea
name: bio
label: Bio
config:
required: true
- type: text
name: twitte... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog |
8c07a88a823a84aebe987cdb717f318ed00a872d | mkdocs.yml | mkdocs.yml | site_name: JabRef Developer Documentation
repo_url: https://github.com/jabref/jabref/
theme:
name: 'material'
| site_name: JabRef Developer Documentation
repo_url: https://github.com/jabref/jabref/
theme:
name: readthedocs
| Change docs theme to readthedocs | Change docs theme to readthedocs | YAML | mit | JabRef/jabref,Siedlerchr/jabref,sauliusg/jabref,sauliusg/jabref,Siedlerchr/jabref,sauliusg/jabref,JabRef/jabref,JabRef/jabref,sauliusg/jabref,Siedlerchr/jabref,JabRef/jabref,Siedlerchr/jabref |
be4358e3d8851debb6b43dd22c4f920f85045229 | mkdocs.yml | mkdocs.yml | site_name: Djangae Documentation
repo_url: https://github.com/potatolondon/djangae
pages:
- Home: index.md
- Installation & Deployment: installation.md
- Datastore & Django Integration:
- The Database Backend: db_backend.md
- Migrations: migrations.md
- Migration examples: migration_examples.md
- Djangae Model Fi... | site_name: Djangae Documentation
repo_url: https://github.com/potatolondon/djangae
pages:
- Home: index.md
- Installation & Deployment: installation.md
- Datastore & Django Integration:
- The Database Backend: db_backend.md
- Migrations: migrations.md
- Migration examples: migration_examples.md
- Djangae Model Fi... | Add link to the deferred docs | Add link to the deferred docs
Fixes #1033 | YAML | bsd-3-clause | potatolondon/djangae,potatolondon/djangae |
757b79c52ebf1e473fd78b31f5ef7cdbb08e55fc | tasks/copy.yml | tasks/copy.yml | ---
- name: Synchronize default files {{ freebsd_postinstall_copy_dir }}/default (relative to playbooks directory)
synchronize: >
src="{{ freebsd_postinstall_copy_dir }}/default/"
dest="/"
archive="no"
recursive="yes"
times="yes"
perms="yes"
checksum="yes"
tags: freebsd_postinstall_defa... | ---
- name: Synchronize default files {{ freebsd_postinstall_copy_dir }}/default (relative to playbooks directory)
synchronize: >
src="{{ freebsd_postinstall_copy_dir }}/default/"
dest="/"
checksum="yes"
times="no"
perms="no"
owner="no"
group="no"
tags: freebsd_postinstall_default_copy
... | Copy does not synchronize user,group,date and permisions. | Copy does not synchronize user,group,date and permisions.
| YAML | bsd-2-clause | vbotka/ansible-freebsd-postinstall |
152db4d4524835cd74f774330204447e506b7680 | tasks/main.yml | tasks/main.yml | ---
# tasks file for ansible-sdkman
- name: Install SDKMAN
include_tasks: install.yml
- block:
- name: Run SDKMAN tasks
include_tasks: sdkman.yml
- name: Persist additional SDKMAN environment variables
include_tasks: persist_env.yml
loop:
- .bash_profile
- .profile
... | ---
# tasks file for ansible-sdkman
- name: Install SDKMAN
include_tasks: install.yml
- block:
- name: Run SDKMAN tasks
include_tasks: sdkman.yml
- name: Persist additional SDKMAN environment variables
include_tasks: persist_env.yml
loop:
- .bash_profile
- .profile
... | Implement task to update alternatives | Implement task to update alternatives
| YAML | apache-2.0 | Comcast/ansible-sdkman |
cc53cdbf0ee1627b32d3bfe8102ccc3644e7e1a5 | tasks/main.yml | tasks/main.yml | ---
- name: Install package dependencies for {{ rails_app_shortname }}
apt: pkg={{ item }}
with_items: rails_app_pkg_dependencies
- include: rails_app_user.yml
tags:
- rails_app_user
- include: deploy.yml
tags:
- deploy
- include: vhost.yml
tags:
- vhost
- include: vhost_redirect.yml
tags:
... | ---
- name: Install package dependencies for {{ rails_app_shortname }}
apt: pkg={{ item }}
with_items: "{{ rails_app_pkg_dependencies }}"
- include: rails_app_user.yml
tags:
- rails_app_user
- include: deploy.yml
tags:
- deploy
- include: vhost.yml
tags:
- vhost
- include: vhost_redirect.yml
... | Update syntax for newer ansible | Update syntax for newer ansible
| YAML | mit | thermistor/ansible-rails_app |
e51b551603bf15fc92ad003cef142fac485e8339 | tasks/main.yml | tasks/main.yml | ---
# Installation
- name: Install Transmission
apt: name=transmission-daemon state=present
tags: transmission
# Configuration
- name: Make sure transmission is not running
service: name=transmission-daemon state=stopped
ignore_errors: true
tags: transmission
- name: Add downloads folder
file: path={{ tra... | ---
# Installation
- name: Install Transmission
apt: name=transmission-daemon state=present
tags: transmission
# Configuration
- name: Make sure transmission is not running
service: name=transmission-daemon state=stopped
ignore_errors: true
tags: transmission
- name: Add downloads folder
file: path={{ tra... | Set folders group to debian-transmission and add user to that group | Set folders group to debian-transmission and add user to that group
| YAML | mit | elboletaire/ansible-transmission |
0b6f08ead739db63f9c1033a7de716df1d75d132 | cucumber.yml | cucumber.yml | <%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "--format progress features --tags ~@wip"
begin
require 'rspec/expectations'
std_opts << ' --tags ~@rspec1'
rescue LoadError
# rspec 1
std_op... | <%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format progress features" : "--format pretty #{rerun}"
std_opts = "--format progress features --tags ~@wip"
begin
require 'rspec/expectations'
std_opts << ' --tags ~@rspec1'
rescue LoadError
# rspec 1
std_op... | Exclude jruby scenarios by default | Exclude jruby scenarios by default
| YAML | mit | dg-ratiodata/cucumber-ruby,marxarelli/cucumber,cucumber/cucumber-ruby,danascheider/cucumber-ruby,shivashankar2020/mands,shivashankar2020/mands,enkessler/cucumber-ruby,twalpole/cucumber,richarda/cucumber,cucumber/cucumber-ruby,jasonkarns/cucumber-ruby,jasonkarns/cucumber-ruby,shadow000902/cucumber-ruby,brasmusson/cucumb... |
597aeac231da024a67d5ab7a6c30a7d0341cbcc6 | roles/minio/tasks/main.yml | roles/minio/tasks/main.yml | ---
- name: include os-specific variables
include_vars: "{{ ansible_os_family }}.yml"
- name: create minio group
group:
name: "{{ minio_group }}"
state: present
- name: create minio user
user:
name: "{{ minio_user }}"
group: "{{ minio_group }}"
shell: /bin/bash
- name: create minio config d... | ---
- name: include os-specific variables
include_vars: "{{ ansible_os_family }}.yml"
- name: create minio group
group:
name: "{{ minio_group }}"
state: present
- name: create minio user
user:
name: "{{ minio_user }}"
group: "{{ minio_group }}"
shell: /bin/bash
- name: create minio config d... | Make sure the data dir for minio server exists. Correct the group to which the folder should belong. | Make sure the data dir for minio server exists. Correct the group to which the folder should belong.
| YAML | apache-2.0 | nlesc-sherlock/emma,nlesc-sherlock/emma,nlesc-sherlock/emma |
6b475468cb4e00785edfcb427a92fc21c251c96d | roles/docs/tasks/main.yml | roles/docs/tasks/main.yml | ---
# tasks to setup a doc server
# see https://src.openvz.org/projects/OVZ/repos/vz-docs/browse/README.md
- name: add doc-user group
group: name=doc-user gid=104 system=yes state=present
- name: add doc user
user: name=doc-user uid=104 gid=104 home=/var/www/html comment="OpenVZ docs" createhome=yes system=yes sh... | ---
# tasks to setup a doc server
# see https://src.openvz.org/projects/OVZ/repos/vz-docs/browse/README.md
- name: add doc-user group
group: name=doc-user gid=104 system=yes state=present
- name: add doc user
user: name=doc-user uid=104 gid=104 home=/var/www/html comment="OpenVZ docs" createhome=yes system=yes sh... | Fix syntax in docs role | Fix syntax in docs role
| YAML | apache-2.0 | ligurio/openvz-playbooks,ligurio/openvz-playbooks,ligurio/openvz-playbooks |
3a57d9472c6788ce6fbb700108fbc776527fc3df | test/utils/ansible-playbook_integration_runner/roles/run_integration/tasks/main.yml | test/utils/ansible-playbook_integration_runner/roles/run_integration/tasks/main.yml | ---
- name: Sync ansible repo to ec2 instance
synchronize:
src: "{{ sync_dir }}/"
dest: "~/ansible"
- name: Get ansible source dir
sudo: false
shell: "cd ~/ansible && pwd"
register: results
- shell: "ls -la && . hacking/env-setup && cd test/integration && make {{ run_integration_make_target }}"
arg... | ---
- name: Sync ansible repo to ec2 instance
synchronize:
src: "{{ sync_dir }}/"
dest: "~/ansible"
- name: Get ansible source dir
sudo: false
shell: "cd ~/ansible && pwd"
register: results
- shell: "ls -la && . hacking/env-setup && cd test/integration && make {{ run_integration_make_target }}"
arg... | Save output of integration test results to files we can archive | Save output of integration test results to files we can archive
| YAML | mit | thaim/ansible,thaim/ansible |
dec2ea02c95bee18d25d45b8c8f9dd7586736ce1 | playbooks/tasks/ec2/ami/cross_account/common.yml | playbooks/tasks/ec2/ami/cross_account/common.yml | ---
- name: Registering cross-account permissions
command: aws ec2 modify-image-attribute --region us-east-1 --image-id '{{ perm_ami_id }}' --launch-permission "{\"Add\":[{\"UserId\":\"{{ item.value.account }}\"}]}"
with_dict: "{{ ami_cross_account }}"
when: ami_cross_account is defined
| ---
- name: Registering cross-account permissions
command: aws ec2 modify-image-attribute --region us-east-1 --image-id '{{ perm_ami_id }}' --launch-permission "{\"Add\":[{\"UserId\":\"{{ item.value.account }}\"}]}"
with_dict: ami_cross_account | default({})
when: ami_cross_account is defined
| Fix issue with cross-account ami sharing not working when no account is specified. | Fix issue with cross-account ami sharing not working when no account is specified.
| YAML | apache-2.0 | jhohertz/buri,jhohertz/buri,MarkRose/buri,inve1/buri,MarkRose/buri,inve1/buri,MarkRose/buri,viafoura/buri,MarkRose/buri,viafoura/buri,jhohertz/buri,jhohertz/buri,viafoura/buri,inve1/buri,inve1/buri,viafoura/buri |
df16f11aae7017b594e1c79485ecfb600ea70e4f | .github/workflows/test.yml | .github/workflows/test.yml | name: First attempt
on:
push
jobs:
build:
strategy:
matrix:
BUILDTAB:
- ubuntu trusty deb v4.1.2 7.3 stable -
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- env:
BUILDTAB: ${BUILDTAB}
- name: Bef... | name: First attempt
on:
push
jobs:
build:
strategy:
matrix:
BUILDTAB:
- ubuntu trusty deb v4.1.2 7.3 stable -
runs-on: ubuntu-18.04
env:
BUILDTAB: ${BUILDTAB}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Before inst... | Move out env from steps | Move out env from steps
| YAML | bsd-3-clause | phalcongelist/packagecloud |
a578b6055bff16a14df886235c36a889e0ab7a65 | python-package.yml | python-package.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | Make it possible to manually run publish action | Make it possible to manually run publish action
Signed-off-by: Fabrice Normandin <ee438dab901b32439200d6bb23a0e635234ed3f0@gmail.com>
| YAML | mit | lebrice/SimpleParsing |
5ece3b80afd8554ae0810c9c52b2beaece328cb9 | src/PaymentBundle/Resources/Config/admin.yml | src/PaymentBundle/Resources/Config/admin.yml | services:
app.admin.payment:
class: PaymentBundle\Admin\PaymentAdmin
arguments: [~, PaymentBundle\Entity\Payment, ~]
tags:
- {name: sonata.admin, manager_type: orm, group: Payments, label: Payments}
app.admin.orders:
class: PaymentBundle\Admin\OrderAdmin
argu... | services:
app.admin.payment:
class: PaymentBundle\Admin\PaymentAdmin
arguments: [~, PaymentBundle\Entity\Payment, ~]
tags:
- {name: sonata.admin, manager_type: orm, group: Payments, label: Payments}
app.admin.orders:
class: PaymentBundle\Admin\OrderAdmin
argu... | Change PaymentBundle config path case. | Change PaymentBundle config path case.
| YAML | mit | nchervyakov/chat,nchervyakov/chat,nchervyakov/chat,nchervyakov/chat |
59a88341ff94fe24d38bc63f6754680e93b4eb75 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: Java CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [8, 11, 17, 18, 19-ea]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:... | name: Java CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 18, 19-ea]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
... | Drop jdk 8 from build | [actions] Drop jdk 8 from build
| YAML | apache-2.0 | hazendaz/spotbugs-maven-plugin,hazendaz/spotbugs-maven-plugin,hazendaz/spotbugs-maven-plugin |
27b8870772ca39d27241ea6f7031adca6443c844 | recipes/doctr/meta.yaml | recipes/doctr/meta.yaml | {% set version = "1.1" %}
package:
name: doctr
version: {{ version }}
source:
fn: doctr-{{ version }}.tar.gz
url: https://pypi.io/packages/source/d/doctr/doctr-{{ version }}.tar.gz
md5: b5eed31c06c33f338ab303ee6e3e83a8
build:
number: 0
entry_points:
- doctr = doctr.__main__:main
skip: true # [not... | {% set version = "1.1" %}
package:
name: doctr
version: {{ version }}
source:
fn: doctr-{{ version }}.tar.gz
url: https://pypi.io/packages/source/d/doctr/doctr-{{ version }}.tar.gz
md5: b5eed31c06c33f338ab303ee6e3e83a8
build:
number: 0
entry_points:
- doctr = doctr.__main__:main
skip: true # [py<... | Change skip to use an inequality | Change skip to use an inequality
| YAML | bsd-3-clause | sodre/staged-recipes,jakirkham/staged-recipes,synapticarbors/staged-recipes,shadowwalkersb/staged-recipes,kwilcox/staged-recipes,atedstone/staged-recipes,cpaulik/staged-recipes,OpenPIV/staged-recipes,mcernak/staged-recipes,hadim/staged-recipes,OpenPIV/staged-recipes,hbredin/staged-recipes,scopatz/staged-recipes,JohnGre... |
02f5eb7456568ffb0d05c7a029710b98f05b3c30 | recipes/scipy/meta.yaml | recipes/scipy/meta.yaml | {% set version = "0.18.1" %}
package:
name: scipy
version: {{ version }}
source:
fn: scipy-{{ version }}.tar.gz
url: https://pypi.io/packages/source/s/scipy/scipy-{{ version }}.tar.gz
sha256: 8ab6e9c808bf2fb3e8576cd8cf07226d9cdc18b012c06d9708429a821ac6634e
build:
number: 0
requirements:
build:
- p... | {% set version = "0.19.0" %}
package:
name: scipy
version: {{ version }}
source:
fn: scipy-{{ version }}.zip
url: https://pypi.io/packages/source/s/scipy/scipy-{{ version }}.zip
sha256: 4190d34bf9a09626cd42100bbb12e3d96b2daf1a8a3244e991263eb693732122
build:
number: 0
requirements:
build:
- python
... | Update scipy recipe to version 0.19.0 | Update scipy recipe to version 0.19.0
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
c438c582b9797b4defc9dca51eeaf90aca85c8c5 | hieradata/class/staging/api_mongo.yaml | hieradata/class/staging/api_mongo.yaml | ---
mongodb::server::replicaset_members:
'api-mongo-1':
'api-mongo-2':
'api-mongo-3':
'api-mongo-4':
| ---
mongodb::server::replicaset_members:
'api-mongo-1':
'api-mongo-2':
'api-mongo-3':
'api-mongo-4':
priority: 0
| Set api-mongo-4 to be a priority 0 node. | Set api-mongo-4 to be a priority 0 node. | YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
295ee6fc3defb4c210f8fcb75b2b3d5d91da0683 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: blueksy
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requireme... | package:
name: blueksy
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requireme... | Update conda recipe with historydict. | BLD: Update conda recipe with historydict.
| YAML | bsd-3-clause | ericdill/bluesky,ericdill/bluesky |
271e06bffeff2bc10ca7df4f6fac8775f8c7bbe3 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | {% set name = "pymt" %}
{% set version = "0.1.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
path: ..
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- numpy
- scipy >=0.17.0
- xarray
- nose
- shapely
- netcdf4
- pyyaml
... | {% set name = "pymt" %}
{% set version = "0.1.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
path: ..
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- numpy
- scipy >=0.17.0
- matplotlib
- xarray
- nose
- shapely
- netcdf4... | Add matplotlib as a run requirement. | Add matplotlib as a run requirement.
| YAML | mit | csdms/coupling,csdms/pymt,csdms/coupling |
573dc2558474334a7080cb188fdbb4869f4364a1 | prometheus-exporters/ucs-exporter/values.yaml | prometheus-exporters/ucs-exporter/values.yaml | ucs:
enabled: false
image:
name: ucs-exporter
tag: DEFINED-IN-REGION-SECRETS
port_number: 9876
alerts:
enabled: false
prometheus: DEFINED-IN-REGION-SECRETS
user: DEFINED-IN-REGION-SECRETS
master_password: DEFINED-IN-REGION-SECRETS
netbox_url: DEFINED-IN-REGION-SECRETS
net... | ucs:
enabled: false
image:
name: ucs-exporter
tag: DEFINED-IN-REGION-SECRETS
port_number: 9876
alerts:
enabled: false
prometheus: DEFINED-IN-REGION-SECRETS
user: DEFINED-IN-REGION-SECRETS
master_password: DEFINED-IN-REGION-SECRETS
netbox_url: DEFINED-IN-REGION-SECRETS
net... | Define internal scrape interval in region secrets | Define internal scrape interval in region secrets
Signed-off-by: Mithun Gore <9d1cb3971c0428e2eb27b8061993cd1ffc8c1d82@gmail.com>
| YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
1302ffc096b9754058b6b283c9aa5a26783ab905 | data/transition-sites/dfid_stabilisation.yml | data/transition-sites/dfid_stabilisation.yml | ---
site: dfid_stabilisation
whitehall_slug: department-for-international-development
title: Department for International Development
redirection_date: July 1st 2014
homepage: https://www.gov.uk/government/organisations/department-for-international-development
tna_timestamp: 20140102162323
host: www.stabilisationunit.g... | ---
site: dfid_stabilisation
whitehall_slug: department-for-international-development
title: Department for International Development
redirection_date: July 1st 2014
homepage: https://www.gov.uk/government/organisations/department-for-international-development
tna_timestamp: 20140102162323
host: www.stabilisationunit.g... | Remove unused significant query param | [DFID] Remove unused significant query param
This looks like a pagination parameter. In any case, I wasn't able to see a
difference when excluding or changing the value of it.
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
a8203c17290e29e4ebf9e2f19aec542e6dbfd5ad | deployment/ansible/roles/nyc-trees.common/tasks/main.yml | deployment/ansible/roles/nyc-trees.common/tasks/main.yml | ---
- name: Check if Puppet service definition exists
stat: path=/etc/init.d/puppet
register: puppet_installed
when: "'development' in group_names"
- name: Stop Puppet service
service: name=puppet state=stopped
when: puppet_installed.stat.exists and 'development' in group_names
- name: Remove Puppet service... | ---
- name: Check if Puppet service definition exists
stat: path=/etc/init.d/puppet
register: puppet_installed
when: "'development' in group_names"
- name: Stop Puppet service
service: name=puppet state=stopped
when: puppet_installed.stat.exists and 'development' in group_names
- name: Remove Puppet service... | Remove Chef service in development | Remove Chef service in development
The Ubuntu 14.04 (Trusty) Vagrant box has the `chef-client` service
running by default. This changeset removes the `chef-client` service if
it exists in development.
| YAML | agpl-3.0 | kdeloach/nyc-trees,RickMohr/nyc-trees,maurizi/nyc-trees,azavea/nyc-trees,azavea/nyc-trees,kdeloach/nyc-trees,RickMohr/nyc-trees,maurizi/nyc-trees,maurizi/nyc-trees,azavea/nyc-trees,azavea/nyc-trees,maurizi/nyc-trees,RickMohr/nyc-trees,azavea/nyc-trees,RickMohr/nyc-trees,kdeloach/nyc-trees,kdeloach/nyc-trees,kdeloach/ny... |
511fcc8000bd8acad462d58dc06e9dafecebd650 | docker-compose.yml | docker-compose.yml | postgres:
image: zooniverse/postgresql
environment:
- "PG_USER=panoptes"
- "DB=panoptes_development"
- "PASS=panoptes"
zookeeper:
image: zooniverse/zookeeper
command: /usr/share/zookeeper/bin/zkServer.sh start-foreground -c localhost:2888:3888 -i 1
redis:
image: redis
command: redis-server --a... | postgres:
image: zooniverse/postgresql
environment:
- "PG_USER=panoptes"
- "DB=panoptes_development"
- "PASS=panoptes"
zookeeper:
image: zooniverse/zookeeper
command: /usr/share/zookeeper/bin/zkServer.sh start-foreground -c localhost:2888:3888 -i 1
redis:
image: redis
command: redis-server --a... | Use dockerfile option to use alternate dockerfile | Use dockerfile option to use alternate dockerfile
| YAML | apache-2.0 | parrish/Panoptes,zooniverse/Panoptes,zooniverse/Panoptes,zooniverse/Panoptes,astopy/Panoptes,camallen/Panoptes,srallen/Panoptes,astopy/Panoptes,camallen/Panoptes,rogerhutchings/Panoptes,astopy/Panoptes,edpaget/Panoptes,edpaget/Panoptes,srallen/Panoptes,rogerhutchings/Panoptes,srallen/Panoptes,camallen/Panoptes,camallen... |
670ab0796209c631cfeced954a0ec33454cd60a5 | gherkin/go/.travis.yml | gherkin/go/.travis.yml | language: go
sudo: false
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
script:
- "export GOPATH=" # fixes 'local import "../" in non-local package' error
- "make"
| language: go
sudo: false
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- tip
script:
- "export GOPATH=" # fixes 'local import "../" in non-local package' error
- "make"
| Build on Go 1.7 and 1.8 on Travis | gherkin-go: Build on Go 1.7 and 1.8 on Travis
| YAML | mit | cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber |
8be495b0a56a667d89e52389a2c933add6e7eee3 | roles/geerlingguy.repo-remi/defaults/main.yml | roles/geerlingguy.repo-remi/defaults/main.yml | ---
remi_repo_url: "http://rpms.remirepo.net/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm"
remi_repo_gpg_key_url: "http://rpms.remirepo.net/RPM-GPG-KEY-remi"
| ---
remi_base_url: "https://keitarotds.com/mirrors/remi"
remi_repo_url: "{{ remi_base_url }}/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm"
remi_repo_gpg_key_url: "{{ remi_base_url }}/RPM-GPG-KEY-remi"
| Install remi rpm from keitarods mirror | Install remi rpm from keitarods mirror
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
1432d1244b051405991fd84c1cc2408f5f15e7ae | metadata/com.sunilpaulmathew.snotz.yml | metadata/com.sunilpaulmathew.snotz.yml | Categories:
- Writing
- Security
License: GPL-3.0-or-later
AuthorName: sunilpaulmathew
AuthorEmail: smartpack.org@gmail.com
AuthorWebSite: https://smartpack.github.io
SourceCode: https://github.com/sunilpaulmathew/sNotz
IssueTracker: https://github.com/sunilpaulmathew/sNotz/issues
Changelog: https://github.com/suni... | Categories:
- Writing
- Security
License: GPL-3.0-or-later
AuthorName: sunilpaulmathew
AuthorEmail: smartpack.org@gmail.com
AuthorWebSite: https://smartpack.github.io
SourceCode: https://github.com/sunilpaulmathew/sNotz
IssueTracker: https://github.com/sunilpaulmathew/sNotz/issues
Changelog: https://github.com/suni... | Update sNotz to v0.14 (14) | Update sNotz to v0.14 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c523912a1817f6b91b31ac2f5b5080ac2516cfc2 | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.0
javax_javaee: javax:javaee-api:jar:7.0
gwt_user: com.google.gwt:gwt-user:jar:2.6.1
#
# GIN and associated dependencies
gwt_gin: com.google.gwt.inject:gin:jar:2.1.2
google_gu... | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.0
javax_javaee: javax:javaee-api:jar:7.0
gwt_user: com.google.gwt:gwt-user:jar:2.6.1
#
# GIN and associated dependencies
gwt_gin: com.google.gwt.inject:gin:jar:2.1.2
google_gu... | Move to latest session filter | Move to latest session filter
| YAML | apache-2.0 | realityforge/replicant,realityforge/replicant |
21cd9322eb67517ec9a4ad84d4f7dd8fc3b42ac5 | openstack/keppel/templates/ingress-api.yaml | openstack/keppel/templates/ingress-api.yaml | kind: Ingress
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1" }}
apiVersion: networking.k8s.io/v1beta1
{{- else }}
apiVersion: extensions/v1beta1
{{- end }}
metadata:
name: keppel-api
annotations:
vice-president: "true"
disco: "true"
spec:
tls:
- secretName: tls-keppel-api
hos... | kind: Ingress
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1" }}
apiVersion: networking.k8s.io/v1beta1
{{- else }}
apiVersion: extensions/v1beta1
{{- end }}
metadata:
name: keppel-api
annotations:
vice-president: "true"
disco: "true"
spec:
tls:
- secretName: tls-keppel-api
hos... | Allow SANs for generated SSL certs | Allow SANs for generated SSL certs
| YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
8cf1d7aa0b563cc871b5c69bafc7bf201d2283ed | .github/workflows/tests.yml | .github/workflows/tests.yml | name: CI tests
on:
push:
branches:
- master
- develop
- release*
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
# Use the latest version of Node.js, plus the 2 most recent LTS lines
node-version:
- latest
... | name: CI tests
on:
push:
branches:
- master
- develop
- release*
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
# Use the latest version of Node.js, plus the 3 most recent LTS lines
node-version:
- latest
... | Add another LTS version to Node.js testing matrix | ci: Add another LTS version to Node.js testing matrix
| YAML | mit | moment/moment-timezone,moment/moment-timezone |
5dd9cf5f9eb6c4ab7a625bf01196a8ebdead223a | circle.yml | circle.yml | machine:
timezone:
America/Los_Angeles
dependencies:
pre:
- sudo apt-get update; \
sudo apt-get install gcc-5 \
sudo apt-get install g++-5
test:
pre:
- make
post:
- ./helloworld
| machine:
timezone:
America/Los_Angeles
dependencies:
pre:
- sudo apt-get update; sudo apt-get install gcc-5; sudo apt-get install g++-5
test:
pre:
- make
post:
- ./helloworld
| Change to a single line with semi-colon | Change to a single line with semi-colon
| YAML | apache-2.0 | winksaville/test |
a38d36b9c432e958995092e25b20305192af67fd | circle.yml | circle.yml | test:
override:
- npm run ci
- if [[ -e junitresults.xml ]]; then cp junitresults.xml $CIRCLE_TEST_REPORTS/test-results.xml; fi
post:
- npm run semantic-release || true
| machine:
node:
version: 6.1.0
test:
override:
- npm run ci
- if [[ -e junitresults.xml ]]; then cp junitresults.xml $CIRCLE_TEST_REPORTS/test-results.xml; fi
post:
- npm run semantic-release || true
| Set node version in CI config | chore: Set node version in CI config
| YAML | mit | lingui/js-lingui,lingui/js-lingui |
71b097ec252d94abcd74a0c8fddc3701ebd0c028 | dev/fixtures/elementtype.yml | dev/fixtures/elementtype.yml | ElementType:
ElementType_1:
name: Text Input
class: TextInputElement
ElementType_2:
name: Radio Buttons
class: RadioListElement
ElementType_3:
name: Dropdown List
class: SelectListElement
ElementType_4:
name: Checkboxes
class: CheckboxListElement
ElementType_5:
name: Text A... | ElementType:
ElementType_1:
name: Text Input
class: TextInputElement
ElementType_2:
name: Radio Buttons
class: RadioListElement
ElementType_3:
name: Dropdown List
class: SelectListElement
ElementType_4:
name: Checkboxes
class: CheckboxListElement
ElementType_5:
name: Text A... | Add Date elements to fixtures. | Add Date elements to fixtures.
| YAML | bsd-3-clause | Jazzee/Jazzee,Jazzee/Jazzee,Jazzee/Jazzee,Jazzee/Jazzee,Jazzee/Jazzee,Jazzee/Jazzee |
220b2b0594f23058c3d9b0ce61568cc264d7524a | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
environment:
JVM_OPTS: "-Xmx2G -Xms256M -Xss2M"
dependencies:
cache_directories:
- ~/.sbt
post:
- sbt test:compile
test:
override:
- sbt test
| machine:
java:
version: oraclejdk8
environment:
JVM_OPTS: "-Xmx2G -Xms256M -Xss2M"
dependencies:
cache_directories:
- ~/.sbt
post:
- sbt test:compile
test:
override:
- sbt test
notify:
webhooks:
- url: https://webhooks.gitter.im/e/1d346a287a3abc3d81c1
| Add hook to notify gitter | Add hook to notify gitter
| YAML | mit | ttdoda/MyFleetGirls,ponkotuy/MyFleetGirls,ponkotuy/MyFleetGirls,ttdoda/MyFleetGirls,ponkotuy/MyFleetGirls,ttdoda/MyFleetGirls,ponkotuy/MyFleetGirls,ttdoda/MyFleetGirls |
cf3e04a8843b9625c6c35b2ffdb1cc2043d69052 | circle.yml | circle.yml | machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: "stable"
dependencies:
override:
- yarn install --no-lockfile
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test
| machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: "stable"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test
| Allow Yarn lockfile on CircleCI | Allow Yarn lockfile on CircleCI
| YAML | mit | kpfefferle/ember-cli-deploy-cloudfront |
6136fc74e903b2ae450fd308429e60857f2b40a2 | circle.yml | circle.yml | machine:
services:
- redis
dependencies:
cache_directories:
- mongodb-linux-x86_64-3.2.4
- elasticsearch-1.4.3
pre:
- if [[ ! -d mongodb-linux-x86_64-3.2.4 ]]; then wget http://downloads.mongodb.org/linux/mongodb-linux-x86_64-3.2.4.tgz && tar xvzf mongodb-linux-x86_64-3.2.4.tgz; fi
- sudo /etc... | machine:
services:
- redis
dependencies:
cache_directories:
- mongodb-linux-x86_64-3.2.4
- elasticsearch-1.7.3
pre:
- if [[ ! -d mongodb-linux-x86_64-3.2.4 ]]; then wget http://downloads.mongodb.org/linux/mongodb-linux-x86_64-3.2.4.tgz && tar xvzf mongodb-linux-x86_64-3.2.4.tgz; fi
- sudo /etc... | Upgrade ES and ICU for CircleCI | Upgrade ES and ICU for CircleCI
| YAML | agpl-3.0 | etalab/udata,jphnoel/udata,opendatateam/udata,etalab/udata,opendatateam/udata,jphnoel/udata,davidbgk/udata,opendatateam/udata,davidbgk/udata,etalab/udata,davidbgk/udata,jphnoel/udata |
0ec7f2772c40a2276afcf26002450800e8725fc5 | .github/workflows/travis-ci-gha.yml | .github/workflows/travis-ci-gha.yml | name: Run Travis CI
on:
push:
pull_request:
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
# - v[0-9]+.[0-9]+.[0-9]+.[0-9]+
jobs:
run-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup tasks
env:
IMAGE: centos:centos7
T... | name: Run Travis CI
on:
push:
pull_request:
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
# - v[0-9]+.[0-9]+.[0-9]+.[0-9]+
jobs:
run-scripts:
runs-on: ubuntu-latest
env:
IMAGE: centos:centos7
TASK: tests
COMPONENTS: udt,myproxy,ssh
steps:
- uses: actions/che... | Add environment variables and workflow_dispatch | Add environment variables and workflow_dispatch | YAML | apache-2.0 | gridcf/gct,gridcf/gct,gridcf/gct,gridcf/gct,gridcf/gct,gridcf/gct |
0a33bf9957ad9ac307d8a8a9948bf5029e869efd | test/stack.yaml | test/stack.yaml | # Upgrade the resolver semi-regularly so that in Appveyor the "stack init"
# and the below resolver can share at least the compiler
resolver: nightly-2019-06-28
packages: [foo, bar, baz]
ghc-options:
"$locals": -Werror -Wunused-binds -Wunused-imports -Wno-missing-home-modules -optP-Wno-nonportable-include-path
| # Upgrade the resolver semi-regularly so that in Appveyor the "stack init"
# and the below resolver can share at least the compiler
resolver: nightly-2019-06-28
packages: [foo, bar, baz]
ghc-options:
"$locals": -ddump-to-file -ddump-hi -Werror -Wunused-binds -Wunused-imports -Wno-missing-home-modules -optP-Wno-nonpor... | Add required GHC options to $locals | Add required GHC options to $locals
| YAML | bsd-3-clause | ndmitchell/weeder |
ab052c1f601f5623c794669293df9775c92e08e4 | packages/ac/accelerate-arithmetic.yaml | packages/ac/accelerate-arithmetic.yaml | homepage: http://hub.darcs.net/thielema/accelerate-arithmetic/
changelog-type: ''
hash: c85729b4a82dd90884140285e5c9d08d34860a93a3ffbac13077737434142260
test-bench-deps:
accelerate-utility: -any
accelerate-arithmetic: -any
base: -any
accelerate: -any
QuickCheck: -any
maintainer: Henning Thielemann <haskell@he... | homepage: http://hub.darcs.net/thielema/accelerate-arithmetic/
changelog-type: ''
hash: 85d3c7ecc477227114f04cbbdbfda115dcc350ba76affc85bbe122197262cd92
test-bench-deps:
accelerate-utility: -any
accelerate-arithmetic: -any
base: -any
accelerate: -any
QuickCheck: -any
maintainer: Henning Thielemann <haskell@he... | Update from Hackage at 2017-11-28T20:59:32Z | Update from Hackage at 2017-11-28T20:59:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3116dbdfb546a0f0edddf5b18e6f17ea3f405169 | core/src/main/assets/migrations/32.yaml | core/src/main/assets/migrations/32.yaml | up:
- CREATE TABLE ForeignKeyViolation (_id INTEGER PRIMARY KEY AUTOINCREMENT, fromTable TEXT, fromColumn TEXT, toTable TEXT, toColumn TEXT, notFoundValue TEXT, fromObjectUid TEXT, fromObjectRow TEXT); | up:
- CREATE TABLE ForeignKeyViolation (_id INTEGER PRIMARY KEY AUTOINCREMENT, fromTable TEXT, fromColumn TEXT, toTable TEXT, toColumn TEXT, notFoundValue TEXT, fromObjectUid TEXT, fromObjectRow TEXT, deletionDate TEXT); | Add deletionDate to migration table | [ANDROSDK-444] Add deletionDate to migration table
| YAML | bsd-3-clause | dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk |
f955828f1e626c4cb51d24f0bba183d6a1d2698a | metadata/com.gsnathan.pdfviewer.yml | metadata/com.gsnathan.pdfviewer.yml | Categories:
- Reading
License: MIT
SourceCode: https://github.com/JavaCafe01/PdfViewer
IssueTracker: https://github.com/JavaCafe01/PdfViewer/issues
Donate: https://www.paypal.me/gsnathan
AutoName: Pdf Viewer Plus
Summary: A simple PDF viewer
Description: Pdf Viewer Plus is a smooth PDF viewer written in Java. It con... | Categories:
- Reading
License: MIT
SourceCode: https://github.com/JavaCafe01/PdfViewer
IssueTracker: https://github.com/JavaCafe01/PdfViewer/issues
Donate: https://www.paypal.me/gsnathan
AutoName: Pdf Viewer Plus
Summary: A simple PDF viewer
Description: Pdf Viewer Plus is a smooth PDF viewer written in Java. It con... | Update Pdf Viewer Plus to 2.7 (18) | Update Pdf Viewer Plus to 2.7 (18)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
8f9c9e09cbd3728f561027c811085f37f3b635f5 | hieradata/nodes/bgo/bgo-login-01.yaml | hieradata/nodes/bgo/bgo-login-01.yaml | ---
network::interfaces_hash:
'eth0':
ipaddress: '172.28.0.10'
netmask: '255.255.255.0'
defroute: 'no'
onboot: 'yes'
'eth2':
ipaddress: '172.16.0.10'
netmask: '255.255.248.0'
defroute: 'no'
onboot: 'yes'
dns1: '129.177.6.54'
dns2: ... | ---
network::interfaces_hash:
'eth0':
ipaddress: '172.28.0.10'
netmask: '255.255.255.0'
defroute: 'no'
onboot: 'yes'
'eth2':
ipaddress: '172.16.0.10'
netmask: '255.255.248.0'
defroute: 'no'
onboot: 'yes'
dns1: '129.177.6.54'
dns2: ... | Add virtual mgmt interface for mgmt of mgmt | Add virtual mgmt interface for mgmt of mgmt
| YAML | apache-2.0 | TorLdre/himlar,mikaeld66/himlar,eckhart/himlar,mikaeld66/himlar,norcams/himlar,eckhart/himlar,TorLdre/himlar,norcams/himlar,tanzr/himlar,TorLdre/himlar,raykrist/himlar,raykrist/himlar,tanzr/himlar,tanzr/himlar,tanzr/himlar,eckhart/himlar,eckhart/himlar,raykrist/himlar,raykrist/himlar,TorLdre/himlar,mikaeld66/himlar,ray... |
897d96c201b1fd2597640800537c53e7f79bf056 | .forestry/front_matter/templates/tutorial.yml | .forestry/front_matter/templates/tutorial.yml | ---
label: Tutorial
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: Title
type: text
hidden: false
default: Título
- type: text
name: description
label: Subtiulo
description: Max 70 char
- name: date
label: Date
type: datetime
... | ---
label: Tutorial
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: Title
type: text
hidden: false
default: Título
- type: text
name: description
label: Subtiulo
description: Max 70 char
- name: date
label: Date
type: datetime
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
a17a57b804b776218e3716015ab3d9792b3297d9 | metadata/com.termoneplus.yml | metadata/com.termoneplus.yml | Categories:
- System
License: Apache-2.0
SourceCode: https://gitlab.com/termapps/termoneplus
IssueTracker: https://gitlab.com/termapps/termoneplus/issues
AutoName: Terminal Emulator
Description: |-
"TermOne Plus" is a terminal emulator for communicating with the built-in
Android shell. It emulates a reasonab... | Categories:
- System
License: Apache-2.0
SourceCode: https://gitlab.com/termapps/termoneplus
IssueTracker: https://gitlab.com/termapps/termoneplus/issues
AutoName: Terminal Emulator
Description: |-
"TermOne Plus" is a terminal emulator for communicating with the built-in
Android shell. It emulates a reasonab... | Update Terminal Emulator to 3.1.0 (310) | Update Terminal Emulator to 3.1.0 (310)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ea6c44da3d08495fd13e1068024212d9a860ab79 | metadata/cos.premy.mines.yml | metadata/cos.premy.mines.yml | Categories:
- Games
License: GPL-3.0-only
AuthorName: Přemysl Šťastný
AuthorEmail: premysl.stastny@hotmail.com
SourceCode: https://github.com/stastnypremysl/Mines3D
IssueTracker: https://github.com/stastnypremysl/Mines3D/issues
AutoName: Mines3D
Description: |-
Do you like challenges? Let's try one harder. The f... | Categories:
- Games
License: GPL-3.0-only
AuthorName: Přemysl Šťastný
AuthorEmail: premysl.stastny@hotmail.com
SourceCode: https://github.com/stastnypremysl/Mines3D
IssueTracker: https://github.com/stastnypremysl/Mines3D/issues
AutoName: Mines3D
Description: |-
Do you like challenges? Let's try one harder. The f... | Update Mines3D to 1.4.1 (6) and enable AUM | Update Mines3D to 1.4.1 (6) and enable AUM
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
af2ebd349aa5a8b60c583f124001b7a2a324ae0a | packages/dm/dmc.yaml | packages/dm/dmc.yaml | homepage: https://github.com/ciez/dmc
changelog-type: markdown
hash: 7685f0cc6b1a0e3da3ef44a1972ce7952825871ca5aa45b133ae4bceb8569e42
test-bench-deps:
base: ! '>=4.8'
hspec: ! '>=2.1.7'
process: ! '>=1.3.0.0'
dmc: -any
QuickCheck: ! '>=2.8.1'
maintainer: Imants Cekusins
synopsis: cmd for common cases
changelo... | homepage: https://github.com/ciez/dmc
changelog-type: markdown
hash: bbfdc9f3df4e63dc9f3439dcbc2895f0aaaaad6adeaac9c155e91d19d187e4f8
test-bench-deps:
base: ! '>=4.8'
hspec: ! '>=2.1.7'
process: ! '>=1.3.0.0'
dmc: -any
QuickCheck: ! '>=2.8.1'
maintainer: Imants Cekusins
synopsis: cmd for common cases
changelo... | Update from Hackage at 2016-12-08T15:56:26Z | Update from Hackage at 2016-12-08T15:56:26Z | YAML | mit | commercialhaskell/all-cabal-metadata |
3788e9733e1ad4d9e3f5e8b6dc7c5ffe2f4d611a | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ub... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ub... | Bump ridedott/merge-me-action from 2.9.42 to 2.9.47 | Bump ridedott/merge-me-action from 2.9.42 to 2.9.47
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.42 to 2.9.47.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Commits... | YAML | mit | fizyk/pyramid_fullauth |
3f54383c54ac00f3cf50ebfe617877f79a0f5aea | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | Bump ridedott/merge-me-action from 2.9.58 to 2.9.63 | Bump ridedott/merge-me-action from 2.9.58 to 2.9.63
| YAML | mit | fizyk/pyramid_localize |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.