hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f5a8db274752b51194d2e6665883e5787e7ba663 | 419 | yml | YAML | .travis/providers/hephy/travis.yml | Mattlk13/dpl | 2051e258efaccd2b797fd050ede31a93fbcfcb1b | [
"MIT"
] | null | null | null | .travis/providers/hephy/travis.yml | Mattlk13/dpl | 2051e258efaccd2b797fd050ede31a93fbcfcb1b | [
"MIT"
] | null | null | null | .travis/providers/hephy/travis.yml | Mattlk13/dpl | 2051e258efaccd2b797fd050ede31a93fbcfcb1b | [
"MIT"
] | 1 | 2017-02-08T12:05:58.000Z | 2017-02-08T12:05:58.000Z | language: shell
services:
- docker
script: true
before_deploy:
- .travis/providers/hephy/prepare
- export KUBECONFIG="$(kind get kubeconfig-path)"
- kubectl cluster-info
- cd tmp/dpl_test
deploy:
- provider: hephy
controller: deis.172.17.0.2.xip.io
username: dpl-user
password: dpl-pass
app: dpl-test
after_deploy:
- cd ../..
- .travis/providers/hephy/test || TRAVIS_TEST_RESULT=$?
| 17.458333 | 57 | 0.682578 |
f5de20573522f08387ea9f78e91b92230d0995c1 | 777 | yml | YAML | default/commands/renamechannel.yml | PeterStark000/LorittaLocales | 939ea016baa361a8037ad35691ec6e429f3b2f61 | [
"MIT"
] | 24 | 2017-07-24T20:15:48.000Z | 2022-03-30T17:24:06.000Z | default/commands/renamechannel.yml | PeterStark000/LorittaLocales | 939ea016baa361a8037ad35691ec6e429f3b2f61 | [
"MIT"
] | 22 | 2018-05-11T22:50:29.000Z | 2021-12-01T22:49:53.000Z | default/commands/renamechannel.yml | PeterStark000/LorittaLocales | 939ea016baa361a8037ad35691ec6e429f3b2f61 | [
"MIT"
] | 82 | 2017-08-28T13:16:10.000Z | 2021-09-27T13:41:38.000Z | cantRename: "Não consegui renomear o canal..."
channelConflict: "Existem dois canais com o mesmo nome (ou parecido) com tipos diferentes, tente usar ID (ou menção do canal) invés de usar nome de can al!"
channelNotFound: "Canal não encontrado! (Tentei procurar por nome de canal, ID e menção de canal e eu não encontrei nada!)"
description: "Renomeia canais de texto com espaço (também pode renomear canais de voz)"
examples:
- "#general bate-papo |-| Renomeia o canal pela menção"
- "297732013006389252 bate-papo |-| Renomeia o canal pelo ID"
- "lorota-pantufa lorota & pantufa |-| Renomeia o canal pelo nome dele, espaços serão substituidos por \"-\""
- "bate-papo \U0001f60e|bate-papo |-| Renomeia o canal pelo nome dele"
successfullyRenamed: "Canal renomeado com sucesso!"
| 70.636364 | 156 | 0.756757 |
28162fa4c0970793066898a1430ed3554ed4cbba | 278 | yml | YAML | docker-compose.yml | m-nasiri/redis-time-series | 3bfeb6a62ebeb58e3cac1ef07a175a51e74a157c | [
"BSD-3-Clause"
] | null | null | null | docker-compose.yml | m-nasiri/redis-time-series | 3bfeb6a62ebeb58e3cac1ef07a175a51e74a157c | [
"BSD-3-Clause"
] | null | null | null | docker-compose.yml | m-nasiri/redis-time-series | 3bfeb6a62ebeb58e3cac1ef07a175a51e74a157c | [
"BSD-3-Clause"
] | null | null | null | version: "3.5"
services:
redis:
build:
context: redis
dockerfile: Dockerfile
container_name: redislocal
hostname: redislocal
ports:
- 6379:6379
network_mode: host
volumes:
- local_redis_data:/data
volumes:
local_redis_data: | 16.352941 | 30 | 0.647482 |
0dcfb697f2f43b041c5ef6caaccd1704eec016d5 | 572 | yml | YAML | curriculum/challenges/espanol/00-certifications/relational-database-certification/relational-database-certification.yml | fcastillo-serempre/freeCodeCamp | 43496432d659bac8323ab2580ba09fa7bf9b73f2 | [
"BSD-3-Clause"
] | 2 | 2019-07-25T08:44:38.000Z | 2019-07-25T08:44:40.000Z | curriculum/challenges/espanol/00-certifications/relational-database-certification/relational-database-certification.yml | fcastillo-serempre/freeCodeCamp | 43496432d659bac8323ab2580ba09fa7bf9b73f2 | [
"BSD-3-Clause"
] | 169 | 2020-10-13T16:49:51.000Z | 2020-12-08T22:53:48.000Z | curriculum/challenges/espanol/00-certifications/relational-database-certification/relational-database-certification.yml | fcastillo-serempre/freeCodeCamp | 43496432d659bac8323ab2580ba09fa7bf9b73f2 | [
"BSD-3-Clause"
] | null | null | null | ---
id: 606243f50267e718b1e755f4
title: Certificación en Base de Datos Relacionales
certification: relational-database
challengeType: 7
isPrivate: true
tests:
-
id: 5f1a4ef5d5d6b5ab580fc6ae
title: Base de datos de cuerpos celestes
-
id: 5f9771307d4d22b9d2b75a94
title: Base de datos de la copa del mundo
-
id: 5f87ac112ae598023a42df1a
title: Planificador de turnos de salón
-
id: 602d9ff222201c65d2a019f2
title: Base de datos de la tabla periódica
-
id: 602da04c22201c65d2a019f4
title: Juego de adivinanza de números
| 24.869565 | 50 | 0.741259 |
f503ddaeaf7aa352d2d86447115c948d2570a575 | 1,167 | yaml | YAML | updated/catkin_ws/src/grasp_sampler/config/hw_param.yaml | JisuHann/Point-Cloud--Grasp | 083244632412709dbc29ac7841b6a837e4ed3cb6 | [
"BSD-2-Clause"
] | null | null | null | updated/catkin_ws/src/grasp_sampler/config/hw_param.yaml | JisuHann/Point-Cloud--Grasp | 083244632412709dbc29ac7841b6a837e4ed3cb6 | [
"BSD-2-Clause"
] | null | null | null | updated/catkin_ws/src/grasp_sampler/config/hw_param.yaml | JisuHann/Point-Cloud--Grasp | 083244632412709dbc29ac7841b6a837e4ed3cb6 | [
"BSD-2-Clause"
] | 1 | 2021-03-31T06:27:31.000Z | 2021-03-31T06:27:31.000Z | # urdf path for rbdl model construction
urdf_path: package://franka_description/robots/panda_arm_rbdl.urdf # for RBDL
# Start & end chain for inverse kinematics
chain_start: panda_link0 # base link --> mobile base
# chain_1: panda_link1
# chain_2: panda_link2
# chain_3: panda_link3
# chain_4: panda_link4
# chain_5: panda_link5
# chain_6: panda_link6
# chain_7: panda_link7
chain_end: panda_link8 # end-effector link -->ee_Frame
# Joint limit
joint_limit_lower: [-166.0, -101.0, -166.0, -176.0, -166.0, -1.0, -166.0]
joint_limit_upper: [166.0, 101.0, 166.0, -4.0, 166.0, 215.0, 166.0]
# Link name & dimension for Collision Check
link_data:
link_name: [panda_link1, panda_link3, panda_link5, panda_link6] # Link name in URDF file
link_dimension: [[0.06, 0.13, 0.185], [0.09, 0.115, 0.175], [0.06, 0.09, 0.20], [0.085, 0.085, 0.125]] # Width, Depth, Height
link_position: [[0.0, 0.0, -0.1331], [0.025, -0.0, -0.099], [0.005, 0.045, -0.1381], [0.0880, -0.0481, 0.0]] # x, y, z relative to link's center of mass
link_orientation: [[0.0, 0.0, 0.0], [0.0, 0.3490, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]] # Roll pitch yaw relative to center of box | 48.625 | 155 | 0.671808 |
e23461a9be215c12786dd2efacd571dca96f276b | 940 | yaml | YAML | devices/DDS238.yaml | KrystianD/modbus_client | 0dfae4933f3745d184a057d65f8d394a895e4580 | [
"MIT"
] | null | null | null | devices/DDS238.yaml | KrystianD/modbus_client | 0dfae4933f3745d184a057d65f8d394a895e4580 | [
"MIT"
] | null | null | null | devices/DDS238.yaml | KrystianD/modbus_client | 0dfae4933f3745d184a057d65f8d394a895e4580 | [
"MIT"
] | null | null | null | zero_mode: True
registers:
holding_registers:
- name: energy
unit: Wh
scale: 10
address: 0x0000
type: uint32be
- name: export_energy
unit: Wh
scale: 10
address: 0x0008
type: uint32be
- name: import_energy
unit: Wh
scale: 10
address: 0x000a
type: uint32be
- name: voltage
unit: V
scale: 0.1
address: 0x000c
type: uint16
- name: current
unit: A
scale: 0.01
address: 0x000d
type: uint16
- name: active_power
unit: W
scale: 1
address: 0x000e
type: uint16
- name: reactive_power
unit: var
scale: 1
address: 0x000f
type: uint16
- name: power_factor
scale: 0.001
address: 0x0010
type: uint16
- name: frequency
unit: Hz
scale: 0.01
address: 0x0011
type: uint16
| 16.491228 | 26 | 0.523404 |
0b5a4ea4347fb000075809c27817dc73e6da6140 | 680 | yml | YAML | .circleci/config.yml | miseyu/gremlin | 485507940171410b936caaf4a1a585e1acdc2966 | [
"MIT"
] | null | null | null | .circleci/config.yml | miseyu/gremlin | 485507940171410b936caaf4a1a585e1acdc2966 | [
"MIT"
] | null | null | null | .circleci/config.yml | miseyu/gremlin | 485507940171410b936caaf4a1a585e1acdc2966 | [
"MIT"
] | null | null | null | version: 2
jobs:
build:
working_directory: /go/src/github.com/miseyu/go-gremlin
docker:
- image: circleci/golang:1.12.0
environment:
TZ: Asia/Tokyo
GO111MODULE: "on"
steps:
- checkout
- restore_cache:
name: Restore go modules cache
keys:
- v1-mod-{{ .Branch }}-{{ checksum "go/go.mod" }}
- run:
name: Vendoring
command: go mod download
- save_cache:
name: Save go modules cache
key: v1-mod-{{ .Branch }}-{{ checksum "go/go.mod" }}
paths:
- ~/go/pkg/mod/cache
- run: go get ./...
- run: go test -v ./...
workflows:
version: 2
build:
jobs:
- build | 21.935484 | 59 | 0.547059 |
2f81462690b2334f227cc890f0768df3157d908d | 5,116 | yml | YAML | docs-ref-autogen/azure-mgmt-cdn/azure.mgmt.cdn.models.EndpointUpdateParameters.yml | lzchen/azure-docs-sdk-python | 28c0ca679dca55e5bf7f6f0d922f4122656c009e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-cdn/azure.mgmt.cdn.models.EndpointUpdateParameters.yml | lzchen/azure-docs-sdk-python | 28c0ca679dca55e5bf7f6f0d922f4122656c009e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/azure-mgmt-cdn/azure.mgmt.cdn.models.EndpointUpdateParameters.yml | lzchen/azure-docs-sdk-python | 28c0ca679dca55e5bf7f6f0d922f4122656c009e | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:PythonClass
uid: azure.mgmt.cdn.models.EndpointUpdateParameters
name: EndpointUpdateParameters
fullName: azure.mgmt.cdn.models.EndpointUpdateParameters
module: azure.mgmt.cdn.models
inheritances:
- msrest.serialization.Model
summary: Properties required to create or update an endpoint.
constructor:
syntax: 'EndpointUpdateParameters(*, tags=None, origin_path: str = None, content_types_to_compress=None,
origin_host_header: str = None, is_compression_enabled: bool = None, is_http_allowed:
bool = None, is_https_allowed: bool = None, query_string_caching_behavior=None,
optimization_type=None, probe_path: str = None, geo_filters=None, default_origin_group=None,
url_signing_keys=None, delivery_policy=None, web_application_firewall_policy_link=None,
**kwargs) -> None'
parameters:
- name: tags
description: Endpoint tags.
types:
- <xref:dict>[<xref:str>, <xref:str>]
- name: origin_path
description: 'A directory path on the origin that CDN can use to
retrieve content from, e.g. contoso.cloudapp.net/originpath.'
types:
- <xref:str>
- name: content_types_to_compress
description: 'List of content types on which
compression applies. The value should be a valid MIME type.'
types:
- <xref:list>[<xref:str>]
- name: origin_host_header
description: 'The host header value sent to the origin with
each request. This property at Endpoint is only allowed when endpoint uses
single origin and can be overridden by the same property specified at
origin.If you leave this blank, the request hostname determines this
value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud
Services require this host header value to match the origin hostname by
default.'
types:
- <xref:str>
- name: is_compression_enabled
description: 'Indicates whether content compression is
enabled on CDN. Default value is false. If compression is enabled, content
will be served as compressed if user requests for a compressed version.
Content won''t be compressed on CDN when requested content is smaller than
1 byte or larger than 1 MB.'
types:
- <xref:bool>
- name: is_http_allowed
description: 'Indicates whether HTTP traffic is allowed on the
endpoint. Default value is true. At least one protocol (HTTP or HTTPS)
must be allowed.'
types:
- <xref:bool>
- name: is_https_allowed
description: 'Indicates whether HTTPS traffic is allowed on the
endpoint. Default value is true. At least one protocol (HTTP or HTTPS)
must be allowed.'
types:
- <xref:bool>
- name: query_string_caching_behavior
description: 'Defines how CDN caches requests that
include query strings. You can ignore any query strings when caching,
bypass caching to prevent requests that contain query strings from being
cached, or cache every request with a unique URL. Possible values include:
''IgnoreQueryString'', ''BypassCaching'', ''UseQueryString'', ''NotSet'''
types:
- <xref:str>
- <xref:azure.mgmt.cdn.models.QueryStringCachingBehavior>
- name: optimization_type
description: 'Specifies what scenario the customer wants this
CDN endpoint to optimize for, e.g. Download, Media services. With this
information, CDN can apply scenario driven optimization. Possible values
include: ''GeneralWebDelivery'', ''GeneralMediaStreaming'',
''VideoOnDemandMediaStreaming'', ''LargeFileDownload'',
''DynamicSiteAcceleration'''
types:
- <xref:str>
- <xref:azure.mgmt.cdn.models.OptimizationType>
- name: probe_path
description: 'Path to a file hosted on the origin which helps
accelerate delivery of the dynamic content and calculate the most optimal
routes for the CDN. This is relative to the origin path. This property is
only relevant when using a single origin.'
types:
- <xref:str>
- name: geo_filters
description: 'List of rules defining the user''s geo access within a
CDN endpoint. Each geo filter defines an access rule to a specified path
or content, e.g. block APAC for path /pictures/'
types:
- <xref:list>[<xref:azure.mgmt.cdn.models.GeoFilter>]
- name: default_origin_group
description: A reference to the origin group.
types:
- <xref:azure.mgmt.cdn.models.ResourceReference>
- name: url_signing_keys
description: 'List of keys used to validate the signed URL
hashes.'
types:
- <xref:list>[<xref:azure.mgmt.cdn.models.UrlSigningKey>]
- name: delivery_policy
description: 'A policy that specifies the delivery rules to be
used for an endpoint.'
types:
- <xref:azure.mgmt.cdn.models.EndpointPropertiesUpdateParametersDeliveryPolicy>
- name: web_application_firewall_policy_link
description: 'Defines the Web Application
Firewall policy for the endpoint (if applicable)'
types:
- <xref:azure.mgmt.cdn.models.EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink>
| 35.282759 | 106 | 0.72283 |
2f9b6ad529511fe2d040423e0c2a2573073a8db2 | 636 | yml | YAML | threads/3339347/posts/59729983.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3339347/posts/59729983.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | threads/3339347/posts/59729983.yml | voz-living/documents | a5fb94005e8c2d681bbda8c85a40509ba5b11cd9 | [
"MIT"
] | null | null | null | url: showpost.php?p=59729983&postcount=2970
id: 59729983
tid: 3339347
num: 2970
datetime: 2013-07-16T00:32:00.000Z
user:
img: null
name: eovaovoz
title: Junior Member
joinDate: 2012-12-31T16:00:00.000Z
posts: 0
id: '1177786'
title: 'Re: [Official Thread] Review về Nghề Vệ Sĩ - Đời ko như mơ?'
content:
html: "\r\n\t\t\t\r\n\t\t\ttiếp đi chủ thớt.hay<img src=\"/images/smilies/Off/beauty.gif\" border=\"0\" alt=\"\" title=\"Beauty\" class=\"inlineimg\"><img src=\"/images/smilies/Off/beauty.gif\" border=\"0\" alt=\"\" title=\"Beauty\" class=\"inlineimg\">\r\n\t\t"
text: tiếp đi chủ thớt.hay
| 37.411765 | 291 | 0.671384 |
67b640b95d7fc966d7196c092a76e00a5ec09a26 | 1,061 | yml | YAML | .taskfiles/flux.yml | dfroberg/cluster | 2913a2dc019bd2060672b4f1da01541b6deb467b | [
"Unlicense"
] | 2 | 2021-08-30T10:22:37.000Z | 2022-03-27T06:48:20.000Z | .taskfiles/flux.yml | dfroberg/cluster | 2913a2dc019bd2060672b4f1da01541b6deb467b | [
"Unlicense"
] | 758 | 2021-08-31T05:20:10.000Z | 2022-03-31T22:39:58.000Z | .taskfiles/flux.yml | dfroberg/cluster | 2913a2dc019bd2060672b4f1da01541b6deb467b | [
"Unlicense"
] | null | null | null | ---
version: "3"
tasks:
update-cli:
desc: Go get the latest cli
cmds:
- curl -s https://fluxcd.io/install.sh | sudo bash
silent: true
sync:
desc: Sync flux-system with the Git Repository
cmds:
- flux reconcile source git flux-system
silent: true
install:
desc: Sync flux-system with the Git Repository
cmds:
- flux install
silent: true
seed:
desc: Install sops secret (Only needed after initial cluster install)
cmds:
- kubectl apply -f ../cluster-secrets/cluster/sops-gpg.yaml -n flux-system
silent: true
bootstrap:
desc: Bootstrap flux-system with the Git Repository (Only needed after initial cluster install)
cmds:
- flux bootstrap github --owner=dfroberg --repository=cluster --private=false --personal=true --path=/cluster/base/ --token-auth --reconcile
silent: true
setup:
desc: Complete installation of Flux
cmds:
- task flux:update-cli
- task flux:install
- task flux:seed
- task flux:bootstrap
dir: ~/cluster/
| 27.921053 | 146 | 0.658812 |
e7ce07d2766e83e3e2e717cbf5b6277388270bf4 | 1,196 | yaml | YAML | charts/jackett/values.yaml | Feliksas/charts | a9408f1364c238d77e4c98175de84bf3c70cb73e | [
"Apache-2.0"
] | null | null | null | charts/jackett/values.yaml | Feliksas/charts | a9408f1364c238d77e4c98175de84bf3c70cb73e | [
"Apache-2.0"
] | null | null | null | charts/jackett/values.yaml | Feliksas/charts | a9408f1364c238d77e4c98175de84bf3c70cb73e | [
"Apache-2.0"
] | null | null | null | # Default values for Jackett.
jackett:
image:
organization: linuxserver
repository: jackett
pullPolicy: IfNotPresent
tag: v0.16.1045-ls14
service:
port: 9117
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
torrentblackhole:
enabled: false
## Jackett torrent torrentblackhole Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
# storageClass: "-"
# accessMode: ReadWriteOnce
# size: 1Gi
## Do not delete the pvc upon helm uninstall
# skipuninstall: false
# existingClaim: ""
additionalVolumes:
- name: torrentblackhole
emptyDir: {}
## When using persistence.torrentblackhole.enabled: true, adjust this to:
# persistentVolumeClaim:
# claimName: jackett-torrentblackhole
additionalVolumeMounts:
- name: torrentblackhole
mountPath: /downloads
| 27.181818 | 81 | 0.656355 |
60c0db51294978a9b821b12ce942a1f6fa289ced | 145 | yaml | YAML | results/input_dataset.yaml | ssohail1/compbio-PyWrap-miniproject | d0c79b227c8ca6470e2c1b150cc7fc49166a813d | [
"MIT"
] | null | null | null | results/input_dataset.yaml | ssohail1/compbio-PyWrap-miniproject | d0c79b227c8ca6470e2c1b150cc7fc49166a813d | [
"MIT"
] | null | null | null | results/input_dataset.yaml | ssohail1/compbio-PyWrap-miniproject | d0c79b227c8ca6470e2c1b150cc7fc49166a813d | [
"MIT"
] | null | null | null | - "number": !!int "1"
"single reads":
- "/Users/sidra/Downloads/COMP_383-483_compbio/COMPBIO-miniProj/SRR8185310_1.fastq"
"type": "single"
| 29 | 85 | 0.696552 |
a1098b4727cdf88b68ae99f1a463dc3e44cda1b0 | 3,806 | yml | YAML | playbooks/roles/openstack_hosts/defaults/main.yml | digideskio/digideskOPEN | 0ec13cbb35ad2edead9e8381472483b0bbabf9e9 | [
"Apache-2.0"
] | null | null | null | playbooks/roles/openstack_hosts/defaults/main.yml | digideskio/digideskOPEN | 0ec13cbb35ad2edead9e8381472483b0bbabf9e9 | [
"Apache-2.0"
] | null | null | null | playbooks/roles/openstack_hosts/defaults/main.yml | digideskio/digideskOPEN | 0ec13cbb35ad2edead9e8381472483b0bbabf9e9 | [
"Apache-2.0"
] | null | null | null | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
openstack_code_name: 1AndOne=11
openstack_release: master
openstack_host_systat_enabled: true
openstack_host_systat_interval: 1
openstack_host_systat_statistics_hour: 23
openstack_host_disbale_auto_updates: true
## Defined required kernel. presently 3.13.0-32-generic
openstack_host_required_kernel: 3.13.0-34-generic
## Kernel modules loaded on hosts
openstack_host_kernel_modules:
- 8021q
- dm_multipath
- dm_snapshot
- ip6table_filter
- ip6_tables
- ip_tables
- ipt_MASQUERADE
- ipt_REJECT
- iptable_filter
- iptable_mangle
- iptable_nat
- iscsi_tcp
- nbd
- nf_conntrack
- nf_conntrack_ipv4
- nf_defrag_ipv4
- nf_nat
- nf_nat_ipv4
- scsi_dh
- vhost_net
- x_tables
## Base packages
openstack_host_apt_packages:
- apparmor-utils
- apt-transport-https
- bridge-utils
- build-essential
- cgroup-lite
- curl
- dmeventd
- dstat
- htop
- iptables
- irqbalance
- libkmod-dev
- libkmod2
- lvm2
- python-software-properties
- python-dev
- rsync
- rsyslog
- sshpass
- sysstat
- time
- vlan
- wget
# The following garbage collection values are set to better support lots of neutron networks/routers.
# Used for setting the net.ipv4/6.neigh.default.gc_thresh* values. This assumes that facts were
# gathered to obtain the total amount of memory available on a given host. If no facts are gathered
# the default set will be 1024 unless its defined by the user.
gc_val: "{{ ansible_memtotal_mb | default(1024) | bit_length_power_of_2 }}"
# The ste value has a Max allowable value of 8192 unless set by the user.
set_gc_val: "{{ gc_val if (gc_val | int <= 8192) else 8192 }}"
# System control kernel tuning
openstack_kernel_options:
- { key: 'fs.inotify.max_user_watches', value: 36864 }
- { key: 'net.ipv4.conf.all.rp_filter', value: 0 }
- { key: 'net.ipv4.conf.default.rp_filter', value: 0 }
- { key: 'net.ipv4.ip_forward', value: 1 }
- { key: 'net.netfilter.nf_conntrack_max', value: 262144 }
- { key: 'vm.dirty_background_ratio', value: 5 }
- { key: 'vm.dirty_ratio', value: 10 }
- { key: 'vm.swappiness', value: 5 }
- { key: 'net.bridge.bridge-nf-call-ip6tables', value: 0 }
- { key: 'net.bridge.bridge-nf-call-iptables', value: 0 }
- { key: 'net.bridge.bridge-nf-call-arptables', value: 0 }
- { key: 'net.ipv4.neigh.default.gc_thresh1', value: "{{ set_gc_val | int // 2 }}" }
- { key: 'net.ipv4.neigh.default.gc_thresh2', value: "{{ set_gc_val | int }}" }
- { key: 'net.ipv4.neigh.default.gc_thresh3', value: "{{ set_gc_val | int * 2 }}" }
- { key: 'net.ipv4.route.gc_thresh', value: "{{ set_gc_val | int * 2 }}" }
- { key: 'net.ipv4.neigh.default.gc_interval', value: 60 }
- { key: 'net.ipv4.neigh.default.gc_stale_time', value: 120 }
- { key: 'net.ipv6.neigh.default.gc_thresh1', value: "{{ set_gc_val | int // 2 }}" }
- { key: 'net.ipv6.neigh.default.gc_thresh2', value: "{{ set_gc_val | int }}" }
- { key: 'net.ipv6.neigh.default.gc_thresh3', value: "{{ set_gc_val | int * 2 }}" }
- { key: 'net.ipv6.route.gc_thresh', value: "{{ set_gc_val | int * 2 }}" }
- { key: 'net.ipv6.neigh.default.gc_interval', value: 60 }
- { key: 'net.ipv6.neigh.default.gc_stale_time', value: 120 }
| 34.288288 | 101 | 0.694955 |
a3ae6fe689bb691bdeb967f4796b7bc4c1ffd683 | 755 | yml | YAML | .travis.yml | verglor/grails-resources | b3977b2bb6bed7622ef55736ecd3f98cdb60c614 | [
"Apache-2.0"
] | 4 | 2015-03-16T20:09:05.000Z | 2020-07-14T02:47:15.000Z | .travis.yml | verglor/grails-resources | b3977b2bb6bed7622ef55736ecd3f98cdb60c614 | [
"Apache-2.0"
] | 3 | 2015-05-14T16:52:05.000Z | 2019-02-04T12:15:41.000Z | .travis.yml | verglor/grails-resources | b3977b2bb6bed7622ef55736ecd3f98cdb60c614 | [
"Apache-2.0"
] | 10 | 2015-03-18T00:06:56.000Z | 2021-12-16T08:30:12.000Z | language: groovy
jdk:
- openjdk7
- openjdk6
- oraclejdk7
before_script:
- rm -rf target
script: ./travis-build.sh
env:
global:
- GIT_NAME="Graeme Rocher"
- GIT_EMAIL="graeme.rocher@gmail.com"
- secure: LrVonKDVyNsS3GrErpKeqicnRlwiXQi/LylPL0now266SM1E3clBGyZxA89g7ItqFpqQivwANysTpRL0nO8gd+EkyVG5B19P9Fq0eELLglhinU4T/T5MmWl0a2GFQSyewZDjJDrQQl1zMG3ejbl9QrFauwM4NfPcVMpyON3wjOY=
- secure: eqMOkrSZOS44IZj6cK5i8/JCneWyMRCuhq7Gq+AMSIJFiw6c9ZMkooco/LLL2OV7D9f6yYmZXSDXWLv1scy9/YqrQftYrI7VyVA4Zwb4+MGag2kJ/T7jRtQ/FkYmSBex6VRuzGPN+ZyTdjuaJm3TJoCZwWfGE3Sw9OPYRRLEZAA=
- secure: Ieprqq+UrMPivvu4cZXK4h+Vwl6QTTv/RYKFJddoN7FxHYoSqxXNNz3MBB0OS3DDM3jyHPLapvolWh8/4zis9hKl8R3C2Al00hiNBRtH0urx+IamvUcki6VEl/NSd99QQGCxqZn+zCH//N4nO5bS/u4fVnP5LfC+KBshdbPFrkU=
| 47.1875 | 184 | 0.863576 |
7c50c64a61fe7b33fa210feb05393e283ab469ee | 1,529 | yaml | YAML | Hunting Queries/ThreatIntelligenceIndicator/FileEntity_OfficeActivity.yaml | malowe101/Azure-Sentinel | 13771b5477e4fb89ecd8519b323534807a11313f | [
"MIT"
] | 1 | 2021-08-12T16:18:58.000Z | 2021-08-12T16:18:58.000Z | Hunting Queries/ThreatIntelligenceIndicator/FileEntity_OfficeActivity.yaml | aki2419/Azure-Sentinel | 459541e89ddef8f70df81d7a9820497211babf47 | [
"MIT"
] | 1 | 2020-10-29T23:37:02.000Z | 2020-10-29T23:37:02.000Z | Hunting Queries/ThreatIntelligenceIndicator/FileEntity_OfficeActivity.yaml | aki2419/Azure-Sentinel | 459541e89ddef8f70df81d7a9820497211babf47 | [
"MIT"
] | 1 | 2020-10-31T00:45:19.000Z | 2020-10-31T00:45:19.000Z | id: 410da56d-4a63-4d22-b68c-9fb1a303be6d
name: Preview - TI map File entity to OfficeActivity Event
description: |
'Identifies a match in OfficeActivity Event data from any FileName IOC from TI.
As File name matches can create noise, this is best as hunting query'
requiredDataConnectors:
- connectorId: Office365
dataTypes:
- OfficeActivity
- connectorId: ThreatIntelligence
dataTypes:
- ThreatIntelligenceIndicator
- connectorId: ThreatIntelligenceTaxii
dataTypes:
- ThreatIntelligenceIndicator
tactics:
- Impact
query: |
let dt_lookBack = 1h;
let ioc_lookBack = 14d;
ThreatIntelligenceIndicator
| where TimeGenerated >= ago(ioc_lookBack) and ExpirationDateTime > now()
| where Active == true
| where isnotempty(FileName)
| join (
OfficeActivity| where TimeGenerated >= ago(dt_lookBack)
| where isnotempty(SourceFileName)
| extend OfficeActivity_TimeGenerated = TimeGenerated
)
on $left.FileName == $right.SourceFileName
| where OfficeActivity_TimeGenerated >= TimeGenerated and OfficeActivity_TimeGenerated < ExpirationDateTime
| summarize LatestIndicatorTime = arg_max(TimeGenerated, *) by IndicatorId
| project LatestIndicatorTime, Description, ActivityGroupNames, IndicatorId, ThreatType, Url, ExpirationDateTime, ConfidenceScore,
OfficeActivity_TimeGenerated, FileName, UserId, ClientIP, OfficeObjectId
| extend timestamp = OfficeActivity_TimeGenerated, AccountCustomEntity = UserId, IPCustomEntity = ClientIP, URLCustomEntity = Url | 42.472222 | 132 | 0.775016 |
7ce6e32680779bb851aab3dc6f2e4cc94fb44a87 | 779 | yml | YAML | legacy/docs-ref-autogen/com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 5 | 2021-08-20T15:24:19.000Z | 2022-02-20T17:06:14.000Z | legacy/docs-ref-autogen/com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | legacy/docs-ref-autogen/com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE.yml | azure-sdk/azure-docs-sdk-java | 66cc376be8bb1e1246731b879cc1f8fba76ea946 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-08-20T15:24:21.000Z | 2021-08-20T15:24:21.000Z | ### YamlMime:JavaMember
nameWithType: SR.INVALID_CORS_RULE
type: field
members:
- fullName: com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE
name: INVALID_CORS_RULE
nameWithType: SR.INVALID_CORS_RULE
returns:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
syntax: public static final String INVALID_CORS_RULE= "A CORS rule must contain at least one allowed origin and allowed method, and MaxAgeInSeconds cannot have a value less than zero."
uid: com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE
uid: com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE*
fullName: com.microsoft.azure.storage.core.SR.INVALID_CORS_RULE
name: INVALID_CORS_RULE
package: com.microsoft.azure.storage.core
metadata: {}
| 45.823529 | 186 | 0.806162 |
e4b7ae600567ec73932746b5bae3ac6fbc70f7e5 | 1,666 | yml | YAML | collection/roles/neo4j/tasks/main.yml | curiosinauts/playbooks | 413b94d8cdffed9f2f5bc10cedf53fad19334c32 | [
"MIT"
] | 4 | 2021-12-11T03:50:58.000Z | 2022-01-01T08:03:48.000Z | collection/roles/neo4j/tasks/main.yml | 7onetella/playbooks | cf3a867c5b2ef4ea80b4a3a119eb3c7ac945f62c | [
"MIT"
] | null | null | null | collection/roles/neo4j/tasks/main.yml | 7onetella/playbooks | cf3a867c5b2ef4ea80b4a3a119eb3c7ac945f62c | [
"MIT"
] | 1 | 2021-12-07T05:38:37.000Z | 2021-12-07T05:38:37.000Z | ---
# neo4j
- name: Add neo4j repo
shell: |
wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
sudo apt-get update
- name: Install Packages
apt:
name:
- neo4j=1:3.5.12
state: present
autoclean: yes
become: yes
become_user: root
become_method: sudo
- name: Download neosemantics
get_url:
url: "https://github.com/neo4j-labs/neosemantics/releases/download/3.5.0.4/neosemantics-3.5.0.4.jar"
dest: "/tmp/jenkins-{{ jenkins_version }}-1.1.noarch.rpm"
dest: /var/lib/neo4j/plugins
owner: neo4j
group: adm
mode: 0755
remote_src: yes
become: yes
become_user: root
become_method: sudo
notify: restart neo4j
when:
- skip_download is not defined
- name: Copy neo4j.conf to /etc/neo4j/
copy:
src: files/neo4j.conf
dest: /etc/neo4j/neo4j.conf
owner: neo4j
group: adm
mode: 0640
notify: restart neo4j
- name: Enable and start neo4j service
service:
name: neo4j
state: started
enabled: yes
- name: Copy Neo4j service definition
copy:
src: files/neo4j.tpl
dest: /etc/consul.d/neo4j.tpl
owner: consul
group: consul
mode: 0755
- name: Update Neo4j bind address and restart consul to register Neo4j as a service
shell: |
set -e
cd /etc/consul.d/
bind_addr=$(ifconfig | grep eth1 -A 1 | grep inet | awk '{ print $2 }')
cat neo4j.tpl | sed 's/__ip__/'"${bind_addr}"'/g' > neo4j.json
chown consul:consul neo4j.json
/usr/local/bin/consul reload
exit 0
| 24.144928 | 104 | 0.645858 |
50fcb110fd8d4629282d10373f4c45b6a797d7ef | 1,468 | yaml | YAML | .stubs/fake_hassio_secrets.yaml | choss/hassio-config | 62646ac741cf7eba542baa76c42f1e3e204e3464 | [
"MIT"
] | 2 | 2019-06-23T06:55:47.000Z | 2020-09-20T13:05:28.000Z | .stubs/fake_hassio_secrets.yaml | choss/hassio-config | 62646ac741cf7eba542baa76c42f1e3e204e3464 | [
"MIT"
] | null | null | null | .stubs/fake_hassio_secrets.yaml | choss/hassio-config | 62646ac741cf7eba542baa76c42f1e3e204e3464 | [
"MIT"
] | null | null | null | # fake secrets file.
# UUIDs are random generated
# passwords are stubbed out
# coordinates are the brandenburg gate in berlin
# integers are random generated
# passwords are added which are not checked in at all @see bash_scripts/prompt_secrets.sh
location_latitude: 52.516275
location_longitude: 13.377704
location_elevation: 34
homematic_username: user
homematic_password: pass
fritzbox_username: user
fritzbox_password: pass
xiaomi_remote_01_token: ffa25bab2bc54e809121dee67cea32d8
xiaomi_remote_02_token: ccaa02fe64e542f992976e58c9be1358
switchbot_01_mac: 'aa:bb:cc:dd:ee:ff'
tankerkoenig_api_key: cd6fa7b2-0963-4d40-b45f-02e47e2ba8de
tankerkoenig_stations:
- '56d0212b-cfcd-405c-851d-b4edbac5e13e'
- '5c9571f7-3915-4dc6-864a-1aa4b8f790bb'
- '6a9649bc-e854-43cb-8033-b5a424dced3f'
- 'b8a95243-ad68-4aa8-8710-813c87cc7c6b'
discord_token: YOUR_DISCORD_BOT_TOKEN
discord_channel: 21342138472394
darksky_token: 3919f4ac98d54828ae6fa5ca0573a3a9
foscam01_user: user
foscam01_password: pass
matrix_hassbot_password: pass
duofern_code: aaaa
email_account01_login: "login"
email_account01_sender: "sender@fake.com"
mqtt_user: user
mqtt_password: pass
mqtt_broker_ip: "192.168.0.1"
xiaomi_miflora_device01: 6F:AB:2D:A4:E6:43
xiaomi_miflora_device02: 62:24:18:A0:09:D0
xiaomi_miflora_device03: 9C:93:09:24:1C:25
xiaomi_miflora_device04: 18:45:89:BB:F1:17
xiaomi_miflora_device05: 6F:94:1B:EE:59:2E
vicare_username: user@domain.com
vicare_password: pass
| 26.690909 | 89 | 0.8297 |
d96905b4aa07360e8f39afa6dd2e2e0d79d80621 | 888 | yml | YAML | .travis.yml | kristofkovacs/bond-backend | 5092d6bb3cf998638f28082596508f4ac5e0df29 | [
"MIT"
] | null | null | null | .travis.yml | kristofkovacs/bond-backend | 5092d6bb3cf998638f28082596508f4ac5e0df29 | [
"MIT"
] | null | null | null | .travis.yml | kristofkovacs/bond-backend | 5092d6bb3cf998638f28082596508f4ac5e0df29 | [
"MIT"
] | null | null | null | os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode9.3
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then
brew tap vapor/tap;
brew update;
brew install vapor;
else
eval "$(curl -sL https://apt.vapor.sh)";
sudo apt-get install vapor;
sudo chmod -R a+rx /usr/;
fi
script:
- swift build -c release
##- swift test
##deploy:
## provider: script
## script: vapor cloud deploy
## on:
## branch: master
notifications:
slack:
rooms:
- bond-onlab:fNiYup7w9i7OgDrFuA3dZpE8#backend
template:
- "Build <%{build_url}|#%{build_number}> %{build_id} (<%{compare_url}|%{commit}>) of %{repository}:%{branch} by %{author} %{result} in %{duration}"
- "_%{commit_message}_"
- "https://www.youtube.com/watch?v=DFloZbT99oE"
email: false
| 24 | 151 | 0.59009 |
02d0631be198931b4479626154fe41f2b28aa2bb | 786 | yml | YAML | .github/workflows/build-deploy.yml | neu-se/meringue | ae798073a07ab70bfd353d8af0a4426be2a3d3ed | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/build-deploy.yml | neu-se/meringue | ae798073a07ab70bfd353d8af0a4426be2a3d3ed | [
"BSD-3-Clause"
] | null | null | null | .github/workflows/build-deploy.yml | neu-se/meringue | ae798073a07ab70bfd353d8af0a4426be2a3d3ed | [
"BSD-3-Clause"
] | null | null | null | name: CI Build
on: push
jobs:
build-test:
runs-on: self-hosted
env:
JAVA_HOME: /usr/lib/jvm/jdk1.8.0_301/
steps:
- uses: actions/checkout@v2
- name: Build and install with maven
run: mvn install
deploy:
runs-on: self-hosted
env:
JAVA_HOME: /usr/lib/jvm/jdk1.8.0_301/
needs: build-test
if: github.ref == 'refs/heads/main' # only run deploy on main branch
steps:
- uses: actions/checkout@v2
- name: deploy
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
DEPLOY_KEY_PASSPHRASE: ${{ secrets.DEPLOY_KEY_PASSPHRASE }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: bash .github/deployment/deploy.sh | 30.230769 | 72 | 0.620865 |
f32b31ea58a10bacd6c7b62f298606f924442857 | 192 | yaml | YAML | crux.yaml | cruxlang/crux | 883f642d15fb85ce17d9c485ee91158d9e826a2f | [
"Apache-2.0"
] | 45 | 2016-01-06T03:59:25.000Z | 2021-05-07T06:31:52.000Z | crux.yaml | cruxlang/crux | 883f642d15fb85ce17d9c485ee91158d9e826a2f | [
"Apache-2.0"
] | 141 | 2016-01-06T01:54:52.000Z | 2020-04-06T04:18:59.000Z | crux.yaml | andyfriesen/crux | 883f642d15fb85ce17d9c485ee91158d9e826a2f | [
"Apache-2.0"
] | 1 | 2017-11-29T08:12:48.000Z | 2017-11-29T08:12:48.000Z | project:
name: crux
description: Crux Programming Language
license: MIT
author:
- Chad Austin
- Andy Friesen
tests:
crux-test:
src-dir: tests/crux
main-module: main
| 14.769231 | 40 | 0.666667 |
ae211f77d5977265da04bdf6fcf83b4e6b02708b | 321 | yml | YAML | data/maps/slovenie-regions-proposees.yml | populationdata/popdata-web | b55520effc33e6f13256f184e207d37755c330db | [
"MIT"
] | null | null | null | data/maps/slovenie-regions-proposees.yml | populationdata/popdata-web | b55520effc33e6f13256f184e207d37755c330db | [
"MIT"
] | null | null | null | data/maps/slovenie-regions-proposees.yml | populationdata/popdata-web | b55520effc33e6f13256f184e207d37755c330db | [
"MIT"
] | null | null | null | title: slovenie-regions-proposees
date: '2017-08-30T21:02:49.000Z'
fr:
title: Slovénie - régions proposées
en:
title: Slovénie - régions proposées
continents: []
countries:
- slovenie
image: >-
https://www.populationdata.net/wp-content/uploads/2017/08/Slovenie-regions-proposees.png
source: Wikipédia
type: image
| 22.928571 | 90 | 0.760125 |
ef2fc7ff06f92c9ac6dd1077744fe69eca71cdee | 1,643 | yml | YAML | appveyor.yml | mganss/website | d7ea9f51b8aa82a578391deebc8e593669c25b06 | [
"MIT"
] | 126 | 2015-02-06T22:30:13.000Z | 2022-01-26T17:49:39.000Z | appveyor.yml | mganss/website | d7ea9f51b8aa82a578391deebc8e593669c25b06 | [
"MIT"
] | 246 | 2015-01-02T19:32:27.000Z | 2022-03-27T18:01:29.000Z | appveyor.yml | mganss/website | d7ea9f51b8aa82a578391deebc8e593669c25b06 | [
"MIT"
] | 505 | 2015-01-07T19:55:19.000Z | 2022-02-23T13:06:08.000Z | version: 1.0.{build}
clone_depth: 10
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
environment:
matrix:
- ruby_folder_version: "24"
platform: "x86"
init:
- ps: if ($env:appveyor_repo_branch -ne 'master') { $env:non_master = 'true' }
install:
- SET "PATH=C:\Ruby%ruby_folder_version%\bin;%PATH%"
- bundle install --retry 3 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
- ps: Install-Product node "8" $env:platform
- npm install
build: off
test_script:
- ruby -v
- gem -v
- bundle -v
- node -v
- npm -v
- java -version
- npm test
matrix:
fast_finish: true
cache:
- 'node_modules -> appveyor.yml,package.json,package-lock.json'
- 'vendor -> appveyor.yml,Gemfile,Gemfile.lock'
deploy:
- provider: WebDeploy
server: https://appveyor-staging.scm.azurewebsites.net:443/MsDeploy.axd?site=appveyor-staging
website: appveyor-staging
username: $appveyor-staging
password:
secure: rblAkMA2sadykufv7pJYJacKbluycPc5xkhTP3E5J8KkXrjvV0gQQ9SF0IXvuLfZVQv6IBHrFIAbmmIA72mhJg==
remove_files: true
do_not_use_checksum: false
skip_dirs: '\\Downloads;\\App_Data'
on:
branch: staging
- provider: WebDeploy
server: https://appveyor.scm.azurewebsites.net:443/MsDeploy.axd?site=appveyor
website: appveyor
username: $appveyor
password:
secure: pL+ugVnAjgM8JxucKetLmTuqS+ikdzREwXXamzn0+jbuxT7+/DjyX/lTVgOr6Qh7nmlE61mFlDb+cLipnWiamw==
remove_files: true
do_not_use_checksum: false
skip_dirs: '\\Downloads;\\App_Data'
on:
branch: master
artifacts:
- path: _site/
name: site
| 23.811594 | 102 | 0.705417 |
efd2e6b1a70a75b48a4791cdad95433f93e58565 | 1,034 | yml | YAML | ansible/roles/apache/tasks/main.yml | benatespina/ansible-vagrant | 198e0ff6ca29e44482d103e6eb4ff29e3b5cb514 | [
"MIT"
] | 1 | 2015-04-08T21:09:40.000Z | 2015-04-08T21:09:40.000Z | ansible/roles/apache/tasks/main.yml | benatespina/ansible-vagrant | 198e0ff6ca29e44482d103e6eb4ff29e3b5cb514 | [
"MIT"
] | null | null | null | ansible/roles/apache/tasks/main.yml | benatespina/ansible-vagrant | 198e0ff6ca29e44482d103e6eb4ff29e3b5cb514 | [
"MIT"
] | null | null | null | ---
- name: Add repository to install the correct Apache version
apt_repository: repo=ppa:jonathan00/apache2 update_cache=yes
when: apacheversion == '2.2'
- name: Install Apache
sudo: yes
apt: pkg=apache2 state=present
- name: Install Apache Modules
apache2_module: state=present name={{ item }}
notify: restart apache
with_items:
- rewrite
- vhost_alias
- headers
- expires
- filter
- shell: apache2 -v
register: apache_version
- name: Change default apache2.4 site
sudo: yes
template: src=vhost24.conf.tpl dest=/etc/apache2/sites-available/000-default.conf
notify: restart apache
when: apache_version.stdout.find('Apache/2.4.') != -1
- name: Change default apache2.2 site
sudo: yes
template: src=vhost22.conf.tpl dest=/etc/apache2/sites-available/default
notify: restart apache
when: apache_version.stdout.find('Apache/2.2.') != -1
- name: Install php apache module
apt: name=libapache2-mod-php5 state=present
when: parameters['php'] is defined
notify: restart apache
| 26.512821 | 83 | 0.723404 |
56423b9037c3d563ca7bb6913ead63e0b80fe4d0 | 3,995 | yml | YAML | .travis.yml | patrick-nicholson/cyavro | a5c4db363f6514ddd011660565f6b6b79a0067c4 | [
"BSD-3-Clause"
] | 13 | 2015-12-02T20:26:37.000Z | 2016-11-01T20:34:05.000Z | .travis.yml | patrick-nicholson/cyavro | a5c4db363f6514ddd011660565f6b6b79a0067c4 | [
"BSD-3-Clause"
] | 11 | 2015-12-02T20:39:36.000Z | 2016-10-11T23:40:59.000Z | .travis.yml | MaxPoint/cyavro | a5c4db363f6514ddd011660565f6b6b79a0067c4 | [
"BSD-3-Clause"
] | 8 | 2015-12-08T17:31:11.000Z | 2016-09-14T22:08:51.000Z | # Config file for automatic testing at travis-ci.org
# Copyright (c) 2015 MaxPoint Interactive, Inc.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
# following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
# disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote
# products derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
language: python
sudo: false
env:
global:
- secure: "DeidOowgRT9gzK/kEBjEHRkLdHi4lWTykSLcDlW/MEFSM2mekB12MPSY4gQiF1+lrwXkitnJfpdvIqWrNRKq/K6uwPO3NRFUXOQm/2f/RCONsnS4BedPw4C4ptU+xeB/S7rhp8ztgQWoJkP0etu37/iJ5AUSOuVviayT28n8OrEWPBz5bqn1WuQ1G6YNMpojOX6/HxE8OG1oGpPbxhBx585Q4OOZy1CWSRLrboI8RQh1ymF/sBAHLEC91w5Ixw4qzjpasHG+6Yx1aYPCd2OilSik1L1ORNWDtC3bKFIoK20EwiMEYXjxPdqOWiEAgy2UbzcdMCBVFRQguQ8vst7LOkEN89gpCMbQJLpNS0bHiDy2yE7aNfAUMxDP1yOiGIvUlg4a+olTv4CtgPDE1lZO6GV0GxtggDpUcNx0qOOd57pTjPmheGWbI1VYetOHv8O85uil6d8uRGddEJZ5TltoYyTZ8M4RPa7vJciMX0kkEAg6l6I5FqpnlxuHB/XX8F8AuWAhFieQve8ayw2vfR2gsArau0pOxulAFuvSgxzsz7y8gKIcmME3vXBquqLX8FIAWKhP/9StHdje0M7GHPNv1A4FrJN9tdUePrX4CTN8o6vvcUwoORa3czDl/4trNOwqUdjHMLNs1U0ZaiSFYHVOVT+x9j9887KUcyosT+0vUKc="
matrix:
include:
- language: objective-c
os: osx
osx_image: xcode6.4
env:
- OSNAME="MacOSX"
- PY_VERSION="2.7"
- language: objective-c
os: osx
osx_image: xcode6.4
env:
- OSNAME="MacOSX"
- PY_VERSION="3.5"
- language: objective-c
os: osx
osx_image: xcode6.4
env:
- OSNAME="MacOSX"
- PY_VERSION="3.6"
- os: linux
env:
- OSNAME="Linux"
- PY_VERSION="2.7"
- os: linux
env:
- OSNAME="Linux"
- PY_VERSION="3.5"
- os: linux
env:
- OSNAME="Linux"
- PY_VERSION="3.6"
- DOCTR="1"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- wget https://repo.continuum.io/miniconda/Miniconda${PY_VERSION:0:1}-latest-${OSNAME}-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
# command to run tests, e.g. python setup.py test
script:
# install the conda library we built
- conda create -n testenv --use-local python=$PY_VERSION cython pytest pandas toolchain python-avro avro python-snappy filelock
- export ARCH=64
- source activate testenv
- python setup.py install
- pytest -vrsx test/*.py
# docs stuff
- |
if [[ "${DOCTR}" == "1" ]]; then
conda install -n testenv sphinx numpydoc doctr sphinx_rtd_theme;
pushd doc;
make html;
popd;
python -m doctr deploy . --built-docs doc/_build/html;
fi
| 42.5 | 701 | 0.740426 |
6d4d330a9444373c9db9730089fec364260689c7 | 321 | yaml | YAML | testdata/examples/unexpected_mapping_values.yaml | catthehacker/actlint | 210d7ed45cac549dcca17ffa6ccea3142f83a40c | [
"MIT"
] | 680 | 2021-06-16T13:50:11.000Z | 2022-03-31T15:32:53.000Z | testdata/examples/unexpected_mapping_values.yaml | catthehacker/actlint | 210d7ed45cac549dcca17ffa6ccea3142f83a40c | [
"MIT"
] | 89 | 2021-07-12T02:38:19.000Z | 2022-03-31T15:04:59.000Z | testdata/examples/unexpected_mapping_values.yaml | catthehacker/actlint | 210d7ed45cac549dcca17ffa6ccea3142f83a40c | [
"MIT"
] | 47 | 2021-06-16T17:01:27.000Z | 2022-03-14T02:46:19.000Z | on: push
jobs:
test:
strategy:
# ERROR: Boolean value "true" or "false" is expected
fail-fast: off
# ERROR: Integer value is expected
max-parallel: 1.5
runs-on: ubuntu-latest
steps:
- run: sleep 200
# ERROR: Float value is expected
timeout-minutes: two minutes
| 22.928571 | 58 | 0.604361 |
7e5f8384349dc0f87647677452218e2cd549fe08 | 206 | yml | YAML | src/yml/social.yml | joywork00/-joywork00.github.io | 7636091023f177e33e45a135a92aa948ed4fca3d | [
"MIT"
] | null | null | null | src/yml/social.yml | joywork00/-joywork00.github.io | 7636091023f177e33e45a135a92aa948ed4fca3d | [
"MIT"
] | 1 | 2021-05-11T03:44:56.000Z | 2021-05-11T03:44:56.000Z | src/yml/social.yml | joywork00/-joywork00.github.io | 7636091023f177e33e45a135a92aa948ed4fca3d | [
"MIT"
] | 1 | 2020-02-11T07:08:46.000Z | 2020-02-11T07:08:46.000Z | github_username: AaeonCM
facebook_username: facebook_username
twitter_username: twitter_username
instagram_username: instagram_username
linkedin_username: linkedin_username
medium_username: medium_username
| 29.428571 | 38 | 0.912621 |
458722e68a1469ab25b4cabc6f3d2fc2499ae162 | 14,637 | yml | YAML | Sin.Net.Solution/Sin.Net.Docu/api/Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.yml | adriansinger87/Sin.Net.Domain | b48e4b317f4b61cd08bc9c9dfab87867125619b3 | [
"MIT"
] | 1 | 2019-09-07T19:35:41.000Z | 2019-09-07T19:35:41.000Z | Sin.Net.Solution/Sin.Net.Docu/api/Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.yml | adriansinger87/Sin.Net.Domain | b48e4b317f4b61cd08bc9c9dfab87867125619b3 | [
"MIT"
] | 1 | 2019-08-07T12:04:29.000Z | 2019-08-10T10:55:17.000Z | Sin.Net.Solution/Sin.Net.Docu/api/Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.yml | adriansinger87/Sin.Net.Domain | b48e4b317f4b61cd08bc9c9dfab87867125619b3 | [
"MIT"
] | 1 | 2019-08-05T15:15:03.000Z | 2019-08-05T15:15:03.000Z | ### YamlMime:ManagedReference
items:
- uid: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions
commentId: T:Sin.Net.Domain.System.Extensions.ObjectCloneExtensions
id: ObjectCloneExtensions
parent: Sin.Net.Domain.System.Extensions
children:
- Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone(System.Object)
- Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone``1(``0)
- Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive(System.Type)
langs:
- csharp
- vb
name: ObjectCloneExtensions
nameWithType: ObjectCloneExtensions
fullName: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions
type: Class
source:
remote:
path: Sin.Net.Solution/Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
branch: master
repo: git@github.com:adriansinger87/Sin.Net.git
id: ObjectCloneExtensions
path: ../Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
startLine: 10
assemblies:
- Sin.Net.Domain
namespace: Sin.Net.Domain.System.Extensions
summary: "\nParts of this code are used from\nhttps://github.com/Burtsev-Alexey/net-object-deep-copy\n"
example: []
syntax:
content: public static class ObjectCloneExtensions
content.vb: Public Module ObjectCloneExtensions
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp:
- public
- static
- class
modifiers.vb:
- Public
- Module
- uid: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive(System.Type)
commentId: M:Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive(System.Type)
id: IsPrimitive(System.Type)
isExtensionMethod: true
parent: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions
langs:
- csharp
- vb
name: IsPrimitive(Type)
nameWithType: ObjectCloneExtensions.IsPrimitive(Type)
fullName: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive(System.Type)
type: Method
source:
remote:
path: Sin.Net.Solution/Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
branch: master
repo: git@github.com:adriansinger87/Sin.Net.git
id: IsPrimitive
path: ../Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
startLine: 19
assemblies:
- Sin.Net.Domain
namespace: Sin.Net.Domain.System.Extensions
summary: "\nPrüft ob der Typ eines Objektes ein primitiver Typ ist. String wird als primitiver Typ angeben.\n"
example: []
syntax:
content: public static bool IsPrimitive(this Type type)
parameters:
- id: type
type: System.Type
description: die aufrufende Instanz
return:
type: System.Boolean
description: Gibt 'true' zurück, wenn der Typ primitiv ist, andernfalls 'false'.
content.vb: >-
<ExtensionAttribute>
Public Shared Function IsPrimitive(type As Type) As Boolean
overload: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone(System.Object)
commentId: M:Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone(System.Object)
id: Clone(System.Object)
isExtensionMethod: true
parent: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions
langs:
- csharp
- vb
name: Clone(Object)
nameWithType: ObjectCloneExtensions.Clone(Object)
fullName: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone(System.Object)
type: Method
source:
remote:
path: Sin.Net.Solution/Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
branch: master
repo: git@github.com:adriansinger87/Sin.Net.git
id: Clone
path: ../Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
startLine: 34
assemblies:
- Sin.Net.Domain
namespace: Sin.Net.Domain.System.Extensions
summary: "\nFührt eine tiefe Kopie einer Objekt-Instanz aus.\n"
example: []
syntax:
content: public static object Clone(this object originalObject)
parameters:
- id: originalObject
type: System.Object
description: das Original-Objekt
return:
type: System.Object
description: die unabhängige Kopie
content.vb: >-
<ExtensionAttribute>
Public Shared Function Clone(originalObject As Object) As Object
overload: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone``1(``0)
commentId: M:Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone``1(``0)
id: Clone``1(``0)
isExtensionMethod: true
parent: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions
langs:
- csharp
- vb
name: Clone<T>(T)
nameWithType: ObjectCloneExtensions.Clone<T>(T)
fullName: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone<T>(T)
type: Method
source:
remote:
path: Sin.Net.Solution/Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
branch: master
repo: git@github.com:adriansinger87/Sin.Net.git
id: Clone
path: ../Sin.Net.Domain/System/Extensions/ObjectCloneExtensions.cs
startLine: 39
assemblies:
- Sin.Net.Domain
namespace: Sin.Net.Domain.System.Extensions
syntax:
content: public static T Clone<T>(this T original)
parameters:
- id: original
type: '{T}'
typeParameters:
- id: T
return:
type: '{T}'
content.vb: >-
<ExtensionAttribute>
Public Shared Function Clone(Of T)(original As T) As T
overload: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone*
nameWithType.vb: ObjectCloneExtensions.Clone(Of T)(T)
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
fullName.vb: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone(Of T)(T)
name.vb: Clone(Of T)(T)
references:
- uid: Sin.Net.Domain.System.Extensions
commentId: N:Sin.Net.Domain.System.Extensions
name: Sin.Net.Domain.System.Extensions
nameWithType: Sin.Net.Domain.System.Extensions
fullName: Sin.Net.Domain.System.Extensions
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive*
commentId: Overload:Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive
name: IsPrimitive
nameWithType: ObjectCloneExtensions.IsPrimitive
fullName: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.IsPrimitive
- uid: System.Type
commentId: T:System.Type
parent: System
isExternal: true
name: Type
nameWithType: Type
fullName: System.Type
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone*
commentId: Overload:Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone
name: Clone
nameWithType: ObjectCloneExtensions.Clone
fullName: Sin.Net.Domain.System.Extensions.ObjectCloneExtensions.Clone
- uid: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
- uid: T
name: T
nameWithType: T
fullName: T
| 28.202312 | 112 | 0.714012 |
54ab2c33a483162f5eca41e40c55e5c5146a17b7 | 410 | yml | YAML | .goreleaser.yml | maxmind/mm-geofeed-verifier | ca900cc20c73fa47989c3184743838379f4cf57f | [
"Apache-2.0",
"MIT"
] | 8 | 2019-09-19T23:13:37.000Z | 2021-08-13T19:54:49.000Z | .goreleaser.yml | maxmind/mm-geofeed-verifier | ca900cc20c73fa47989c3184743838379f4cf57f | [
"Apache-2.0",
"MIT"
] | 4 | 2019-09-20T15:29:50.000Z | 2021-06-16T14:36:40.000Z | .goreleaser.yml | maxmind/mm-geofeed-verifier | ca900cc20c73fa47989c3184743838379f4cf57f | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-08T16:50:34.000Z | 2022-03-08T16:50:34.000Z | builds:
- goos:
- darwin
- linux
- windows
archives:
-
wrap_in_directory: true
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
files:
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
checksum:
name_template: 'checksums.txt'
| 18.636364 | 32 | 0.495122 |
05d4304780fc6f50c6b10487776d88b9f1b1df3c | 1,329 | yml | YAML | platform/client-admin/.graphqlrc.yml | aerogear/AtHomeCommunity | b6f1d88775f085cb94763500d05788f9914ea7f8 | [
"MIT"
] | 41 | 2020-04-30T13:57:16.000Z | 2022-02-16T23:06:26.000Z | platform/client-admin/.graphqlrc.yml | aerogear/AtHomeCommunity | b6f1d88775f085cb94763500d05788f9914ea7f8 | [
"MIT"
] | 99 | 2020-04-28T22:27:15.000Z | 2021-10-19T01:38:56.000Z | platform/client-admin/.graphqlrc.yml | aerogear/AtHomeCommunity | b6f1d88775f085cb94763500d05788f9914ea7f8 | [
"MIT"
] | 7 | 2020-04-30T11:27:38.000Z | 2022-01-30T01:31:28.000Z | ## GraphQL Config Generated by Graphback
## Please review configuration and adjust it for your own project
schema: ../server/src/schema/schema.graphql
documents: ./src/graphql/**/*.graphql
extensions:
graphback:
model: ../server/model/main.graphql
crud:
create: true
update: true
findOne: true
find: true
delete: false
subCreate: false
subUpdate: false
subDelete: false
plugins:
graphback-schema:
format: graphql
outputPath: ../server/src/schema/schema.graphql
graphback-client:
format: 'graphql'
outputFile: ./src/graphql/graphback.graphql
## fragmentOnly: true
codegen:
generates:
./src/dataFacade.tsx:
config:
withComponent: false
withHOC: false
withHooks: true
skipDocumentsValidation: true
scalars:
GraphbackTime: string
GraphbackDate: Date
GraphbackDateTime: Date
GraphbackTimestamp: number
GraphbackObjectID: string
GraphbackJSON: any
GraphbackJSONObject: "{ [key: string]: any }"
plugins:
- add:
content: '/* tslint:disable */'
- typescript
- typescript-operations
- typescript-react-apollo | 28.891304 | 65 | 0.592927 |
bd78048de00c44eb8aba718a32c9e371ce8efabe | 1,164 | yml | YAML | src/employees/gary-hurst.yml | gelcreative/gatsby-starter-netlify-cms-rr | 96f29be7e6a08f3b1a76c8e7b3fe5564d17bf755 | [
"MIT"
] | null | null | null | src/employees/gary-hurst.yml | gelcreative/gatsby-starter-netlify-cms-rr | 96f29be7e6a08f3b1a76c8e7b3fe5564d17bf755 | [
"MIT"
] | null | null | null | src/employees/gary-hurst.yml | gelcreative/gatsby-starter-netlify-cms-rr | 96f29be7e6a08f3b1a76c8e7b3fe5564d17bf755 | [
"MIT"
] | null | null | null | name: Gary Hurst
email: gary@retirerite.ca
profileImage:
alt: gary headshot
image: /img/gary-web-photo.jpg
date: 2019-09-13T16:00:00.000Z
bio: >-
Gary has a degree in Economics and Finance from Western University. He joined
London Life as a Financial Security advisor in 1993, and then transitioned in
to a management role. As a Manager, he was responsible for growing sales
teams, teaching new advisors and developing future business leaders. Two years
ago, he made the decision to return to the Financial Security Advisor role and
get back to helping his clients achieve their financial goals. Gary says he
joined RetireRite because “RetireRite’s reputation for integrity and
delivering unparalleled value and service to its clients aligns with my client
approach”. Gary’s various roles with London Life have given him a wealth of
knowledge and experience that he applies to each of his clients, and he is
able to educate his clients about insurance and investing while he works with
them to secure their financial future.
Gary and his wife Melissa have three grown children, and enjoy travelling and
spending time with family.
| 48.5 | 80 | 0.787801 |
b8890860a97e97fe167ada8ed62719941335c0de | 380 | yml | YAML | .github/dependabot.yml | codinggirl/javcar | 1742128f517be74d79ed9f942e0388d78c1ad852 | [
"MIT"
] | 3 | 2019-10-28T09:26:35.000Z | 2020-04-22T02:00:43.000Z | .github/dependabot.yml | codinggirl/javcar | 1742128f517be74d79ed9f942e0388d78c1ad852 | [
"MIT"
] | 133 | 2019-10-25T20:34:21.000Z | 2022-03-09T22:03:39.000Z | .github/dependabot.yml | codinggirl/javcar | 1742128f517be74d79ed9f942e0388d78c1ad852 | [
"MIT"
] | null | null | null | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "06:00"
timezone: Asia/Shanghai
open-pull-requests-limit: 99
ignore:
- dependency-name: y18n
versions:
- 4.0.1
- dependency-name: "@types/jest"
versions:
- 26.0.20
- 26.0.21
- 26.0.22
- dependency-name: lodash
versions:
- 4.17.20
| 17.272727 | 34 | 0.602632 |
b8af0de9dae532ec4e51aae0fdcc48e6af3d8d2a | 201 | yml | YAML | workshop04/wp/db/base/config.yml | weikangchia/myrepo | f8d6b69c2fc7755c44e9146f6c86ce6fb6a0e5f7 | [
"Apache-2.0"
] | null | null | null | workshop04/wp/db/base/config.yml | weikangchia/myrepo | f8d6b69c2fc7755c44e9146f6c86ce6fb6a0e5f7 | [
"Apache-2.0"
] | null | null | null | workshop04/wp/db/base/config.yml | weikangchia/myrepo | f8d6b69c2fc7755c44e9146f6c86ce6fb6a0e5f7 | [
"Apache-2.0"
] | null | null | null | apiVersion: v1
kind: Secret
metadata:
name: wpdb-secret
labels:
name: wpdb-secret
type: Opaque
data:
ROOT_PASSWORD: Y2hhbmdlaXQ=
DATABASE: d3BkYg==
USER: d3BkYg==
PASSWORD: Y2hhbmdlaXQ= | 16.75 | 29 | 0.721393 |
b9c9d9294421b45a3169891146ac8c13bb98eb09 | 918 | yaml | YAML | config/default.yaml | UoA-CARES/BuilT-NLP | 761798cbce51d91ec24171e9159413e51c0e0e62 | [
"MIT"
] | null | null | null | config/default.yaml | UoA-CARES/BuilT-NLP | 761798cbce51d91ec24171e9159413e51c0e0e62 | [
"MIT"
] | null | null | null | config/default.yaml | UoA-CARES/BuilT-NLP | 761798cbce51d91ec24171e9159413e51c0e0e62 | [
"MIT"
] | null | null | null | dataset:
name: "DefaultDataset"
params:
idx_fold: 0
data_dir: "data"
splits:
- mode: "train"
split: "train"
- mode: "validation"
split: "test"
- mode: "validation"
split: "val"
transform:
name: "DefaultTransform"
num_preprocessor: 8
params:
resize_to: (224, 224)
model:
name: "DefaultModel"
params:
num_classes: 3
train:
dir: "train_dirs/default"
batch_size: 8
gradient_accumulation_step: 1
num_epochs: 3
no_bias_decay: True
encoder_lr_ratio: 0.1
evaluation:
batch_size: 8
loss:
name: "BCEWithLogitsLoss"
optimizer:
name: "AdamW"
params:
lr: 0.00025
weight_decay: 0.01
scheduler:
name: "MultiStepLR"
params:
milestones: !!python/tuple [1, 3, 5]
gamma: 0.1
hooks:
metric:
name: "DefaultMetricHook"
post_forward:
name: "DefaultPostForwardHook"
write_result:
name: "DefaultWriteResultHook"
| 15.04918 | 40 | 0.652505 |
928bcf03e6286535ba5353270cdef4b801865cf7 | 333 | yml | YAML | src/docker-compose.override.yml | sujithq/sample-dotnet-worker-servicebus-queue | 6c3b3170ed5f2fcc0a89cb9b4643a63d70096030 | [
"Apache-2.0"
] | 1 | 2020-10-26T16:58:48.000Z | 2020-10-26T16:58:48.000Z | src/docker-compose.override.yml | hakkisagdic/sample-dotnet-worker-servicebus-queue | d46a265008267ef5282c5de3e6d12d052ea1b541 | [
"Apache-2.0"
] | null | null | null | src/docker-compose.override.yml | hakkisagdic/sample-dotnet-worker-servicebus-queue | d46a265008267ef5282c5de3e6d12d052ea1b541 | [
"Apache-2.0"
] | null | null | null | version: '3.4'
services:
keda.samples.worker.servicebus:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- KEDA_SERVICEBUS_QUEUE_CONNECTIONSTRING=<connection-string>
keda.samples.web:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- KEDA_SERVICEBUS_QUEUE_CONNECTIONSTRING=<connection-string> | 30.272727 | 66 | 0.762763 |
92e492b028aeb673462ef59ac5950819423b2c8d | 52 | yaml | YAML | .prettierrc.yaml | tulustul/js13k2019 | 24a019be1cab3e6cd20cf82136a9f1cb8bbebd84 | [
"MIT"
] | 130 | 2019-09-12T07:29:55.000Z | 2022-03-14T07:52:00.000Z | .prettierrc.yaml | tulustul/js13k2019 | 24a019be1cab3e6cd20cf82136a9f1cb8bbebd84 | [
"MIT"
] | 7 | 2020-07-18T00:42:17.000Z | 2022-02-26T16:38:26.000Z | .prettierrc.yaml | tulustul/js13k2019 | 24a019be1cab3e6cd20cf82136a9f1cb8bbebd84 | [
"MIT"
] | 24 | 2019-09-11T18:26:40.000Z | 2021-12-30T10:47:21.000Z | trailingComma: "all"
printWidth: 79
endOfLine: "lf"
| 13 | 20 | 0.75 |
c4f9e364533d5c4be0712c95da6bfa4eacecd147 | 3,968 | yml | YAML | frontend/config/help.yml | corbettg/archivesspace-1.5.3 | 7022a5ede1d8cabcc3bf2c13239df759ea2794c5 | [
"JasPer-2.0",
"Unlicense"
] | null | null | null | frontend/config/help.yml | corbettg/archivesspace-1.5.3 | 7022a5ede1d8cabcc3bf2c13239df759ea2794c5 | [
"JasPer-2.0",
"Unlicense"
] | null | null | null | frontend/config/help.yml | corbettg/archivesspace-1.5.3 | 7022a5ede1d8cabcc3bf2c13239df759ea2794c5 | [
"JasPer-2.0",
"Unlicense"
] | null | null | null | topics:
# Accession Topics (100-)
accession: 100
accession_basic_information: 101
accession_extents: 102
accession_dates: 103
accession_related_resources: 104
accession_linked_agents: 105
accession_subjects: 106
accession_external_documents: 107
accession_rights_statements: 108
accession_deaccessions: 109
accession_instances: 110
accession_collection_management: 111
accession_classification: 112
accession_user_defined: 113
# Resource Topics (200-)
resource: 200
resource_basic_information: 201
resource_dates: 202
resource_extents: 203
resource_finding_aid: 204
resource_related_accessions: 205
resource_linked_agents: 205
resource_subjects: 206
resource_notes: 207
resource_external_documents: 208
resource_rights_statements: 209
resource_instances: 210
resource_deaccessions: 211
resource_collection_management: 212
resource_classification: 213
resource_user_defined: 214
# Archival Objects
archival_object: 215
archival_object_basic_information: 216
archival_object_dates: 217
archival_object_extents: 218
archival_object_linked_agents: 219
archival_object_subjects: 220
archival_object_notes: 221
archival_object_external_documents: 222
archival_object_rights_statements: 223
archival_object_instances: 224
# Digital Object Topics (300-)
digital_object: 300
digital_object_basic_information: 301
digital_object_file_versions: 302
digital_object_dates: 303
digital_object_extents: 304
digital_object_linked_agents: 305
digital_object_subjects: 306
digital_object_notes: 307
digital_object_external_documents: 308
digital_object_rights_statements: 309
digital_object_collection_management: 310
digital_object_user_defined: 311
# Digital Object Components
digital_object_component: 312
digital_object_component_basic_information: 313
digital_object_component_file_versions: 314
digital_object_component_dates: 315
digital_object_component_extents: 316
digital_object_component_linked_agents: 317
digital_object_component_subjects: 318
digital_object_component_notes: 319
digital_object_component_external_documents: 320
digital_object_component_rights_statements: 321
# Subjects (400-)
subject: 400
subject_basic_information: 401
subject_terms: 402
subject_external_documents: 403
# Agent Persons (500-)
agent_person: 500
agent_person_dates_of_existence: 501
agent_person_names: 502
agent_person_contact_details: 503
agent_person_notes: 504
agent_person_related_agents: 505
agent_person_external_documents: 506
# Agent Family (507-)
agent_family: 507
agent_family_dates_of_existence: 508
agent_family_names: 509
agent_family_contact_details: 510
agent_family_notes: 511
agent_family_related_agents: 512
agent_family_external_documents: 513
# Agent Corporate Entity (514-)
agent_corporate_entity: 514
agent_corporate_entity_dates_of_existence: 515
agent_corporate_entity_names: 516
agent_corporate_entity_contact_details: 517
agent_corporate_entity_notes: 518
agent_corporate_entity_related_agents: 519
agent_corporate_entity_external_documents: 520
# Agent Software (521-)
agent_software: 521
agent_software_dates_of_existence: 522
agent_software_names: 523
agent_software_contact_details: 524
agent_software_notes: 525
agent_software_related_agents: 526
agent_software_external_documents: 527
# Location (601)
location: 601
# Event (602-)
event: 602
event_basic_information: 603
event_date: 604
event_linked_agents: 605
event_linked_records: 606
# Classification (607)
classification: 607
# Classification Term
classification_term: 607
# Import (700)
import: 700
# Search (701)
search: 701
# Manage Groups (800)
repository_groups: 800
# Managing User Access (801)
repository_users: 801
# Repositories (900)
repository: 900
# Manage Users (901)
user: 901
# Controlled Value Lists (902)
enumeration: 902
| 30.060606 | 50 | 0.81502 |
04bca2725def2277da7e6280050c2104acd91191 | 2,952 | yml | YAML | .travis.yml | uk-gov-mirror/hmcts.java-logging | 5e2053431e023fbcb6301523188ff8ebcdd3f1c0 | [
"MIT"
] | 5 | 2017-06-21T15:17:27.000Z | 2021-02-21T15:02:02.000Z | .travis.yml | uk-gov-mirror/hmcts.java-logging | 5e2053431e023fbcb6301523188ff8ebcdd3f1c0 | [
"MIT"
] | 274 | 2017-10-17T13:50:14.000Z | 2022-03-30T07:24:52.000Z | .travis.yml | uk-gov-mirror/hmcts.java-logging | 5e2053431e023fbcb6301523188ff8ebcdd3f1c0 | [
"MIT"
] | 10 | 2017-09-11T11:22:04.000Z | 2021-04-10T22:40:52.000Z | sudo: required
language: java
jdk:
- openjdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
script:
- ./gradlew build
after_success:
- ./gradlew codeCoverageReport
- bash <(curl -s https://codecov.io/bash)
deploy:
- provider: script
script: ./gradlew bintrayUpload
skip_cleanup: true
on:
repo: hmcts/java-logging
tags: true
- provider: releases
api_key:
secure: v1gAVCFHdpRMYEyD2R4zOqxNAkd+TL+RFndzlTw0kUtQT+SbTNfLhnxiMwHfFeIn3ivqQ1MLt8zXo5zDtFHHRGp6QX/kA9I0mIj74rf/sj0z0ElXCDtiB41NVcq9++X1OmvP4qniWxcvi03e4TMg0HIiLGzD41437NVN1So/PUYFVxgvyeENL6JUIe7d2y48ZP2YvWh1tvwj5Z3p/bEd2Kp7H0aTP58l1kSkSHoSonNHpB/yjT9qN6VSWTyMl8GxeRPX4FSYEGBpDy7+8wxVO/MVOMwu0X2T6vgYlmkXj4U7bmXf0kMkvbeBQC/yZEH8D2y1W3piERw0b17kc9t7tigULBXIEhUNUgKFVEdTDSAEJASpytlxKfsaNVjsUx9n9kWhSUqtFgIz9msS4iJpImkSLTr20BivJ829zNfcG1wbHyIqlV5MQKTAqCwU6RWvRrT0OwhCT38R0lzmyDKEUbRbz+kGW4Vqo5BaPRMrxZZFRMtSHDuh8HCp2LzefUcfUX7LCvSd4z0MFK0o1WEn1lEuB1haViF2JWiov973JFqH7FjJe0iF172GOaMMFRR6ck8g8omfGO+ufZtxPeW5Zw47IridV9HaOhN/K8wkT7xVgdKy+qZmRdzdEHOo2hT2n9mbagIFmqc4yKN91elhAc/vzieE1WNx0n8+Aj9joyY=
file_glob: true
file:
- build/libs/java-logging-*.jar
- java-logging-appinsights/build/libs/logging-appinsights-*.jar
- java-logging-httpcomponents/build/libs/logging-httpcomponents-*.jar
- java-logging-spring/build/libs/logging-spring-*.jar
skip_cleanup: true
on:
repo: hmcts/java-logging
tags: true
env:
global:
- secure: idyabL0MgrmQw8ZdwgRYe8/ewYrdYlNAaYUZbhTzLnnIkXAnPXhFxPB+k2mDaMf0ww26VpBl4O6aYv5bHrCI+1/oziByTSz6Qny9j3F2h/gnSwyXZUe427BCjTR9Wz1+TvASGansO+igj0FxENGikqKDd0V5Qe8lr4Lm01+xXLoAXfvyqqiAqjsRHvl1vG+9F+G80hzmMBSBm7AkN//uYJRFCJV07yp6J0ALd6Z81cChNJgvS7oG9iXimFltiCwf8KNcotkm/mbGHULyj6YVfnFePSoIuI94QBi2myqxDRQ56bv7wtipsF0zaOn+Zc5hPr6QGPMXNWeD3kp/ZmEYWsg5VFQEdcpnKhyv7zcmKZDaYQgIkdjZTZ1rDBj04ubBJs96dEex2CamascLTuq5XuVs3O8MG4GrcKPDqTbDNDnSVDtyRUakhWwnFn424shotCyXl+k06THlFVQq229eBRKCQDdGWtV2B4Z55AxQdIHqaDLppYJs1wCC7350/gY0pXgm4928UpVxx3Bk/Gu1HT8gIWOiEYigqqPOgFlfrdGMiPyRM0WHImZ9Ru8d/RvMnGYndwlY10q3i2lM+CdwthaPp1f9jZDZw2uqqmiUlOuH+oVG4l61h+gznlH277KXcjTPbLjwczo5nZ0L4H/TBGTVrhTOVUQEsBu/zYrAZo8=
- secure: lMbaGTv2PCsjiwGpDMsTKShmtC6Fj6bp++2Re2H2+lgRAmepnr9h8+5ckHyaGYH6HuxSBYN9Q01F1t6lwn1tZQYhJ6EJYK8Kb1KHWnXME3K6VnM/C+6Yr7TkZr0+1SaDE7CIAjCzgF3v5MsWlBUDLhJYViwNuZaJ+Ej73RJkIi0qEu2Dk0PYx6JMK/jwnCojCOYoWjm7d23Tyu5ACo+onZF1WCfVVrI7Gq8kEN4OhClozVvF5IFqfeGEJCWzMsNCxJDE9ptFJcDmp5he41l1GrXNgD9rCxWay03l96Z2+OcqeXV9prIZ36h1mnWy3pd+Xnpxi0LqE09nBFnnGMCwbeer16hG09zsxav6Qk68AUt+smHEcxzFJC9Q6otW+6ud8gxk4kxPkyYo0+adQj5yuudVNS8R7sH8hsTKdD6K0Hv5I3Yob2eSw+1aaE1iz8vplbMCdwOVuZH9uwpgWrivi4HZO9VKgkZ83nr7guJpES7i+YhmiokpN8eUZFrUKCW0ScUJGit8JBjOeaSZod6prd/X7roI4u79eeYG0l76PcN/vPgfUN4cQEOOwg97XLpAvYySghC5ppRUnczDs/iEV5sqWS2QnF20JY+2CDEJkrfC/JlpR2TETrVzeBfzs/VKm811vAoRXscaGWGCfg2FdAWHvpquQ8EViqKnzH/9V5M=
| 72 | 696 | 0.886179 |
190dc1057a2615cd1d114d6c6f0e979b6cf2d64f | 943 | yml | YAML | rules/windows/builtin/win_mmc20_lateral_movement.yml | mtnmunuklu/SigmaToExcel | 7d11fda19c0075122928ff5f1dbaab7775d30fe9 | [
"MIT"
] | 10 | 2021-05-26T11:24:27.000Z | 2022-01-14T16:42:25.000Z | rules/windows/builtin/win_mmc20_lateral_movement.yml | mtnmunuklu/SigmaToExcel | 7d11fda19c0075122928ff5f1dbaab7775d30fe9 | [
"MIT"
] | null | null | null | rules/windows/builtin/win_mmc20_lateral_movement.yml | mtnmunuklu/SigmaToExcel | 7d11fda19c0075122928ff5f1dbaab7775d30fe9 | [
"MIT"
] | null | null | null | title: MMC20 Lateral Movement
id: f1f3bf22-deb2-418d-8cce-e1a45e46a5bd
description: Detects MMC20.Application Lateral Movement; specifically looks for the spawning of the parent MMC.exe with a command line of "-Embedding" as a child of svchost.exe
author: '@2xxeformyshirt (Security Risk Advisors) - rule; Teymur Kheirkhabarov (idea)'
date: 2020/03/04
modified: 2020/08/23
references:
- https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
- https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view?usp=sharing
tags:
- attack.execution
- attack.t1175 # an old one
- attack.t1021.003
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\svchost.exe'
Image|endswith: '\mmc.exe'
CommandLine|contains: '-Embedding'
condition: selection
falsepositives:
- Unlikely
level: high
| 36.269231 | 176 | 0.735949 |
fd1f6464f58db92fa922d73b693dea7ae046ad65 | 500 | yml | YAML | ansible/playbooks/create/rabbitmq.yml | joejcollins/lieutenant-dean | eea536a146fb89b2feca244d5c4cf68e662cf2f2 | [
"MIT"
] | null | null | null | ansible/playbooks/create/rabbitmq.yml | joejcollins/lieutenant-dean | eea536a146fb89b2feca244d5c4cf68e662cf2f2 | [
"MIT"
] | null | null | null | ansible/playbooks/create/rabbitmq.yml | joejcollins/lieutenant-dean | eea536a146fb89b2feca244d5c4cf68e662cf2f2 | [
"MIT"
] | null | null | null | ---
- hosts: 127.0.0.1
connection: local
gather_facts: no
become: no
tasks:
sudo apt-get update -y
sudo apt-get install rabbitmq-server -y --fix-missing
sudo service rabbitmq-server restart
sudo rabbitmqctl add_user the_user the_password
sudo rabbitmqctl set_user_tags the_user administrator
sudo rabbitmqctl add_vhost the_vhost
sudo rabbitmqctl set_permissions -p the_vhost the_user ".*" ".*" ".*"
sudo rabbitmq-plugins enable rabbitmq_management
| 29.411765 | 73 | 0.722 |
3d1beac55dad6e07e167ee6c5c43505343e79f43 | 222 | yml | YAML | src/executors/cli.yml | skpr/skpr-orb | 1e8d91bbc0ba041a5e049bcac2c6070e94f43ba9 | [
"MIT"
] | null | null | null | src/executors/cli.yml | skpr/skpr-orb | 1e8d91bbc0ba041a5e049bcac2c6070e94f43ba9 | [
"MIT"
] | null | null | null | src/executors/cli.yml | skpr/skpr-orb | 1e8d91bbc0ba041a5e049bcac2c6070e94f43ba9 | [
"MIT"
] | null | null | null | description: >
An executor for the Skpr CLI.
parameters:
tag:
default: latest
description: The Skpr CLI version tag
type: string
docker:
- image: 'skpr/cli:<<parameters.tag>>'
working_directory: /data
| 15.857143 | 41 | 0.689189 |
c71cfefbc6678d8f7a51b694c5b7915e73e69191 | 127 | yaml | YAML | samples/cfgs/models/classifiers/ote_mnet_v3_large.yaml | openvinotoolkit/model_preparation_algorithm | 8d36bf5944837b7a3d22fc2c3a4cb93423619fc2 | [
"Apache-2.0"
] | null | null | null | samples/cfgs/models/classifiers/ote_mnet_v3_large.yaml | openvinotoolkit/model_preparation_algorithm | 8d36bf5944837b7a3d22fc2c3a4cb93423619fc2 | [
"Apache-2.0"
] | null | null | null | samples/cfgs/models/classifiers/ote_mnet_v3_large.yaml | openvinotoolkit/model_preparation_algorithm | 8d36bf5944837b7a3d22fc2c3a4cb93423619fc2 | [
"Apache-2.0"
] | null | null | null | _base_: [
'../backbones/ote_mobilenet_v3_large.yaml',
'../heads/linear_cls.yaml',
'../losses/cross_entropy.yaml'
]
| 21.166667 | 47 | 0.653543 |
2aba0ab0f328b6549c871b643479dd34cee33291 | 4,987 | yml | YAML | .github/workflows/binaries.yml | spinkney/stanc3 | 41f78705dd8fa68759df61cfbab35540edcfe103 | [
"BSD-3-Clause"
] | 123 | 2018-11-22T01:34:47.000Z | 2022-02-06T17:41:05.000Z | .github/workflows/binaries.yml | spinkney/stanc3 | 41f78705dd8fa68759df61cfbab35540edcfe103 | [
"BSD-3-Clause"
] | 947 | 2018-11-30T15:49:31.000Z | 2022-03-30T15:56:17.000Z | .github/workflows/binaries.yml | spinkney/stanc3 | 41f78705dd8fa68759df61cfbab35540edcfe103 | [
"BSD-3-Clause"
] | 50 | 2019-02-14T15:13:39.000Z | 2022-03-18T18:14:17.000Z | name: Build binaries
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use for building binaries'
required: true
default: 'master'
jobs:
linux:
runs-on: ubuntu-latest
container:
image: ocaml/opam2:alpine-3.9-ocaml-4.07
options: --user root
steps:
- name: Checkout stanc3
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: opam caching
id: opam-cache
uses: actions/cache@v2
with:
path: "~/.opam"
key: linux-stanc-binary-4.07
- name: Install dependencies
run: |
sudo apk update
sudo apk add build-base bzip2 git tar curl ca-certificates openssl m4 bash
opam init --disable-sandboxing -y
opam switch 4.07.0 || opam switch create 4.07.0
eval $(opam env)
opam repo add internet https://opam.ocaml.org
opam update
bash -x scripts/install_build_deps.sh
- name: Build static Linux binaries
run: |
eval $(opam env)
dune subst
dune build @install --profile static
mv _build/default/src/stanc/stanc.exe linux-stanc
mv _build/default/src/stan2tfp/stan2tfp.exe linux-stan2tfp
- name: Upload Linux stanc
uses: actions/upload-artifact@v2
with:
name: linux-stanc
path: linux-stanc
- name: Upload Linux stan2tfp
uses: actions/upload-artifact@v2
with:
name: linux-stan2tfp
path: linux-stan2tfp
windows:
runs-on: ubuntu-latest
container:
image: ubuntu:bionic
options: --user root
steps:
- name: Checkout stanc3
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: opam caching
id: opam-cache
uses: actions/cache@v2
with:
path: "~/.opam"
key: windows-stanc-binary-4.07
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -y --no-install-recommends ca-certificates rsync git build-essential m4 sudo \
unzip pkg-config libpcre3-dev mingw-w64 gcc wget gawk bubblewrap
wget https://github.com/ocaml/opam/releases/download/2.0.4/opam-2.0.4-x86_64-linux
sudo install opam-2.0.4-x86_64-linux /usr/local/bin/opam
opam init --comp 4.02.3 --disable-sandboxing -y
eval $(opam env)
opam switch 4.07.0 || opam switch create 4.07.0
eval $(opam env)
opam update
bash -x scripts/install_build_deps_windows.sh
eval $(opam env)
opam install -y js_of_ocaml-compiler.3.4.0 js_of_ocaml-ppx.3.4.0 js_of_ocaml.3.4.0
- name: Build Windows binaries
run: |
eval $(opam env)
dune subst
dune build -x windows
mv _build/default.windows/src/stanc/stanc.exe windows-stanc
mv _build/default.windows/src/stan2tfp/stan2tfp.exe windows-stan2tfp
- name: Build stanc.js
run: |
eval $(opam env)
dune subst
dune build --profile release src/stancjs
mv _build/default/src/stancjs/stancjs.bc.js stanc.js
- name: Upload Windows stanc
uses: actions/upload-artifact@v2
with:
name: windows-stanc
path: windows-stanc
- name: Upload Windows stan2tfp
uses: actions/upload-artifact@v2
with:
name: windows-stan2tfp
path: windows-stan2tfp
- name: Upload stanc.js
uses: actions/upload-artifact@v2
with:
name: stanc.js
path: stanc.js
mac:
runs-on: macOS-latest
steps:
- name: Checkout stanc3
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: opam caching
id: opam-cache
uses: actions/cache@v2
with:
path: "~/.opam"
key: macOS-stanc-binary-4.07
- name: Install dependencies
run: |
brew install gpatch
brew install opam
opam init --disable-sandboxing -y
eval $(opam env)
opam switch 4.07.0 || opam switch create 4.07.0
eval $(opam env)
bash -x scripts/install_build_deps.sh
- name: Build MacOS binaries
run: |
eval $(opam env)
dune subst
dune build @install
mv _build/default/src/stanc/stanc.exe mac-stanc
mv _build/default/src/stan2tfp/stan2tfp.exe mac-stan2tfp
- name: Upload MacOS binaries
uses: actions/upload-artifact@v2
with:
name: mac-stanc
path: mac-stanc
- name: Upload MacOS binaries
uses: actions/upload-artifact@v2
with:
name: mac-stan2tfp
path: mac-stan2tfp
| 29.163743 | 104 | 0.56928 |
a7d0e2495666e4bb5b5f4aae057498ce44812065 | 23 | yml | YAML | .yarn/versions/95c62c6b.yml | alex-trask/react-dnd | 2bbb511059288561740e4ed2ebfee2dd551fc7e8 | [
"MIT"
] | null | null | null | .yarn/versions/95c62c6b.yml | alex-trask/react-dnd | 2bbb511059288561740e4ed2ebfee2dd551fc7e8 | [
"MIT"
] | null | null | null | .yarn/versions/95c62c6b.yml | alex-trask/react-dnd | 2bbb511059288561740e4ed2ebfee2dd551fc7e8 | [
"MIT"
] | null | null | null | declined:
- dnd-core
| 7.666667 | 12 | 0.652174 |
30bd25188d13c764fed7b34293137aedf4af860f | 666 | yaml | YAML | data/spells/ray-of-enfeeblement.yaml | jness/dungeon_brawl | 2afa01f90a7b8972cac5c19b9a5e20f6e8317648 | [
"Apache-2.0"
] | 8 | 2018-10-30T21:39:10.000Z | 2021-05-20T05:11:36.000Z | data/spells/ray-of-enfeeblement.yaml | jness/dungeon_brawl | 2afa01f90a7b8972cac5c19b9a5e20f6e8317648 | [
"Apache-2.0"
] | 7 | 2020-03-28T17:41:05.000Z | 2022-03-11T23:33:04.000Z | data/spells/ray-of-enfeeblement.yaml | jness/dungeon_brawl | 2afa01f90a7b8972cac5c19b9a5e20f6e8317648 | [
"Apache-2.0"
] | 1 | 2020-04-18T20:29:06.000Z | 2020-04-18T20:29:06.000Z |
name: Ray of Enfeeblement
slug_name: ray-of-enfeeblement
classes:
- warlock
- wizard
- cleric
sources:
- PHB.271
- SRD.174
level: 2nd-level
school: Necromancy
components: V, S
casting_time: 1 action
duration: Concentration, up to 1 minute
range: 60 feet
description: |
A black beam of enervating energy springs from your finger toward a creature within range. Make a ranged spell attack against the target. On a hit, the target deals only half damage with weapon attacks that use Strength until the spell ends.
At the end of each of the target's turns, it can make a Constitution saving throw against the spell. On a success, the spell ends. | 26.64 | 243 | 0.755255 |
616d75ccbc8dbcd9d5bbff5bd470e887570456f2 | 207 | yml | YAML | data/loot_lists/level1/level1_misc.yml | ThyWoof/sulis | e89eda94a1a72228224e1926d307aa4c9228bdcb | [
"CC-BY-3.0",
"CC-BY-4.0"
] | 413 | 2018-02-16T16:59:50.000Z | 2022-03-28T23:51:44.000Z | data/loot_lists/level1/level1_misc.yml | ThyWoof/sulis | e89eda94a1a72228224e1926d307aa4c9228bdcb | [
"CC-BY-3.0",
"CC-BY-4.0"
] | 169 | 2018-05-22T10:28:59.000Z | 2022-03-31T13:38:47.000Z | data/loot_lists/level1/level1_misc.yml | ThyWoof/sulis | e89eda94a1a72228224e1926d307aa4c9228bdcb | [
"CC-BY-3.0",
"CC-BY-4.0"
] | 35 | 2018-08-28T05:42:41.000Z | 2022-02-25T13:32:34.000Z | id: level1_misc
probability_entries:
coin:
weight: 100
quantity: [3, 20]
sub_lists:
level1_usable:
weight: 50
level1_crafting:
weight: 50
level1_accessories:
weight: 30 | 17.25 | 22 | 0.652174 |
0c3754e01df082d6d91933afaf20bf852917c66c | 2,573 | yaml | YAML | plugins/playbook/upgrade_ceph/decapod_plugin_playbook_upgrade_ceph/tasks/restart_osd.yaml | angry-tony/ceph-lcm-decapod | 535944d3ee384c3a7c4af82f74041b0a7792433f | [
"Apache-2.0"
] | 41 | 2016-11-03T16:40:17.000Z | 2019-05-23T08:39:17.000Z | plugins/playbook/upgrade_ceph/decapod_plugin_playbook_upgrade_ceph/tasks/restart_osd.yaml | Mirantis/ceph-lcm | fad9bad0b94f2ef608362953583b10a54a841d24 | [
"Apache-2.0"
] | 30 | 2016-10-14T10:54:46.000Z | 2017-10-20T15:58:01.000Z | plugins/playbook/upgrade_ceph/decapod_plugin_playbook_upgrade_ceph/tasks/restart_osd.yaml | angry-tony/ceph-lcm-decapod | 535944d3ee384c3a7c4af82f74041b0a7792433f | [
"Apache-2.0"
] | 28 | 2016-09-17T01:17:36.000Z | 2019-07-05T03:32:54.000Z | ---
# Copyright (c) 2017 Mirantis Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: "{{ decapod_common_playbooks }}/tasks/set_ceph_facts.yaml"
- name: find out ceph user
command: >
sed -rne
'/^\s*exec\s+.*ceph-osd/ s/^.*--setuser\s+([^[:space:]]+).*$/\1/p'
/etc/init/ceph-osd.conf
register: ceph_user
- name: find out ceph group
command: >
sed -rne
'/^\s*exec\s+.*ceph-osd/ s/^.*--setgroup\s+([^[:space:]]+).*$/\1/p'
/etc/init/ceph-osd.conf
register: ceph_group
- name: disable data rebalancing and scrubbing
command: ceph --cluster "{{ cluster }}" osd set "{{ item }}"
with_items:
- noout
- noscrub
- nodeep-scrub
delegate_to: "{{ mon_host }}"
- block:
- name: Restart OSDs
include: "{{ playbook_dir }}/tasks/restart_single_osd.yaml"
with_items: "{{ osd_numbers }}"
loop_control:
loop_var: osd_number
always:
- block:
- name: find out final OSD map flags, part 1
command: ceph osd getmap -o /tmp/osdmap_fin.bin
delegate_to: "{{ mon_host }}"
when: inventory_hostname == groups.osds[-1]
- name: find out final OSD map flags, part 2
shell: >
osdmaptool --print /tmp/osdmap_fin.bin
| awk '/^flags/ { gsub(",", "\",\"", $2); print "[\"" $2 "\"]" }'
register: osdmap_final_flags
delegate_to: "{{ mon_host }}"
when: inventory_hostname == groups.osds[-1]
- name: reenable data rebalancing and scrubbing
command: ceph osd unset "{{ item }}"
delegate_to: "{{ mon_host }}"
with_items:
- noout
- noscrub
- nodeep-scrub
when:
- inventory_hostname == groups.osds[-1]
- "{{ item in (osdmap_final_flags.stdout | default([]) | from_json) }}"
always:
- name: remove OSD map temporary file
file:
path: /tmp/osdmap_fin.bin
state: absent
- name: reenable data rebalancing and scrubbing
command: ceph --cluster "{{ cluster }}" osd unset "{{ item }}"
with_items:
- noout
- noscrub
- nodeep-scrub
delegate_to: "{{ mon_host }}"
| 29.574713 | 77 | 0.629615 |
6a5bfb9d725220de778c7f092d30d16db05fd64d | 171 | yml | YAML | tasks/composer.yml | codereviewvideos/ansible-role-symfony2 | 740a91187d1dafb926c8b6dc09f5b299b3398dc9 | [
"MIT"
] | 2 | 2016-08-06T08:13:59.000Z | 2017-09-21T16:16:50.000Z | tasks/composer.yml | codereviewvideos/ansible-role-symfony2 | 740a91187d1dafb926c8b6dc09f5b299b3398dc9 | [
"MIT"
] | null | null | null | tasks/composer.yml | codereviewvideos/ansible-role-symfony2 | 740a91187d1dafb926c8b6dc09f5b299b3398dc9 | [
"MIT"
] | 1 | 2018-12-07T15:19:48.000Z | 2018-12-07T15:19:48.000Z | ---
- name: "run composer install"
command: composer install --ignore-platform-reqs
args:
chdir: "{{ item.root_directory }}"
with_items: "{{ symfony_websites }}" | 28.5 | 50 | 0.672515 |
6ab9202ebfe94b0c6cf94ff7482ee84873e9ffcb | 105 | yml | YAML | .github/FUNDING.yml | mizhhieudo-it/FluentValidationASPnetCore | 3ffdd1d7d2ba09f69a7aa5a4544cca4fa0504a39 | [
"Apache-2.0"
] | 4,841 | 2015-01-04T09:35:37.000Z | 2020-02-15T07:15:38.000Z | .github/FUNDING.yml | mizhhieudo-it/FluentValidationASPnetCore | 3ffdd1d7d2ba09f69a7aa5a4544cca4fa0504a39 | [
"Apache-2.0"
] | 1,235 | 2015-01-16T09:19:16.000Z | 2020-02-13T23:17:42.000Z | .github/FUNDING.yml | mizhhieudo-it/FluentValidationASPnetCore | 3ffdd1d7d2ba09f69a7aa5a4544cca4fa0504a39 | [
"Apache-2.0"
] | 939 | 2015-01-05T11:45:30.000Z | 2020-02-13T21:49:08.000Z | # These are supported funding model platforms
github: [JeremySkinner]
open_collective: FluentValidation
| 21 | 45 | 0.838095 |
36c1dfcf2df7d2187a4c4e123b292fe9cd88e4d8 | 72 | yml | YAML | cloud_auto/ansible/roles/sysmanager_agent/tasks/main.yml | longlg88/renewAutomation | 52c3a1529766d5fe24fd6979816796353e471693 | [
"Apache-2.0"
] | null | null | null | cloud_auto/ansible/roles/sysmanager_agent/tasks/main.yml | longlg88/renewAutomation | 52c3a1529766d5fe24fd6979816796353e471693 | [
"Apache-2.0"
] | null | null | null | cloud_auto/ansible/roles/sysmanager_agent/tasks/main.yml | longlg88/renewAutomation | 52c3a1529766d5fe24fd6979816796353e471693 | [
"Apache-2.0"
] | null | null | null | ---
- include: setenv.yml
- include: copy_binary.yml
- include: run.yml
| 14.4 | 26 | 0.694444 |
c631c062d9ff391b4e5a99260db64a40c3ff53c6 | 970 | yml | YAML | .github/workflows/build.yml | mkeegan/eva_python_sdk | 8dbf4bce5931fe1333586d656554837b9367b0e4 | [
"Apache-2.0"
] | null | null | null | .github/workflows/build.yml | mkeegan/eva_python_sdk | 8dbf4bce5931fe1333586d656554837b9367b0e4 | [
"Apache-2.0"
] | null | null | null | .github/workflows/build.yml | mkeegan/eva_python_sdk | 8dbf4bce5931fe1333586d656554837b9367b0e4 | [
"Apache-2.0"
] | null | null | null | name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Install dependencies
uses: "VaultVulp/action-pipenv@master"
with:
args: install -d
- name: Run linter
uses: "VaultVulp/action-pipenv@master"
with:
args: run flake8
- name: Run tests
uses: "VaultVulp/action-pipenv@master"
with:
args: run python -m pytest --cov=evasdk --cov-branch --cov-report=xml
- name: Upload to codecov
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
| 24.871795 | 77 | 0.598969 |
26602b218353c6db38f240adfca6bda2ffcf5d4e | 469 | yml | YAML | mkdocs.yml | An-Tu/jzon | 53c26a5225b6be2a2267f4a643abdab860d1d245 | [
"MIT"
] | 53 | 2021-02-15T02:41:17.000Z | 2022-03-24T15:06:00.000Z | mkdocs.yml | An-Tu/jzon | 53c26a5225b6be2a2267f4a643abdab860d1d245 | [
"MIT"
] | 4 | 2021-06-08T21:06:25.000Z | 2022-02-14T10:14:34.000Z | mkdocs.yml | An-Tu/jzon | 53c26a5225b6be2a2267f4a643abdab860d1d245 | [
"MIT"
] | 3 | 2021-04-26T21:12:01.000Z | 2022-02-13T20:41:08.000Z | site_name: Jzon Documentation
theme:
name: material
palette:
primary: red
markdown_extensions:
- pymdownx.highlight:
use_pygments: false # Use Highlight.js, not Pygments
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js
- js/res-syntax-highlightjs.js
- js/config.js
extra_css:
- style/res-syntax-gh.css
nav:
- "Getting Started": index.md
- "How-to Guides": howtos.md
- "API Reference": api.md
| 24.684211 | 79 | 0.716418 |
4a82edea14af8824605e219e149574ad0e5cb319 | 442 | yaml | YAML | nginx-blue-green-2/ingress.yaml | lakeel-altla/samples-k8s-configurations | 148644afeec579f4f1b77ebc01ee00f16733a749 | [
"MIT"
] | null | null | null | nginx-blue-green-2/ingress.yaml | lakeel-altla/samples-k8s-configurations | 148644afeec579f4f1b77ebc01ee00f16733a749 | [
"MIT"
] | null | null | null | nginx-blue-green-2/ingress.yaml | lakeel-altla/samples-k8s-configurations | 148644afeec579f4f1b77ebc01ee00f16733a749 | [
"MIT"
] | null | null | null | apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: nginx-blue-green-2
namespace: samples
spec:
rules:
- host: blue.nginx-blue-green-2.minikube.test
http:
paths:
- backend:
serviceName: nginx-blue-green-2-blue
servicePort: 80
- host: green.nginx-blue-green-2.minikube.test
http:
paths:
- backend:
serviceName: nginx-blue-green-2-green
servicePort: 80
| 22.1 | 48 | 0.633484 |
4a8b2d254b481f6fd89596efdbfa7d080f4f0824 | 121 | yml | YAML | modules/avored/pickup/register.yml | flexander/laravel-ecommerce | e69321d1a6cf09ea2344799900c389ff0c5594aa | [
"MIT"
] | 1 | 2021-11-16T09:52:19.000Z | 2021-11-16T09:52:19.000Z | modules/avored/pickup/register.yml | gerzahim/smokora | c4bab2cb0d5747712d9b1903d915d38fd9b20102 | [
"MIT"
] | null | null | null | modules/avored/pickup/register.yml | gerzahim/smokora | c4bab2cb0d5747712d9b1903d915d38fd9b20102 | [
"MIT"
] | null | null | null | name: AvoRed Pickup
identifier: avored-pickup
status: active
description: AvoRed Pickup Module
namespace: AvoRed\Pickup\
| 20.166667 | 33 | 0.826446 |
39a91b8cf004aeda69c194d6e12fc2040eac1cdc | 441 | yml | YAML | languages/zh-CN.yml | unnamed42/hexo-theme-kunkka | c7503a2267f108259361655bf40f5ea13304afe5 | [
"MIT"
] | 26 | 2016-09-27T13:50:28.000Z | 2020-12-07T14:33:27.000Z | languages/zh-CN.yml | unnamed42/hexo-theme-kunkka | c7503a2267f108259361655bf40f5ea13304afe5 | [
"MIT"
] | 2 | 2017-03-20T13:27:46.000Z | 2017-07-27T07:08:17.000Z | languages/zh-CN.yml | unnamed42/hexo-theme-kunkka | c7503a2267f108259361655bf40f5ea13304afe5 | [
"MIT"
] | 8 | 2017-03-10T02:54:44.000Z | 2020-02-09T08:52:03.000Z | home: 主页
categories: 分类
uncategorized: 未分类
untitled: 未命名
updated: 更新时间
archive: 归档
tags: 标签
links: 友情链接
recent_posts: 最近更新的文章
recent_comments: 最近评论
days_ago: 天前
search: 输入关键词
no_tags: 未设置标签
prev_post: 上一篇文章
next_post: 下一篇文章
navigation: 导航
to_top: 送你上天
\,: ,
\:: :
no_match: 搜索未能找到匹配结果
page_non_exist: 您所要访问的页面不存在!
jump_back_home: 将在%s后跳回%s
seconds: 秒
author: 作者
posted_at: 发布日期
updated_at: 修改日期
license: 发布协议
comment_in: 于 %s 的评论
views: 次点击
| 14.7 | 28 | 0.77551 |
2c1f0bb7ca22beff5dd8ac12c1fd934b760d561d | 82 | yml | YAML | _config.yml | jeriewang/Latin-Helper | abd31c9c2bba7fcdfc8389749a2113d73b71166c | [
"MIT"
] | 1 | 2017-05-29T04:30:41.000Z | 2017-05-29T04:30:41.000Z | _config.yml | jeriewang/Latin-Helper | abd31c9c2bba7fcdfc8389749a2113d73b71166c | [
"MIT"
] | 2 | 2017-04-09T02:50:11.000Z | 2017-04-09T03:51:08.000Z | _config.yml | pkqxdd/Latin-Helper | abd31c9c2bba7fcdfc8389749a2113d73b71166c | [
"MIT"
] | null | null | null | theme: jekyll-theme-cayman
show_downloads: "true"
google_analytics: UA-99994342-1
| 20.5 | 31 | 0.817073 |
1f05fba16d67d7e3ecf321166356bdffb99c82a3 | 104 | yaml | YAML | src/Comhon/Manifest/Collection/Manifest/Logic/Simple/Formula/manifest.yaml | comhon-project/comhon | d178ef67c35ebf57414d9ee6e070fee8ec91113b | [
"MIT"
] | 4 | 2016-11-23T12:34:28.000Z | 2020-12-15T18:09:39.000Z | src/Comhon/Manifest/Collection/Manifest/Logic/Simple/Formula/manifest.yaml | comhon-project/comhon | d178ef67c35ebf57414d9ee6e070fee8ec91113b | [
"MIT"
] | null | null | null | src/Comhon/Manifest/Collection/Manifest/Logic/Simple/Formula/manifest.yaml | comhon-project/comhon | d178ef67c35ebf57414d9ee6e070fee8ec91113b | [
"MIT"
] | null | null | null | name: Comhon\Logic\Simple\Formula
is_abstract: true
extends:
- \Comhon\Logic\Formula
version: '3.0'
| 17.333333 | 33 | 0.740385 |
22aa2faef8283e7b45984e05ebbf9221794a9b5d | 712 | yaml | YAML | _data/gantec-corporation.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | 4 | 2021-02-19T03:02:53.000Z | 2022-03-23T07:51:17.000Z | _data/gantec-corporation.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | null | null | null | _data/gantec-corporation.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | 3 | 2021-02-19T03:02:59.000Z | 2021-10-03T22:25:23.000Z | ---
name: Gantec Corporation
description: ""
image: ""
created: "2021-02-04"
modified: "2021-02-04"
specificationVersion: "0.14"
x-rank: "7"
x-alexaRank: "1000000"
url: https://raw.githubusercontent.com/api-network/organizations/main/gantec-corporation.yaml
tags:
- Business Applications
apis: []
x-common:
- type: x-facebook
url: http://www.facebook.com/
- type: x-linkedin
url: http://in.linkedin.com/
- type: x-slideshare
url: http://www.slideshare.net/
- type: x-twitter
url: http://twitter.com/
- type: x-website
url: https://www.gantecusa.com
- type: x-youtube
url: http://www.youtube.com/
include: []
maintainers:
- FN: Kin Lane
x-twitter: apievangelist
email: info@apievangelist.com
--- | 22.25 | 93 | 0.705056 |
d84a20cd614c98732c24535c24a318312298357b | 972 | yml | YAML | .travis.yml | hjaltisan/bingo | f9fc52d386b072e8d1b16bb11461f6e0aa58d424 | [
"MIT"
] | null | null | null | .travis.yml | hjaltisan/bingo | f9fc52d386b072e8d1b16bb11461f6e0aa58d424 | [
"MIT"
] | null | null | null | .travis.yml | hjaltisan/bingo | f9fc52d386b072e8d1b16bb11461f6e0aa58d424 | [
"MIT"
] | null | null | null | language: node_js
node_js:
- '8'
cache:
directories:
- node_modules
script:
- yarn build
deploy:
provider: s3
skip_cleanup: true
local_dir: build
access_key_id: $S3_KEY_ID
secret_access_key:
secure: coSRYhEjKfFjP0NWmT14vIdR6GuLzzlGZT4zDsQh/69C47zvdI7ltA8hfsvnQYgP5ZmX2qhQmsNiUaYIU8X8zL4fvi7Pfj8loexGE4UVxptBA84xi+7qOsxtY3RNbclq3FOY2UPihXEXh8tdi4a3K2HwPE970ax8SGBdN1ZQ0xRq5OLMKTB7uXK/je8z+0/isd06B+AsNvc1L3RLi0TtYT65THSLesm4Ok0av/DMXY7tVzl+5G03jJG3a8RGxUCfH405GMcJ4fq+otRhD0Sz35wpRT+WxVv9TAt3bWf9sLV7slqWe97PThJtHrBLl+vMKxPBv9dsT8tlSJxWIWB09gjH+i70PRhHJFRWWuu3uSJfPQIyhgucvaYwN232S4sM5s7Gyz0Y6iT6+AwpA6SocqqwxRome+jEVmu+tVaqsHK9t0kSZ8k0tK6qI4SDOB8zKsZVMdSuN+jnDh7A+orpoIloePTyzWUuyGoBCu589lXMjcDtgMO/aZ3LjwqrSoNTtBvzR3/I/47DlnFGGbZgjeFmHaPSMgSRehXWNd6GaevkVpYoXk/GrCv5LXTvha+J5rXHVYK2gPnmwAYjQGcgtQ/xWeE7tU2fWunR/GbX06eFT1zjf7oLCXa3KWk0/2Xya/bFtA34bwGKuTEiMypeDPencD8zo67bHL5i7/FDx6o=
bucket: bingo.kolbeinsson.se
region: eu-west-1
acl: public_read
| 51.157895 | 696 | 0.888889 |
863d5922110e24cd291ee5194fada299eb9e80b4 | 212 | yml | YAML | tasks/debian.yml | Otoru/RTPEngine | 9d21ea3eb1dca7fd32d428045aa16a4f76b4b97f | [
"MIT"
] | null | null | null | tasks/debian.yml | Otoru/RTPEngine | 9d21ea3eb1dca7fd32d428045aa16a4f76b4b97f | [
"MIT"
] | null | null | null | tasks/debian.yml | Otoru/RTPEngine | 9d21ea3eb1dca7fd32d428045aa16a4f76b4b97f | [
"MIT"
] | null | null | null | - name: Update APT cache
apt:
update_cache: yes
- name: Install dependencies
apt:
name: "{{ item }}"
loop: "{{ dependencies }}"
- name: Gather the package facts
package_facts:
manager: auto
| 16.307692 | 32 | 0.636792 |
5fa60b541e0065747c09dba96476a8952c66d4ec | 2,166 | yml | YAML | .github/workflows/docker-publish.yml | Madders/Iamus | afa01d0e67adcb9dee407827f3a4819b9107cf97 | [
"Apache-2.0"
] | 13 | 2021-11-22T09:02:10.000Z | 2022-03-30T16:47:55.000Z | .github/workflows/docker-publish.yml | github-mrp/Iamus | d0495f3dc7c2d085d5f06cfaf8144a37ae1f8896 | [
"Apache-2.0"
] | 64 | 2020-09-15T21:53:02.000Z | 2020-11-12T14:07:10.000Z | .github/workflows/docker-publish.yml | github-mrp/Iamus | d0495f3dc7c2d085d5f06cfaf8144a37ae1f8896 | [
"Apache-2.0"
] | 14 | 2021-12-14T19:28:06.000Z | 2022-03-01T07:10:57.000Z | # Build Docker image of Iamus metaverse-server and publish in
# Github Container Registry as "vircadia/Iamus".
name: Iamus Docker image
on:
# Create Docker image on push to 'master'
push:
branches:
- master
env:
# Names used to tag built Docker image
IMAGE_NAME: iamus
# The local Docker image is named env.IMAGE_TAG so it can be referenced and pushed
IMAGE_TAG: iamus:latest
jobs:
push:
runs-on: ubuntu-latest
steps:
# Checkout the repository into current runner context
- name: checkout
uses: actions/checkout@v2
# Setup buildx environment (used if building for multiple platforms)
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
# Build Iamus
- name: Build
uses: docker/build-push-action@v2
with:
context: ./docker
platforms: linux/amd64
# platforms: linux/amd64,linux/arm64
tags: ${{ env.IMAGE_TAG }}
# Get version information from built image.
# The unique version tag is generated during the build. Extract version string for image tagging.
- name: Fetch version information
run: |
IVERSION=$(docker run --rm --entrypoint "./GetVersion.sh" ${{ env.IMAGE_TAG }})
echo "IVERSION=$IVERSION"
echo "IVERSION=$IVERSION" >> $GITHUB_ENV
# Login to Github Container Registry with this registry's tokens
- name: Login to Github Container registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
# Push to Github Container Registry
- name: Push to Github Container Registry
run: |
docker image tag ${{ env.IMAGE_TAG }} ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
docker image tag ${{ env.IMAGE_TAG }} ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IVERSION }}
docker image push --all-tags ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
# vim: tabstop=2 shiftwidth=2 autoindent expandtab
| 33.84375 | 128 | 0.635734 |
d4f2e7531da8195b598f1e998d439eac0648ba0e | 353 | yaml | YAML | roles/hellholt.pve_node/tasks/setup_grub.yaml | hellholt/ansible | 04a9d2a06804ff88cda7b783249760e1e5f3a7c0 | [
"Unlicense"
] | null | null | null | roles/hellholt.pve_node/tasks/setup_grub.yaml | hellholt/ansible | 04a9d2a06804ff88cda7b783249760e1e5f3a7c0 | [
"Unlicense"
] | null | null | null | roles/hellholt.pve_node/tasks/setup_grub.yaml | hellholt/ansible | 04a9d2a06804ff88cda7b783249760e1e5f3a7c0 | [
"Unlicense"
] | null | null | null | ---
- name: 'Enable IOMMU.'
ansible.builtin.lineinfile:
path: '/etc/default/grub'
regexp: '^GRUB_CMDLINE_LINUX_DEFAULT'
line: 'GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt"'
register: 'default_grub'
ignore_errors: yes
- name: 'Update Grub.'
ansible.builtin.shell:
cmd: 'update-grub2'
when: 'default_grub.changed'
| 25.214286 | 70 | 0.708215 |
ce7a1e4914e7e27b7c588c11d1ba3db29a6d5b07 | 2,900 | yml | YAML | hxlm/data/udhr/udhr.lat.hdp.yml | EticaAI/HXL-Data-Science-file-formats | c7c5aa56c452ac1613242ee04cc9ae66f38ec24d | [
"Unlicense"
] | 3 | 2021-01-25T20:44:10.000Z | 2021-04-19T22:47:05.000Z | hxlm/data/udhr/udhr.lat.hdp.yml | fititnt/HXL-Data-Science-file-formats | f4fe9866e53280767f9cb4c8c488ef9c8b9d33cd | [
"Unlicense"
] | 24 | 2021-01-26T00:36:39.000Z | 2021-11-13T23:59:56.000Z | hxlm/data/udhr/udhr.lat.hdp.yml | fititnt/HXL-Data-Science-file-formats | f4fe9866e53280767f9cb4c8c488ef9c8b9d33cd | [
"Unlicense"
] | 1 | 2021-09-05T03:43:37.000Z | 2021-09-05T03:43:37.000Z | # @see https://github.com/unicode-org/udhr
# @see https://unicode.org/udhr/
# @see https://unicode.org/udhr/translations.html
# Example for portuguese
# - https://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=por
# - https://unicode.org/udhr/s/status_por_PT.html
# - https://unicode.org/udhr/d/udhr_por_PT.xml
# - https://unicode.org/udhr/d/udhr_por_PT.txt
---
- ([Lingua Latina]):
- salve mundi!
- (CRC32 'α "3839021470")
hsilo:
descriptionem:
ARA: "الإعلان العالمي لحقوق الإنسان"
ENG: Universal Declaration of Human Rights
FRA: Déclaration universelle des droits de l’homme
LAT: Declarationem Hominis Iurium Universam
POR: Declaração Universal dos Direitos Humanos
RUS: Всеобщая декларация прав человека
# RUS-Cyrl: Всеобщая декларация прав человека
SPA: Declaración Universal de Derechos Humanos
ZHO: 世界人权宣言
# ZHO-Hans: Null
adm0:
# Testing adm0, This potentially should have almost all adm0 codes here
- UN
grupum:
- udhr
tag:
- udhr
hdatum:
- id: ARA
descriptionem:
ARA: "الإعلان العالمي لحقوق الإنسان"
fontem:
- iri: https://unicode.org/udhr/d/udhr_arb.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=arz
- id: ENG
descriptionem:
ENG: Universal Declaration of Human Rights
fontem:
- iri: https://unicode.org/udhr/d/udhr_eng.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=eng
- id: FRA
descriptionem:
FRA: Déclaration universelle des droits de l’homme
fontem:
- iri: https://unicode.org/udhr/d/udhr_fra.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=frn
- id: LAT
descriptionem:
LAT: Declarationem Hominis Iurium Universam
fontem:
- iri: https://unicode.org/udhr/d/udhr_lat.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=ltn
- id: POR
descriptionem:
POR: Declaração Universal dos Direitos Humanos
fontem:
- iri: https://unicode.org/udhr/d/udhr_por_PT.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=por
- id: RUS
descriptionem:
RUS: Всеобщая декларация прав человека
fontem:
- iri: https://unicode.org/udhr/d/udhr_rus.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=rus
- id: SPA
descriptionem:
SPA: Declaración Universal de Derechos Humanos
fontem:
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=spn
- iri: https://unicode.org/udhr/d/udhr_spa.xml
- id: ZHO
descriptionem:
ZHO: "世界人权宣言"
fontem:
- iri: https://unicode.org/udhr/d/udhr_cmn_hans.xml
- iri: http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=chn
| 32.222222 | 77 | 0.641724 |
2fee67104fac9a90df22fd6d03283c55b4dbe82c | 212 | yaml | YAML | examples/typescript-policy/example-denied-pod.yaml | infa-ddeore/jspolicy | 011a4407575b7312f5279aa93c6d34a924de0f7e | [
"Apache-2.0"
] | 154 | 2021-05-06T14:58:11.000Z | 2022-03-31T11:24:02.000Z | examples/typescript-policy/example-denied-pod.yaml | infa-ddeore/jspolicy | 011a4407575b7312f5279aa93c6d34a924de0f7e | [
"Apache-2.0"
] | 13 | 2021-06-29T03:52:48.000Z | 2022-03-08T16:53:47.000Z | examples/typescript-policy/example-denied-pod.yaml | infa-ddeore/jspolicy | 011a4407575b7312f5279aa93c6d34a924de0f7e | [
"Apache-2.0"
] | 15 | 2021-05-09T07:50:57.000Z | 2022-03-17T04:51:33.000Z | apiVersion: v1
kind: Pod
metadata:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
command: ["sleep"]
args: ["99999999999999"]
securityContext:
privileged: true | 17.666667 | 30 | 0.617925 |
e823a7dc5eac06911462e18c0c8d3012b490ece4 | 20,799 | yaml | YAML | CompassLisaDoc.yaml | EdsoonJr/CompassLisa-API | eb047997dd56d86c999bb77d5513ef8fc2ca7588 | [
"MIT"
] | 1 | 2022-02-04T17:17:40.000Z | 2022-02-04T17:17:40.000Z | CompassLisaDoc.yaml | EdsoonJr/CompassLisa-API | eb047997dd56d86c999bb77d5513ef8fc2ca7588 | [
"MIT"
] | null | null | null | CompassLisaDoc.yaml | EdsoonJr/CompassLisa-API | eb047997dd56d86c999bb77d5513ef8fc2ca7588 | [
"MIT"
] | 3 | 2022-02-04T01:29:38.000Z | 2022-02-06T19:42:08.000Z | openapi: 3.0.1
info:
title: Compass-Lisa
description: A compasso entrou em um novo ramo de mercado, a CompassLisa um seguimento de negócio de carros de luxo e semi luxo para alugar.
version: 0.0.1
contact:
name: Edson de Araújo Junior
email: edsonjn2013@gmail.com
license:
name: "Lincença: MIT"
url: https://opensource.org/licenses/MIT
externalDocs:
description: Repositório-(Github)
url: https://github.com/EdsoonJr/CompassLisa-API
servers:
- url: https://jr-compass-lisa-api.herokuapp.com/api/v1
description: Compass-Lisa Heroku
- url: http://localhost:3000/api/v1/
description: Compass-Lisa Local
paths:
/authenticate:
post:
tags:
- Authenticate
summary: Autenticar Usuário
requestBody:
content:
application/json:
schema:
type: object
properties:
email:
type: string
senha:
type: string
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
token:
type: string
/car:
get:
security:
- auth: []
tags:
- Carros
summary: Listar Todos os Veículos
parameters:
- name: modelo
in: query
schema:
type: string
required: false
- name: cor
in: query
schema:
type: string
required: false
- name: ano
in: query
schema:
type: string
required: false
- name: acessorios
in: query
schema:
type: string
required: false
- name: quantidadePassageiros
in: query
schema:
type: string
required: false
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: string
quantidadePassageiros:
type: string
post:
security:
- auth: []
tags:
- Carros
summary: Cadastrar Veículo
requestBody:
content:
application/json:
schema:
type: object
properties:
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: string
quantidadePassageiros:
type: string
responses:
201:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: string
quantidadePassageiros:
type: string
400:
description: Falha no Cadastro
content:
application/json:
example: "Bad Request"
/car/{_id}:
get:
security:
- auth: []
tags:
- Carros
summary: Atualiza um Veículo
parameters:
- name: _id
in: path
schema:
type: string
required: true
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: string
quantidadePassageiros:
type: string
put:
security:
- auth: []
tags:
- Carros
summary: Atualiza um Veículo
parameters:
- name: _id
in: path
schema:
type: string
required: true
requestBody:
content:
application/json:
schema:
type: object
properties:
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: string
quantidadePassageiros:
type: string
responses:
200:
description: Veículo Atualizado
content:
application/json:
schema:
type: object
properties:
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: string
quantidadePassageiros:
type: string
400:
description: Erro ao atualizar funcionário
content:
application/json:
example: "Bad Request"
delete:
security:
- auth: []
tags:
- Carros
summary: Excluir Veículo
parameters:
- name: _id
in: path
schema:
type: string
required: true
responses:
204:
description: Veículo Excluído
content:
application/json:
example: ""
404:
description: Erro ao Excluir Veículo
content:
application/json:
example: "Vehicle Not Found"
/car/{id}/acessorios/{acessorioId}:
parameters:
- name: id
in: path
schema:
type: string
required: true
- name: acessorioId
in: path
schema:
type: string
required: true
patch:
security:
- auth: []
tags:
- Carros
summary: Atualizar a Descrição de Um Carro
requestBody:
content:
application/json:
schema:
type: object
properties:
descricao:
type: string
responses:
201:
description: Atualizado!
content:
application/json:
schema:
type: object
properties:
_id:
type: string
modelo:
type: string
cor:
type: string
ano:
type: string
acessorios:
type: array
items:
type: object
properties:
descricao:
type: string
quantidadePassageiros:
type: number
400:
description: Falha na Atualização
content:
application/json:
example: "Bad Request"
404:
description: Erro ao atualizar descrição
content:
application/json:
example: "Description Not Found"
/people:
post:
tags:
- Pessoas
summary: Cadastrar Pessoa
requestBody:
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
responses:
201:
description: produto cadastrado
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
400:
description: produto cadastrado
content:
application/json:
example: "Bad request"
get:
tags:
- Pessoas
summary: Listar Todos as Pessoas
parameters:
- in: query
name: nome
schema:
type: string
- in: query
name: cpf
schema:
type: integer
- in: query
name: data_nascimento
schema:
type: string
- in: query
name: email
schema:
type: string
- in: query
name: senha
schema:
type: string
- in: query
name: habilitado
schema:
type: string
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
/people/{_id}:
get:
tags:
- Pessoas
summary: Buscar Pessoa Por Id
parameters:
- name: _id
in: path
schema:
type: string
required: true
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
put:
tags:
- Pessoas
summary: Atualizar uma Pessoa
parameters:
- name: _id
in: path
schema:
type: string
required: true
requestBody:
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
responses:
200:
description: Pessoa Atualizada
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cpf:
type: string
data_nascimento:
type: string
email:
type: string
senha:
type: string
habilitado:
type: string
400:
description: Erro ao atualizar Pessoa
content:
application/json:
example: "bad request"
delete:
tags:
- Pessoas
summary: Excluir Pessoa
parameters:
- name: _id
in: path
schema:
type: string
required: true
responses:
204:
description: Pessoa Excluída
content:
application/json:
example: ""
404:
description: Erro ao Excluir Pessoa
content:
application/json:
example: "People Not Found"
/rental:
post:
tags:
- Locadoras
summary: Cadastrar Locadora
requestBody:
content:
application/json:
schema:
type: object
properties:
nome:
type: string
cnpj:
type: string
atividade:
type: string
endereco:
type: array
items:
type: object
properties:
cep:
type: string
number:
type: string
complemeto:
type: string
isFilial:
type: string
responses:
201:
description: Locadora Cadastrada
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cnpj:
type: string
atividade:
type: string
endereco:
type: array
items:
type: object
properties:
cep:
type: string
number:
type: string
complemeto:
type: string
isFilial:
type: boolean
400:
description: Falha no Cadastro
content:
application/json:
example: "Bad Request"
get:
tags:
- Locadoras
summary: Listar Todas as Locadoras
parameters:
- name: nome
in: query
schema:
type: string
required: false
- name: cnpj
in: query
schema:
type: string
required: false
- name: atividades
in: query
schema:
type: string
required: false
- name: endereco
in: query
schema:
type: string
required: false
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cnpj:
type: string
atividade:
type: string
endereco:
type: array
items:
type: object
properties:
cep:
type: string
number:
type: string
complemeto:
type: string
isFilial:
type: boolean
/rental/{_id}:
get:
tags:
- Locadoras
summary: Buscar Locadora Por ID
parameters:
- name: _id
in: path
schema:
type: string
required: true
responses:
200:
description: Sucesso
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cnpj:
type: string
atividade:
type: string
endereco:
type: array
items:
type: object
properties:
cep:
type: string
number:
type: string
complemeto:
type: string
isFilial:
type: boolean
404:
description: Locadora Não Encontrada
content:
application/json:
example: "Rental Not Found"
put:
tags:
- Locadoras
summary: Atualizar Uma Locadora
parameters:
- name: _id
in: path
schema:
type: string
required: true
requestBody:
content:
application/json:
schema:
type: object
properties:
nome:
type: string
cnpj:
type: string
atividade:
type: string
endereco:
type: array
items:
type: object
properties:
cep:
type: string
number:
type: string
complemeto:
type: string
isFilial:
type: boolean
responses:
200:
description: Locadora Atualizada
content:
application/json:
schema:
type: object
properties:
_id:
type: string
nome:
type: string
cnpj:
type: string
atividade:
type: string
endereco:
type: array
items:
type: object
properties:
cep:
type: string
number:
type: string
complemeto:
type: string
isFilial:
type: boolean
404:
description: Locadora Não Encontrada
content:
application/json:
example: "Rental Not Found"
delete:
tags:
- Locadoras
summary: Excluir Locadora
parameters:
- name: _id
in: path
schema:
type: string
required: true
responses:
204:
description: Locadora Excluida
content:
application/json:
example: ""
404:
description: Erro ao Excluir Locadora
content:
application/json:
example: "People Not Found"
components:
securitySchemes:
auth:
type: http
scheme: bearer
bearerFormat: JWT
| 25.520245 | 142 | 0.379201 |
78a21cb5ef520835b90c868adb58447d8189c384 | 492 | yml | YAML | src/Feature/Maps/serialization/Settings/Maps/Map Types/satellite.yml | Nmnaren/azuredevopssitecore | f2a693dd03d160c97f3ea65f365070cdbb8b337a | [
"Apache-2.0"
] | 470 | 2015-09-22T12:01:42.000Z | 2022-03-18T21:17:49.000Z | src/Feature/Maps/serialization/Settings/Maps/Map Types/satellite.yml | Nmnaren/azuredevopssitecore | f2a693dd03d160c97f3ea65f365070cdbb8b337a | [
"Apache-2.0"
] | 278 | 2015-09-22T10:39:55.000Z | 2019-12-06T14:36:49.000Z | src/Feature/Maps/serialization/Settings/Maps/Map Types/satellite.yml | Nmnaren/azuredevopssitecore | f2a693dd03d160c97f3ea65f365070cdbb8b337a | [
"Apache-2.0"
] | 563 | 2015-10-25T17:35:00.000Z | 2022-02-16T14:13:50.000Z | ---
ID: "220acbad-f147-4ea0-9ae7-079f84c6fd89"
Parent: "07674169-6ecb-4534-9d90-f2bb2feb2bfa"
Template: "04c34cf5-b7ea-4408-88e8-5fc851173dbd"
Path: /sitecore/system/Settings/Feature/Maps/Map Types/satellite
DB: master
Languages:
- Language: en
Versions:
- Version: 1
Fields:
- ID: "25bed78c-4957-4165-998a-ca1b52f67497"
Hint: __Created
Value: 20151214T093341Z
- ID: "4a724065-e4ca-4cdd-9027-f56ceef1b082"
Hint: Name
Value: satellite
| 27.333333 | 65 | 0.689024 |
79ec6611ce1417d1ccd39f0ff44cf3f8d18c4993 | 470 | yml | YAML | src/RestBundle/Resources/config/services.yml | philipsorst/symfony-angular-rest-example.php | f181d2cd04391e235d025985f58e4de0a369f866 | [
"Apache-2.0"
] | 1 | 2015-04-20T13:35:34.000Z | 2015-04-20T13:35:34.000Z | src/RestBundle/Resources/config/services.yml | philipsorst/symfony-angular-rest-example.php | f181d2cd04391e235d025985f58e4de0a369f866 | [
"Apache-2.0"
] | 4 | 2015-02-03T11:03:59.000Z | 2015-02-05T15:13:03.000Z | src/RestBundle/Resources/config/services.yml | philipsorst/symfony-angular-rest-example.php | f181d2cd04391e235d025985f58e4de0a369f866 | [
"Apache-2.0"
] | null | null | null | parameters:
# TODO: This should actually already be overriden by FOS Rest Bundle. Recheck why it is not working.
jms_serializer.form_error_handler.class: FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
services:
ddr.symfonyangularrestexample.security.api_key_authenticator:
class: Dontdrinkandroot\SymfonyAngularRestExample\RestBundle\Security\ApiKeyAuthenticator
arguments:
- '@ddr.symfonyangularrestexample.service.user'
| 47 | 104 | 0.789362 |
030795762ecbd8fcbeaca948772eb84f1d1ac0f9 | 1,310 | yml | YAML | .github/workflows/publish.yml | pomerium/desktop-client | dfe0e9e4e9e2aeb5fcf9bb5a5a87e8d9668e6a2d | [
"Apache-2.0"
] | 4 | 2021-09-22T08:42:17.000Z | 2022-02-24T08:44:02.000Z | .github/workflows/publish.yml | pomerium/desktop-client | dfe0e9e4e9e2aeb5fcf9bb5a5a87e8d9668e6a2d | [
"Apache-2.0"
] | 29 | 2021-09-21T19:47:19.000Z | 2022-03-22T17:56:23.000Z | .github/workflows/publish.yml | pomerium/desktop-client | dfe0e9e4e9e2aeb5fcf9bb5a5a87e8d9668e6a2d | [
"Apache-2.0"
] | null | null | null | name: Publish
permissions:
contents: read
on:
push:
branches: ['main']
jobs:
publish:
permissions:
contents: write
issues: read
pull-requests: read
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- name: Checkout git repo
uses: actions/checkout@v1
- name: Install Node, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 15
- name: Install dependencies
run: |
yarn install
- name: Import Apple CSC
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_APP_CSC }}
p12-password: ${{ secrets.APPLE_APP_CSC_PASSWORD }}
- name: Set up Apple ID Credentials
run: |
mkdir ~/private_keys
echo "${{ secrets.APPLE_ID_KEY }}" > ~/private_keys/AuthKey_${{ secrets.APPLE_ID }}.p8
- name: Release
env:
GH_TOKEN: ${{ secrets.github_token }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_KEY_ISSUER: ${{ secrets.APPLE_ID_KEY_ISSUER }}
run: |
yarn release -m --arm64
yarn release -m --x64
yarn release -l --arm64
yarn release -l --x64
yarn release -w
| 23.392857 | 96 | 0.554962 |
03362bae9ece6623e695989f13950d3b2780c50c | 12,553 | yml | YAML | web/sites/all/modules/contrib/webform/modules/webform_example_custom_form/config/install/webform.webform.webform_example_custom_form.yml | pantheon-fixtures/site-example-drops-8-non-composer | 4acfe3ff506b4a60872bad857828773fcbcb7d2a | [
"MIT"
] | null | null | null | web/sites/all/modules/contrib/webform/modules/webform_example_custom_form/config/install/webform.webform.webform_example_custom_form.yml | pantheon-fixtures/site-example-drops-8-non-composer | 4acfe3ff506b4a60872bad857828773fcbcb7d2a | [
"MIT"
] | 2 | 2021-01-31T00:42:39.000Z | 2021-02-02T00:47:06.000Z | web/modules/contrib/webform/modules/webform_example_custom_form/config/install/webform.webform.webform_example_custom_form.yml | jdelon02/cyberchapd8 | 651e52148d2ba86f885e3b9c802a7783da4eb77c | [
"MIT"
] | null | null | null | uuid: null
langcode: en
status: open
dependencies:
enforced:
module:
- webform_example_custom_form
open: null
close: null
weight: 0
uid: null
template: false
archive: false
id: webform_example_custom_form
title: 'Example: Webform Custom (Configuration) Form'
description: 'An example of a custom (configuration) form built using the webform module.'
category: Example
elements: |
'#attributes':
'class':
- 'webform-example-custom-form-settings'
basic_elements:
'#type': details
'#title': 'Basic elements'
'#open': true
textfield:
'#type': textfield
'#title': 'Text field'
'#counter_type': character
'#counter_maximum': 10
textarea:
'#type': textarea
'#title': 'Text area'
'#counter_type': word
'#counter_maximum': 500
select:
'#type': select
'#title': 'Select menu'
'#options':
one: One
two: Two
three: Three
'#select2': true
checkboxes:
'#type': checkboxes
'#title': 'Checkboxes'
'#options_display': side_by_side
'#options_description_display': help
'#options':
one: 'One -- This is help text.'
two: 'Two -- This is help text.'
three: 'Three -- This is help text.'
date_elements:
'#type': details
'#title': 'Date elements'
'#open': true
date:
'#type': date
'#title': Date
datelist:
'#type': datelist
'#title': 'Date list'
date_datepicker:
'#type': date
'#title': 'Date picker'
'#datepicker': true
'#date_date_format': 'D, m/d/Y'
webform_time:
'#type': webform_time
'#title': Time
advanced_elements:
'#type': details
'#title': 'Advanced elements'
'#open': true
email_multiple:
'#type': webform_email_multiple
'#title': 'Email multiple'
tel_international:
'#type': tel
'#title': 'Telephone (International)'
'#international': true
'#telephone_validation_format': '0'
range:
'#type': range
'#title': Range
'#min': 0
'#max': 100
'#step': 1
'#output': right
'#output__field_prefix': $
'#output__field_suffix': '.00'
managed_file:
'#type': managed_file
'#title': 'File upload'
tableselect:
'#type': tableselect
'#title': 'Table select'
'#options':
one: One
two: Two
three: Three
webform_tableselect_sort:
'#type': webform_tableselect_sort
'#title': 'Tableselect sort'
'#options':
one: One
two: Two
webform_table_sort:
'#type': webform_table_sort
'#title': 'Table sort'
'#options':
one: One
two: Two
three: Three
webform_autocomplete:
'#type': webform_autocomplete
'#title': Autocomplete
'#autocomplete_items': country_names
webform_buttons:
'#type': webform_buttons
'#title': Buttons
'#options':
one: One
two: Two
three: Three
webform_codemirror:
'#type': webform_codemirror
'#title': CodeMirror
'#mode': yaml
webform_image_select:
'#type': webform_image_select
'#title': 'Image select'
'#show_label': true
'#images':
kitten_1:
text: 'Cute Kitten 1'
src: 'http://placekitten.com/220/200'
kitten_2:
text: 'Cute Kitten 2'
src: 'http://placekitten.com/180/200'
kitten_3:
text: 'Cute Kitten 3'
src: 'http://placekitten.com/130/200'
webform_rating:
'#type': webform_rating
'#title': Rating
webform_terms_of_service:
'#type': webform_terms_of_service
'#terms_content': 'These are the terms of service.'
webform_likert:
'#type': webform_likert
'#title': Likert
'#questions':
q1: 'Please answer question 1?'
q2: 'How about now answering question 2?'
q3: 'Finally, here is question 3?'
'#answers':
1: 1
2: 2
3: 3
4: 4
5: 5
entity_reference_elements:
'#type': details
'#title': 'Entity reference elements'
'#open': true
entity_autocomplete:
'#type': entity_autocomplete
'#title': 'Entity autocomplete'
'#target_type': user
'#selection_handler': 'default:user'
'#selection_settings':
include_anonymous: true
webform_entity_select:
'#type': webform_entity_select
'#title': 'Entity select'
'#target_type': user
'#selection_handler': 'default:user'
'#selection_settings':
include_anonymous: true
webform_term_select:
'#type': webform_term_select
'#title': 'Term select'
'#vocabulary': tags
webform_composites:
'#type': details
'#title': 'Webform composites'
'#open': true
webform_custom_composite:
'#type': webform_custom_composite
'#title': 'Custom composite'
'#element':
first_name:
'#type': textfield
'#title': 'First name'
last_name:
'#type': textfield
'#title': 'Last name'
gender:
'#type': webform_select_other
'#options': gender
'#title': Gender
martial_status:
'#type': webform_select_other
'#options': marital_status
'#title': 'Martial status'
employment_status:
'#type': webform_select_other
'#options': employment_status
'#title': 'Employment status'
age:
'#type': number
'#title': Age
form_elements:
'#type': details
'#title': 'Form elements'
'#open': true
form_element_input_mask:
'#type': textfield
'#title': 'Form element (Input mask: Phone)'
'#input_mask': '(999) 999-9999'
'#test': ''
form_element_input_hide:
'#type': textfield
'#title': 'Form element (Input hiding)'
'#input_hide': true
'#default_value': '{value}'
form_element_descriptions:
'#type': textfield
'#title': 'Form element (Labels and descriptions)'
'#description': 'This is a description.'
'#placeholder': 'This is a placeholder.'
'#help': 'This is help.'
'#more': 'This is more text'
dividers:
'#type': details
'#title': Dividers
'#open': true
horizontal_rule_dotted_medium:
'#type': webform_horizontal_rule
'#attributes':
class:
- webform-horizontal-rule--dotted
- webform-horizontal-rule--medium
messages:
'#type': details
'#title': Messages
'#open': true
message_info:
'#type': webform_message
'#message_type': info
'#message_message': 'This is an <strong>info</strong> message.'
'#message_close': true
flexbox:
'#type': details
'#title': Flexbox
'#open': true
webform_flexbox:
'#type': webform_flexbox
'#title': 'Flexbox elements'
element_flex_1:
'#type': textfield
'#title': 'Element (Flex: 1)'
'#flex': 1
element_flex_2:
'#type': textfield
'#title': 'Element (Flex: 2)'
'#flex': 2
element_flex_3:
'#type': textfield
'#title': 'Element (Flex: 3)'
'#flex': 3
internal:
'#type': details
'#title': 'Internal'
'#open': true
checkbox_value:
'#type': webform_checkbox_value
'#title': 'Checkbox with value'
'#value__title': 'Enter a value'
mapping:
'#type': webform_mapping
'#title': 'Mapping'
'#source':
one: One
two: Two
three: Three
'#destination':
four: Four
five: Five
six: Six
multiple:
'#type': webform_multiple
'#title': 'Multiple values'
'#element':
first_name:
'#type': textfield
'#title': first_name
last_name:
'#type': textfield
'#title': last_name
'#default_value':
- first_name: John
last_name: Smith
- first_name: Jane
last_name: Doe
css: ''
javascript: ''
settings:
ajax: false
ajax_scroll_top: form
ajax_progress_type: ''
ajax_effect: ''
ajax_speed: null
page: true
page_submit_path: ''
page_confirm_path: ''
page_theme_name: ''
form_title: source_entity_webform
form_submit_once: false
form_exception_message: ''
form_open_message: ''
form_close_message: ''
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
form_prepopulate_source_entity_required: false
form_prepopulate_source_entity_type: ''
form_reset: false
form_disable_autocomplete: false
form_novalidate: false
form_disable_inline_errors: false
form_required: false
form_unsaved: false
form_disable_back: false
form_submit_back: false
form_autofocus: false
form_details_toggle: false
form_access_denied: default
form_access_denied_title: ''
form_access_denied_message: ''
form_access_denied_attributes: { }
form_file_limit: ''
share: false
share_node: false
share_theme_name: ''
share_title: true
share_page_body_attributes: { }
submission_label: ''
submission_log: false
submission_views: { }
submission_views_replace: { }
submission_user_columns: { }
submission_user_duplicate: false
submission_access_denied: default
submission_access_denied_title: ''
submission_access_denied_message: ''
submission_access_denied_attributes: { }
submission_exception_message: ''
submission_locked_message: ''
submission_excluded_elements: { }
submission_exclude_empty: false
submission_exclude_empty_checkbox: false
previous_submission_message: ''
previous_submissions_message: ''
autofill: false
autofill_message: ''
autofill_excluded_elements: { }
wizard_progress_bar: true
wizard_progress_pages: false
wizard_progress_percentage: false
wizard_progress_link: false
wizard_progress_states: false
wizard_auto_forward: true
wizard_auto_forward_hide_next_button: false
wizard_keyboard: true
wizard_start_label: ''
wizard_preview_link: false
wizard_confirmation: true
wizard_confirmation_label: ''
wizard_track: ''
wizard_prev_button_label: ''
wizard_next_button_label: ''
wizard_toggle: false
wizard_toggle_show_label: ''
wizard_toggle_hide_label: ''
preview: 0
preview_label: ''
preview_title: ''
preview_message: ''
preview_attributes: { }
preview_excluded_elements: { }
preview_exclude_empty: true
preview_exclude_empty_checkbox: false
draft: none
draft_multiple: false
draft_auto_save: false
draft_saved_message: ''
draft_loaded_message: ''
draft_pending_single_message: ''
draft_pending_multiple_message: ''
confirmation_type: page
confirmation_title: ''
confirmation_message: ''
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''
confirmation_back_attributes: { }
confirmation_exclude_query: false
confirmation_exclude_token: false
confirmation_update: false
limit_total: null
limit_total_interval: null
limit_total_message: ''
limit_total_unique: false
limit_user: null
limit_user_interval: null
limit_user_message: ''
limit_user_unique: false
entity_limit_total: null
entity_limit_total_interval: null
entity_limit_user: null
entity_limit_user_interval: null
purge: none
purge_days: null
results_disabled: true
results_disabled_ignore: true
results_customize: false
token_view: false
token_update: false
token_delete: false
serial_disabled: false
access:
create:
roles:
- anonymous
- authenticated
users: { }
permissions: { }
view_any:
roles: { }
users: { }
permissions: { }
update_any:
roles: { }
users: { }
permissions: { }
delete_any:
roles: { }
users: { }
permissions: { }
purge_any:
roles: { }
users: { }
permissions: { }
view_own:
roles: { }
users: { }
permissions: { }
update_own:
roles: { }
users: { }
permissions: { }
delete_own:
roles: { }
users: { }
permissions: { }
administer:
roles: { }
users: { }
permissions: { }
test:
roles: { }
users: { }
permissions: { }
configuration:
roles: { }
users: { }
permissions: { }
handlers: { }
variants: { }
| 25.723361 | 90 | 0.621843 |
f7893d6fb4fe5429e18426f6265eff8d3e573577 | 1,169 | yaml | YAML | .github/workflows/go.yaml | bogdandrutu/opentelemetry-collector-builder | 0e65d954f27c3d34e28c0b62f21e569126c4a9b4 | [
"Apache-2.0"
] | 52 | 2021-01-28T00:17:21.000Z | 2021-11-28T14:11:48.000Z | .github/workflows/go.yaml | bogdandrutu/opentelemetry-collector-builder | 0e65d954f27c3d34e28c0b62f21e569126c4a9b4 | [
"Apache-2.0"
] | 59 | 2021-01-28T14:06:44.000Z | 2021-10-15T10:35:27.000Z | .github/workflows/go.yaml | bogdandrutu/opentelemetry-collector-builder | 0e65d954f27c3d34e28c0b62f21e569126c4a9b4 | [
"Apache-2.0"
] | 36 | 2021-02-01T10:56:32.000Z | 2022-03-07T12:54:32.000Z | name: "Continuous Integration"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: go test -v ./...
lint:
name: Code standards (linting)
runs-on: ubuntu-20.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
args: --enable=gosec,maligned,misspell
only-new-issues: true
security:
name: Security
runs-on: ubuntu-20.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
| 20.508772 | 55 | 0.615911 |
a10706974a73f885f3edcef5194fe6bba665f53f | 419 | yaml | YAML | deploy/charts/rawfile-csi/values.yaml | hamravesh/rawfile-localpv | ab50217ea51f5dbee129c82c93ea69771d676235 | [
"Apache-2.0"
] | null | null | null | deploy/charts/rawfile-csi/values.yaml | hamravesh/rawfile-localpv | ab50217ea51f5dbee129c82c93ea69771d676235 | [
"Apache-2.0"
] | null | null | null | deploy/charts/rawfile-csi/values.yaml | hamravesh/rawfile-localpv | ab50217ea51f5dbee129c82c93ea69771d676235 | [
"Apache-2.0"
] | null | null | null | provisionerName: "rawfile.csi.openebs.io"
defaults: &defaults
image:
repository: docker.io/openebs/rawfile-localpv
tag: 0.4.2
pullPolicy: Always
resources:
limits:
cpu: 1
memory: 100Mi
requests:
cpu: 10m
memory: 100Mi
controller:
<<: *defaults
node:
<<: *defaults
metrics:
enabled: false
imagePullSecrets: []
serviceMonitor:
enabled: true
interval: 15s
| 14.964286 | 49 | 0.649165 |
4e9468a908ada8ffd5e8b67d0ddab823032c1a5e | 563 | yml | YAML | docs-ref-autogen/@azure/servicefabric/GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse.yml | ellismg/azure-docs-sdk-node | c36a2584fe9e23a0de152d3cfa79dcd130f85353 | [
"CC-BY-4.0",
"MIT"
] | 59 | 2017-07-07T17:57:53.000Z | 2022-03-25T16:36:13.000Z | docs-ref-autogen/@azure/servicefabric/GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse.yml | ellismg/azure-docs-sdk-node | c36a2584fe9e23a0de152d3cfa79dcd130f85353 | [
"CC-BY-4.0",
"MIT"
] | 1,322 | 2017-06-20T20:51:24.000Z | 2022-03-29T21:20:34.000Z | docs-ref-autogen/@azure/servicefabric/GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse.yml | ellismg/azure-docs-sdk-node | c36a2584fe9e23a0de152d3cfa79dcd130f85353 | [
"CC-BY-4.0",
"MIT"
] | 159 | 2017-06-21T00:35:28.000Z | 2022-03-28T23:37:18.000Z | ### YamlMime:TSTypeAlias
name: GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse
uid: >-
@azure/servicefabric.GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse
package: '@azure/servicefabric'
summary: >-
Contains response data for the
getClusterHealthChunkUsingPolicyAndAdvancedFilters operation.
fullName: GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse
remarks: ''
isPreview: false
isDeprecated: false
syntax: >-
type GetClusterHealthChunkUsingPolicyAndAdvancedFiltersResponse =
ClusterHealthChunk & { _response: Object }
| 35.1875 | 81 | 0.856128 |
7c645abc9691b5dcabae7c3e0e56615bd37889b5 | 1,048 | yaml | YAML | _data/advanced-ip-scanner.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | 4 | 2021-02-19T03:02:53.000Z | 2022-03-23T07:51:17.000Z | _data/advanced-ip-scanner.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | null | null | null | _data/advanced-ip-scanner.yaml | api-network/organizations | a6c87f20aa4b44dee7a48d52506e25cf8e6556da | [
"Apache-2.0"
] | 3 | 2021-02-19T03:02:59.000Z | 2021-10-03T22:25:23.000Z | ---
name: Advanced IP Scanner
description: Advanced IP Scanner shows all network devices, gives you access to shared
folders, and can even remotely switch computers off. Download it Free.
image: ""
created: "2021-02-04"
modified: "2021-02-04"
specificationVersion: "0.14"
x-rank: "7"
x-alexaRank: "46626"
url: https://raw.githubusercontent.com/api-network/organizations/main/advanced-ip-scanner.yaml
tags:
- Wifi Scanner
- Wake On Lan
- Utility
- Tool
- Security Scanners
- Scan Http
- Port Scanner
- Network Scanner
- Lan Scanner
- Ipscanner
- Ipscan
- Ip Scanner
- Ip Scan
- IP Address
- Free
- Download
- Advanced Ip Scanner
apis: []
x-common:
- type: x-website
url: http://www.radmin.com
- type: x-facebook
url: http://www.facebook.com/IpScanner
- type: x-instagram
url: https://www.instagram.com/advanced_ip_scanner/
- type: x-twitter
url: http://twitter.com/Famatech
- type: x-website
url: https://www.advanced-ip-scanner.com
include: []
maintainers:
- FN: Kin Lane
x-twitter: apievangelist
email: info@apievangelist.com
--- | 22.297872 | 94 | 0.729962 |
6b134f0c497ac352f8d5eb938cb50cddeeed6672 | 189 | yml | YAML | ec2_vars_vw_ajh.yml | spicyramen/ansible-playbook | 1b6a0f3123af2232ac5da1385b9a17b03c136ac6 | [
"Apache-2.0"
] | 66 | 2017-03-15T18:24:52.000Z | 2022-02-17T11:41:12.000Z | ec2_vars_vw_ajh.yml | tirupathiogirala/Ansible-Playbook | 1b6a0f3123af2232ac5da1385b9a17b03c136ac6 | [
"Apache-2.0"
] | 8 | 2017-03-11T01:00:17.000Z | 2020-04-22T18:26:17.000Z | ec2_vars_vw_ajh.yml | tirupathiogirala/Ansible-Playbook | 1b6a0f3123af2232ac5da1385b9a17b03c136ac6 | [
"Apache-2.0"
] | 44 | 2017-03-18T15:53:54.000Z | 2022-03-08T03:55:58.000Z | ---
key_pair: adam-heller
instance_type: t2.micro
region: us-west-2
security_group_id: sg-2b6cf950
num_instances: 2
subnet_id: subnet-d7db7ab0
tag_key_vals:
Name: aj-ec2-test
class: vw
| 17.181818 | 30 | 0.777778 |
e63232b7ae918813a22d06697084e3d8f65e564f | 47 | yml | YAML | test/fep01/Spring-Boot-Fep-Server/src/main/resources/application.yml | grtlinux/KieaTomcat | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | [
"Apache-2.0"
] | null | null | null | test/fep01/Spring-Boot-Fep-Server/src/main/resources/application.yml | grtlinux/KieaTomcat | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | [
"Apache-2.0"
] | null | null | null | test/fep01/Spring-Boot-Fep-Server/src/main/resources/application.yml | grtlinux/KieaTomcat | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | [
"Apache-2.0"
] | null | null | null | #
#
#
fep-server:
desc: Hello world!!!
#
#
# | 5.222222 | 22 | 0.489362 |
295fd87c60d3a9f54158e8858d6da4fe27dd10ce | 1,226 | yaml | YAML | .github/workflows/pypi.yaml | malmans2/xESMF | 20749f8a3d15e11d702f3d6dd75b030aa1a58be3 | [
"MIT"
] | 1 | 2021-07-07T16:57:14.000Z | 2021-07-07T16:57:14.000Z | .github/workflows/pypi.yaml | malmans2/xESMF | 20749f8a3d15e11d702f3d6dd75b030aa1a58be3 | [
"MIT"
] | 10 | 2020-08-17T19:43:16.000Z | 2021-08-30T18:02:38.000Z | .github/workflows/pypi.yaml | malmans2/xESMF | 20749f8a3d15e11d702f3d6dd75b030aa1a58be3 | [
"MIT"
] | null | null | null | name: Upload xesmf to PyPI
on:
release:
types:
- published
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
shell: bash
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools setuptools-scm wheel twine check-manifest
- name: Build tarball and wheels
run: |
python setup.py sdist
python -m pip wheel . -w dist --no-deps
- name: Test the artifacts
run: |
python -m check_manifest --verbose
python -m twine check dist/*
# FIXME: failing at the moment b/c we don't have PyPI ownership
# - name: Publish
# env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# run: |
# python -m twine upload dist/*
- name: upload artifacs
uses: actions/upload-artifact@v2
with:
path: dist/*
| 25.020408 | 84 | 0.560359 |
fadea5c22b58db23fa7e83ce7848f02b7d3fdf8a | 1,339 | yaml | YAML | content/communications.yaml | ktyle/projectpythia.github.io | 8fc0adffa15aac727b8ed323a16f04c997a65730 | [
"Apache-2.0"
] | null | null | null | content/communications.yaml | ktyle/projectpythia.github.io | 8fc0adffa15aac727b8ed323a16f04c997a65730 | [
"Apache-2.0"
] | null | null | null | content/communications.yaml | ktyle/projectpythia.github.io | 8fc0adffa15aac727b8ed323a16f04c997a65730 | [
"Apache-2.0"
] | null | null | null | - name: Pangeo Discourse Forum
url: https://discourse.pangeo.io/
thumbnail: _static/images/pangeo_simple_logo.png
tags:
- forum
- chat
description: |
A Discourse forum for all things happening in the Pangeo community
- name: Pangeo Gitter Room
url: https://gitter.im/pangeo-data/Lobby
thumbnail: _static/images/pangeo_simple_logo.png
tags:
- chat
description: |
A Discourse forum for all things happening in the Pangeo community
- name: Pangeo GitHub main repository
url: https://github.com/pangeo-data/pangeo
thumbnail: _static/images/pangeo_simple_logo.png
tags:
- github
description: |
Pangeo website + discussion of general issues related to the project.
- name: xarray Discussions Page
url: https://github.com/pydata/xarray/discussions
thumbnail: _static/images/xarray-logo.png
tags:
- github
- forum
description: |
A place to connect with other members of xarray community.
- name: Jupyter Discourse Forum
url: https://discourse.jupyter.org/
thumbnail: https://aws1.discourse-cdn.com/standard11/uploads/jupyter/original/1X/5042a9e9c48769ff730b5bf57c0d8875e24b4439.png
description: |
This is a place for the jupyter community to interact with one another,
share stories of their work, ask for help, and give help to others.
tags:
- forum
| 31.139535 | 127 | 0.740105 |
603df3afebc5e43ac025ba334d88eb1515c412e5 | 3,010 | yaml | YAML | k8s/docker-chat/docker-chat.yaml | ageapps/docker-chat | 8eb8fb49d95c2586521f30ca52c8096dd5ca3dcf | [
"MIT"
] | 42 | 2017-11-25T14:47:57.000Z | 2022-03-21T12:03:20.000Z | k8s/docker-chat/docker-chat.yaml | ageapps/docker-chat | 8eb8fb49d95c2586521f30ca52c8096dd5ca3dcf | [
"MIT"
] | 3 | 2021-01-05T22:15:08.000Z | 2021-07-17T20:45:13.000Z | k8s/docker-chat/docker-chat.yaml | ageapps/docker-chat | 8eb8fb49d95c2586521f30ca52c8096dd5ca3dcf | [
"MIT"
] | 19 | 2017-11-25T14:34:12.000Z | 2021-11-09T06:23:04.000Z | kind: Service
apiVersion: v1
metadata:
name: docker-chat
labels:
app: docket-chat
tier: backend
spec:
type: NodePort
selector:
app: docker-chat
tier: backend
ports:
- protocol: TCP
port: 8080
name: http
targetPort: 3000
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: docker-chat
spec:
replicas: 1
template:
metadata:
labels:
app: docker-chat
tier: backend
spec:
# volumes:
# - name: glusterfs-content
# glusterfs:
# endpoints: glusterfs-cluster
# path: kube-vol
# readOnly: true
containers:
- name: "docker-chat"
image: "ageapps/docker-chat:app"
imagePullPolicy: Always
ports:
- containerPort: 3000
command: ["/bin/sh", "-c", "nodemon ./bin/www"]
# volumeMounts:
# - name: glusterfs-content
# mountPath: /uploads
env:
- name: PORT
valueFrom:
configMapKeyRef:
name: global-config
key: app.port
- name: DEBUG
value: "docker-chat:*"
- name: MONGO_PASSWORD
valueFrom:
configMapKeyRef:
name: global-config
key: db.password
- name: MONGO_USERNAME
valueFrom:
configMapKeyRef:
name: global-config
key: db.username
- name: MONGO_DATABASE
valueFrom:
configMapKeyRef:
name: global-config
key: db.database
- name: DB_PORT
valueFrom:
configMapKeyRef:
name: global-config
key: db.port
- name: DB_HOST
valueFrom:
configMapKeyRef:
name: global-config
key: db.host
- name: SCALABLE
valueFrom:
configMapKeyRef:
name: global-config
key: app.scalable
###### MESSAGE BROKERS ########
# # REDIS
# - name: REDIS_HOST
# valueFrom:
# configMapKeyRef:
# name: global-config
# key: app.redis_host
# RABBIT
- name: RABBIT_HOST
valueFrom:
configMapKeyRef:
name: global-config
key: app.rabbit_host
# # NATS
# - name: NATS_HOST
# valueFrom:
# configMapKeyRef:
# name: global-config
# key: app.nats_host
###### DEVELOPMENT VARIABLE #######
- name: REDEPLOY_VAR
value: "v1"
livenessProbe:
httpGet:
path: /healthcheck
port: 3000
initialDelaySeconds: 5
timeoutSeconds: 3
periodSeconds: 10
readinessProbe:
httpGet:
path: /healthcheck
port: 3000
initialDelaySeconds: 5
timeoutSeconds: 3
periodSeconds: 10
| 23.888889 | 55 | 0.497342 |
79c7db270ccafb652c27c4a473223ee82012a71e | 798 | yaml | YAML | hrnet/configs/seg_hrnet_w48.yaml | levinkov/hrnet-sem-seg | e4a8442f33cb6c73632ec810bfe6d39f050ecc06 | [
"MIT"
] | 3 | 2021-02-26T11:23:03.000Z | 2021-09-24T13:12:34.000Z | hrnet/configs/seg_hrnet_w48.yaml | levinkov/hrnet-sem-seg | e4a8442f33cb6c73632ec810bfe6d39f050ecc06 | [
"MIT"
] | null | null | null | hrnet/configs/seg_hrnet_w48.yaml | levinkov/hrnet-sem-seg | e4a8442f33cb6c73632ec810bfe6d39f050ecc06 | [
"MIT"
] | 1 | 2021-02-26T11:25:22.000Z | 2021-02-26T11:25:22.000Z | MODEL:
EXTRA:
FINAL_CONV_KERNEL: 1
STAGE1:
NUM_MODULES: 1
NUM_RANCHES: 1
BLOCK: BOTTLENECK
NUM_BLOCKS:
- 4
NUM_CHANNELS:
- 64
FUSE_METHOD: SUM
STAGE2:
NUM_MODULES: 1
NUM_BRANCHES: 2
BLOCK: BASIC
NUM_BLOCKS:
- 4
- 4
NUM_CHANNELS:
- 48
- 96
FUSE_METHOD: SUM
STAGE3:
NUM_MODULES: 4
NUM_BRANCHES: 3
BLOCK: BASIC
NUM_BLOCKS:
- 4
- 4
- 4
NUM_CHANNELS:
- 48
- 96
- 192
FUSE_METHOD: SUM
STAGE4:
NUM_MODULES: 3
NUM_BRANCHES: 4
BLOCK: BASIC
NUM_BLOCKS:
- 4
- 4
- 4
- 4
NUM_CHANNELS:
- 48
- 96
- 192
- 384
FUSE_METHOD: SUM
| 15.346154 | 24 | 0.467419 |
0376c047c135591110af63e917da5c4ea0125d6d | 1,798 | yml | YAML | Child1.yml | ZuberR97/pipelines-dotnet-core | 70f51b9f8ca4a930967ff18b7640df4d03c06ac8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | Child1.yml | ZuberR97/pipelines-dotnet-core | 70f51b9f8ca4a930967ff18b7640df4d03c06ac8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | Child1.yml | ZuberR97/pipelines-dotnet-core | 70f51b9f8ca4a930967ff18b7640df4d03c06ac8 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | # ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger: none
pool:
vmImage: 'ubuntu-latest'
variables:
buildConfiguration: 'Release'
steps:
# - script: dotnet build --configuration $(buildConfiguration)
# displayName: 'dotnet build $(buildConfiguration)'
# - task: AzureCLI@2
# inputs:
# azureSubscription: 'AzureConnection'
# scriptType: 'bash'
# scriptLocation: 'inlineScript'
# inlineScript: |
# echo 'Install Azure DevOps Extension on the agent'
# az extension add --name azure-devops
# echo 'Verify Extension installation'
# az extension list
# echo 'Configure project defaults'
# az devops configure --defaults organization='$(System.TeamFoundationCollectionUri)' project='$(System.TeamProject)'
# echo 'List configuration - Azure DevOps Extension'
# az devops configure --list
# echo 'Installation completed'
# echo 'Timeout variable is $(timeoutPoint)'
# displayName: 'Azure DevOps Extension installation'
# - task: UploadKubeflowPipeline@0
# inputs:
# kubeflowEndpoint: 'http://52.250.43.5/'
# kubeflowPipelineTask: 'uploadNew'
# pipelineFilePath: '$(System.DefaultWorkingDirectory)/pipeline.py.tar.gz'
# newPipelineName: 'DevOps test pipeline'
# description: '
- task: UploadKubeflowPipeline@0
inputs:
kubeflowEndpoint: 'http://52.250.43.5/'
kubeflowPipelineTask: 'uploadNew'
pipelineFilePath: '$(System.DefaultWorkingDirectory)/pipeline.py.tar.gz'
newPipelineName: 'DevOps_test_pipeline'
description: 'this pipeline is testing if the upload task works on azdo'
| 33.296296 | 123 | 0.70634 |
792831ca34c3655bbaf1736b368660f3ea6e912c | 796 | yml | YAML | data/ut/legislature/Mark-A-Strong-5d383c2b-0450-48db-92bf-e20977953cd8.yml | putorti/people | 9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc | [
"CC0-1.0"
] | null | null | null | data/ut/legislature/Mark-A-Strong-5d383c2b-0450-48db-92bf-e20977953cd8.yml | putorti/people | 9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc | [
"CC0-1.0"
] | null | null | null | data/ut/legislature/Mark-A-Strong-5d383c2b-0450-48db-92bf-e20977953cd8.yml | putorti/people | 9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc | [
"CC0-1.0"
] | null | null | null | id: ocd-person/5d383c2b-0450-48db-92bf-e20977953cd8
name: Mark A. Strong
given_name: Mark
family_name: Strong
email: mstrong@le.utah.gov
image: https://le.utah.gov/images/legislator/STRONMA.jpg
party:
- name: Republican
roles:
- start_date: '2019-01-01'
type: lower
jurisdiction: ocd-jurisdiction/country:us/state:ut/government
district: '41'
links:
- url: http://house.utah.gov/rep/STRONMA
other_names:
- name: Strong, M.A.
- name: Strong, Mark A.
sources:
- url: http://le.utah.gov/data/legislators.json
extras:
links:
- https://le.utah.gov/house2/CofI/COFISTRONMA.pdf
- https://disclosures.utah.gov/Search/PublicSearch/FolderDetails/1415024
offices:
- address: 2628 CLYDESDALE CIR, BLUFFDALE, UT, 84065
voice: 385-275-5682
classification: district
name: 'District Office #1'
| 26.533333 | 74 | 0.748744 |
434e6ef82f4e49a0258be71b30e1620294717aa2 | 1,084 | yml | YAML | azure-pipelines/prod-beta-execution-tests-known-issues-daily.yml | finsharp/msgraph-sdk-raptor | 21f97e8e1d1603e6c0e842620a30edeeb3f547da | [
"MIT"
] | null | null | null | azure-pipelines/prod-beta-execution-tests-known-issues-daily.yml | finsharp/msgraph-sdk-raptor | 21f97e8e1d1603e6c0e842620a30edeeb3f547da | [
"MIT"
] | null | null | null | azure-pipelines/prod-beta-execution-tests-known-issues-daily.yml | finsharp/msgraph-sdk-raptor | 21f97e8e1d1603e6c0e842620a30edeeb3f547da | [
"MIT"
] | null | null | null | # Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
trigger: none # disable triggers based on commits.
pr: none # disable this as a PR check
name: 'Daily Beta C# Snippet Execution Tests'
schedules:
- cron: "0 3 * * *" # everyday at 3AM UTC (off hours for Redmond, Nairobi and Montréal)
displayName: 'Daily PROD Beta Execution Pipeline - Known Issues'
branches:
include:
- dev
always: true
resources:
repositories:
- repository: microsoft-graph-docs
type: github
endpoint: microsoftgraph
name: microsoftgraph/microsoft-graph-docs
ref: main
pool:
vmImage: 'ubuntu-latest'
variables:
buildConfiguration: 'Release'
steps:
- template: common-templates/checkout.yml
- template: common-templates/transform-app-settings.yml
- template: compile-run-tests-template.yml
parameters:
projectFileName: CsharpBetaExecutionKnownFailureTests
runName: 'Daily Beta C# Snippet Execution Tests - Known Issues'
testType: 'Execution' | 30.111111 | 151 | 0.734317 |
102b60664837cfb7deba0dbc80c875dabb8f5a90 | 1,004 | yml | YAML | _config.yml | hkstarkdpm/lakeparkpodiatry.com | c06c4ddfb677ca32702bf675e8889791260a0433 | [
"Apache-2.0"
] | null | null | null | _config.yml | hkstarkdpm/lakeparkpodiatry.com | c06c4ddfb677ca32702bf675e8889791260a0433 | [
"Apache-2.0"
] | null | null | null | _config.yml | hkstarkdpm/lakeparkpodiatry.com | c06c4ddfb677ca32702bf675e8889791260a0433 | [
"Apache-2.0"
] | null | null | null | # Site settings
title: Lake Park Podiatry
email: lakeparkpodiatry@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Lake Park Podiatry is a podiatry practice in Lake Park, Florida.
Dr. Henry Stark DPM specializes in treating foot pain and ankle pain.
He is available for appointments and accepts most insurance plans.
Contact the podiatrists at Lake Park Podiatry today.
image: "https://lakeparkpodiatry.com/img/header.jpg"
keywords:
- podiatrists
- foot doctors
- podiatry
- boynton beach
- jupiter
- loxahatchee
- palm beach gardens
- west palm beach
- palm beach county
- foot pain
- ankle pain
- podiatrist
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://lakeparkpodiatry.com" # the base hostname & protocol for your site
phone: +1 (561) 284-6886
address:
name: Lake Park Podiatry
street: 701 Park Avenue
city: Lake Park
state: FL
zip: 33403-2503
# Build settings
markdown: kramdown
plugins:
- jekyll-sitemap
| 24.487805 | 80 | 0.731076 |
7cf1867de8ee3611b43054e0be40c04247eb555f | 73,884 | yaml | YAML | build_traces/puppet-agent-master/518-662900cdc294c0c35cf2976cba2dbd692b6216f3.yaml | puppetlabs/pipeline_stats | ee11e945200f2ba739343e0055c9a054a6c9423c | [
"Apache-2.0"
] | null | null | null | build_traces/puppet-agent-master/518-662900cdc294c0c35cf2976cba2dbd692b6216f3.yaml | puppetlabs/pipeline_stats | ee11e945200f2ba739343e0055c9a054a6c9423c | [
"Apache-2.0"
] | 2 | 2020-02-11T17:03:46.000Z | 2020-02-11T19:33:20.000Z | build_traces/puppet-agent-master/518-662900cdc294c0c35cf2976cba2dbd692b6216f3.yaml | puppetlabs/pipeline_stats | ee11e945200f2ba739343e0055c9a054a6c9423c | [
"Apache-2.0"
] | 1 | 2021-03-05T11:27:38.000Z | 2021-03-05T11:27:38.000Z | ---
:name: puppet-agent-master
:sha: 662900cdc294c0c35cf2976cba2dbd692b6216f3
:start: 1600426805199
:stop: 1600456035041
:total: 479718310
:results:
- :name: suite-init
:number: 708
:metrics:
:start: 1600426805199
:executing: 6347
:blocked: 0
:waiting: 4311
:buildable: 1
:queuing: 4312
:total: 10659
:stop: 1600426815858
:parent:
- :name: prep-project
:number: 807
:metrics:
:start: 1600426814185
:executing: 592835
:blocked: 0
:waiting: 2537
:buildable: 1
:queuing: 2538
:total: 595373
:stop: 1600427409558
:parent:
- :name: prep-components
:number: 805
:metrics:
:start: 1600427412160
:executing: 144178
:blocked: 0
:waiting: 4571
:buildable: 0
:queuing: 4571
:total: 148749
:stop: 1600427560909
:parent:
- :name: pxp-agent-worker
:number: '805'
:metrics:
:start: 1600427412160
:executing: 140063
:blocked: 0
:waiting: 1
:buildable: 1
:queuing: 2
:total: 140065
:stop: 1600427552225
:parent: platform_puppet-agent_puppet-agent-prep-components_daily-master
- :name: puppet-worker
:number: '805'
:metrics:
:start: 1600427412160
:executing: 143029
:blocked: 0
:waiting: 0
:buildable: 1
:queuing: 1
:total: 143030
:stop: 1600427555190
:parent: platform_puppet-agent_puppet-agent-prep-components_daily-master
- :name: hiera-worker
:number: '805'
:metrics:
:start: 1600427412160
:executing: 44120
:blocked: 0
:waiting: 0
:buildable: 2
:queuing: 2
:total: 44122
:stop: 1600427456282
:parent: platform_puppet-agent_puppet-agent-prep-components_daily-master
- :name: facter-worker
:number: '805'
:metrics:
:start: 1600427412160
:executing: 46276
:blocked: 0
:waiting: 0
:buildable: 1
:queuing: 1
:total: 46277
:stop: 1600427458437
:parent: platform_puppet-agent_puppet-agent-prep-components_daily-master
- :name: packaging
:number: 1035
:metrics:
:start: 1600427562172
:executing: 2924474
:blocked: 0
:waiting: 5796
:buildable: 0
:queuing: 5796
:total: 2930270
:stop: 1600430492442
:parent:
- :name: windowsfips-2012r2-x64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2386476
:blocked: 20044
:waiting: 0
:buildable: 470227
:queuing: 490271
:total: 2876747
:stop: 1600430438919
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: windows-2012r2-x86-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2224229
:blocked: 20064
:waiting: 0
:buildable: 469545
:queuing: 489609
:total: 2713838
:stop: 1600430276010
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: windows-2012r2-x64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2511966
:blocked: 19998
:waiting: 0
:buildable: 3101
:queuing: 23099
:total: 2535065
:stop: 1600430097237
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-20.04-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1298176
:blocked: 20052
:waiting: 0
:buildable: 470223
:queuing: 490275
:total: 1788451
:stop: 1600429350623
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-18.04-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1186304
:blocked: 20062
:waiting: 0
:buildable: 471586
:queuing: 491648
:total: 1677952
:stop: 1600429240124
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-16.04-ppc64el-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2690297
:blocked: 19939
:waiting: 0
:buildable: 3751
:queuing: 23690
:total: 2713987
:stop: 1600430276159
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-16.04-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1346273
:blocked: 20075
:waiting: 0
:buildable: 471408
:queuing: 491483
:total: 1837756
:stop: 1600429399928
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-16.04-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1226672
:blocked: 20047
:waiting: 0
:buildable: 469457
:queuing: 489504
:total: 1716176
:stop: 1600429278348
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-14.04-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1289154
:blocked: 20028
:waiting: 0
:buildable: 472651
:queuing: 492679
:total: 1781833
:stop: 1600429344005
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: ubuntu-14.04-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1178691
:blocked: 20067
:waiting: 0
:buildable: 471347
:queuing: 491414
:total: 1670105
:stop: 1600429232277
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: solaris-11-sparc-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2432051
:blocked: 20029
:waiting: 0
:buildable: 469380
:queuing: 489409
:total: 2921460
:stop: 1600430483632
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: solaris-11-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1518815
:blocked: 19952
:waiting: 0
:buildable: 3319
:queuing: 23271
:total: 1542086
:stop: 1600429104258
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: solaris-10-sparc-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2282001
:blocked: 20076
:waiting: 0
:buildable: 471435
:queuing: 491511
:total: 2773512
:stop: 1600430335684
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: solaris-10-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1303395
:blocked: 20057
:waiting: 0
:buildable: 2723
:queuing: 22780
:total: 1326175
:stop: 1600428888347
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: sles-15-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1125797
:blocked: 20074
:waiting: 0
:buildable: 471342
:queuing: 491416
:total: 1617213
:stop: 1600429179385
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: sles-12-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1124920
:blocked: 20068
:waiting: 0
:buildable: 470567
:queuing: 490635
:total: 1615555
:stop: 1600429177727
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: sles-12-ppc64le-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2624012
:blocked: 20034
:waiting: 0
:buildable: 2851
:queuing: 22885
:total: 2646897
:stop: 1600430209069
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: sles-11-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1193200
:blocked: 20046
:waiting: 0
:buildable: 470699
:queuing: 490745
:total: 1683945
:stop: 1600429246117
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: sles-11-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1340769
:blocked: 19979
:waiting: 0
:buildable: 3207
:queuing: 23186
:total: 1363955
:stop: 1600428926127
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: redhatfips-7-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1213008
:blocked: 20089
:waiting: 0
:buildable: 471527
:queuing: 491616
:total: 1704624
:stop: 1600429266796
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: osx-10.15-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2243238
:blocked: 20048
:waiting: 0
:buildable: 470333
:queuing: 490381
:total: 2733619
:stop: 1600430295791
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: osx-10.14-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1734721
:blocked: 20083
:waiting: 0
:buildable: 471248
:queuing: 491331
:total: 2226052
:stop: 1600429788224
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: fedora-32-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 856049
:blocked: 20059
:waiting: 0
:buildable: 469630
:queuing: 489689
:total: 1345738
:stop: 1600428907910
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: fedora-31-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 713637
:blocked: 19959
:waiting: 0
:buildable: 3838
:queuing: 23797
:total: 737434
:stop: 1600428299606
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: fedora-30-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 840096
:blocked: 19998
:waiting: 0
:buildable: 480276
:queuing: 500274
:total: 1340370
:stop: 1600428902542
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-8-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1180292
:blocked: 19937
:waiting: 0
:buildable: 3634
:queuing: 23571
:total: 1203863
:stop: 1600428766035
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-7-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1178090
:blocked: 19953
:waiting: 0
:buildable: 3946
:queuing: 23899
:total: 1201989
:stop: 1600428764161
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-7-ppc64le-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2625798
:blocked: 19955
:waiting: 0
:buildable: 3431
:queuing: 23386
:total: 2649184
:stop: 1600430211356
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-7-aarch64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 2591950
:blocked: 20023
:waiting: 0
:buildable: 2970
:queuing: 22993
:total: 2614943
:stop: 1600430177115
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-6-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1113896
:blocked: 20046
:waiting: 0
:buildable: 470120
:queuing: 490166
:total: 1604062
:stop: 1600429166234
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-6-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1308767
:blocked: 19937
:waiting: 0
:buildable: 3544
:queuing: 23481
:total: 1332248
:stop: 1600428894420
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-5-x86_64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1273220
:blocked: 20061
:waiting: 0
:buildable: 470468
:queuing: 490529
:total: 1763749
:stop: 1600429325921
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: el-5-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1270602
:blocked: 20016
:waiting: 0
:buildable: 469498
:queuing: 489514
:total: 1760116
:stop: 1600429322288
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: debian-9-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1304312
:blocked: 20046
:waiting: 0
:buildable: 472662
:queuing: 492708
:total: 1797020
:stop: 1600429359192
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: debian-9-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1307547
:blocked: 20045
:waiting: 0
:buildable: 471979
:queuing: 492024
:total: 1799571
:stop: 1600429361743
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: debian-8-i386-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 964111
:blocked: 20045
:waiting: 0
:buildable: 472383
:queuing: 492428
:total: 1456539
:stop: 1600429018711
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: debian-8-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 938612
:blocked: 20047
:waiting: 0
:buildable: 470436
:queuing: 490483
:total: 1429095
:stop: 1600428991267
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: debian-10-amd64-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 793237
:blocked: 20028
:waiting: 0
:buildable: 469369
:queuing: 489397
:total: 1282634
:stop: 1600428844806
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: aix-6.1-ppc-worker
:number: '1035'
:metrics:
:start: 1600427562172
:executing: 1474996
:blocked: 20066
:waiting: 0
:buildable: 469738
:queuing: 489804
:total: 1964800
:stop: 1600429526972
:parent: platform_puppet-agent_puppet-agent-packaging_daily-master
- :name: packaging-ship-repos
:number: 744
:metrics:
:start: 1600430491605
:executing: 79784
:blocked: 0
:waiting: 4920
:buildable: 2
:queuing: 4922
:total: 84706
:stop: 1600430576311
:parent:
- :name: integration-suite
:number: 1166
:metrics:
:start: 1600451835908
:executing: 2247117
:blocked: 0
:waiting: 0
:buildable: 0
:queuing: 0
:total: 2247117
:stop: 1600454083025
:parent:
- :name: pxp_agent-beaker-windowsfips2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2890416
:blocked: 1075275
:waiting: 2
:buildable: 272072
:queuing: 1347349
:total: 4237765
:stop: 1600434814966
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows2019_ja-64a%257Blocale=ja%257D
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2259618
:blocked: 1217123
:waiting: 15002
:buildable: 110940
:queuing: 1343065
:total: 3602683
:stop: 1600434179884
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows2019-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2248196
:blocked: 1232341
:waiting: 3
:buildable: 104003
:queuing: 1336347
:total: 3584543
:stop: 1600434161744
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows2016-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2263201
:blocked: 1110392
:waiting: 3
:buildable: 233745
:queuing: 1344140
:total: 3607341
:stop: 1600434184542
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2210625
:blocked: 933998
:waiting: 16754
:buildable: 109665
:queuing: 1060417
:total: 3271042
:stop: 1600433848243
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows2008r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2364341
:blocked: 1232310
:waiting: 2
:buildable: 105819
:queuing: 1338131
:total: 3702472
:stop: 1600434279673
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows10ent-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2986815
:blocked: 844111
:waiting: 1
:buildable: 493023
:queuing: 1337135
:total: 4323950
:stop: 1600434901151
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-windows10ent-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2399081
:blocked: 1258669
:waiting: 1
:buildable: 93938
:queuing: 1352608
:total: 3751689
:stop: 1600434328890
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu2004-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1870582
:blocked: 1077501
:waiting: 1
:buildable: 274486
:queuing: 1351988
:total: 3222570
:stop: 1600433799771
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu1804-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1908264
:blocked: 1258747
:waiting: 1
:buildable: 93754
:queuing: 1352502
:total: 3260766
:stop: 1600433837967
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu1604-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2272854
:blocked: 1074974
:waiting: 2
:buildable: 271617
:queuing: 1346593
:total: 3619447
:stop: 1600434196648
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu1604-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1734431
:blocked: 542636
:waiting: 3
:buildable: 1765
:queuing: 544404
:total: 2278835
:stop: 1600432856036
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu1604-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1559257
:blocked: 683880
:waiting: 15396
:buildable: 255163
:queuing: 954439
:total: 2513696
:stop: 1600433090897
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu1404-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1895831
:blocked: 601703
:waiting: 17696
:buildable: 250793
:queuing: 870192
:total: 2766023
:stop: 1600433343224
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-ubuntu1404-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1962795
:blocked: 1232274
:waiting: 3
:buildable: 96491
:queuing: 1328768
:total: 3291563
:stop: 1600433868764
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-solaris114-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2128224
:blocked: 162549
:waiting: 1284
:buildable: 330063
:queuing: 493896
:total: 2622120
:stop: 1600433199321
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-solaris11-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2125895
:blocked: 812945
:waiting: 1
:buildable: 506527
:queuing: 1319473
:total: 3445368
:stop: 1600434022569
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-solaris10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2071360
:blocked: 1259893
:waiting: 0
:buildable: 84560
:queuing: 1344453
:total: 3415813
:stop: 1600433993014
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-sles15-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1524518
:blocked: 1530481
:waiting: 0
:buildable: 259353
:queuing: 1789834
:total: 3314352
:stop: 1600433891553
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-sles12-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1798992
:blocked: 1514186
:waiting: 2
:buildable: 127951
:queuing: 1642139
:total: 3441131
:stop: 1600434018332
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-sles12-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1803012
:blocked: 1028558
:waiting: 1
:buildable: 319693
:queuing: 1348252
:total: 3151264
:stop: 1600433728465
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-sles11-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1522411
:blocked: 703612
:waiting: 2
:buildable: 5516
:queuing: 709130
:total: 2231541
:stop: 1600432808742
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-sles11-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2296883
:blocked: 951793
:waiting: 15677
:buildable: 251514
:queuing: 1218984
:total: 3515867
:stop: 1600434093068
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-redhatfips7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1899536
:blocked: 783467
:waiting: 5138
:buildable: 498292
:queuing: 1286897
:total: 3186433
:stop: 1600433763634
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-redhat8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1833533
:blocked: 1112794
:waiting: 0
:buildable: 235016
:queuing: 1347810
:total: 3181343
:stop: 1600433758544
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-redhat7-POWERa
:number: '1166'
:metrics:
:start: 1600451835908
:executing: 1770290
:blocked: 19600
:waiting: 1
:buildable: 455153
:queuing: 474754
:total: 2245044
:stop: 1600454080952
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-redhat7-AARCH64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2725357
:blocked: 501091
:waiting: 17491
:buildable: 315200
:queuing: 833782
:total: 3559139
:stop: 1600434136340
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-redhat7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1509216
:blocked: 812819
:waiting: 0
:buildable: 458758
:queuing: 1271577
:total: 2780793
:stop: 1600433357994
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-redhat5-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1892926
:blocked: 843610
:waiting: 1
:buildable: 489923
:queuing: 1333534
:total: 3226460
:stop: 1600433803661
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-osx1015-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2636909
:blocked: 1037370
:waiting: 7762
:buildable: 251692
:queuing: 1296824
:total: 3933733
:stop: 1600434510934
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-osx1014-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2531540
:blocked: 267993
:waiting: 17440
:buildable: 496598
:queuing: 782031
:total: 3313571
:stop: 1600433890772
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-fedora32-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1825523
:blocked: 986927
:waiting: 5210
:buildable: 321625
:queuing: 1313762
:total: 3139285
:stop: 1600433716486
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-fedora31-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1454743
:blocked: 592916
:waiting: 15600
:buildable: 264365
:queuing: 872881
:total: 2327624
:stop: 1600432904825
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-fedora30-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1784208
:blocked: 559300
:waiting: 987
:buildable: 759
:queuing: 561046
:total: 2345254
:stop: 1600432922455
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-debian9-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1823344
:blocked: 666759
:waiting: 15831
:buildable: 393096
:queuing: 1075686
:total: 2899030
:stop: 1600433476231
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-debian9-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1940123
:blocked: 842858
:waiting: 2
:buildable: 486790
:queuing: 1329650
:total: 3269773
:stop: 1600433846974
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-debian8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1465975
:blocked: 794263
:waiting: 3
:buildable: 234007
:queuing: 1028273
:total: 2494248
:stop: 1600433071449
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-debian8-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1792734
:blocked: 844276
:waiting: 0
:buildable: 479955
:queuing: 1324231
:total: 3116965
:stop: 1600433694166
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-debian10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1800492
:blocked: 1072929
:waiting: 3
:buildable: 270676
:queuing: 1343608
:total: 3144100
:stop: 1600433721301
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-centos8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1813830
:blocked: 1074874
:waiting: 2
:buildable: 271520
:queuing: 1346396
:total: 3160226
:stop: 1600433737427
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-centos6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1914581
:blocked: 812988
:waiting: 0
:buildable: 508132
:queuing: 1321120
:total: 3235701
:stop: 1600433812902
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-centos6-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2022093
:blocked: 934825
:waiting: 1
:buildable: 399921
:queuing: 1334747
:total: 3356840
:stop: 1600433934041
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-amazon7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1712459
:blocked: 1274620
:waiting: 1
:buildable: 80468
:queuing: 1355089
:total: 3067548
:stop: 1600433644749
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-amazon6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1894203
:blocked: 1010778
:waiting: 1
:buildable: 325588
:queuing: 1336367
:total: 3230570
:stop: 1600433807771
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-aix72-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2132144
:blocked: 843592
:waiting: 1
:buildable: 490909
:queuing: 1334502
:total: 3466646
:stop: 1600434043847
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-aix71-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1999950
:blocked: 794962
:waiting: 2
:buildable: 7246
:queuing: 802210
:total: 2802160
:stop: 1600433379361
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: pxp_agent-beaker-aix61-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 2412178
:blocked: 933338
:waiting: 2
:buildable: 380949
:queuing: 1314289
:total: 3726467
:stop: 1600434303668
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windowsfips2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 544973
:blocked: 1258866
:waiting: 2
:buildable: 82957
:queuing: 1341825
:total: 1886798
:stop: 1600432463999
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows2019_ja-64a%257Blocale=ja%257D
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 201143
:blocked: 703323
:waiting: 3
:buildable: 4387
:queuing: 707713
:total: 908856
:stop: 1600431486057
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows2019-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 545033
:blocked: 1258625
:waiting: 1
:buildable: 94572
:queuing: 1353198
:total: 1898231
:stop: 1600432475432
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows2016-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 511967
:blocked: 1112273
:waiting: 1
:buildable: 242275
:queuing: 1354549
:total: 1866516
:stop: 1600432443717
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 462531
:blocked: 828240
:waiting: 1
:buildable: 490193
:queuing: 1318434
:total: 1780965
:stop: 1600432358166
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows2008r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 564443
:blocked: 1259729
:waiting: 0
:buildable: 96288
:queuing: 1356017
:total: 1920460
:stop: 1600432497661
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows10ent-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 247050
:blocked: 794971
:waiting: 2
:buildable: 8814
:queuing: 803787
:total: 1050837
:stop: 1600431628038
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-windows10ent-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 228542
:blocked: 1213541
:waiting: 16428
:buildable: 191329
:queuing: 1421298
:total: 1649840
:stop: 1600432227041
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-ubuntu2004-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 513172
:blocked: 520355
:waiting: 223
:buildable: 332
:queuing: 520910
:total: 1034082
:stop: 1600431611283
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-ubuntu1804-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 401241
:blocked: 1516626
:waiting: 2
:buildable: 31342
:queuing: 1547970
:total: 1949211
:stop: 1600432526412
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-ubuntu1604-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 507906
:blocked: 145789
:waiting: 18258
:buildable: 296108
:queuing: 460155
:total: 968061
:stop: 1600431545262
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-ubuntu1604-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 588213
:blocked: 1258483
:waiting: 104
:buildable: 92580
:queuing: 1351167
:total: 1939380
:stop: 1600432516581
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-ubuntu1404-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 500231
:blocked: 1048610
:waiting: 7543
:buildable: 233431
:queuing: 1289584
:total: 1789815
:stop: 1600432367016
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-solaris114-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 708989
:blocked: 1278986
:waiting: 1
:buildable: 73700
:queuing: 1352687
:total: 2061676
:stop: 1600432638877
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-solaris10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 703877
:blocked: 827897
:waiting: 2
:buildable: 487800
:queuing: 1315699
:total: 2019576
:stop: 1600432596777
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-sles15-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 465091
:blocked: 1030126
:waiting: 1
:buildable: 321788
:queuing: 1351915
:total: 1817006
:stop: 1600432394207
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-sles12-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 662694
:blocked: 1273636
:waiting: 1
:buildable: 80408
:queuing: 1354045
:total: 2016739
:stop: 1600432593940
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-sles12-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 533295
:blocked: 227150
:waiting: 1443
:buildable: 267440
:queuing: 496033
:total: 1029328
:stop: 1600431606529
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-sles11-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 323748
:blocked: 1514770
:waiting: 2
:buildable: 99286
:queuing: 1614058
:total: 1937806
:stop: 1600432515007
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-redhatfips7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 277758
:blocked: 1528948
:waiting: 1
:buildable: 272727
:queuing: 1801676
:total: 2079434
:stop: 1600432656635
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-redhat8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 547800
:blocked: 843626
:waiting: 1
:buildable: 492288
:queuing: 1335915
:total: 1883715
:stop: 1600432460916
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-redhat7-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 974678
:blocked: 828028
:waiting: 2
:buildable: 488577
:queuing: 1316607
:total: 2291285
:stop: 1600432868486
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-redhat7-AARCH64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1103044
:blocked: 477931
:waiting: 16527
:buildable: 496989
:queuing: 991447
:total: 2094491
:stop: 1600432671692
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-redhat7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 556682
:blocked: 1112374
:waiting: 0
:buildable: 242678
:queuing: 1355052
:total: 1911734
:stop: 1600432488935
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-redhat5-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 537452
:blocked: 1008254
:waiting: 2
:buildable: 323338
:queuing: 1331594
:total: 1869046
:stop: 1600432446247
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-osx1015-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 934562
:blocked: 1072800
:waiting: 3
:buildable: 270261
:queuing: 1343064
:total: 2277626
:stop: 1600432854827
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-osx1014-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 925658
:blocked: 1112113
:waiting: 1
:buildable: 242283
:queuing: 1354397
:total: 2280055
:stop: 1600432857256
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-fedora32-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 460584
:blocked: 813001
:waiting: 0
:buildable: 507601
:queuing: 1320602
:total: 1781186
:stop: 1600432358387
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-fedora31-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 537375
:blocked: 1008810
:waiting: 2
:buildable: 320976
:queuing: 1329788
:total: 1867163
:stop: 1600432444364
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-fedora30-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 585334
:blocked: 1029425
:waiting: 1
:buildable: 321515
:queuing: 1350941
:total: 1936275
:stop: 1600432513476
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-debian9-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 483682
:blocked: 1027846
:waiting: 2
:buildable: 318296
:queuing: 1346144
:total: 1829826
:stop: 1600432407027
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-debian8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 598122
:blocked: 390498
:waiting: 860
:buildable: 105719
:queuing: 497077
:total: 1095199
:stop: 1600431672400
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-debian10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 414402
:blocked: 1519478
:waiting: 1
:buildable: 3932
:queuing: 1523411
:total: 1937813
:stop: 1600432515014
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-centos8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 550862
:blocked: 1072693
:waiting: 3
:buildable: 270184
:queuing: 1342880
:total: 1893742
:stop: 1600432470943
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-centos6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 223862
:blocked: 665557
:waiting: 7680
:buildable: 2633
:queuing: 675870
:total: 899732
:stop: 1600431476933
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-centos6-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 609958
:blocked: 935618
:waiting: 1
:buildable: 401544
:queuing: 1337163
:total: 1947121
:stop: 1600432524322
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-amazon7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 531203
:blocked: 1075266
:waiting: 2
:buildable: 272500
:queuing: 1347768
:total: 1878971
:stop: 1600432456172
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-amazon6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 285344
:blocked: 794954
:waiting: 2
:buildable: 8252
:queuing: 803208
:total: 1088552
:stop: 1600431665753
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-aix72-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 676889
:blocked: 539738
:waiting: 733
:buildable: 1200
:queuing: 541671
:total: 1218560
:stop: 1600431795761
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-aix71-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 767438
:blocked: 447608
:waiting: 18116
:buildable: 315084
:queuing: 780808
:total: 1548246
:stop: 1600432125447
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet_agent-beaker-aix61-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 450377
:blocked: 647896
:waiting: 2090
:buildable: 256499
:queuing: 906485
:total: 1356862
:stop: 1600431934063
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windowsfips2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1395521
:blocked: 1108492
:waiting: 2
:buildable: 240446
:queuing: 1348940
:total: 2744461
:stop: 1600433321662
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows2019_ja-64a%257Blocale=ja%257D
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1365972
:blocked: 1385873
:waiting: 3
:buildable: 2702
:queuing: 1388578
:total: 2754550
:stop: 1600433331751
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows2019-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1283538
:blocked: 245129
:waiting: 1576
:buildable: 249560
:queuing: 496265
:total: 1779803
:stop: 1600432357004
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows2016-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1335402
:blocked: 374020
:waiting: 17556
:buildable: 496854
:queuing: 888430
:total: 2223832
:stop: 1600432801033
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1274908
:blocked: 1027387
:waiting: 2
:buildable: 317397
:queuing: 1344786
:total: 2619694
:stop: 1600433196895
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows2008r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1428526
:blocked: 415161
:waiting: 667
:buildable: 88021
:queuing: 503849
:total: 1932375
:stop: 1600432509576
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows10ent-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1472107
:blocked: 1028283
:waiting: 2
:buildable: 319517
:queuing: 1347802
:total: 2819909
:stop: 1600433397110
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-windows10ent-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1546921
:blocked: 875680
:waiting: 15851
:buildable: 224143
:queuing: 1115674
:total: 2662595
:stop: 1600433239796
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-ubuntu2004-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 788552
:blocked: 812918
:waiting: 1
:buildable: 506754
:queuing: 1319673
:total: 2108225
:stop: 1600432685426
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-ubuntu1804-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 791315
:blocked: 1077542
:waiting: 1
:buildable: 274408
:queuing: 1351951
:total: 2143266
:stop: 1600432720467
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-ubuntu1604-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 696509
:blocked: 1528948
:waiting: 0
:buildable: 279011
:queuing: 1807959
:total: 2504468
:stop: 1600433081669
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-ubuntu1604-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 479431
:blocked: 1529939
:waiting: 0
:buildable: 262251
:queuing: 1792190
:total: 2271621
:stop: 1600432848822
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-ubuntu1404-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 689976
:blocked: 812902
:waiting: 0
:buildable: 508901
:queuing: 1321803
:total: 2011779
:stop: 1600432588980
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-solaris114-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 699063
:blocked: 794419
:waiting: 3
:buildable: 48400
:queuing: 842822
:total: 1541885
:stop: 1600432119086
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-solaris10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 801036
:blocked: 933145
:waiting: 2
:buildable: 380175
:queuing: 1313322
:total: 2114358
:stop: 1600432691559
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-sles15-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 824578
:blocked: 843604
:waiting: 1
:buildable: 491987
:queuing: 1335592
:total: 2160170
:stop: 1600432737371
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-sles12-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 976826
:blocked: 1258704
:waiting: 2
:buildable: 92856
:queuing: 1351562
:total: 2328388
:stop: 1600432905589
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-sles12-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 420126
:blocked: 812808
:waiting: 0
:buildable: 392950
:queuing: 1205758
:total: 1625884
:stop: 1600432203085
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-sles11-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 783596
:blocked: 1028297
:waiting: 1
:buildable: 319499
:queuing: 1347797
:total: 2131393
:stop: 1600432708594
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-redhatfips7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 887375
:blocked: 1079901
:waiting: 0
:buildable: 276960
:queuing: 1356861
:total: 2244236
:stop: 1600432821437
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-redhat8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 925617
:blocked: 934463
:waiting: 2
:buildable: 398103
:queuing: 1332568
:total: 2258185
:stop: 1600432835386
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-redhat7-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1282172
:blocked: 1112275
:waiting: 2
:buildable: 234530
:queuing: 1346807
:total: 2628979
:stop: 1600433206180
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-redhat7-AARCH64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1588710
:blocked: 1259868
:waiting: 0
:buildable: 98505
:queuing: 1358373
:total: 2947083
:stop: 1600433524284
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-redhat7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 878608
:blocked: 812978
:waiting: 1
:buildable: 506407
:queuing: 1319386
:total: 2197994
:stop: 1600432775195
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-redhat5-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 517379
:blocked: 703235
:waiting: 3
:buildable: 3625
:queuing: 706863
:total: 1224242
:stop: 1600431801443
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-osx1015-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1194131
:blocked: 934535
:waiting: 1
:buildable: 398864
:queuing: 1333400
:total: 2527531
:stop: 1600433104732
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-osx1014-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1142224
:blocked: 167385
:waiting: 15
:buildable: 330998
:queuing: 498398
:total: 1640622
:stop: 1600432217823
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-fedora32-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 710453
:blocked: 1110706
:waiting: 1
:buildable: 241840
:queuing: 1352547
:total: 2063000
:stop: 1600432640201
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-fedora31-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 748438
:blocked: 1260132
:waiting: 0
:buildable: 97067
:queuing: 1357199
:total: 2105637
:stop: 1600432682838
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-fedora30-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 485640
:blocked: 703549
:waiting: 2
:buildable: 6984
:queuing: 710535
:total: 1196175
:stop: 1600431773376
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-debian9-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 797481
:blocked: 843641
:waiting: 1
:buildable: 489716
:queuing: 1333358
:total: 2130839
:stop: 1600432708040
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-debian8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 841538
:blocked: 1112532
:waiting: 0
:buildable: 234685
:queuing: 1347217
:total: 2188755
:stop: 1600432765956
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-debian10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 752778
:blocked: 572078
:waiting: 15281
:buildable: 348
:queuing: 587707
:total: 1340485
:stop: 1600431917686
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-centos8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 927294
:blocked: 539811
:waiting: 573
:buildable: 1270
:queuing: 541654
:total: 1468948
:stop: 1600432046149
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-centos6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 764925
:blocked: 843574
:waiting: 1
:buildable: 491120
:queuing: 1334695
:total: 2099620
:stop: 1600432676821
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-centos6-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 889215
:blocked: 541759
:waiting: 955
:buildable: 1523
:queuing: 544237
:total: 1433452
:stop: 1600432010653
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-amazon7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 773915
:blocked: 800155
:waiting: 3
:buildable: 484115
:queuing: 1284273
:total: 2058188
:stop: 1600432635389
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-amazon6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 819321
:blocked: 191729
:waiting: 17601
:buildable: 410180
:queuing: 619510
:total: 1438831
:stop: 1600432016032
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-aix72-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1015497
:blocked: 1259844
:waiting: 0
:buildable: 96679
:queuing: 1356523
:total: 2372020
:stop: 1600432949221
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-aix71-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 957239
:blocked: 1517239
:waiting: 2
:buildable: 15053
:queuing: 1532294
:total: 2489533
:stop: 1600433066734
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: puppet-beaker-aix61-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1274971
:blocked: 1028924
:waiting: 1
:buildable: 320169
:queuing: 1349094
:total: 2624065
:stop: 1600433201266
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: hiera-beaker-ubuntu1804-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 213671
:blocked: 794667
:waiting: 2
:buildable: 5027
:queuing: 799696
:total: 1013367
:stop: 1600431590568
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: hiera-beaker-ubuntu1604-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 470311
:blocked: 1029289
:waiting: 1
:buildable: 312680
:queuing: 1341970
:total: 1812281
:stop: 1600432389482
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: hiera-beaker-sles12-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 460357
:blocked: 1113376
:waiting: 0
:buildable: 243768
:queuing: 1357144
:total: 1817501
:stop: 1600432394702
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: hiera-beaker-redhat7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 447150
:blocked: 390608
:waiting: 1686
:buildable: 104879
:queuing: 497173
:total: 944323
:stop: 1600431521524
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windowsfips2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 695156
:blocked: 1007949
:waiting: 3
:buildable: 322750
:queuing: 1330702
:total: 2025858
:stop: 1600432603059
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows2019_ja-64a%257Blocale=ja%257D
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 656102
:blocked: 1278637
:waiting: 1
:buildable: 41813
:queuing: 1320451
:total: 1976553
:stop: 1600432553754
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows2019-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 621761
:blocked: 1256387
:waiting: 2
:buildable: 90175
:queuing: 1346564
:total: 1968325
:stop: 1600432545526
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows2016-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 632963
:blocked: 1108163
:waiting: 2
:buildable: 232054
:queuing: 1340219
:total: 1973182
:stop: 1600432550383
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows2012r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 679047
:blocked: 1260162
:waiting: 0
:buildable: 97354
:queuing: 1357516
:total: 2036563
:stop: 1600432613764
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows2008r2-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 806492
:blocked: 1010389
:waiting: 1
:buildable: 323941
:queuing: 1334331
:total: 2140823
:stop: 1600432718024
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows10ent-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 752059
:blocked: 1079630
:waiting: 0
:buildable: 245714
:queuing: 1325344
:total: 2077403
:stop: 1600432654604
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-windows10ent-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 359292
:blocked: 794288
:waiting: 3
:buildable: 179739
:queuing: 974030
:total: 1333322
:stop: 1600431910523
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu2004-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 431245
:blocked: 1008832
:waiting: 2
:buildable: 323221
:queuing: 1332055
:total: 1763300
:stop: 1600432340501
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu1804-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 570467
:blocked: 1077909
:waiting: 1
:buildable: 274577
:queuing: 1352487
:total: 1922954
:stop: 1600432500155
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu1604-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 373641
:blocked: 17986
:waiting: 19416
:buildable: 339194
:queuing: 376596
:total: 750237
:stop: 1600431327438
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu1604-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 484312
:blocked: 1231951
:waiting: 2
:buildable: 115995
:queuing: 1347948
:total: 1832260
:stop: 1600432409461
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu1604-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 409184
:blocked: 1517587
:waiting: 2
:buildable: 3644
:queuing: 1521233
:total: 1930417
:stop: 1600432507618
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu1404-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 515730
:blocked: 812967
:waiting: 1
:buildable: 506318
:queuing: 1319286
:total: 1835016
:stop: 1600432412217
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-ubuntu1404-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 560803
:blocked: 934535
:waiting: 1
:buildable: 398971
:queuing: 1333507
:total: 1894310
:stop: 1600432471511
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-solaris114-64a
:number: '1166'
:metrics:
:start: 1600451835908
:executing: 395069
:blocked: 19724
:waiting: 3
:buildable: 455225
:queuing: 474952
:total: 870021
:stop: 1600452705929
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-solaris11-SPARCa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 617994
:blocked: 1026203
:waiting: 2
:buildable: 317419
:queuing: 1343624
:total: 1961618
:stop: 1600432538819
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-solaris11-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 518670
:blocked: 1518303
:waiting: 1
:buildable: 3711
:queuing: 1522015
:total: 2040685
:stop: 1600432617886
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-solaris10-SPARCa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 1008277
:blocked: 824828
:waiting: 15675
:buildable: 393449
:queuing: 1233952
:total: 2242229
:stop: 1600432819430
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-solaris10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 288178
:blocked: 879814
:waiting: 18217
:buildable: 209011
:queuing: 1107042
:total: 1395220
:stop: 1600431972421
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-sles15-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 492302
:blocked: 1232611
:waiting: 2
:buildable: 106386
:queuing: 1338999
:total: 1831301
:stop: 1600432408502
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-sles12-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 510315
:blocked: 1075494
:waiting: 2
:buildable: 272747
:queuing: 1348243
:total: 1858558
:stop: 1600432435759
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-sles12-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 225317
:blocked: 794913
:waiting: 2
:buildable: 5812
:queuing: 800727
:total: 1026044
:stop: 1600431603245
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-sles11-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 542355
:blocked: 1259362
:waiting: 1
:buildable: 84212
:queuing: 1343575
:total: 1885930
:stop: 1600432463131
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-sles11-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 626835
:blocked: 844312
:waiting: 0
:buildable: 493737
:queuing: 1338049
:total: 1964884
:stop: 1600432542085
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-redhatfips7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 530538
:blocked: 827744
:waiting: 2
:buildable: 486359
:queuing: 1314105
:total: 1844643
:stop: 1600432421844
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-redhat8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 539873
:blocked: 1112395
:waiting: 1
:buildable: 242370
:queuing: 1354766
:total: 1894639
:stop: 1600432471840
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-redhat7-POWERa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 735140
:blocked: 844462
:waiting: 0
:buildable: 494669
:queuing: 1339131
:total: 2074271
:stop: 1600432651472
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-redhat7-AARCH64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 751621
:blocked: 162745
:waiting: 605
:buildable: 330558
:queuing: 493908
:total: 1245529
:stop: 1600431822730
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-redhat7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 538271
:blocked: 1030158
:waiting: 1
:buildable: 321979
:queuing: 1352138
:total: 1890409
:stop: 1600432467610
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-redhat5-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 597904
:blocked: 1278404
:waiting: 1
:buildable: 55347
:queuing: 1333752
:total: 1931656
:stop: 1600432508857
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-osx1015-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 525063
:blocked: 539814
:waiting: 1163
:buildable: 713
:queuing: 541690
:total: 1066753
:stop: 1600431643954
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-osx1014-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 247745
:blocked: 703490
:waiting: 1
:buildable: 14121
:queuing: 717612
:total: 965357
:stop: 1600431542558
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-fedora32-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 469670
:blocked: 832190
:waiting: 17216
:buildable: 109346
:queuing: 958752
:total: 1428422
:stop: 1600432005623
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-fedora31-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 526807
:blocked: 1031092
:waiting: 0
:buildable: 323927
:queuing: 1355019
:total: 1881826
:stop: 1600432459027
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-fedora30-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 510644
:blocked: 105149
:waiting: 15522
:buildable: 391684
:queuing: 512355
:total: 1022999
:stop: 1600431600200
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-debian9-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 540243
:blocked: 813126
:waiting: 1
:buildable: 506910
:queuing: 1320037
:total: 1860280
:stop: 1600432437481
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-debian9-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 247294
:blocked: 812840
:waiting: 0
:buildable: 479824
:queuing: 1292664
:total: 1539958
:stop: 1600432117159
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-debian8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 471194
:blocked: 1090667
:waiting: 3
:buildable: 251878
:queuing: 1342548
:total: 1813742
:stop: 1600432390943
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-debian8-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 596629
:blocked: 842855
:waiting: 2
:buildable: 486902
:queuing: 1329759
:total: 1926388
:stop: 1600432503589
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-debian10-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 216867
:blocked: 794300
:waiting: 3
:buildable: 179845
:queuing: 974148
:total: 1191015
:stop: 1600431768216
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-centos8-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 530474
:blocked: 936313
:waiting: 0
:buildable: 403160
:queuing: 1339473
:total: 1869947
:stop: 1600432447148
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-centos6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 539341
:blocked: 844374
:waiting: 0
:buildable: 494263
:queuing: 1338637
:total: 1877978
:stop: 1600432455179
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-centos6-32a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 212536
:blocked: 794666
:waiting: 3
:buildable: 36640
:queuing: 831309
:total: 1043845
:stop: 1600431621046
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-amazon7-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 555535
:blocked: 1110742
:waiting: 1
:buildable: 231564
:queuing: 1342307
:total: 1897842
:stop: 1600432475043
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-amazon6-64a
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 348098
:blocked: 1516784
:waiting: 2
:buildable: 90406
:queuing: 1607192
:total: 1955290
:stop: 1600432532491
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-aix72-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 679455
:blocked: 844511
:waiting: 0
:buildable: 495194
:queuing: 1339705
:total: 2019160
:stop: 1600432596361
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-aix71-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 778494
:blocked: 1028995
:waiting: 1
:buildable: 320538
:queuing: 1349534
:total: 2128028
:stop: 1600432705229
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: facter-beaker-aix61-POWERfa
:number: '1165'
:metrics:
:start: 1600430577201
:executing: 765234
:blocked: 1028748
:waiting: 1
:buildable: 312511
:queuing: 1341260
:total: 2106494
:stop: 1600432683695
:parent: platform_puppet-agent_puppet-agent-integration-suite_daily-master
- :name: modules-and-pez
:number: 608
:metrics:
:start: 1600454089361
:executing: 1280134
:blocked: 0
:waiting: 6314
:buildable: 2
:queuing: 6316
:total: 1286450
:stop: 1600455375811
:parent:
- :name: promote-to-pe
:number: 518
:metrics:
:start: 1600455374550
:executing: 655502
:blocked: 0
:waiting: 4979
:buildable: 10
:queuing: 4989
:total: 660491
:stop: 1600456035041
:parent:
| 26.349501 | 76 | 0.694981 |
6b4de4b6fa235219f1a73424647da0f27d4a16e8 | 451 | yml | YAML | defaults/main.yml | haikulab/ansible-php5fpm | f1475679360aaade5c733a7c30bc1099fec2a645 | [
"MIT"
] | 1 | 2016-01-10T16:09:05.000Z | 2016-01-10T16:09:05.000Z | defaults/main.yml | haikulab/ansible-php5fpm | f1475679360aaade5c733a7c30bc1099fec2a645 | [
"MIT"
] | null | null | null | defaults/main.yml | haikulab/ansible-php5fpm | f1475679360aaade5c733a7c30bc1099fec2a645 | [
"MIT"
] | null | null | null | ---
# default variables
# please overwrite in your playbook.yml
php_ppa: "ondrej/php5-5.6"
php_user: www-data
php_group: www-data
php_listen: /var/run/php5-fpm.sock
php_timezone: UTC
php_default_packages:
- python-software-properties
- php5-cli
- php5-fpm
- php5-mcrypt
- php5-imagick
- php5-curl
- php5-gd
- php5-mysql
- php5-xmlrpc
# `python-software-properties` is used to be
# able to add PPAs
php_app_name: "My Awesome App"
| 17.346154 | 44 | 0.716186 |
e4e554a0db119c565e2cb74020555fa8e58afc0e | 328 | yaml | YAML | _data/for_i_in_awk_v_limit_500_f_3_limit_3_65534_etc_passwd_cut_f_1_1_d_xar.yaml | HugoWen/commandlinefu.cn | d9fbe1029e1c3e0b9016fa63a4a805445a88ef42 | [
"Unlicense"
] | 161 | 2015-01-01T15:31:22.000Z | 2022-01-07T20:52:48.000Z | _data/for_i_in_awk_v_limit_500_f_3_limit_3_65534_etc_passwd_cut_f_1_1_d_xar.yaml | zjjott/commandlinefu.cn | b142a24d852553f74b13f1aa68b4d92a15139c6b | [
"Unlicense"
] | 10 | 2015-01-04T15:59:44.000Z | 2017-05-21T19:22:02.000Z | _data/for_i_in_awk_v_limit_500_f_3_limit_3_65534_etc_passwd_cut_f_1_1_d_xar.yaml | zjjott/commandlinefu.cn | b142a24d852553f74b13f1aa68b4d92a15139c6b | [
"Unlicense"
] | 52 | 2015-01-05T10:07:54.000Z | 2021-09-10T04:27:59.000Z | commandlinefu_id: 12692
translator:
weibo: ''
hide: true
command: |-
for I in $(awk -v LIMIT=500 -F: '($3>=LIMIT) && ($3!=65534)' /etc/passwd | cut -f 1-1 -d ':' | xargs); do usermod -g YOURGROUP $I ; done
summary: |-
Changes the initial login group for all users with GID > 500 (specified with LIMIT), to group YOURGROUP
| 36.444444 | 138 | 0.658537 |
50fda598ab3128d06440d50ca0888e624d9b792b | 1,472 | yaml | YAML | symfony/symfony/CVE-2021-21424.yaml | jrushlow/security-advisories | 913fc03c51f2f4c81f1fed234586623fc937e8cb | [
"Unlicense"
] | null | null | null | symfony/symfony/CVE-2021-21424.yaml | jrushlow/security-advisories | 913fc03c51f2f4c81f1fed234586623fc937e8cb | [
"Unlicense"
] | null | null | null | symfony/symfony/CVE-2021-21424.yaml | jrushlow/security-advisories | 913fc03c51f2f4c81f1fed234586623fc937e8cb | [
"Unlicense"
] | null | null | null | title: "CVE-2021-21424: Prevent user enumeration via response content in authentication mechanisms"
link: https://symfony.com/cve-2021-21424
cve: CVE-2021-21424
branches:
2.8.x:
time: 2021-05-12 08:00:00
versions: ['>=2.8.0', '<3.0.0']
3.0.x:
time: 2021-05-12 08:00:00
versions: ['>=3.0.0', '<3.1.0']
3.1.x:
time: 2021-05-12 08:00:00
versions: ['>=3.1.0', '<3.2.0']
3.2.x:
time: 2021-05-12 08:00:00
versions: ['>=3.2.0', '<3.3.0']
3.3.x:
time: 2021-05-12 08:00:00
versions: ['>=3.3.0', '<3.4.0']
3.4.x:
time: 2021-05-12 08:00:00
versions: ['>=3.4.0', '<3.4.48']
4.0.x:
time: 2021-05-12 08:00:00
versions: ['>=4.0.0', '<4.1.0']
4.1.x:
time: 2021-05-12 08:00:00
versions: ['>=4.1.0', '<4.2.0']
4.2.x:
time: 2021-05-12 08:00:00
versions: ['>=4.2.0', '<4.3.0']
4.3.x:
time: 2021-05-12 08:00:00
versions: ['>=4.3.0', '<4.4.0']
4.4.x:
time: 2021-05-12 08:00:00
versions: ['>=4.4.0', '<4.4.23']
5.0.x:
time: 2021-05-12 08:00:00
versions: ['>=5.0.0', '<5.1.0']
5.1.x:
time: 2021-05-12 08:00:00
versions: ['>=5.1.0', '<5.2.0']
5.2.x:
time: 2021-05-12 08:00:00
versions: ['>=5.2.0', '<5.2.8']
reference: composer://symfony/symfony
| 30.666667 | 103 | 0.44837 |
56289002634b1dee26022b6f7371015e452f5947 | 1,449 | yaml | YAML | simulator/input_data_old/pod_space_equal_to_110/input_3924.yaml | OREOmini/scheduler | 878e21420c0d386f627ef1a2435795e5978cc456 | [
"Apache-2.0"
] | 1 | 2019-07-08T06:30:48.000Z | 2019-07-08T06:30:48.000Z | simulator/input_data_old/pod_space_equal_to_110/input_3924.yaml | OREOmini/scheduler | 878e21420c0d386f627ef1a2435795e5978cc456 | [
"Apache-2.0"
] | null | null | null | simulator/input_data_old/pod_space_equal_to_110/input_3924.yaml | OREOmini/scheduler | 878e21420c0d386f627ef1a2435795e5978cc456 | [
"Apache-2.0"
] | null | null | null | Nodes:
- cpu: 2449
mem: 3864
name: node0
pnum: 110
- cpu: 3006
mem: 3970
name: node1
pnum: 110
- cpu: 3997
mem: 3399
name: node2
pnum: 110
- cpu: 2675
mem: 3536
name: node3
pnum: 110
- cpu: 2107
mem: 2271
name: node4
pnum: 110
- cpu: 3711
mem: 3022
name: node5
pnum: 110
- cpu: 2993
mem: 3879
name: node6
pnum: 110
- cpu: 3399
mem: 2981
name: node7
pnum: 110
- cpu: 2356
mem: 2092
name: node8
pnum: 110
- cpu: 2415
mem: 3911
name: node9
pnum: 110
- cpu: 3580
mem: 3272
name: node10
pnum: 110
- cpu: 3138
mem: 2551
name: node11
pnum: 110
- cpu: 3974
mem: 3078
name: node12
pnum: 110
- cpu: 2547
mem: 2791
name: node13
pnum: 110
- cpu: 2165
mem: 2220
name: node14
pnum: 110
- cpu: 3314
mem: 2232
name: node15
pnum: 110
Pods:
- cpu: 3
mem: 9
name: pod0
- cpu: 8
mem: 8
name: pod1
- cpu: 7
mem: 3
name: pod2
- cpu: 5
mem: 4
name: pod3
- cpu: 3
mem: 3
name: pod4
- cpu: 4
mem: 9
name: pod5
- cpu: 2
mem: 4
name: pod6
- cpu: 6
mem: 3
name: pod7
- cpu: 8
mem: 9
name: pod8
- cpu: 2
mem: 5
name: pod9
- cpu: 2
mem: 6
name: pod10
- cpu: 9
mem: 8
name: pod11
- cpu: 5
mem: 5
name: pod12
- cpu: 6
mem: 8
name: pod13
- cpu: 8
mem: 7
name: pod14
- cpu: 5
mem: 2
name: pod15
- cpu: 9
mem: 7
name: pod16
- cpu: 8
mem: 4
name: pod17
- cpu: 7
mem: 6
name: pod18
- cpu: 9
mem: 7
name: pod19
| 11.409449 | 14 | 0.569358 |
6d007933279033a5ac9dce69f2f120473e23fe7f | 128 | yaml | YAML | tests/minimal/altair/ssz_static/SyncCommitteeContribution/ssz_random/case_13/value.yaml | LaudateCorpus1/consensus-spec-tests | f31005b94c3bdc846ae36532093030ef0076cd4f | [
"MIT"
] | null | null | null | tests/minimal/altair/ssz_static/SyncCommitteeContribution/ssz_random/case_13/value.yaml | LaudateCorpus1/consensus-spec-tests | f31005b94c3bdc846ae36532093030ef0076cd4f | [
"MIT"
] | 1 | 2021-09-12T07:30:23.000Z | 2021-09-12T07:30:23.000Z | tests/minimal/altair/ssz_static/SyncCommitteeContribution/ssz_random/case_13/value.yaml | LaudateCorpus1/consensus-spec-tests | f31005b94c3bdc846ae36532093030ef0076cd4f | [
"MIT"
] | null | null | null | version https://git-lfs.github.com/spec/v1
oid sha256:06ef66d2ccd142453edb3611c8221a8856ca526e1ac911af860a08a20681cff4
size 395
| 32 | 75 | 0.882813 |
342d3774fb9fd6e0752b6e2100f8d9f48e639745 | 41 | yaml | YAML | dev_log/3.6.20/normal-wls_202009290112.yaml | wkma/bk-sops | 8fb5609c0c4495c28d588fbafa9d9f5f2976929b | [
"Apache-2.0"
] | 2 | 2021-07-28T01:48:31.000Z | 2021-11-17T11:02:26.000Z | dev_log/3.6.20/normal-wls_202009290112.yaml | wkma/bk-sops | 8fb5609c0c4495c28d588fbafa9d9f5f2976929b | [
"Apache-2.0"
] | null | null | null | dev_log/3.6.20/normal-wls_202009290112.yaml | wkma/bk-sops | 8fb5609c0c4495c28d588fbafa9d9f5f2976929b | [
"Apache-2.0"
] | null | null | null | feature:
- "增加 任务列表查询 和 任务变量修改 api接口" | 20.5 | 32 | 0.658537 |
343f45bd1c0d40b734e8c11193fe43acfc9115b3 | 307 | yaml | YAML | ros2/test/resources/ros2__geometry_msgs__pubsub.yaml | ros2outdoor/ROS2-SH | cf69b76aa7709ea8a7e2a2c8323f171e9808c6f9 | [
"Apache-2.0"
] | 5 | 2021-06-11T07:33:11.000Z | 2022-02-17T04:02:27.000Z | ros2/test/resources/ros2__geometry_msgs__pubsub.yaml | ros2outdoor/ROS2-SH | cf69b76aa7709ea8a7e2a2c8323f171e9808c6f9 | [
"Apache-2.0"
] | null | null | null | ros2/test/resources/ros2__geometry_msgs__pubsub.yaml | ros2outdoor/ROS2-SH | cf69b76aa7709ea8a7e2a2c8323f171e9808c6f9 | [
"Apache-2.0"
] | 2 | 2021-06-23T09:49:21.000Z | 2021-07-13T13:44:06.000Z | systems:
ros2: { type: ros2 }
mock: { type: mock, types-from: ros2 }
routes:
mock_to_ros2: { from: mock, to: ros2 }
ros2_to_mock: { from: ros2, to: mock }
topics:
transmit_pose: { type: "geometry_msgs/Pose", route: ros2_to_mock }
echo_pose: { type: "geometry_msgs/Pose", route: mock_to_ros2 }
| 25.583333 | 68 | 0.67101 |
144e0c070738bba31f33348bc076450f231e05c1 | 599 | yaml | YAML | tests/auto/microservices/tests/microservices_getBootstrapUser.yaml | hanneshofmann/go-c8y-cli | ce972e117ad0cfabbe2156cfcaccb7d956c677a2 | [
"MIT"
] | 17 | 2020-07-14T17:38:38.000Z | 2022-02-02T14:49:00.000Z | tests/auto/microservices/tests/microservices_getBootstrapUser.yaml | hanneshofmann/go-c8y-cli | ce972e117ad0cfabbe2156cfcaccb7d956c677a2 | [
"MIT"
] | 36 | 2020-09-16T14:41:51.000Z | 2022-03-23T21:42:50.000Z | tests/auto/microservices/tests/microservices_getBootstrapUser.yaml | hanneshofmann/go-c8y-cli | ce972e117ad0cfabbe2156cfcaccb7d956c677a2 | [
"MIT"
] | 3 | 2021-09-07T18:21:59.000Z | 2022-02-08T15:37:48.000Z | tests:
microservices_getBootstrapUser_Get application bootstrap user by app id:
command: c8y microservices getBootstrapUser --id 12345
exit-code: 0
stdout:
json:
method: GET
path: /application/applications/12345/bootstrapUser
microservices_getBootstrapUser_Get application bootstrap user by app name:
command: c8y microservices getBootstrapUser --id report-agent
exit-code: 0
stdout:
json:
method: GET
path: r//application/applications/\d+/bootstrapUser$
| 37.4375 | 78 | 0.631052 |
cd949f0799feca6121ad80719fb07b704e1e3fa2 | 6,502 | yml | YAML | app/config/config.yml | KolomiecValeriy/Blog | 9151aba9b8439340e8af427cbf02044b4e509a0d | [
"MIT"
] | null | null | null | app/config/config.yml | KolomiecValeriy/Blog | 9151aba9b8439340e8af427cbf02044b4e509a0d | [
"MIT"
] | null | null | null | app/config/config.yml | KolomiecValeriy/Blog | 9151aba9b8439340e8af427cbf02044b4e509a0d | [
"MIT"
] | null | null | null | imports:
- { resource: parameters.yml }
- { resource: security.yml }
- { resource: services.yml }
# Put parameters here that don't need to change on each machine where the app is deployed
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: en
framework:
#esi: ~
translator: { fallbacks: ["%locale%"] }
secret: "%secret%"
router:
resource: "%kernel.root_dir%/config/routing.yml"
strict_requirements: ~
form: ~
csrf_protection: ~
validation: { enable_annotations: true }
#serializer: { enable_annotations: true }
templating:
engines: ['twig']
default_locale: "%locale%"
trusted_hosts: ~
trusted_proxies: ~
session:
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
handler_id: session.handler.native_file
save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
fragments: ~
http_method_override: true
assets: ~
php_errors:
log: true
# Twig Configuration
twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
# Doctrine Configuration
doctrine:
dbal:
driver: pdo_mysql
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"
user: "%database_user%"
password: "%database_password%"
charset: UTF8
# if using pdo_sqlite as your database driver:
# 1. add the path in parameters.yml
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
# 2. Uncomment database_path in parameters.yml.dist
# 3. Uncomment next line:
# path: "%database_path%"
orm:
auto_generate_proxy_classes: "%kernel.debug%"
naming_strategy: doctrine.orm.naming_strategy.underscore
auto_mapping: true
mappings:
gedmo_tree:
type: annotation
prefix: Gedmo\Tree\Entity
dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity"
alias: GedmoTree # (optional) it will default to the name set for the mapping
is_bundle: false
stof_doctrine_extensions:
orm:
default:
sluggable: true
timestampable: true
# Swiftmailer Configuration
swiftmailer:
transport: "%mailer_transport%"
host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }
# KNP Paginator
knp_paginator:
page_range: 5 # default page range used in pagination control
default_options:
page_name: page # page query parameter name
sort_field_name: sort # sort field query parameter name
sort_direction_name: direction # sort direction query parameter name
distinct: true # ensure distinct results, useful when ORM queries are using GROUP BY statements
template:
pagination: KnpPaginatorBundle:Pagination:twitter_bootstrap_v3_pagination.html.twig # sliding pagination controls template
sortable: KnpPaginatorBundle:Pagination:sortable_link.html.twig # sort link template
# Sonata
sonata_block:
default_contexts: [cms]
blocks:
# enable the SonataAdminBundle block
sonata.admin.block.admin_list:
contexts: [admin]
# FOSUser Configuration
fos_user:
db_driver: orm # other valid values are 'mongodb' and 'couchdb'
firewall_name: main
user_class: Kolomiets\BlogBundle\Entity\User
from_email:
address: "%mailer_user%"
sender_name: "%mailer_user%"
# HWIOAuthBundle Configuration
hwi_oauth:
# name of the firewall in which this bundle is active, this setting MUST be set
firewall_names: [main]
connect:
account_connector: blog.provider.oauth
resource_owners:
facebook:
type: facebook
client_id: "783676111790379"
client_secret: "65b65939dfc7f3081603ea7d43f58c75"
scope: "email, public_profile"
infos_url: "https://graph.facebook.com/me?fields=id,name,email,picture.type(large)"
paths:
email: email
options:
display: page
google:
type: google
client_id: "692300090638-brbkefj984t1364npjqh2t55c3apmdcc.apps.googleusercontent.com"
client_secret: "z4k-iIwTCx59KG5LXm6M2WGW"
scope: "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile"
# FOSElasticsearch Configuration
fos_elastica:
clients:
default: { host: localhost, port: 9200 }
indexes:
blog:
types:
post:
properties:
name: ~
text: ~
persistence:
driver: orm
model: Kolomiets\BlogBundle\Entity\Post
provider: ~
finder: ~
# FOSRest Configuration
fos_rest:
body_listener: true
view:
view_response_listener: true
serializer:
serialize_null: true
body_converter:
enabled: true
format_listener:
rules:
- { path: '^/api', priorities: ['json'], fallback_format: json, fallback_format: html, prefer_extension: true }
- { path: '^/', priorities: [ 'html', '*/*'], fallback_format: html, prefer_extension: true }
# JMSSerializer Configuration
jms_serializer:
property_naming:
separator: _
lower_case: true
metadata:
cache: file
debug: "%kernel.debug%"
file_cache:
dir: "%kernel.cache_dir%/serializer"
directories:
FOSUserBundle:
namespace_prefix: FOS\UserBundle
path: %kernel.root_dir%/../src/Kolomiets/BlogBundle/Resources/config/serializer/FosUserBundle
BlogBundle:
namespace_prefix: KolomietsBlogBundle
path: %kernel.root_dir%/../src/Kolomiets/BlogBundle/Resources/config/serializer/BlogBundle
auto_detection: true
# NelmioApiDoc
nelmio_api_doc: ~
| 34.402116 | 134 | 0.602122 |
cdcb06d88f370fe04832fc1b8d60f8af35f48404 | 656 | yaml | YAML | tutorial/Advanced_Tutorial/03_advanced_solution.yaml | abhinav-kumar-thakur/t2wml | 6957d3370d5973e07f1e1aa5a40671c9833a06c6 | [
"MIT"
] | 19 | 2019-06-06T18:23:29.000Z | 2022-01-06T15:30:20.000Z | tutorial/Advanced_Tutorial/03_advanced_solution.yaml | abhinav-kumar-thakur/t2wml | 6957d3370d5973e07f1e1aa5a40671c9833a06c6 | [
"MIT"
] | 524 | 2019-07-01T19:18:39.000Z | 2022-02-13T19:33:02.000Z | tutorial/Advanced_Tutorial/03_advanced_solution.yaml | abhinav-kumar-thakur/t2wml | 6957d3370d5973e07f1e1aa5a40671c9833a06c6 | [
"MIT"
] | 18 | 2019-06-06T18:23:07.000Z | 2021-07-15T06:01:17.000Z | # 03_advanced_solution
# Solution to iterator variable exercise. Need to add $n to columns B, C and D
statementMapping:
region:
range: F9:F24
template:
# Need to add $n here
subject: =item[B, $row-$n, "main subject"]
property: =item[F, 8, "property"]
value: =value[$col, $row]
qualifier:
- property: =item[C, 8, "property"]
# Need to add $n here
value: =value[C, $row-$n]
- property: =item[D, 8, "property"]
# Need to add $n here
value: =value[D, $row-$n]
- calendar: Q1985727
precision: year
property: P585
time_zone: 0
value: =value[E, $row]
| 28.521739 | 78 | 0.570122 |
b875fda2ba97b5fce46a6fb3c44f7a59e896a577 | 1,106 | yml | YAML | aws/docker-compose.yml | cooltvapp/tunshell | e3196bf543ddffd9ff9125fcfd21360e594d2d56 | [
"MIT"
] | 607 | 2020-07-22T15:42:06.000Z | 2022-03-31T21:58:41.000Z | aws/docker-compose.yml | cooltvapp/tunshell | e3196bf543ddffd9ff9125fcfd21360e594d2d56 | [
"MIT"
] | 15 | 2020-08-02T14:16:44.000Z | 2021-07-24T13:37:34.000Z | aws/docker-compose.yml | cooltvapp/tunshell | e3196bf543ddffd9ff9125fcfd21360e594d2d56 | [
"MIT"
] | 57 | 2020-08-02T01:54:30.000Z | 2022-02-03T09:25:15.000Z | version: '3.0'
services:
relay:
image: timetoogo/tunshell-relay
container_name: relay
restart: unless-stopped
depends_on:
- reverse_proxy
ports:
- "443:3000"
- "5000:3001"
volumes:
- ./config/etc/letsencrypt/:/le-ssl
- ./db.sqlite:/app/db.sqlite
environment:
SQLITE_DB_PATH: /app/db.sqlite
TUNSHELL_API_PORT: 3000
TUNSHELL_RELAY_TLS_PORT: 3001
TLS_RELAY_PRIVATE_KEY: /le-ssl/live/${RELAY_DOMAIN}/privkey.pem
TLS_RELAY_CERT: /le-ssl/live/${RELAY_DOMAIN}/fullchain.pem
DOMAIN_NAME: ${RELAY_DOMAIN}
reverse_proxy:
image: linuxserver/letsencrypt
container_name: letsencrypt
cap_add:
- NET_ADMIN
environment:
- TZ=UTC
- URL=${RELAY_DOMAIN}
- VALIDATION=http
volumes:
- ./config:/config
ports:
- 80:80
restart: unless-stopped
watchtower:
image: v2tec/watchtower
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: watchtower reverse_proxy relay --interval 30
restart: unless-stopped
| 24.577778 | 69 | 0.650995 |
92eb9fac85415d9635607ae5ed6a23082429ea17 | 3,298 | yml | YAML | roles/nfs_client/tasks/nfs_client.yml | abhishek-sa1/omnia | e3d94cb27185ae6e15531db16ce2b78816797ed9 | [
"Apache-2.0"
] | null | null | null | roles/nfs_client/tasks/nfs_client.yml | abhishek-sa1/omnia | e3d94cb27185ae6e15531db16ce2b78816797ed9 | [
"Apache-2.0"
] | null | null | null | roles/nfs_client/tasks/nfs_client.yml | abhishek-sa1/omnia | e3d94cb27185ae6e15531db16ce2b78816797ed9 | [
"Apache-2.0"
] | null | null | null | # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
- name: Initialize variable for client_mount_options
set_fact:
mount_option_status: false
- name: Initialize variable when client_share_path value is not given
set_fact:
client_mount_path: "{{ item.server_share_path }}"
when: item.client_share_path | default("", true) | length < 1
- name: Initialize variable when client_share_path value is given
set_fact:
client_mount_path: "{{ item.client_share_path }}"
when: item.client_share_path | default("", true) | length > 1
- name: Verify client_mount_options value
set_fact:
mount_option_status: true
when: item.client_mount_options | default("", true) | length > 1
- name: Fetch server_ip and server_share_path from list
set_fact:
temp_server_ip: "{{ item.server_ip }}"
temp_server_sharepath: "{{ item.server_share_path }}"
- name: Creating string for mount point
set_fact:
mount_exp: "{{ temp_server_ip }}:{{ temp_server_sharepath }} on {{ client_mount_path }} type"
- name: Package installation for NFS
package:
name: "{{ nfs_packages }}"
state: present
- name: Check mounted share
shell: >
set -o pipefail && \
mount | grep nfs
changed_when: false
args:
warn: false
register: mounted_share
failed_when: false
- block:
- block:
- name: Create the directory for mounting NFS client with server_share_path as client_share_path
file:
path: "{{ client_mount_path }}"
state: directory
mode: "{{ file_perm }}"
rescue:
- name: Status of creating folder for NFS mount
fail:
msg: "{{ client_mount_path }} {{ client_folder_msg }}"
- block:
- name: Mount NFS client
command: "mount -t nfs {{ item.server_ip }}:{{ item.server_share_path }} {{ client_mount_path }}"
changed_when: true
args:
warn: false
rescue:
- name: Status message of NFS mount
fail:
msg: "{{ mount_message }} on IP {{ item.server_ip }}"
- name: NFS mount configuration when client_mount_options were specified
lineinfile:
path: "{{ fstab_path }}"
line: "{{ item.server_ip }}:{{ item.server_share_path }} {{ client_mount_path }} nfs {{ item.client_mount_options }}"
when: mount_option_status
- name: NFS mount configuration when client_mount_options were not specified
lineinfile:
path: "{{ fstab_path }}"
line: "{{ item.server_ip }}:{{ item.server_share_path }} {{ client_mount_path }} nfs {{ default_client_mount_options }}"
when: not mount_option_status
when: mount_exp not in mounted_share.stdout | 35.462366 | 137 | 0.66889 |
7101aca5d7cd25f8e20a907cd02b686dfc07ad9a | 150 | yml | YAML | .travis.yml | zx1986/lita-cowsay | 2569f9ca6b0c0a1968f701b0f946962df7be5b90 | [
"MIT"
] | 2 | 2015-07-03T22:19:37.000Z | 2015-12-17T15:02:48.000Z | .travis.yml | zx1986/lita-cowsay | 2569f9ca6b0c0a1968f701b0f946962df7be5b90 | [
"MIT"
] | 2 | 2015-06-17T20:49:23.000Z | 2015-09-06T00:06:22.000Z | .travis.yml | zx1986/lita-cowsay | 2569f9ca6b0c0a1968f701b0f946962df7be5b90 | [
"MIT"
] | 4 | 2015-04-23T17:30:50.000Z | 2020-08-29T06:56:44.000Z | sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
script: bundle exec rake
before_install:
- gem update --system
services:
- redis-server
| 12.5 | 24 | 0.66 |
703b1154ad6c189c25c34a76700d7a8af0bceef6 | 615 | yml | YAML | docs-ref-autogen/@azure/arm-avs/PortMirroringDirectionEnum.yml | EmmaZhu/azure-docs-sdk-node | 0728a99d9d7ae8711be232fb6fc30fb39285b662 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/@azure/arm-avs/PortMirroringDirectionEnum.yml | EmmaZhu/azure-docs-sdk-node | 0728a99d9d7ae8711be232fb6fc30fb39285b662 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | docs-ref-autogen/@azure/arm-avs/PortMirroringDirectionEnum.yml | EmmaZhu/azure-docs-sdk-node | 0728a99d9d7ae8711be232fb6fc30fb39285b662 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | ### YamlMime:TSTypeAlias
name: PortMirroringDirectionEnum
uid: '@azure/arm-avs.PortMirroringDirectionEnum'
package: '@azure/arm-avs'
summary: >-
Defines values for PortMirroringDirectionEnum. \
<xref:@azure/arm-avs.KnownPortMirroringDirectionEnum> can be used
interchangeably with PortMirroringDirectionEnum,
this enum contains the known values that the service supports.
### Known values supported by the service
**INGRESS** \
**EGRESS** \
**BIDIRECTIONAL**
fullName: PortMirroringDirectionEnum
remarks: ''
isPreview: false
isDeprecated: false
syntax: type PortMirroringDirectionEnum = string
| 26.73913 | 67 | 0.780488 |
404f81b2f18d38f929ecec2c0cda2e259ee57953 | 168 | yml | YAML | .gitlab-ci.yml | danielandastro/shelldotnet | 5325cae56ebfe0aa0318fd5df49af99b69ca3b66 | [
"Apache-2.0"
] | null | null | null | .gitlab-ci.yml | danielandastro/shelldotnet | 5325cae56ebfe0aa0318fd5df49af99b69ca3b66 | [
"Apache-2.0"
] | null | null | null | .gitlab-ci.yml | danielandastro/shelldotnet | 5325cae56ebfe0aa0318fd5df49af99b69ca3b66 | [
"Apache-2.0"
] | null | null | null | image: microsoft/dotnet:latest
stages:
- build
before_script:
- "dotnet restore"
build:
stage: build
build:
stage: build
script:
- "dotnet build"
| 9.333333 | 30 | 0.654762 |
c3ea79a1a1992e710a5f5c15f6c5386c52fa8a8a | 1,148 | yml | YAML | .travis.yml | gridgentoo/omniduct | 01b9d00454c36f17ad210c45d631f06ab6cd193c | [
"MIT"
] | 1 | 2020-03-26T12:30:33.000Z | 2020-03-26T12:30:33.000Z | .travis.yml | gridgentoo/omniduct | 01b9d00454c36f17ad210c45d631f06ab6cd193c | [
"MIT"
] | null | null | null | .travis.yml | gridgentoo/omniduct | 01b9d00454c36f17ad210c45d631f06ab6cd193c | [
"MIT"
] | null | null | null | language: python
python:
- "2.7"
- "3.6"
# - "3.7" # Not currently implemented in tox / travis
before_install:
- pip install flake8 wheel tox-travis
install:
- pip install ".[all]"
script:
- "tox"
# Deploy to pypi automatically from tagged releases on the stable branch
deploy:
provider: pypi
user: mister.wardrop
password:
secure: "rCsAx55Z/IS8MMJi5PlMQLg8bPHC7ava19+hU0I8AYg1lY+yxBisO48i54g4veMISR2I0HUqoK7WSFxPfOceLCYkTNV6XT8RkHjBrsmpdwS1GdeLBPaI+QOe5AfR/G2F3KXRRD2NpyIkzeo3wS7n3+sqkGBSNB1+4KtDu8PUqWKk3mv1CqKLS6ZHwwrRvk9K4oF3AD70qpu2CaPUT08xNU50tFAuzz7bwG3DIOWxzr7YefewwjiaGlsffMTp1sJxlmTYtKL1inCI7VDk3Xxymq4GQu0gIW3zWIjvZEuJlAnYoq1JhR1Btw8KNF23uz4PutbkOHq+c3j2ZyOsyzDz2pK/ywS6DnMIHpbceHH+JnOstxts05IOBIP++Wti0lfIXuOMh/lKWUNkW1KrOVr3Qz4A0UMgbJ82FzTsE2Ei/ShgLeVhpvYgN/ZaJB5g9HmL9HQAWsgHZACa2BHM90SidwZtTY1qY2Hxp9Rvj6gg3Q59CTIfTYfWOnobgiHL6ClOOk0oES36KrwU/AVOxaH1dddtWkLbX4qG0/Ur+NY7iGgD+GIwH/fAxxuTyZ81+jQjhLXpMYr0HewYI0MruqEPhekbJffqh5xRlL+S/A9Xf4+X6Ox7PKn+MQBPPwps8ZTKT8TlqUM/VgtVLBMr660kLS2Jr0LXwSUJF2JvUTOsFww="
on:
tags: true
python: "3.6"
distributions: sdist bdist_wheel
repo: airbnb/omniduct
| 42.518519 | 698 | 0.839721 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.