doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
6b22afaa-6b9d-4285-8c7a-93de2a8e6309 | {
"language": "YAML"
} | ```yaml
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", "-... | ```yaml
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", "-... |
e44af0b4-07b0-452b-ad20-42cbb4fd3c8b | {
"language": "YAML"
} | ```yaml
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
Binari... | ```yaml
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
Binari... |
6ecc086e-0f01-4e49-b7ae-ce2122588c77 | {
"language": "YAML"
} | ```yaml
---
- name: install pip
yum:
name: python-pip
state: installed
when: ansible_distribution == 'CentOS'
- name: install pip
apt:
name: python-pip
when: ansible_distribution == 'Debian'```
Update package management before install pip | ```yaml
---
- 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'``` |
6f05233b-7ee3-42ce-91a2-110a5e24d515 | {
"language": "YAML"
} | ```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
... | ```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
... |
96f78b5a-cd5f-4774-8e3c-f641047b7d53 | {
"language": "YAML"
} | ```yaml
---
ne:
shared:
breadcrumbs_home:
browse:
prefix:
title:
get_emails:
language_direction:
language_name:
topics:
title:
```
Add language name and direction for Nepali | ```yaml
---
ne:
shared:
breadcrumbs_home:
browse:
prefix:
title:
get_emails:
language_direction: ltr
language_name: नेपाली
topics:
title:
``` |
2ad278e5-bd50-439d-86be-113ce80a9fdd | {
"language": "YAML"
} | ```yaml
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_vers... | ```yaml
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-NodeJsLatestB... |
9119a974-3232-42f5-9da8-8d83be55d39e | {
"language": "YAML"
} | ```yaml
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/
bui... | ```yaml
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/
bui... |
491369e8-ad3e-433c-a00b-c6adc016b21c | {
"language": "YAML"
} | ```yaml
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
- ... | ```yaml
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
- ... |
0c655155-21b4-4158-8901-739d5cb8d104 | {
"language": "YAML"
} | ```yaml
# 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 n... | ```yaml
# 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 n... |
1dd36dd2-23c9-45b9-a376-d8e8ba4ba961 | {
"language": "YAML"
} | ```yaml
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"
asse... | ```yaml
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"
asse... |
7304e41a-df83-40eb-a385-b6ddef45f7d6 | {
"language": "YAML"
} | ```yaml
environment:
matrix:
- PYTHON: "C:\Python33-x64"
- PYTHON: "C:\Python36-x64"
test_script:
- "%PYTHON%\\python.exe test.py"```
Fix Python paths for AppVeyor CI | ```yaml
environment:
matrix:
- PYTHON: "C:\\Python33-x64"
- PYTHON: "C:\\Python36-x64"
test_script:
- "%PYTHON%\\python.exe test.py"``` |
d049a856-d266-4b9c-8dfb-f6b630a127c2 | {
"language": "YAML"
} | ```yaml
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 in... | ```yaml
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: ... |
d02116d1-2b4e-430d-91da-c3b49b6895a0 | {
"language": "YAML"
} | ```yaml
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://... | ```yaml
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/B0XG... |
fd86fdbe-7796-40dd-9adc-df4a4c71bbbb | {
"language": "YAML"
} | ```yaml
# 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 reposit... | ```yaml
# 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 reposit... |
ca6a24be-d389-4f91-a032-d1eaf370bc71 | {
"language": "YAML"
} | ```yaml
# 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)
inst... | ```yaml
# 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)
inst... |
b706d299-f5da-493d-a944-f4c54130a8b3 | {
"language": "YAML"
} | ```yaml
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: |
... | ```yaml
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: |
... |
e38bac17-6391-4a4b-8470-a6ece761e3b3 | {
"language": "YAML"
} | ```yaml
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 "confi... | ```yaml
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 "confi... |
78b26a01-6fde-408d-835c-5914634bd089 | {
"language": "YAML"
} | ```yaml
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... | ```yaml
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_... |
24ed4a91-b04e-4dcd-af67-cb6d6a35a923 | {
"language": "YAML"
} | ```yaml
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 Jul... | ```yaml
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:
- ... |
9d197e0a-6cbe-4c49-ab21-1b79fef5225c | {
"language": "YAML"
} | ```yaml
# 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
... | ```yaml
# 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_VER... |
184e493e-93c3-4267-87bf-aceb8c616601 | {
"language": "YAML"
} | ```yaml
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
configura... | ```yaml
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
configura... |
7ff7f6b9-d6db-48a7-a41b-70ff6dc4f40f | {
"language": "YAML"
} | ```yaml
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
```
Add build value into version | ```yaml
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
``` |
e5bacd28-03ec-4756-8ec6-2549db274d03 | {
"language": "YAML"
} | ```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:... | ```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!
backupIntervalInSecond: 30
maxBackups: 5
volumeSizeInMB: 512
storageType: "... |
e2205e45-14e0-4ce4-8765-b2bcb691bc13 | {
"language": "YAML"
} | ```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: <1000... | ```yaml
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: <100... |
09f90bd4-2d2f-45f7-830f-f3b9165dff12 | {
"language": "YAML"
} | ```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 &... | ```yaml
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 &... |
436cba84-8af7-459e-929f-b65f0b918e1c | {
"language": "YAML"
} | ```yaml
---
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
```
Update Cookham Wood Wednesd... | ```yaml
---
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
``` |
5eef1542-a037-4929-88dd-bc29636333f9 | {
"language": "YAML"
} | ```yaml
---
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:
pre... | ```yaml
---
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_prev... |
657ba496-8eb2-414e-a050-baabf6bb3b66 | {
"language": "YAML"
} | ```yaml
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... | ```yaml
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... |
9ced64db-069d-4a27-94e3-47e53f7080e9 | {
"language": "YAML"
} | ```yaml
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... | ```yaml
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... |
5787962e-9eac-4108-9ff8-1fa300b3fad1 | {
"language": "YAML"
} | ```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... | ```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... |
07326c70-958c-4ebd-ab22-d405d77d0388 | {
"language": "YAML"
} | ```yaml
---
# 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
... | ```yaml
---
# 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
... |
48cde7ca-8b41-46cf-88c6-f8ff4784f884 | {
"language": "YAML"
} | ```yaml
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/Reso... | ```yaml
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/Reso... |
6266978f-ec30-496c-b646-86ac5f3327e4 | {
"language": "YAML"
} | ```yaml
---
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:
... | ```yaml
---
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:
... |
d60eacf4-462e-4a20-a7bd-3dddeb4e3541 | {
"language": "YAML"
} | ```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 version... | ```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 version... |
6e86b9e2-7440-4b24-986e-293cb0caedf3 | {
"language": "YAML"
} | ```yaml
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
... | ```yaml
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: ... |
9c950898-dc34-48f1-8407-fc245c3f65f9 | {
"language": "YAML"
} | ```yaml
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 }}
```
Fix branch nam... | ```yaml
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 }}
``` |
9e9a8481-3795-4346-9e6b-1d2bcc7ac74b | {
"language": "YAML"
} | ```yaml
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... | ```yaml
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... |
2f7e2be7-18d1-45b4-86c5-ff6c135aa2a7 | {
"language": "YAML"
} | ```yaml
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/... | ```yaml
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"... |
d5c28cfe-e507-4a2e-bb94-77c1b519d965 | {
"language": "YAML"
} | ```yaml
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
... | ```yaml
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
... |
c7d1e32c-a1bf-49c2-b995-249ef5711cbf | {
"language": "YAML"
} | ```yaml
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 "mas... | ```yaml
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... |
0f3f6740-7a9a-4b06-8c66-433858ba8a7c | {
"language": "YAML"
} | ```yaml
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
```
Upgrade Java installation to 9.0.4-11 | ```yaml
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
``` |
b56eb8eb-bc23-4f25-b976-a2631b4a2aeb | {
"language": "YAML"
} | ```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 ... | ```yaml
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
proc... |
abf67091-8f73-4e9c-8737-c24c6e042ae5 | {
"language": "YAML"
} | ```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: ! '... | ```yaml
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: ! '... |
dae9e3f8-c685-4e21-8b7f-817ae4c0324a | {
"language": "YAML"
} | ```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: !... | ```yaml
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: !... |
2e1460c2-15e5-4570-83f0-5b98bed48fa8 | {
"language": "YAML"
} | ```yaml
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"
- "**... | ```yaml
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCasePropertyName:
enabled: false
Controversial/CamelCaseParameterName:
... |
17a4e75e-9c2c-4cb2-9548-75abc6d5910c | {
"language": "YAML"
} | ```yaml
engines:
eslint:
enabled: true
nodesecurity:
enabled: true
ratings:
paths:
- "lib/**.js"
- "test/**.js"
exclude_paths:
- "test/fixtures"
```
Disable eslint for CC for now | ```yaml
engines:
nodesecurity:
enabled: true
ratings:
paths:
- "lib/**.js"
- "test/**.js"
exclude_paths:
- "test/fixtures"
``` |
1a6877c5-2b52-4c90-a1cd-f33710559ef3 | {
"language": "YAML"
} | ```yaml
engines:
pmd:
enabled: true
config:
rules:
- "java-basic"
- "java-design"
- "java-empty"
- "java-naming"
- "java-optimization"
- "java-unnecessary"
- "java-unusedcode"
ratings:
paths:
- "**.java"
```
Fix typo in PMD ruleset name | ```yaml
engines:
pmd:
enabled: true
config:
rules:
- "java-basic"
- "java-design"
- "java-empty"
- "java-naming"
- "java-optimizations"
- "java-unnecessary"
- "java-unusedcode"
ratings:
paths:
- "**.java"
``` |
a848ee2e-6078-4979-a22f-294b18b208af | {
"language": "YAML"
} | ```yaml
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python:
install:
- method: pip
path: .
sphinx:
configuration: docs/conf.py
```
Fix path to Sphinx config | ```yaml
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python:
install:
- method: pip
path: .
sphinx:
configuration: doc/conf.py
``` |
188f4a9a-f6df-4443-b32a-cf05d4b44ee0 | {
"language": "YAML"
} | ```yaml
---
# 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 limit... | ```yaml
---
# 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 limit... |
833a7a4b-899f-44ed-8492-6e60de5aaf08 | {
"language": "YAML"
} | ```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... | ```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:
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
k8s-app: fluentd-logg... |
c2581fc7-37d1-4e4b-8685-b67cbec71f3c | {
"language": "YAML"
} | ```yaml
- 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
... | ```yaml
- 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
... |
d2320ee2-ca41-40e1-9a83-64d9f15035da | {
"language": "YAML"
} | ```yaml
---
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
... | ```yaml
---
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... |
884d5315-545c-45c4-98c6-18e8b30b27d5 | {
"language": "YAML"
} | ```yaml
site_name: JabRef Developer Documentation
repo_url: https://github.com/jabref/jabref/
theme:
name: 'material'
```
Change docs theme to readthedocs | ```yaml
site_name: JabRef Developer Documentation
repo_url: https://github.com/jabref/jabref/
theme:
name: readthedocs
``` |
2786fa17-c9d2-4717-a2b0-61132bdf04a3 | {
"language": "YAML"
} | ```yaml
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 ... | ```yaml
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 ... |
ed826c47-6b76-43f5-9b34-f3512735e108 | {
"language": "YAML"
} | ```yaml
---
- 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_postinst... | ```yaml
---
- 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_defau... |
bd7ae346-07be-49ae-bfa1-c61f47399b4f | {
"language": "YAML"
} | ```yaml
---
# 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... | ```yaml
---
# 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... |
2d8841bb-f2e2-4458-bdc6-499ba648e5c0 | {
"language": "YAML"
} | ```yaml
---
- 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
... | ```yaml
---
- 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_redire... |
b25dfbaa-9543-429b-b94f-26d0d42b7277 | {
"language": "YAML"
} | ```yaml
---
# 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: pat... | ```yaml
---
# 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: pat... |
3c0ed322-d48f-497d-8ed1-f0e4c419c846 | {
"language": "YAML"
} | ```yaml
<%
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
... | ```yaml
<%
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
... |
750cd0c5-fca8-4b13-b5ae-a5289c121654 | {
"language": "YAML"
} | ```yaml
---
- 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 ... | ```yaml
---
- 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 ... |
793ea979-1686-4532-9a23-5c7b05d1ca40 | {
"language": "YAML"
} | ```yaml
---
# 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 syste... | ```yaml
---
# 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 syste... |
d6df9511-9b88-402e-b234-df4e1da0c49b | {
"language": "YAML"
} | ```yaml
---
- 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 }... | ```yaml
---
- 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 }... |
d4639bf5-d93a-4ea6-ab6b-65793d133e3f | {
"language": "YAML"
} | ```yaml
---
- 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
```
Fix issue wit... | ```yaml
---
- 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
``` |
33ed9e6f-30b6-4fa8-91de-606bb34210e8 | {
"language": "YAML"
} | ```yaml
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}
- n... | ```yaml
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: Bef... |
4045d293-a5cf-4551-8702-5fdf067647ad | {
"language": "YAML"
} | ```yaml
# 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:
branch... | ```yaml
# 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:
branch... |
d64310a9-ac30-4e71-ab4a-a43a4874715f | {
"language": "YAML"
} | ```yaml
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
... | ```yaml
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
... |
584f49bd-ea0f-4577-90ac-18acd809307a | {
"language": "YAML"
} | ```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 }}
... | ```yaml
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 }}
s... |
a73fd9d4-7087-438c-b7e3-50c5189466be | {
"language": "YAML"
} | ```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... | ```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... |
72760fca-bf63-4ce9-b299-6f61ebd2974a | {
"language": "YAML"
} | ```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:... | ```yaml
{% 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:
-... |
8c357c03-f1ea-4a3d-a114-7fd0dcd35221 | {
"language": "YAML"
} | ```yaml
---
mongodb::server::replicaset_members:
'api-mongo-1':
'api-mongo-2':
'api-mongo-3':
'api-mongo-4':
```
Set api-mongo-4 to be a priority 0 node. | ```yaml
---
mongodb::server::replicaset_members:
'api-mongo-1':
'api-mongo-2':
'api-mongo-3':
'api-mongo-4':
priority: 0
``` |
46edffd7-45e9-45c5-a65c-e4b04d113819 | {
"language": "YAML"
} | ```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 }}
r... | ```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 }}
r... |
b30a4c29-47f1-4167-86ec-595bd7c8eb6c | {
"language": "YAML"
} | ```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
- py... | ```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
- matplotlib
- xarray
- nose
- shapely
-... |
3ddd796f-ee90-4b37-9a34-ed22f84be040 | {
"language": "YAML"
} | ```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-SECRET... | ```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-SECRET... |
5addaf50-6fa0-43bf-990c-e90a45f426b1 | {
"language": "YAML"
} | ```yaml
---
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.stabilisati... | ```yaml
---
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.stabilisati... |
6d9ed579-2f0c-4c82-9ef7-9211a92a9ea9 | {
"language": "YAML"
} | ```yaml
---
- 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... | ```yaml
---
- 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... |
cc1841d6-f509-4e31-9de3-2420027d50ef | {
"language": "YAML"
} | ```yaml
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-se... | ```yaml
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-se... |
775ee326-e75c-4116-a580-9c4f8836016a | {
"language": "YAML"
} | ```yaml
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"
```
Build on Go 1.7 and 1.8 on Travis | ```yaml
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"
``` |
7e992465-7708-4fc4-b730-d1c8cd56b09d | {
"language": "YAML"
} | ```yaml
---
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"
```
Install remi rpm from keitarods mirror | ```yaml
---
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"
``` |
c666b031-ce0c-44da-b95e-2e3e4a86cd3c | {
"language": "YAML"
} | ```yaml
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.... | ```yaml
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.... |
264371d6-e93e-48e1-8e52-f5be781bfb12 | {
"language": "YAML"
} | ```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
g... | ```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
g... |
92bec653-6dd0-4869-a216-73a966e1ffb9 | {
"language": "YAML"
} | ```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
... | ```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
... |
04e840bb-ee1d-43f1-8700-b2f7734ca9e1 | {
"language": "YAML"
} | ```yaml
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:
- late... | ```yaml
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:
- late... |
c24cc993-5832-487c-bfa6-979119ceb1d8 | {
"language": "YAML"
} | ```yaml
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 | ```yaml
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
``` |
e82c7e52-7ae6-4dec-8fae-7571d7ae0b71 | {
"language": "YAML"
} | ```yaml
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 | ```yaml
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
``` |
0a4af455-4278-4dd4-a68c-e76419aed4e1 | {
"language": "YAML"
} | ```yaml
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... | ```yaml
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... |
2174771c-6b40-4e64-a817-eb0fff737232 | {
"language": "YAML"
} | ```yaml
machine:
java:
version: oraclejdk8
environment:
JVM_OPTS: "-Xmx2G -Xms256M -Xss2M"
dependencies:
cache_directories:
- ~/.sbt
post:
- sbt test:compile
test:
override:
- sbt test
```
Add hook to notify gitter | ```yaml
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
``` |
72efa694-ebb6-44cf-9595-3d2860327041 | {
"language": "YAML"
} | ```yaml
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
```
Allow Yarn lockfile on CircleCI | ```yaml
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
``` |
3ae87837-9483-44e6-888b-bdc61f411b06 | {
"language": "YAML"
} | ```yaml
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
- s... | ```yaml
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
- s... |
f376b7c8-61f6-42b3-8b38-8cf2decce3fa | {
"language": "YAML"
} | ```yaml
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
... | ```yaml
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: act... |
12abf018-37d1-4f1a-8b8e-9d7f85c932a5 | {
"language": "YAML"
} | ```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-pat... | ```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": -ddump-to-file -ddump-hi -Werror -Wunused-binds -Wunused-imports -Wno-missing-home-modules -optP-Wn... |
993d0e59-f30f-494b-a474-f3cc6cac982c | {
"language": "YAML"
} | ```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 <ha... | ```yaml
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 <ha... |
26b8f705-78f2-4e0c-9152-454e0a899184 | {
"language": "YAML"
} | ```yaml
up:
- CREATE TABLE ForeignKeyViolation (_id INTEGER PRIMARY KEY AUTOINCREMENT, fromTable TEXT, fromColumn TEXT, toTable TEXT, toColumn TEXT, notFoundValue TEXT, fromObjectUid TEXT, fromObjectRow TEXT);```
Add deletionDate to migration table | ```yaml
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);``` |
ca5a1b06-c0b7-435d-ac34-e373e96d3ac5 | {
"language": "YAML"
} | ```yaml
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... | ```yaml
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... |
716629a1-cba2-4a41-a1a3-f1640b878513 | {
"language": "YAML"
} | ```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'
... | ```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'
... |
3c129c93-b779-4798-931d-4995bf6962ea | {
"language": "YAML"
} | ```yaml
---
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: dat... | ```yaml
---
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: dat... |
4f1646a0-16ba-4ba1-a99b-1f2234b675d7 | {
"language": "YAML"
} | ```yaml
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 ... | ```yaml
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 ... |
bda5aef6-cdad-4130-a8f5-3d84da549d6a | {
"language": "YAML"
} | ```yaml
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 harde... | ```yaml
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 harde... |
6f80b27c-d4c6-4941-b6a2-1ad897626f3b | {
"language": "YAML"
} | ```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
... | ```yaml
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
... |
1ccb6016-d9e3-4b83-b264-6b1c068b2883 | {
"language": "YAML"
} | ```yaml
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!
run... | ```yaml
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!
run... |
cffb4607-6121-4063-b73c-1d6b3fc24bd8 | {
"language": "YAML"
} | ```yaml
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 of... | ```yaml
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 of... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.