code
stringlengths
38
801k
repo_path
stringlengths
6
263
title: 'Event ID 4904: An attempt was made to register a security event source.' description: This event generates every time a new security event source. platform: windows log_source: Microsoft-Windows-Security-Auditing event_code: '4904' event_version: '0' event_fields: - standard_name: user_sid standard_type: TBD ...
windows/etw-providers/Microsoft-Windows-Security-Auditing/events/event-4904.yml
version: '3.1' services: mongo: build: ./database container_name: dse-mongo-db ports: - 27017:27017 restart: always rabbit: image: rabbitmq:3-management container_name: dse-rabbitmq restart: always hostname: dse-rabbitmq ports: - 5672:5672 - 15672:15672 gat...
docker-compose.yml
name: ClientGroups uid: '@azure/arm-servicemap.ClientGroups' package: '@azure/arm-servicemap' summary: Interface representing a ClientGroups. fullName: ClientGroups remarks: '' isPreview: false isDeprecated: false type: interface methods: - name: 'get(string, string, string, ClientGroupsGetOptionalParams)' uid: '...
preview-packages/docs-ref-autogen/@azure/arm-servicemap/ClientGroups.yml
security: encoders: Casecenter\UserBundle\Entity\User: sha512 role_hierarchy: #ROLE_USER, ROLE_MODERATEUR ROLE_PLANNING_ADMIN: [ROLE_PLANNING] ROLE_CAMPAIGN_ADMIN: [ROLE_CAMPAIGN] ROLE_PARTNER_ADMIN: [ROLE_PARTNER] ROLE_PROJECT_ADMIN: [ROLE_PROJECT] ROLE_...
app/config/security.yml
generic-pool: versions: ^2.0.0 || ^3.1.0 commands: node test/instrumentation/modules/generic-pool.js mysql: versions: ^2.0.0 commands: - node test/instrumentation/modules/mysql/mysql.js - node test/instrumentation/modules/mysql/pool-release-1.js redis: versions: ^2.0.0 commands: node test/instrument...
.tav.yml
version: "3.7" services: x509-identity-mgmt: build: context: ./../../ depends_on: - ejbca-db - mongo-db restart: always hostname: "x509-identity-mgmt" domainname: "dojot.iot" environment: DATABASE_JDBC_URL: jdbc:postgresql://ejbca-db:5432/ejbca?characterEncoding=UTF-8 ...
x509-identity-mgmt/examples/simple/docker-compose.yml
backend: name: github repo: evolutions-urbaines/evolutions-urbaines media_folder: static/assets public_folder: assets display_url: https://evolutions-urbaines.fr slug: encoding: ascii clean_accents: true collections: - name: articles label: Articles folder: src/pages/articles create: true f...
static/admin/config.yml
name: Update latest specification document in the website on: push: branches: - 'master' paths: - 'spec/asyncapi.md' jobs: Make-PR: name: Make PR on website repository with updated latest spec runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} steps: ...
.github/workflows/update-spec.yaml
version: '1.0' stages: - Destroy steps: main_clone: title: Wait stage: Destroy image: codefresh/cli:latest commands: - codefresh get builds --pipeline=destroy --pipeline=preview --branch=${{CF_BRANCH}} --status running --limit 1000 -o json | jq --arg id ${{CF_BUILD_ID}} -ser 'flatten|.[-1].id=...
codefresh/destroy.yaml
--- definitions: - template: BatchProcessingSLO definition: name: MarkPaymentsAsPaidMeetsDeadline budget: 0.1 deadline: 2h volume: | 1.5 * max_over_time( ( sum by (namespace, release) ( increase(paysvc_mark_payments_as_paid_marked_as_paid_total[8...
example-definitions.yaml
jobs: - job: 'Test_linux' pool: vmImage: 'ubuntu-16.04' strategy: matrix: Python36: python.version: '3.6' Python37: python.version: '3.7' steps: - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' - script: cmake . displayName: 'building C++...
azure-pipelines.yml
toc: - title: Android url: /category/android/android subfolderitems: - page: Google Map url: /category/android/googlemap - page: MPAndroidChart url: /category/android/mpandroidchart - title: Apache url: /category/apache/apache subfolderitems: - page: ActiveMQ ...
_data/sidecategory.yml
apiVersion: v1 kind: Secret metadata: name: ak-monitoring namespace: security stringData: username: ENC[AES256_GCM,data:OgQGZQFFeA==,iv:wD7ZiumTOfyjeAPRUd26P40ygHCwZBpB3/4HSgvq8Ws=,tag:kwOgQLxQSkXTlxqjMYhS3Q==,type:str] password: ENC[AES256_GCM,data:cI8abU54pMmv,iv:cU+GItR6b4bsZQlcW70/4y6HMJN2/omwvsuPxR...
cluster/apps/security/authentik/secret.sops.yaml
admin: access_log_path: /tmp/admin_access.log address: socket_address: { address: 0.0.0.0, port_value: 9901 } overload_manager: refresh_interval: 0.25s resource_monitors: - name: envoy.resource_monitors.fixed_heap config: max_heap_size_bytes: 2147483648 # 2 GiB actions: - name: envoy.overlo...
echo/deploy/envoy.yaml
uid: learn.secure-aspnet-core-identity metadata: title: Secure an ASP.NET Core web app with the Identity framework description: Add authentication and authorization to an ASP.NET Core web app using the Identity framework. ms.date: 08/20/2019 author: scottaddie ms.author: scaddie ms.topic: interactive-tutori...
learn-pr/aspnetcore/secure-aspnet-core-identity/index.yml
--- - name: Include vars for cloud provider include_vars: file: "{{ cloud_provider }}.yml" name: "{{ cloud_provider }}" - name: Dump gcp vars debug: var: gcp - name: Create network gcp_compute_network: name: "{{ gcp['playground'] }}-network" auto_create_subnetworks: yes project: "{{ gcp...
roles/ansible-role-create-instance/tasks/gcp.yml
# Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. # Site Settings a...
src/_config.yml
name: ApplicationHealthStateChunk uid: '@azure/servicefabric.ApplicationHealthStateChunk' package: '@azure/servicefabric' summary: >- Represents the health state chunk of a application. The application health state chunk contains the application name, its aggregated health state and any children services and ...
docs-ref-autogen/@azure/servicefabric/ApplicationHealthStateChunk.yml
linters: enable-all: true disable: - dupl # phil: raises false positives for non-duplicate code - gochecknoglobals - gochecknoinits - interfacer # author says it's deprecated, gives very subjective advice - prealloc linters-settings: goconst: min-len: 5 maligned: suggest-new: true ...
teleproxy-old/.golangci.yml
name: CI on: [push, pull_request] jobs: build_for_linux: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - run: cargo test -- --color=always --nocapture - name: Release build run: | set -eux docker run --rm -v "$(pwd)":/home/rust/src ekidd/rust-musl-bui...
.github/workflows/ci.yml
# Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: empty_lines, no_empty_lines Layout/EmptyLinesAroundBlockBody: Exclude: - 'spec/lib/okcomputer_spec.rb' - 'spec/models/complete_moab_spec.rb' - 'spec/models/druid_version_zip_part_spec.rb' # Of...
.rubocop_todo.yml
apiVersion: apps.openshift.io/v1 kind: DeploymentConfig metadata: creationTimestamp: null generation: 1 labels: application: app-de-ejemplo template: eap72-basic-s2i template.openshift.io/template-instance-owner: eb837fe9-661b-4c19-befc-78ba50428e93 xpaas: 1.1.0 name: app-de-ejemplo selfLink: ...
openshift/dc.yaml
- position: 1 driverNumber: 2 driverId: ronnie-peterson constructorId: lotus engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:23.810" gap: interval: laps: - position: 2 driverNumber: 6 driverId: francois-cevert constructorId: tyrrell engineManufacturerId: ford tyreManufacture...
src/data/seasons/1973/races/07-sweden/qualifying-results.yml
name: CI on: [push, pull_request] jobs: fossa-scan: runs-on: ubuntu-latest steps: - name: 'Checkout Code' uses: actions/checkout@v2 - name: 'Run FOSSA Scan' uses: fossas/fossa-action@main # Use a specific version if locking is preferred with: api-key: ${{secret...
.github/workflows/ci.yml
title: My Resume url: 'http://webjeda.com' baseurl: '/online-cv' #change it according to your repository name about: True # set to False or comment line if you want to remove the "How to use?" in the sidebar # Style will be applied only after restarting the build or serve. Just choose one of the options. theme_skin: #...
_config.yml
openapi: 3.0.0 servers: - url: 'http://localhost:3333' description: local clean car api - url: 'https://clean-car.sloppy.zone' description: production clean car api info: description: clean car api version: 1.0.0 title: Clean Car API termsOfService: '' contact: email: '' license: name: M...
swaggerui/openapi.yaml
on: pull_request: branches: - master push: branches: - master tags: - "*" jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: setup Python uses: actions/setup-python@v2 with: python-version: "3.8" - name: ...
.github/workflows/test-and-publish.yml
--- _id: 0911dec0-cdde-11e8-9467-8537e44b2659 metadata: author: first: Tamás last: Pusztai email: <EMAIL> github_id: n.a. timestamp: '6 October, 2018' summary: >- The three sets of results I submitted (methods A, B, C) are based on finite difference simulations (dx=0.4, dt=0.002) that diff...
_data/simulations/Finite_Diff_C/meta.yaml
--- http_interactions: - request: method: get uri: http://api.themoviedb.org/3/movie/550?api_key=c29379565234e20d7cbf4f2e835c3e41&language=en body: encoding: US-ASCII string: '' headers: Accept: - application/json Accept-Encoding: - gzip, deflate Content-Type: ...
spec/vcr/movie/detail.yml
--- authority_id: odni id: 2015 language: kat source_script: Geor destination_script: Latn name: Office of the Director Of National Intelligence Georgian Personal Names 2015, ICS 630-01 Annex E # url: source: ICS 630-01, Annex E creation_date: 2015 confirmation_date: 2015 description: | This system is the Intelligenc...
maps/odni-kat-Geor-Latn-2015.yaml
--- version: '3.5' services: adminclient: build: context: ../../troubleshooting/admin-client-issue-when-broker-down/adminclient/ args: TAG: ${TAG} CP_BASE_IMAGE: ${CP_BASE_IMAGE} KAFKA_CLIENT_TAG: ${KAFKA_CLIENT_TAG} hostname: adminclient container_name: adminclient ...
troubleshooting/admin-client-issue-when-broker-down/docker-compose.yml
uid: "com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayInner.withVirtualNetworkExtendedLocationResourceId*" fullName: "com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayInner.withVirtualNetworkExtendedLocationResourceId" name: "withVirtualNetworkExtendedLocationResourceId" nameWit...
docs-ref-autogen/com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayInner.withVirtualNetworkExtendedLocationResourceId.yml
env: camas env_args: map_name: "supermarket-medium" # Number of agents to use in the environment # 0: maximum number of agents # Will return an error if number specifed is more than the maximum for the given map. agent_count: 0 episode_limit: 0 # Possible observation types: # global: [ag...
src/config/envs/camas.yaml
--- # defaults file for rhel8_pci_dss account_disable_post_pw_expiration: true accounts_maximum_age_login_defs: true accounts_password_pam_dcredit: true accounts_password_pam_lcredit: true accounts_password_pam_minlen: true accounts_password_pam_ucredit: true accounts_password_pam_unix_remember: true accounts_password...
defaults/main.yml
kind: Secret ansible_user: ENC[AES256_GCM,data:Rwhmrus8iDuxaA==,iv:N6oA3o48rLThLoj0nchyoI8jljWybfwxDOST9EUXTQE=,tag:ohW0hpNeuTsdA4qT2NH2bw==,type:str] ansible_become_pass: ENC[AES256_GCM,data:9vaQDK++ck7iBNg=,iv:Dntrv0Q/09/xXf5/NX76VPmdM8LHgjAarRCViT7jfsY=,tag:gbePrBd7PsR/T4L5ZTFdnw==,type:str] ansible_python_interpret...
provision/ansible/inventory/host_vars/aprp09.sops.yml
--- - name: Get information about running containers action: module: docker_facts - name: Create container configuration directory file: path: /etc/docker-containers state: directory mode: 0750 - name: Configure containers copy: content: "{{ settings[item].vars | default({}) | to_yaml }}" ...
ansible/roles/docker_containers/tasks/main.yml
- name: <NAME> names: - <NAME> code: "04" countryalpha2: BB coordinates: longitudestring: "" latitudestring: "" minlongitude: -59.643616 minlatitude: 13.138193 maxlongitude: -59.598465 maxlatitude: 13.237683 latitude: 13.193991 longitude: -59.627625 - name: <NAME> names: - ...
data/yaml/subdivisions/bb.yaml
version: 2.1 orbs: gradle: circleci/gradle@2.2.0 commands: gradle-properties: description: Provisions the build with the required gradle.properties steps: - run: name: Provide Credentials command: | cp gradle.properties.sample gradle.properties sed -i "s/<...
.circleci/config.yml
--- - name: Get installed version of Systemd command: /usr/bin/env systemctl --version when: ansible_local.systemd is not defined changed_when: false check_mode: false register: _docker_server__systemd_version_raw - name: Create docker_server__systemd_version variable set_fact: _docker_server__systemd...
tasks/service.yml
name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the main branch on: push: branches: [ main ] paths: - '**.sch' - '**.kicad_pcb' pull_request: branches: [ main ] paths: - '**.sch' - '**.kicad_pcb' workflow...
.github/workflows/kicad.yml
spring: profiles: group: test: - "stdout" application: name: prison-offender-events jackson: date-format: "yyyy-MM-dd HH:mm:ss" serialization: WRITE_DATES_AS_TIMESTAMPS: false jpa: show-sql: false generate-ddl: false hibernate: ddl-auto: none open-in-v...
src/main/resources/application.yml
language: code: es_mx name: Español region: México material: acacia_wood: Tronco de acacia bamboo_sapling: Retoño de bambú birch_wood: Tronco de abedul black_concrete_powder: Cemento negro blue_concrete_powder: Cemento azul brown_concrete_powder: Cemento café campfire: Hoguera clay_ball: Arcilla ...
src/main/resources/lang/1.14/es_mx.yml
--- pi_config: - key: 'start_x' value: '1' - key: 'gpu_mem' value: '128' - key: 'disable_camera_led' value: '1' motion_config: - regexp: '^\s*(;\s*)?daemon\s*\S*\s*$' line: 'daemon on' - regexp: '^\s*(;\s*)?setup_mode\s*\S*\s*$' line: 'setup_mode off' - regexp: '^\s*(;\s*)?log_level\s*\S*\s*$' line: 'log_...
roles/means_cam_local/defaults/main.yml
name: Test on: push: pull_request: jobs: test: name: Test runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Setup repo uses: actions/checkout@v2 - name: Setup ruby uses: actions/setup-ruby@v1 ...
.github/workflows/test.yml
language: cpp sudo: false dist: xenial ruby: 2.2.0 notifications: slack: secure: F2nQIW6SiaGdw1LjuZOlgBu8rUVMllrDG/5bhmTQP7gyETfViFBjTsHQdTle6jtdb+LudleZaG7WhdEiVcKUa834rKqDk1UOt9p6bsmgbsBZBAaxmPh01iVFhKn3ML7JLjfr1YtH7MWJcsS60cNBrohXfVKfFzNgDqZEu/llr90= cache: bundler: true ccache: true pip: true env: glo...
spec/fixtures/configs/pc/PCMSolver:pcmsolver.yml
AWSTemplateFormatVersion: "2010-09-09" Resources: IDGenRole: Type: AWS::IAM::Role Properties: AssumeRolePolicyDocument: Version: '2012-10-17' Statement: - Effect: Allow Principal: Service: lambda.amazonaws.com Action: sts:AssumeRole P...
exports.yaml
name: Review PR Testing on: pull_request: branches: [ review ] jobs: test: runs-on: ubuntu-latest env: STAGE: review GIT_BRANCH: review steps: - name: Checkout uses: actions/checkout@v2 - name: Fetch git history for all tags and branches run: | git fetch...
.github/workflows/pr-review.yml
variables: CI_SCRIPTS_DIR: "./ci" gift-gala: script: - MATLAB_SCRIPT=$(pwd)/matlab/CIBuildAndTest.m - echo "***** CUDA 7 *****" - MATLAB_EXE=/Applications/MATLAB_R2016b.app/bin/matlab - XCODE_EXE=/Applications/Xcode7.3.1.app/Contents/Developer - PATH_WITH_CUDA=/Developer/NVIDIA/CUDA-7.5/bin${PA...
.gitlab-ci.yml
# Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: <NAME...
_config.yml
title: Documentação sobre o Assistente de Métricas summary: O Assistente de Métricas é uma plataforma de monitorização de séries temporais que fornece um conjunto de APIs para ingestão de dados, deteção de anomalias e diagnóstico sem necessitar de conhecimentos de machine learning. metadata: title: Documentação sobre...
articles/cognitive-services/metrics-advisor/index.yml
--- - block: - name: Create security group for access to shared services ec2_group: name: "shared-services-{{ opg_data.stack }}" description: "shared services {{ opg_data.stack }}" rules_egress: state: present vpc_id: "{{ app_vpc['vpc_id'] }}" register: shared_se...
roles/awsenv/tasks/sg.yml
name: <NAME> bio: Web Developer | Web Designer description: <NAME>'s Personal Website # Profile picture picture: assets/images/profile.jpeg # your url: http://USERNAME.github.io url: https://rhutasel.github.io # do you want to display social media links? true or false social-media: true # Add your username for the ...
_config.yml
--- !<MUTATOR> contentType: "MUTATOR" firstIndex: "2019-02-01 08:42" game: "Unreal Tournament" name: "GoRelics2" author: "Unknown" description: "None" releaseDate: "2010-08" attachments: [] originalFilename: "GoRelics2.zip" hash: "01dd6d1243a8d539d47ec5e517e1a3c84f746f87" fileSize: 725005 files: - name: "GoRelics2.u" ...
content/Unreal Tournament/Mutators/G/0/1/dd6d12/gorelics2_[01dd6d12].yml
# Site title: 极东魔术昼寝结社 subtitle: '' description: '邪王真眼是最强的' keywords: author: Rikka language: zh-CN timezone: '' # URL ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' url: https://www.bilibilianime.com/ permalink: :year/:month/:day/:title/ permalink_defa...
_config.yml
services: netgen_layouts.sylius.layout_resolver.target_type.product: class: Netgen\Layouts\Sylius\Layout\Resolver\TargetType\Product tags: - { name: netgen_layouts.target_type, priority: 170 } netgen_layouts.sylius.layout_resolver.target_type.form_mapper.product: class: Netg...
bundle/Resources/config/services/layout_resolver.yaml
name: Thri-kreen (Psionic) slug_name: thri-kreen-psionic challenge_rating: 1.0 experience: 200 size: Medium type: humanoid subtype: thri-kreen alignment: chaotic neutral armor_class: 15 armor_class_type: natural armor hit_points: 33 hit_dice: 6d8+6 speed: 40 ft. strength: 12 dexterity: 15 constitution: 13 intelligence:...
data/monsters/thri-kreen-psionic.yaml
service: rclone-lambda frameworkVersion: "2" useDotenv: true variablesResolutionMode: 20210326 provider: name: aws runtime: python3.9 lambdaHashingVersion: 20201221 stage: ${opt:stage, "default"} region: ${opt:region, "eu-west-3"} deploymentBucket: ${env:DEPLOYMENT_BUCKET} logRetentionInDays: 30 tra...
serverless.yaml
name: example description: Example of Adaptive Cards. # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flu...
example/pubspec.yaml
uid: "com.microsoft.azure.management.containerservice.ContainerService.DefinitionStages.WithMasterStorageProfile.withMasterStorageProfile*" fullName: "com.microsoft.azure.management.containerservice.ContainerService.DefinitionStages.WithMasterStorageProfile.withMasterStorageProfile" name: "withMasterStorageProfile" nam...
docs-ref-autogen/com.microsoft.azure.management.containerservice.ContainerService.DefinitionStages.WithMasterStorageProfile.withMasterStorageProfile.yml
apiVersion: iam.cnrm.cloud.google.com/v1beta1 kind: IAMPolicy metadata: name: iam-policy spec: resourceRef: apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1 kind: Project external: projects/secretmanager-csi-build bindings: # for e2e tests to manage test clusters and administer secrets ...
test/infra/anthos-managed/namespaces/secretmanager-csi-build/iam-policy.yaml
version: 1.1.{build} image: Visual Studio 2019 before_build: - nuget restore - choco install opencover.portable - choco install codecov nuget: project_feed: true build: publish_nuget: true include_nuget_references: true verbosity: normal project: Execute.HttpRequest.sln test_script: - OpenCover....
appveyor.yml
site_name: 'deck.gl-raster' site_description: 'Deck.gl layers and WebGL modules for client-side satellite imagery processing' site_author: '<NAME>' docs_dir: 'docs' site_dir: 'build' # Repository repo_name: 'kylebarron/deck.gl-raster' repo_url: 'https://github.com/kylebarron/deck.gl-raster' edit_uri: 'blob/master/doc...
mkdocs.yml
- headers: 'User-Agent: Mozilla/5.0 (Macintosh; PowerPC MorphOS 2.7; Odyssey Web Browser; rv:1.17) AppleWebKit/535.14 (KHTML, like Gecko) OWB/1.17 Safari/535.14' result: { browser: { name: Odyssey, version: '1.17', type: browser }, engine: { name: Webkit, version: '535.14' }, os: { name: MorphOS, version: '2.7'...
content/wp-content/plugins/wp-statistics/includes/vendor/whichbrowser/parser/tests/data/desktop/os-morphos.yaml
# Global -------------------------- image: python:3.10 variables: PIP_CACHE_DIR: "${CI_PROJECT_DIR}/.cache/pip" cache: key: prefix: ${CI_JOB_IMAGE} files: - pyproject.toml - poetry.lock paths: - .cache/pip - .venv stages: - check - build - test - publish before_script: ...
.gitlab-ci.yml
items: - uid: com.azure.cosmos.implementation.apachecommons.lang id: lang artifact: com.azure:azure-cosmos:4.4.0-beta.1 children: - com.azure.cosmos.implementation.apachecommons.lang.ArrayUtils - com.azure.cosmos.implementation.apachecommons.lang.CharSequenceUtils - com.azure.cosmos.implementation.apachecom...
preview/docs-ref-autogen/com.azure.cosmos.implementation.apachecommons.lang.yml
name: Publish pre-release on: push: tags: - 'v*.*.*-alpha.*' - 'v*.*.*-beta.*' env: EXPECTED_REL_IMAGE_CONF: | REL_IMAGE_CONF=RELATED_IMAGE_API_MANAGER=storageos/api-manager:v1.2.8 RELATED_IMAGE_PORTAL_MANAGER=storageos/portal-manager:v1.0.2 RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER=sto...
.github/workflows/pre-release.yaml
heat_template_version: queens description: > HOT template that invokes subtemplates. parameters: key_name: type: string description: Name of keypair used to access the compute instance(s). public_net_id: type: string description: ID or name of the public network floating IP addresses are allocat...
heat/tick.yaml
BC_abra2_output_bams: null BC_bwa_mem_output: null BC_gatk_merge_bam_alignment_output_file_name: null BC_gatk_sam_to_fastq_output_name_R1: null BC_gatk_sam_to_fastq_output_name_R2: null BC_picard_addRG_output_file_name: null BC_picard_fixmate_information_output_file_name: null UBG_abra2_output_bams: null UBG_bwa_mem_ou...
example_inputs.yaml
name: runner on: push: branches: - main paths: - "runner/**" pull_request: branches: - main paths: - "runner/**" workflow_dispatch: schedule: - cron: "0 0 * * *" jobs: build-image: runs-on: ubuntu-latest outputs: RUNNER_VERSION: ${{ steps.find-runner-r...
.github/workflows/runner.yml
version: '2.1' services: develop-graylog: container_name: ${CONTAINER_HOST_NAME:-standalone.graylog} environment: - GRAYLOG_ELASTICSEARCH_HOSTS=${GRAYLOG_ELASTICSEARCH_HOSTS:-http://standalone.elk-elasticsearch:9200} #- GRAYLOG_ELASTICSEARCH_CLUSTER_NAME=${GRAYLOG_ELASTICSEARCH_CLUSTER_NAME:-standalon...
docker-compose.yml
extends: spectral:oas functions: [objectRequiredProperties, operationOrdering, requiredPropertyExample] rules: example-value-or-externalValue: false oas3-unused-components-schema: false # needed by inter-file references e.g. Voice API oas3-valid-content-schema-example: false oas3-valid-oas-content-example: fa...
.spectral.yml
defaults: &defaults working_directory: /tmp/promise-sos docker: - image: circleci/node:10.14 install_js: &install_js run: name: Install js dependencies command: | yarn config set yarn-offline-mirror ~/.cache/npm-packages-offline-cache/v1 yarn --frozen-lockfile restore_yarn_cache: &restor...
.circleci/config.yml
apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: consul namespace: kube-system spec: interval: 5m chart: spec: chart: consul version: 9.2.7 sourceRef: kind: HelmRepository name: bitnami-charts namespace: flux-system interval: 5m v...
kube-system/consul/consul-hr.yaml
version: '1.0' stages: - checkout #- prepare - build #- unit_test #- push #- store #- release - deploy #- e2e_test #- approval steps: main_clone: title: Cloning main repository... type: git-clone stage: checkout repo: 'timlimhk/tim-ecp-flask' revision: 'master' git: github ...
codefresh/codefresh-k8s.yml
name: Test on: pull_request: branches: [main] workflow_dispatch: jobs: test-standard-platforms: strategy: matrix: platform: - ubuntu-latest - macos-latest - windows-latest include: - platform: ubuntu-latest name: Ubuntu 20.04 - platf...
.github/workflows/test.yml
name: Validation on: push: branches: - master pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true env: # Make sure pip caches dependencies and installs as user PIP_NO_CACHE_DIR: false PIP_USER: 1 # Make sure poetry won't use virtual environme...
.github/workflows/validation.yml
service: seemy-github frameworkVersion: '2' useDotenv: true plugins: - serverless-plugin-typescript - serverless-jetpack custom: serverless-jetpack: mode: npm provider: name: aws runtime: nodejs14.x region: eu-west-2 stage: production versionFunctions: false tags: seemyintegration: github ...
serverless.yml
apiVersion: v1 kind: ConfigMap metadata: name: ${DEPLOYMENT_NAME}-nginx-config data: nginx.conf: | server { listen 8000 default_server; server_name _; location / { proxy_pass http://127.0.0.1:8080/auth/; proxy_redirect http://$http_hos...
deploy/k8s-manifest.yml
items: - uid: vss-web-extension-sdk.VSS.Controls.Navigation.IPivotViewOptions name: IPivotViewOptions fullName: IPivotViewOptions children: - >- vss-web-extension-sdk.VSS.Controls.Navigation.IPivotViewOptions.contributionId - >- vss-web-extension-sdk.VSS.Controls.Navigation.IPi...
docs-ref-autogen/vss-web-extension-sdk/VSS.Controls.Navigation.IPivotViewOptions.yml
--- - name: Create directories file: path: "{{ item }}" state: directory mode: 0775 owner: "{{ ssl_sign_cert_owner }}" group: "{{ ssl_sign_cert_group }}" loop: - "{{ ssl_sign_cert_csr_path }}" - "{{ ssl_sign_cert_crt_path }}" - "{{ ssl_sign_cert_key_path }}" - name: Install items ...
tasks/main.yml
force_control: main_loop_rate: 400 #500 # Admittance control parameters for the pseudo spring-mass-damper system # Be careful with Trade-off between length and angle # Assume length is 0.1, then: # stiffness for rotation should be multiplied with 0.1, so as to feel the same # Inertia entries for rotatio...
experiments/plane_engaging/config/controller.yaml
--- - name: Set default create_newrelic_user (default not create) set_fact: create_newrelic_user: "false" when: create_newrelic_user is undefined - name: Set default create_env_var (default not create) set_fact: create_env_var: "false" when: create_env_var is undefined - name: Ensure SqlServer is ins...
test/deploy/windows/ms-sql/create-newrelic/roles/configure/tasks/main.yml
openapi: 3.0.0 info: title: AuthenticationService version: '1.0' description: Service used for user authentication (via Google OAuth 2.0). Accessible from the outside. servers: - url: 'http://authentication' paths: /google/oauth: post: summary: Google OAuth operationId: post-google-login ...
reference/AuthenticationService.v1.yaml
items: - uid: '@azure/arm-storage.BlobContainersListOptionalParams' name: BlobContainersListOptionalParams fullName: BlobContainersListOptionalParams children: - '@azure/arm-storage.BlobContainersListOptionalParams.abortSignal' - '@azure/arm-storage.BlobContainersListOptionalParams.customHeade...
docs-ref-autogen/@azure/arm-storage/BlobContainersListOptionalParams.yml
--- result: SUCCESS url: http://wilson.ci.chef.co/job/chef-backend-trigger-git_poll/56/ timestamp: 2016-02-19 15:20:07 UTC duration: 1h3m14s active_duration: 1h36m55s parameters: {} change: git_remote: <EMAIL>:chef/chef-backend.git git_commit: <PASSWORD> project: chef-backend version: 0.1.0+20160219152017.git.2...
reports/wilson.ci.chef.co/job/chef-backend-trigger-git_poll/56.yaml
- name: Dokumentace k Terraformu v Azure href: index.yml - name: Přehled items: - name: Informace o Terraformu v Azure href: terraform-overview.md - name: Šablony Rychlý start expanded: true items: - name: Instalace a konfigurace Terraformu href: terraform-install-configure.md maintain...
articles/terraform/toc.yml
homepage: https://hackage.haskell.org/package/subG changelog-type: markdown hash: c6ca42ea154fa0dcb8e440f26b963ad6d1f3cfd6df7b522cd48fa36f083bb432 test-bench-deps: {} maintainer: <EMAIL> synopsis: Some extension to the Foldable and Monoid classes. changelog: | # Revision history for subG ## 0.1.0.0 -- 2020-10-16 ...
packages/su/subG.yaml
index: path: / controller: App\Controller\DefaultController::index logout: path: /logout controller: App\Controller\DefaultController::logout introduction: path: /exercise/introduction/ controller: App\Controller\IntroductionController::index introduction/save: path: /exercise/introduction/save controll...
config/routes.yaml
version: "3" services: agency: image: arangodb/arangodb:3.7.2 container_name: arango-agency environment: - ARANGO_ROOT_PASSWORD=<PASSWORD> command: arangod --server.endpoint tcp://0.0.0.0:8531 --agency.my-address tcp://agency:8531 --server.authentication true --agency.activate true --agency.size...
arangodb/cluster/docker-compose.yaml
spring: profiles: active: dev --- server: port: 8001 mybatis: config-location: classpath:mybatis/mybatis.cfg.xml type-aliases-package: com.ming.springcloud.entities mapper-locations: classpath:mybatis/mapper/**/*.xml spring: profiles: dev application: name: microservic...
microservice-config-product.yml
landscape: - category: name: Projects subcategories: - subcategory: name: Spec items: - item: name: Arangodb homepage_url: https://www.arangodb.com/ repo_url: https://github.com/arangodb/arangodb logo: https://landscape.cncf.io/lo...
landscape-hive.yml
title: 'Microsoft Cloud Workshop: Implementing Windows Virtual Desktop in the enterprise' metadata: title: 'Course 40578-G: Microsoft Cloud Workshop: Implementing Windows Virtual Desktop in the enterprise' description: 'Course 40578-G: Microsoft Cloud Workshop: Implementing Windows Virtual Desktop in the enterprise...
learn-certs-pr/courses/40578.yml
name: Lint & tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.py...
.github/workflows/lint-and-tests.yml
--- - name: Creating Grafana folder. file: dest: '{{ grafana_path }}/grafana/dashboards' state: 'directory' owner: 'grafana' group: 'grafana' mode: '0750' - name: Grafana sysconfig file transfer. template: src: 'grafana-server.j2' dest: '/etc/sysconfig/grafana-server' backup: 'yes' ...
tasks/configureation.yml
uid: "com.azure.resourcemanager.storage.models.BlobContainers.listAsync*" fullName: "com.azure.resourcemanager.storage.models.BlobContainers.listAsync" name: "listAsync" nameWithType: "BlobContainers.listAsync" members: - uid: "com.azure.resourcemanager.storage.models.BlobContainers.listAsync(java.lang.String,java.lang...
docs-ref-autogen/com.azure.resourcemanager.storage.models.BlobContainers.listAsync.yml
--- INTRO: - Core, this is Cargo. We're getting and awful lot of requests for antibiotics here from the crew. I'm not sure how many more of these things I can make. - - Understood, start breaking down non-essential base materials so you can continue fabricating medication. ->Fabricate* - Lock down the crew. Whatev...
quest-log/dialog/epidemic.yml
--- name: adfs-dns namespace: com.citrix.adc.stylebooks version: "1.0" description: This stylebook configures the ADFS DNS components private: true schema-version: "1.0" import-stylebooks: - namespace: netscaler.nitro.config version: "10.5" prefix: ns parameters: - name: dns-n...
Default/BusinessApps/Microsoft/ADFSProxy/adfs-dns.yaml
{{/* MIT License (C) Copyright 2020-2022 Hewlett Packard Enterprise Development LP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to ...
kubernetes/cray-drydock/templates/sonar-jobs-watcher.yaml
jobs: include: - stage: main name: "Checks: black, isort, pylint" git: submodules: false os: linux dist: xenial language: python python: "3.7" env: PYTHON=3.7 install: - pip install --progress-bar off pytest pybind11 - pip install --progress-...
.travis.yml
--- ID: "8d861616-64dc-4137-bdb8-d8bfd684b3a8" Parent: "e22d066a-04d0-4799-9dad-edd9eb07c2b2" Template: "dd22f1b3-bd87-4db2-9e7d-f7a496888d43" Path: "/sitecore/system/Modules/PowerShell/Script Library/SPE/Core/Platform/Functions/ConvertTo-Xlsx" DB: master SharedFields: - ID: "b1a94ff0-6897-47c0-9c51-aa6acb80b1f0" Hi...
unicorn/SPE/Scripts/SPE/SPE/Core/Platform/Functions/ConvertTo-Xlsx.yml