code
stringlengths
38
801k
repo_path
stringlengths
6
263
- name: minemeld-webui repo git: repo: "{{webui_repo}}" clone: yes dest: "{{webui_repo_directory}}" version: "{{minemeld_version}}" - name: reconfiguring git to use https command: git config --global url."https://github.com".insteadOf <EMAIL>@github.com - name: nodeenv pip: name=nodeenv - name: m...
roles/minemeld/tasks/webui.yml
trigger: - master pool: vmImage: 'ubuntu-latest' strategy: matrix: kibana_7_2_1: kibana_version: 7.2.1 node_version: 10.15.2 kibana_7_3_0: kibana_version: 7.3.0 node_version: 10.15.2 variables: build_version: $(kibana_version)-$(Build.BuildNumber) # https://www.elastic.co/gui...
azure-pipelines.yml
apiVersion: v1 kind: Namespace metadata: labels: env: prod group: calert name: calert --- apiVersion: v1 data: config.toml: | # All timeouts and durations are in milliseconds. [server] address = ":6000" socket = "/tmp/calert.sock" name = "calert" # WARNING If these timeouts are l...
kustomize/build/deploy.yaml
version: 2 config_android: &config_android docker: - image: circleci/android:api-29 working_directory: ~/project environment: JAVA_TOOL_OPTIONS: "-Xmx1024m" GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process" ...
.circleci/config.yml
kind: PersistentVolumeClaim apiVersion: v1 metadata: name: todo-pvc spec: accessModes: - "ReadWriteMany" resources: requests: storage: "100Mi" --- apiVersion: v1 kind: ConfigMap metadata: name: todo-postgres-configuration labels: app: todo-postgres data: POSTGRES_DB: todo POSTGRES_USER: ...
deployments/k8s-istio.yaml
kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: giantswarm-admin subjects: - kind: User name: {{.Cluster.Kubernetes.API.Domain}} apiGroup: rbac.authorization.k8s.io roleRef: kind: ClusterRole name: cluster-admin apiGroup: rbac.authorization.k8s.io --- ## Worker kind: Cluste...
files/k8s-resource/rbac_bindings.yaml
items: - uid: \Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse name: AsyncBatchAnnotateFilesResponse id: AsyncBatchAnnotateFilesResponse summary: |- Response to an async batch file annotation request. Generated from protobuf message <code>google.cloud.vision.v1.AsyncBatchAnnotateFilesResponse</cod...
testdata/golden/V1.AsyncBatchAnnotateFilesResponse.yml
name: Gradr on: pull_request: branches: - master jobs: lint: name: audit code-style runs-on: ubuntu-latest strategy: matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - name: Checkout Repo uses: actions/checkout@v2 - name: Prepare To Install use...
.github/workflows/gradr.yml
boxbot: # Publish all joint states---------------------------------------- joint_state_controller: type: joint_state_controller/JointStateController publish_rate: 50 # Position controllers ------------------------------------------- left_shoulder_1_controller: type: position_controllers/JointPositi...
boxbot_control/config/boxbot_5dof_control.yaml
name: edgex-device-rfid-llrp base: core18 version: "replace-me" version-script: | VERSION=$(shell cat ./VERSION 2>/dev/null || echo 0.0.0) echo $VERSION-$(date +%Y%m%d)+$(git rev-parse --short HEAD) license: Apache-2.0 summary: EdgeX Device LLRP Micro Service title: EdgeX Device LLRP Micro Service description: | ...
snap/snapcraft.yaml
--- - name: Get master-eligible nodes set_fact: master_eligible_nodes: | {%- set res = [] -%} {%- set master_eligible_hostnames = (groups['master'] if groups['master'] is defined else groups['data']) | sort -%} {%- for master_eligible_hostname in master_eligible_hostnames -%} {%- set _ ...
facts/tasks/main.yml
version: '2' services: # proxy: # container_name: 'traefik' # image: traefik:1.5 # restart: always # ports: # - '8600:80' # networks: # - proxy # volumes: # - '/var/run/docker.sock:/var/run/docker.sock' # - './traefik.toml:/traefik.toml' portainer: image: portainer/portain...
docker-compose.yml
interactions: - request: body: '{"username": null, "password": <PASSWORD>, "apikey": "2AE5D1E42E7194B9"}' headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Accept-Language: [en] Connection: [keep-alive] Content-Length: ['66'] Content-Type: [application/json] U...
tests/cassettes/tvdb/test_query_series_episodes_wrong_season.yaml
name: networks desc: Neighborhood Accessibility Variables model_type: networks node_col: node_id variable_definitions: - aggregation: sum dataframe: buildings decay: linear filters: - general_type == "Retail" name: retail_sqft_3000 radius: 3000 varname: non_residential_sqft - aggre...
bayarea_urbansim/configs/neighborhood_vars.yaml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-19 16:57" game: "Unreal Tournament" name: "DM-RP-Kelvin" author: "Jared \"FrEaKy\" Lacey" description: "Look At Hunter's Cool Skybox!!!!!" releaseDate: "2015-10" attachments: - type: "IMAGE" name: "DM-RP-Kelvin_shot_1.png" url: "https://f002.backblazeb2.com/file/un...
content/Unreal Tournament/Maps/DeathMatch/R/2/1/ba34aa/dm-rp-kelvin_[21ba34aa].yml
--- !<SKIN> contentType: "SKIN" firstIndex: "2018-12-26 14:51" game: "Unreal Tournament 2004" name: "Assassin" author: "Unknown" description: "None" releaseDate: "2002-10" attachments: - type: "IMAGE" name: "Assassin_shot_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%20200...
content/Unreal Tournament 2004/Skins/A/6/a/12f796/assassin_[6a12f796].yml
name: Publish latest version on: push: branches: - main paths-ignore: - '**/package.json' - 'lerna.json' - '**.md' - 'packages/example/**' jobs: publish: name: Publish runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - n...
.github/workflows/publish-latest.yml
name: Create release on: workflow_dispatch: inputs: version: description: 'Version' required: true pre_release: description: 'Is this a pre-release?' required: true default: 'true' draft: description: 'Draft?' required: true d...
.github/workflows/create-release.yml
uid: "com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort.fromFrontendHttpsPort*" fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT>.fromFrontendHttpsPort" name: "from...
docs-ref-autogen/com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort.fromFrontendHttpsPort.yml
--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - "" resources: - configmaps - persistentvolumes verbs: - '*' - apiGroups: - config.openshift.io resources: - infrastructures - networks verbs: - get - li...
config/rbac/role.yaml
### messages ### Prefix: '&3[&6&liSpy&3] ' #------------------------------------------# PrefixCommand: '&3[&6&lCMD-SPY&3] ' prefixBook: '&3[&6&lBOOK-SPY&3] ' PrefixSign: '&3[&6&lSIGN-SPY&3] ' PrefixAnvil: '&3[&6&lANVIL-SPY&3] ' BookOutput: '&9%player%&f: &e%text%' #------------------------------------------# PlayerU...
iSpy/src/main/resources/config.yml
- set_fact: infra_project: "{{ infra_project | default('infra') }}" - name: Create project command: oc {{ openshift_env.oc_admin_kubeconfig_arg }} new-project {{ infra_project }} ignore_errors: true - name: Install Nexus App shell: | oc {{ openshift_env.oc_admin_kubeconfig_arg }} new-app sonatype/nexu...
ansible/roles/install_nexus/tasks/main.yml
--- attack_technique: T1110.004 display_name: 'Brute Force: Credential Stuffing' atomic_tests: - name: SSH Credential Stuffing From Linux auto_generated_guid: 4f08197a-2a8a-472d-9589-cd2895ef22ad description: | Using username,password combination from a password dump to login over SSH. supported_platforms: ...
atomics/T1110.004/T1110.004.yaml
heat_template_version: queens description: > OpenStack Panko service configured with Puppet parameters: ServiceData: default: {} description: Dictionary packing service data type: json ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set ...
puppet/services/panko-base.yaml
--- result: SUCCESS url: http://wilson.ci.chef.co/job/delivery-trigger-ad_hoc/23/ timestamp: 2016-07-11 22:26:57 UTC duration: 1h4m9s triggered_by: elliott-davis active_duration: 1h3m45s parameters: GIT_REF: cdn/grayscale EXPIRE_CACHE: false change: git_remote: <EMAIL>:opscode/delivery.git git_commit: <PASSWORD...
reports/wilson.ci.chef.co/job/delivery-trigger-ad_hoc/23.yaml
--- # --------------------------------------------------------------------- # WARNING: This file is overwritten at deploy time with # environment-specific stuff. Changes in here are only used by the dev # VMs and not by a deployed environment. # You probably want to make your change in pp-deployment, or in a # role-* y...
hieradata/environment.yaml
accessible: true author: <NAME> context: |- .. raw:: html <script defer> bodyHeight = 0; function postSize() { if (document.body.scrollHeight != bodyHeight) { bodyHeight = document.body.scrollHeight; window.parent.postMessage({height: document.body.scrollHei...
git_catastrophy_scenario_3/task.yaml
controller_frequency: 3.0 # rate at which move_base will be called in Hz (default: 20.0) planner_frequency: 0.5 # rate at which re-calculate the global path, in Hz (default: 0.0) TrajectoryPlannerROS: holonomic_robot: false # Parameters for setting the velocity limits of the robot max_vel_x: 0.3 # max fwd ve...
config/base_local_planner_params.yaml
version: '2.1' services: elasticsearch: image: huygensing/elasticsearch:5.6.5 ports: - 9201:9200 indexer: image: huygensing/timbuctoo-elasticsearch-indexer environment: indexer_elasticsearch_host: "http://elasticsearch:9200" indexer_port: "80" indexer_timbuctoo_graphql_endpo...
src/documentation/timbuctoo_configuration/inTimbuctoo/docker-compose.yml
version: "3.3" services: traefik: # build: # context: . image: traefik:v2.5.5 container_name: "traefik" command: #- "--log.level=DEBUG" - "--api.insecure=true" - "--providers.docker=true" - "--entrypoints.web.address=:80" # Load ldapAuth from local private plugins ...
examples/conf-from-labels.yml
nameWithType: FabricReplicator.updateEpochAsync type: method members: - fullName: system.fabric.FabricReplicator.updateEpochAsync(Epoch epoch, CancellationToken cancellationToken) name: updateEpochAsync(Epoch epoch, CancellationToken cancellationToken) nameWithType: FabricReplicator.updateEpochAsync(Epoch epoch, Ca...
legacy/docs-ref-autogen/system.fabric.FabricReplicator.updateEpochAsync.yml
description: | Package the helm chart(s). You can add multiple chart repos by defining the following environment variable in your context CT_CHART_REPOS=repo_name1=repo_url1,repo_name2=repo_url2 parameters: chart_test_config: description: | Path to local config file with settings to be used by Chart T...
src/helm/commands/package.yaml
url: https://googledrive.tidyverse.org template: package: tidytemplate home: strip_header: true authors: <NAME>: href: https://jennybryan.org navbar: components: home: ~ news: text: News menu: - text: "Blog posts" - text: "Version 1.0.0" href: https://www.tidyvers...
_pkgdown.yml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Values.jupyterhub.name }} labels: {{- include "sqlflow.labels" . | nindent 4 }} spec: selector: matchLabels: {{- include "sqlflow.selectorLabels" . | nindent 6 }} {{- if .Values.jupyterhub.strategy }} strategy: {{ toYaml .Values.jupyterhub...
sqlflow/templates/sqlflow-jupyterhub/deployment.yaml
--- - name: Ensure docker is installed action: "{{ ansible_pkg_mgr }} name={{ item }} state=present" with_items: - docker-1.8.2 # Docker doesn't seem to start cleanly the first time run # when loopback (not directlvm) is configured. Putting in an # ignore errors, and then sleeping till it can come up cleanly -...
openshift/installer/vendored/openshift-ansible-git-2016-04-18/roles/docker_storage_setup/tasks/main.yml
preprocess: task: summarization # task', metavar='TASK', default="translation", choices=TASK_REGISTRY.keys(), help='task' source_lang: # list, ujson.loads - code_tokens - docstring_tokens - sbt - sbtao # path and path.terminals - path - path.terminals # - binary_ast # traverse ast...
dataset/codesearchnet/summarization/config/preprocess_multilingual.yml
--- http_interactions: - request: method: get uri: http://gateway.marvel.com/v1/public/stories?apikey=<API_KEY>&hash=<HASH>&limit=1&ts=<TS> body: encoding: US-ASCII string: '' headers: User-Agent: - Faraday v0.12.0.1 Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identit...
spec/vcr/stories.yml
name: Build and Publish Images on: schedule: - cron: '0 0 * * 3' # build and publish images every Wednesday push: branches: - main jobs: publish-base-image: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: dorny/paths-filter@v2.1.0 if: github.event_name ==...
.github/workflows/build-and-publish-images.yml
metadata: title: Flushright documentation: "http://docassemble.org/docs/documents.html#metadata rtf pdf" --- mandatory: true question: | Here is your document. subquestion: | It demonstrates the flush right environment. attachments: - name: A test document filename: test_document metadata: First...
docassemble_base/docassemble/base/data/questions/examples/flushright.yml
en: created: "Published on the" author: "by" description: "Bitcoin Core website" footer: "Bitcoin Core project" related: "Recommended" viewallposts: "View all posts" not_translated: "Note: this page has not been translated" tocoverview: "Overview" translation_outdated: "This translation may be out of ...
_data/translations.yml
Resources: ClientDistribution: Type: AWS::CloudFront::Distribution DependsOn: - ClientBucketResource - ClientLoggingBucketResource Properties: DistributionConfig: Origins: - Id: !Ref TargetOriginId DomainName: !Select [2, !Split ['/', !GetAtt C...
resources/cf-distribution.yml
description: SSM Automation Setup schemaVersion: '0.3' parameters: "Name": "default": "ssmdocument" "type": "String" "description": "(Optional) CloudFormation StackName." mainSteps: - name: deleteStack action: aws:deleteStack onFailure: Continue inputs: StackName: "{{Name}}-setup" - ...
AWS/ssm/documents/00 Setup.yaml
items: - uid: "com.microsoft.azure.management.network.LoadBalancerTcpProbe.UpdateStages.WithNumberOfProbes" id: "WithNumberOfProbes" parent: "com.microsoft.azure.management.network" children: - "com.microsoft.azure.management.network.LoadBalancerTcpProbe.UpdateStages.WithNumberOfProbes.withNumberOfProbes(int)" ...
docs-ref-autogen/com.microsoft.azure.management.network.LoadBalancerTcpProbe.UpdateStages.WithNumberOfProbes.yml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-16 18:34" game: "Unreal Tournament" name: "CTF-RoadKill" author: "Chris 'Sett' Montrose" description: "Please look both ways when crossing the street." releaseDate: "2002-06" attachments: - type: "IMAGE" name: "CTF-RoadKill_shot_1.png" url: "https://f002.backblazeb...
content/Unreal Tournament/Maps/Capture The Flag/R/3/4/083705/ctf-roadkill_[34083705].yml
payload: - DOMAIN-SUFFIX,apecn.com - DOMAIN-SUFFIX,china-ceec-cooperation.com - DOMAIN-SUFFIX,china.com - DOMAIN-SUFFIX,chinabroadcast.cn - DOMAIN-SUFFIX,chinamwh.com - DOMAIN-SUFFIX,chinaradio.cn - DOMAIN-SUFFIX,chinesecity.com.cn - DOMAIN-SUFFIX,chinesefilms.cn - DOMAIN-SUFFIX,chineseradio.cn - DO...
rules/blackmatrix7/CIBN/CIBN.yaml
# Docker image to use for deployment image: repository: "severalnines/proxysql" tag: "2.0.15" # Default number of ProxySQL replicas numReplicas: 2 terminationGracePeriodSeconds: 30 # Default admin username proxysql: admin: username: admin password: <PASSWORD> # Connect on this port to administer P...
charts/proxysql/values.yaml
version: '3' services: ccd-elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:6.4.2 container_name: ccd-elasticsearch depends_on: - "ccd-data-store-api" environment: - cluster.name=ccd-docker-es-cluster - discovery.type=single-node - bootstrap.memory_lock=true ...
compose/elasticsearch.yml
homepage: https://github.com/snowleopard/build changelog-type: '' hash: 84229529df8fa8e680fb53933cf0c8c065298979d48d7a14bb1c12cb79294783 test-bench-deps: extra: ! '>=1.5.3 && <1.7' base: ! '>=4.7 && <5' build: -any containers: ! '>=0.5.7.1 && <0.6' mtl: ! '>=2.2.1 && <2.3' transformers: ! '>=0.5.2.0 && <0.6...
packages/bu/build.yaml
name: Proto on: push: branches: - master pull_request: branches: - master jobs: generate: name: Generate runs-on: ubuntu-latest steps: - name: Release id: release uses: GoogleCloudPlatform/release-please-action@v3 with: release-type: go ...
.github/workflows/proto.yml
{% set name = "km3pipe" %} {% set version = "9.9.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/km3pipe-{{ version }}.tar.gz sha256: 64458c2b34831c778f9d605b4f3b16c8b0d450afd65e71b17afba40dc2f0d3b1 build: number: 0 noarc...
recipe/meta.yaml
name: 'Build Docker Image' description: 'Builds and Pushes Docker Images with some Keptn Internals' inputs: IMAGE_NAME: description: Image Name, e.g., keptn/some-service or keptn-contrib/some-service required: true DOCKER_FOLDER: description: In case you are trying to build from a subfolder, set this to...
action.yml
--- version: 1 rwmutex: {} interactions: - request: body: "" form: {} headers: Authorization: - SharedKey golangrocksonazure:/aMWaS2dFJEZNJGcSuViOUfzPef2ZUpgeD3U92j/Hwg= User-Agent: - Go/go1.8 (amd64-windows) azure-storage-go/0.1.0 api-version/2016-05-31 blob X-Ms-Date: -...
vendor/github.com/Azure/azure-sdk-for-go/storage/recordings/StorageBlobSuite/TestGetBlobProperties.yaml
name: Tests on: [push, pull_request] jobs: isort: name: Check imports order runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Setup python 3.10 uses: actions/setup-python@v3 with: python-version: "3.10" - name: Run isort uses: isort/is...
.github/workflows/workflow.yml
--- prelude: | The 20.0.0 release includes many new features and bug fixes. Please be sure to read the upgrade section which describes the required actions to upgrade your cloud from 19.0.0 (Stein) to 20.0.0 (Train). There are a few major changes worth mentioning. This is not an exhaustive list: ...
releasenotes/notes/train-prelude-3db0f5f6a75cc57a.yaml
- name: Create {{ bigip_namespace }} namespace k8s: state: present definition: apiVersion: v1 kind: Namespace metadata: name: "{{ bigip_namespace }}" - name: Create bridges and network include_tasks: 41_bigip_bridge_network.yml - name: Create data volume for VMs include_tasks: ...
ansible/roles/bigip-ingress-setup/tasks/40_bigip_setup.yml
dependencies: '@sane-fmt/wasm32-wasi': 0.7.0 '@tools/places': 'link:../places' exec-inline: 0.0.5 lockfileVersion: 5.2 packages: /@sane-fmt/wasm32-wasi/0.7.0: dependencies: '@types/node': 13.13.15 '@wasmer/wasi': 0.11.2 tslib: 2.0.0 dev: false hasBin: true resolution: int...
tools/sane-fmt/pnpm-lock.yaml
#scenarie for å starte dagen - alias: '<NAME>' trigger: platform: time at: '07:00' action: - service: homeassistant.turn_off entity_id: group.underetasjen - service: homeassistant.turn_on entity_id: group.gangogsov - service: homeassistant.turn_on entity_id: light.skatollet ...
automations.yaml
- set_fact: internal_postgres: "{{ V4_CFG_POSTGRES_SERVERS.default.internal }}" tags: - install - uninstall - update - name: postgres - gcp cloud-sql-proxy include_tasks: gcp-cloud-sql-proxy.yaml vars: role: "{{ item.key }}" settings: "{{ item.value }}" with_dict: "{{ V4_CFG_POSTGRES_SE...
roles/vdm/tasks/postgres/postgres.yaml
name: Build, Test Binaries, & Release on: [push, pull_request] defaults: run: shell: bash -l {0} jobs: build-and-release: runs-on: ${{ matrix.os }} strategy: max-parallel: 4 fail-fast: false matrix: os: [macos-latest, windows-latest] node-version: [14.x] steps: ...
.github/workflows/build-electron.yml
app_name: App_name # Required app_description: Description # Optional profile: aws_profile # if use profile config, overwrite with --profile option # If use credentials(key, secret) aws_key: aws_key aws_secret: aws_secret stages: # Required, Hash development: # Stage name web: # Env name name: web01 # Op...
sample/rebi.yml
--- pt-BR: views: devise: shared: log_in: "Faça login" sign_up: "Cadastre-se" forgot_password: "<PASSWORD>ha?" confirmation_instructions: "Não recebeu as instruções da verificação?" unlock_instructions: "Não recebeu as instruções do desbloquieo?" provider_sign...
config/locales/pt-BR/views/devise.yml
name: Java System CI with Gradle on: release: branches: [ master ] workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 with: path: | ~/hedera-nft-auction-demo-java-node/.gradle/caches ...
.github/workflows/system-test.yml
pool: vmImage: 'Ubuntu 18.04' steps: - task: UsePythonVersion@0 inputs: versionSpec: 3.6 architecture: 'x64' - task: DownloadSecureFile@1 name: secret displayName: 'Download secret.py file' inputs: secureFile: 'secret.py' - task: DownloadSecureFile@1 name: settings displayName: 'Download s...
azure-pipelines.yml
name: Azure_Kinect_ROS_Driver-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:rrr) trigger: batch: true branches: include: - master - develop - melodic pr: autoCancel: true branches: include: - master - develop - melodic jobs: - job: WindowsMelodic displayName: Windows Melodic ...
azure-pipelines.yml
menu: - {name: 'About', url: 'pages/about.html'} - {name: 'Projects', url: ''} # - {name: 'Resume', url: 'pages/resume.html'} - {name: 'Resume', url: "pages/artia_resume.pdf"} - {name: 'Contact', url: 'pages/contact.html'} #------------------------------- # SEO Section # NOTE: Providing SEO information will make t...
_data/settings.yml
langcode: en status: true dependencies: module: - tour_getting_started id: getting-started label: 'User Page After Login' module: tour_getting_started routes: - route_name: entity.user.canonical tips: admin-menu: id: admin-menu plugin: text label: 'Admin Menu' weight: -100 attributes: ...
web/modules/backofficethinking/backoffice_thinking_tours/config/install/tour.tour.getting-started.yml
uid: management.azure.com.backup.jobs.export name: Export service: Recovery Services - Backup groupName: Jobs apiVersion: 2017-07-01 summary: Triggers export of jobs specified by filters and returns an OperationID to track. consumes: - application/json produces: - application/json paths: - content: POST https://managem...
docs-ref-autogen/backup/Jobs/Export.yml
layout: sidebar style: light plugins: - jekyll-octicons - jekyll-github-metadata - jemoji permalink: /:year/:month/:day/:title/ defaults: - scope: path: "" # an empty string here means all files in the project type: "posts" values: layout: "post" projects: sort_by: pushed # sor...
_config.yml
features.export: path: '/admin/config/development/configuration/features' defaults: _form: '\Drupal\features_ui\Form\FeaturesExportForm' _title: 'Features' requirements: _permission: 'export configuration' features.assignment: path: '/admin/config/development/configuration/features/bundle/{bundle_n...
drupal/modules/features/modules/features_ui/features_ui.routing.yml
uid: advocates.tim-heuer name: <NAME> metadata: title: <NAME> - Cloud Advocate description: Home page for <NAME>, a Microsoft Cloud Advocate remarks: | ## Bio I've been working as a software developer ever since my studies in law. O_O – hey, tech paid the bills more than law was going to accumulate them....
advocates/tim-heuer.yml
--- # defaults file for getenvoy getenvoy_ver: 0.4.1 getenvoy_mirror: https://github.com/tetratelabs/getenvoy/releases/download getenvoy_parent_install_dir: /usr/local getenvoy_os: linux getenvoy_arch: amd64 #getenvoy_install: # - version: 1.14.2 # - version: 1.17.1 #getenvoy_link: # version: 1.14.2 getenvoy_chec...
defaults/main.yml
uid: "com.azure.messaging.eventhubs.models.ReceiveOptions.setOwnerLevel*" fullName: "com.azure.messaging.eventhubs.models.ReceiveOptions.setOwnerLevel" name: "setOwnerLevel" nameWithType: "ReceiveOptions.setOwnerLevel" members: - uid: "com.azure.messaging.eventhubs.models.ReceiveOptions.setOwnerLevel(java.lang.Long)" ...
docs-ref-autogen/com.azure.messaging.eventhubs.models.ReceiveOptions.setOwnerLevel.yml
title: Programming in C# metadata: title: 'Exam 70-483: Programming in C#' description: 'Exam 70-483: Programming in C#' uid: exam.70-483 displayName: 70-483 summary: |+ <div><font color='red'><strong>Este exame foi reformado em 31 de janeiro de 2021. Para obter as opções disponíveis atualmente, consulte a página...
learn-certs-pr/exams/70-483.yml
name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: - master - develop - develop-** pull_request: branches: - master - develop - develop-** env: LANG: en_US.UTF-8 ...
.github/workflows/ci.yml
--- - description: buttons: submit,cancel label: Rubrik - Select SLA Domain blueprint_id: dialog_tabs: - description: display: edit label: SLA Domain display_method: display_method_options: position: 0 dialog_groups: - description: display: edit label: SLA Domain ...
service_dialogs/Rubrik_-_Select_SLA_Domain.yml
lockfileVersion: 5.3 specifiers: sass: ^1.50.0 dependencies: sass: 1.50.0 packages: /anymatch/3.1.2: resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 pico...
pnpm-lock.yaml
joint_state_controller: type: joint_state_controller/JointStateController publish_rate: 100 panda_joint_trajectory_controller: type: velocity_controllers/JointTrajectoryController joints: - panda_joint1 - panda_joint2 - panda_joint3 ...
param/panda_control.yaml
name: <NAME> slug_name: rath-modar challenge_rating: 6.0 experience: 2300 size: Medium type: humanoid subtype: human alignment: lawful evil armor_class: 13 armor_class_type: 16 with mage armor hit_points: 71 hit_dice: 11d8+22 speed: 30 ft. strength: 11 dexterity: 16 constitution: 14 intelligence: 18 wisdom: 14 charisma...
data/monsters/rath-modar.yaml
title: Documentatie over Ansible op Azure summary: Leer Ansible gebruiken om cloudinrichting, configuratiebeheer en toepassingsimplementaties te automatiseren. metadata: title: Documentatie over Ansible op Azure description: Leer Ansible gebruiken om cloudinrichting, configuratiebeheer en toepassingsimplementaties ...
articles/ansible/index.yml
name: Build And Deploy on: push: tags: - 'v*' jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Set up Go uses: actions/setup-go@master with: go-version: 1.14 - name: Set up Node uses: actions/setup-node@master - name: Check out...
.github/workflows/deploy.yml
title: Designing Database Solutions for Microsoft SQL Server metadata: title: 'Exam 70-465: Designing Database Solutions for Microsoft SQL Server' description: 'Exam 70-465: Designing Database Solutions for Microsoft SQL Server' uid: exam.70-465 displayName: 70-465 summary: |- <div><font color='red'><strong>Quest...
learn-certs-pr/exams/70-465.yml
--- name: amqp version: 5.0.2 type: pipenv summary: Low-level AMQP client for Python (fork of amqplib). homepage: http://github.com/celery/py-amqp license: other licenses: - sources: LICENSE text: | Copyright (c) 2015-2016 Ask Solem & contributors. All rights reserved. Copyright (c) 2012-2014 GoPivotal, Inc....
cache/Odaikun/pipenv/amqp.dep.yml
# <NAME> - Murmur - name: coming-soon title: Murmur author: <NAME> index: E thumbnail: eaves-murmur.jpg publisher: CB Editions pub-date: 1st Mar., 2018 extents: 177pp. teaser: "" # all other book data (in reverse chronological order by post date NOT pub date) # <NAME> - Outline - name: cusk-out...
_data/book-data.yml
gitlab_urls: api: https://git.tu-berlin.de/api/v4/ download: https://git.tu-berlin.de builds: - id: "FReD" main: ./cmd/frednode binary: fred env: - CGO_ENABLED=0 goos: - linux goarch: - amd64 - arm64 - id: "FReD Proxy" main: ./cmd/fredproxy binary: fredp...
.goreleaser.yml
name: release-n-deploy on: push: tags: - "v*.*" # Trigger on push with tags matching aversion, e.g.: v1.0, v0.1.5 jobs: release: name: Create Release runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 # We need the whole history so we ca...
.github/workflows/release_n_deploy.yml
name: Publish Docker Package on: push: tags: - 'v*' jobs: on-success: needs: publish runs-on: ubuntu-latest if: ${{ always() && needs.publish.result == 'success' }} steps: - name: Notification Feishu uses: whatwewant/action-robot-feishu@v0.0.13 with: url: ...
.github/workflows/publish.yml
apiVersion: tekton.dev/v1beta1 kind: Task metadata: name: gitlab-set-environment labels: app.kubernetes.io/version: "0.1" annotations: tekton.dev/pipelines.minVersion: "0.12.1" tekton.dev/categories: Git tekton.dev/tags: gitlab, git tekton.dev/displayName: "Set Gitlab commit environment" t...
task/gitlab-set-environment/0.1/gitlab-set-environment.yaml
_id: 28e1ae30-2b23-11ea-b64a-9bced634a8a3 message: >- Coronoid: sch.abtg.hashtafak.github.io.tda.dn myself successful creatinine, [URL=http://casino-bonusgambling.space/]biggest gambling guide[/URL] [URL=http://michiganvacantproperty.org/synthroid/]synthroid[/URL] synthroid [URL=http://fbwhatsapquotes.com/canad...
_data/comments/dear-diary/comment-1577724060236.yml
image: google/dart:latest cache: untracked: true key: "$CI_BUILD_REF_NAME" paths: - packages/ - web/packages/ - .pub_cache/ stages: - build - test - publish before_script: - export PUB_CACHE=$PWD/.pub_cache/ - pub version - pub get - pub upgrade analyze: stage: build script: ...
.gitlab-ci.yml
homepage: '' changelog-type: markdown hash: 4a12b0a9a161563a8475d87d8cf21367868a8a5bda62b6af6b9932707f94b4a8 test-bench-deps: tasty-smallcheck: -any base: ! '>=4.7 && <5' tasty-discover: -any setoid: -any smallcheck: -any containers: ! '>=0.5 && <0.6' tasty-quickcheck: -any mtl: -any tasty-hunit: -any...
packages/se/setoid.yaml
name: testing on: pull_request: push: branches: - main jobs: live-sandbox-cli: runs-on: ubuntu-latest steps: - name: get a copy of the repo contents uses: actions/checkout@v2 - name: install the project's dependencies run: npm install - name: generate a d...
.github/workflows/testing.yml
# Site Settings baseurl: # It will redirect your site to this url url : https://mrshen.github.io title : Jzzz's Cosy Corner name : mrshen's blog subtitle : "If nothing goes right, go left." description : "The personal blog of mrshen, learn to live, learn ...
_config.yml
openapi: 3.0.0 info: description: The Tateru Machine Service is a repository of machine metadata and manager routing information. version: 0.0.2 title: Tateru Machine Service API license: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' tags: - name: inventory description: I...
api/machine-service.api.yaml
--- - name: Get Openstack Release Data openstack_release: register: osa_details - name: Run snitch collector - Newton + become: yes command: "openstack-ansible snitch.yml --forks {{ cloud_snitch_forks }}" environment: CLOUD_SNITCH_ENABLED: true CLOUD_SNITCH_CONF_FILE: "{{ cloud_snitch_conf_file }}" ...
syndication/roles/collect/tasks/main.yml
name: 'Common CI' description: 'Run common CI steps' inputs: image-name: description: 'name of docker image that will be built' required: true runs: using: "composite" steps: - name: Check code formatting with black uses: psf/black@stable with: options: "--check --verbose" - n...
.github/actions/action-common-ci/action.yml
CuteNinja\HOT\WorkoutBundle\Entity\WorkoutRestStep: workoutRestStep (template): status: active thorWorkoutStep4: workout: @thor exercise: @rest duration: 30 position: 4 thorWorkoutStep8: workout: @thor exercise: @rest duration: 30 pos...
src/CuteNinja/HOT/WorkoutBundle/Resources/fixtures/WorkoutStep.yml
- project: Website Design and User Experience role: Conestoga College, Kitchener ON Canada duration: Sept 2016 &mdash; Oct 2016 # url: "#" description: <ul class="resume-item-list"><li><b>Tools Used</b> &mdash; Balsamiq and Microsoft Visio</li><li>Request for the information(RFI) from the client</li><li>Collect...
_data/projects.yml
--- - functions: - {name: unsafePerformIO, within: [PlutusPrelude, Language.PlutusCore.Generators.Internal.Entity]} - {name: error, within: [Main, Language.PlutusCore.Generators.Interesting, Evaluation.Constant.Success, Language.PlutusCore.Constant.Apply, Language.PlutusCore.Constant.Typed, Language.PlutusCore.Eval...
.hlint.yaml
version: 19.5.0.{build} image: Visual Studio 2017 environment: STRIPE_TEST_SK: sk_test_eBgAzVoEpJKfYjD9nf2YoyMM # If you bump this, don't forget to bump `MinimumMockVersion` in `BaseStripeTest.cs` as well. STRIPE_MOCK_VERSION: 0.30.0 deploy: - provider: NuGet api_key: <KEY> on: appveyor_repo_tag: tr...
appveyor.yml
name: Test SnakemakeProfiles/slurm env: SNAKEMAKE_IMAGE: quay.io/biocontainers/snakemake:6.15.5--hdfd78af_0 SLURM_IMAGE: giovtorres/docker-centos7-slurm:20.11.8 DOCKER_COMPOSE: tests/docker-compose.yaml on: [push, pull_request] jobs: slurmtest: name: Test slurm profile in docker containers runs-on: ub...
.github/workflows/slurm.yaml