code
stringlengths
38
801k
repo_path
stringlengths
6
263
window begin: '2018-04-14T21:00:00Z' window length: PT6H forecast length: PT6H geometry: nml_file_mpp: Data/fv3files/fmsmpp.nml trc_file: Data/fv3files/field_table akbk: Data/fv3files/akbk64.nc4 # input.nml layout: [1,1] io_layout: [1,1] npx: 13 npy: 13 npz: 64 ntiles: 6 fieldsets: - fieldset:...
test/testinput/hofx_gnssro_ropp.yaml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-16 18:08" game: "Unreal Tournament" name: "AS-UrbanWars" author: "Revelation" description: "None" releaseDate: "2002-11" attachments: - type: "IMAGE" name: "as-urbanwars_shot_06c2a176_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tou...
content/Unreal Tournament/Maps/Assault/U/0/6/c2a176/as-urbanwars_[06c2a176].yml
--- !<MAP> contentType: "MAP" firstIndex: "2019-02-19 20:09" game: "Unreal Tournament 2004" name: "DM-1on1-Hobs" author: "<NAME>" description: "D\x01In one of the biggest Liandri facilities, there is a secret room..." releaseDate: "2003-10" attachments: - type: "IMAGE" name: "DM-1on1-Hobs_shot_2.png" url: "https://...
content/Unreal Tournament 2004/Maps/1 on 1/H/f/e/19f48a/dm-1on1-hobs_[fe19f48a].yml
nameWithType: Catalogs.getDatabaseWithServiceResponseAsync type: method members: - fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseWithServiceResponseAsync(String accountName, String databaseName) name: getDatabaseWithServiceResponseAsync(String accountName, String databaseName) name...
legacy/docs-ref-autogen/com.microsoft.azure.management.datalake.analytics.Catalogs.getDatabaseWithServiceResponseAsync.yml
- title: Add and remove subscription description: Sample code showing how to add and remove subscription link: https://github.com/SolaceSamples/solace-samples-python/blob/master/howtos/pubsub/how_to_add_and_remove_subscription.py - title: Consume persistent message description: Sample code showing how to consume ...
src/pages/tutorials/python/_howtos.yml
nsd: id: "<PASSWORD>" name: "MyGreatService" #arbitrary name vendor: "T-NOVA" #NS Composer version: "1.0.0" #version of the NS manifest_file_md5: "fa8773350c4c236268f0bd7807c8a3b2" vnfds: ["52439e7c-c85c-4bae-88c4-8ee8da4c5485"] -vnffgd: id: "<PASSWORD>" vendor: "NCSRD" version: "1.0" ...
nsd-validator/assets/samples/nsd.yml
--- AWSTemplateFormatVersion: 2010-09-09 Description: Bootstrap development environment Mappings: ECSAmi: ap-northeast-1: AMI: ami-72f36a14 ap-northeast-2: AMI: ami-59b71737 ap-southeast-1: AMI: ami-e782f29b ap-southeast-2: AMI: ami-7aa15c18 ap-south-1: AMI: ami-f4db8...
1 - Development Environment/dev-machine.yml
name: CI on: push: branches: - "main" pull_request: env: DOTNET_NOLOGO: true DOTNET_CLI_TELEMETRY_OPTOUT: true jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Setup dotnet uses: actions/setup-dotnet@v1 with: dotnet-versio...
.github/workflows/ci.yml
--- all: vars: ansible_connection: ssh ansible_user: root ansible_become: true #ansible_ssh_private_key_file: /tmp/certs/ssh_priv.pem zookeeper_sasl_protocol: digest sasl_protocol: scram ssl_enabled: true ssl_custom_certs: true ssl_custom_certs_remote_src: true # set to true if key...
hosts_ver_clus_extend3_LabSec.yml
--- - block: - name: Set configuration to enable LDAPI set_fact: dirsrv_ldapi_config: - { name: "nsslapd-ldapilisten", value: "on" } - { name: "nsslapd-ldapifilepath", value: "/var/run/slapd-{{ dirsrv_serverid }}.socket" } - { name: "nsslapd-ldapiautobind", value: "on" } ...
tasks/configure_authentication.yml
--- - name: check for ssh config args in ansible.cfg register: ssh_args ignore_errors: true delegate_to: localhost shell: > grep ssh.config.ansible ansible.cfg # warning, remove ssh.config.ansible from ansible.cfg - name: ansible config check debug: msg="Please remove 'ssh_args = -F ssh.config.ansible fr...
tasks/restore.yml
version: 2.1 restore_cache: &restore_maven_cache keys: - v1-maven-{{ checksum "pom.xml" }} - v1-maven- save_cache: &save_maven_cache key: v1-maven-{{ checksum "pom.xml" }} paths: - ~/.m2 executors: maven-builder: docker: - image: circleci/openjdk:11-jdk-stretch environment: ...
.circleci/config.yml
version: 2 jobs: build: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` - image: circleci/python:3.7.0 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # d...
.circleci/config.yml
--- name: Release on: workflow_dispatch: inputs: tweet: description: "Tweet new release?" required: false default: "yes" jobs: secrets_keys: runs-on: ubuntu-latest name: Determine secrets keys outputs: pypi_token: ${{ steps.output_keys.outputs.pypi_token }} ...
.github/workflows/release.yml
--- - mi: gender: female - mia: gender: female - mica: gender: female - micaela: gender: female - micah: gender: unisex - micha: gender: female - michael: gender: unisex - michaela: gender: female - michaele: gender: female - michal: gender: unisex - michale: gend...
process_raw_data/given_name/m/mi.yml
--- - name: install required packages apt: name="{{ daisyproducer_required_debs }}" - name: install local debs apt: deb: "{{ item }}" with_items: "{{ daisyproducer_local_debs }}" notify: - restart apache # install virtual host - name: install vhost template: src: virtualhost.conf.j2 dest: "...
roles/daisyproducer/tasks/main.yml
name: Basix CI on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] python-version: [3.x] steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: ...
.github/workflows/pythonapp.yml
version: 2.1 jobs: build-and-test: macos: xcode: 13.3.0 environment: FL_OUTPUT_DIR: output FASTLANE_LANE: test steps: - checkout - run: rm ~/.ssh/id_rsa || true - run: for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/d...
.circleci/config.yml
- name: create acme namespace openshift_v1_project: name: '{{ namespace }}' - name: switch to acme namespace shell: "oc project {{ namespace }}" - name: create deployment config openshift_v1_deployment_config: name: acme-controller namespace: '{{ namespace }}' labels: app: acme-controller ...
roles/provision-openshift-acme-installer/tasks/main.yml
type: edu files: - name: billsplitter.py visible: true text: "class BillSplitter:\n \n def __init__(self):\n self.n = None\n\ \ self.friends = {}\n ...\n def take_friends(self):\n \ \ print('Enter the number of friends joining (including you):')\n self.n\ \ = i...
Bill Splitter/The bill has arrived/task-info.yaml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-20 03:58" game: "Unreal Tournament" name: "MH-GodzSaltified-5k" author: "<NAME>, Finished By Vatcilli" description: "None" releaseDate: "2006-10" attachments: - type: "IMAGE" name: "MH-GodzSaltified-5k_shot_1.png" url: "https://f002.backblazeb2.com/file/unreal-arch...
content/Unreal Tournament/Maps/Monster Hunt/G/5/7/1080c8/mh-godzsaltified-5k_[571080c8].yml
_id: 901f1910-5eff-11ea-b88f-27cddcc7166a message: >- League qfn.pyhq.ezylryb-bk.github.io.dxo.gw beat primips non-essential [URL=http://worldfinancenetwork.com/caberlin/]price of caberlin[/URL] [URL=http://campropost.org/prazosin/]where to buy prazosin[/URL] [URL=http://mccarthyhs.com/tugain-gel/]tugain gel[/U...
_data/comments/road-to-blog/comment-1583426232159.yml
apiVersion: apps/v1 kind: Deployment metadata: name: radarr namespace: default labels: app: radarr spec: replicas: 1 selector: matchLabels: app: radarr strategy: type: Recreate template: metadata: labels: app: radarr spec: # nodeName: pkn001l containers:...
deployments/radarr.yaml
--- - block: - name: Installs | apt installs apt: name={{ item }} state=installed update_cache=true with_items: - git - python-dev - python-pip - python-crypto - vim - make - build-essential - bzip2 - libssl-dev - zlib1g-dev - libbz2-dev ...
ansible/roles/basic/tasks/main.yml
name: ReleaseRevision uid: azure-devops-extension-api.ReleaseRevision package: azure-devops-extension-api summary: '' fullName: ReleaseRevision isPreview: false isDeprecated: false type: interface properties: - name: changedBy uid: azure-devops-extension-api.ReleaseRevision.changedBy package: azure-devops-ext...
docs-ref-autogen/azure-devops-extension-api/ReleaseRevision.yml
language: objective-c osx_image: xcode12.2 branches: only: - master - dev env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - PROJECT=BoxCast.xcodeproj - IOS_FRAMEWORK_SCHEME="BoxCast iOS" - MACOS_FRAMEWORK_SCHEME="BoxCast macOS" - TVOS_FRAMEWORK_SCHEME="BoxCast tvOS" - DEMO...
.travis.yml
global: # AWS, GCP, SCP, ... cloudPlatform: SCP aws: dbEndPoint: "hong-db.c2teww4mkk5s.ap-northeast-2.rds.amazonaws.com" usePrometheus: false nodeName: "iot-02" port: db: mariadb: 3306 smscSim: clusterIP: "10.100.176.200" smsf: ipaddr: expose: svc: ipv...
func.yaml
name: Board uid: azure-devops-extension-api.Board package: azure-devops-extension-api summary: '' fullName: Board isPreview: false isDeprecated: false type: interface properties: - name: allowedMappings uid: azure-devops-extension-api.Board.allowedMappings package: azure-devops-extension-api summary: '' ...
docs-ref-autogen/azure-devops-extension-api/Board.yml
title: 'Dynamics 365: Power Platform automation' metadata: title: 'Course MB-200T02-A: Dynamics 365: Power Platform automation' description: 'Course MB-200T02-A: Dynamics 365: Power Platform automation' uid: course.mb-200t02 courseNumber: 'MB-200T02-A' hoursToComplete: 24 iconUrl: /media/learn/certification/course....
learn-certs-pr/courses/mb-200t02.yml
--- Name: "ansible-apply" Description: "A task run Ansible Templates" Documentation: | Runs one or more Ansible Playbook templates as defined by the ``ansible/playbook-templates`` variable in the stage calling the task. Requires an ``ansible`` context. Expects to have ``rsa-key-create`` run before stage is ca...
task-library/tasks/ansible-apply.yaml
--- # tasks file for awx-server - name: Check distribution fail: msg: "Only Ubuntu 18.04 and 20.04 are supported" when: (ansible_distribution != "Ubuntu") or (ansible_distribution_version not in ["18.04", "20.04"]) - name: Install Docker include_role: name: docker-ce - name: Update and upgrade ...
awx-server/tasks/main.yml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-17 16:09" game: "Unreal Tournament" name: "CTF-BT-(SM-S)Darkside_dbl2" author: "<Shadow_man> & {DSI} Shadow" description: "None" releaseDate: "2005-04" attachments: - type: "IMAGE" name: "CTF-BT-(SM-S)Darkside_dbl2_shot_1.png" url: "https://f002.backblazeb2.com/fil...
content/Unreal Tournament/Maps/BunnyTrack/S/2/7/117da2/ctf-bt-sm-sdarkside_dbl2_[27117da2].yml
name: Build Release Binaries on: release: types: [created] workflow_dispatch: {} jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: include: - name: linux_amd64 artifact: ibazel_linux_amd64 os: ubuntu-18.04 bin: linux_amd64_p...
.github/workflows/release.yaml
version: "3" services: rabbit: build: piper-rabbitmq ports: - 15672:15672 - 5672:5672 networks: - backend postgres: build: postgres environment: POSTGRES_DB: piper POSTGRES_USER: piper POSTGRES_PASSWORD: piper ports: - 5432:5432 networks: ...
docker-compose.yml
- position: 1 driverNumber: 12 driverId: chris-amon constructorId: matra engineManufacturerId: matra tyreManufacturerId: goodyear gridPenalty: time: "1:22.400" - position: 2 driverNumber: 3 driverId: jacky-ickx constructorId: ferrari engineManufacturerId: ferrari tyreManufacturerId: firestone ...
src/data/seasons/1971/races/09-italy/starting-grid-positions.yml
name: Test and build and preview # https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks on: [pull_request_target] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - name:...
.github/workflows/test-and-build-and-preview.yml
- name: Startup hosts: raft-servers remote_user: ec2-user gather_facts: false ignore_errors: yes vars: backend: gorums servers: "{{groups['raft-servers']|map('regex_replace', '^(.*)$', '\\1:9201' )|join(',')}}" cluster: "{{(range(1,999)|list)[:groups['raft-servers']|length]|join(',')}}" tasks: ...
scripts/latencyvsthroughput.yml
- name: Add EPEL repository yum: name: epel-release state: present - name: Install basic packages package: name: ['vim','bash-completion','tmux','tree','htop','wget','unzip','curl','git'] state: present - name: Install Java 8 CentOS yum: name: java-1.8.0-openjdk state: present - name: A...
roles/tomcat/tasks/tomcat-setup-RedHat.yml
--- # mandatory: True code: | # admin_review client.address.address client.homephone if equit_adjust: client.email client.birthdate client.dl fin_statement = True client.ssn signature_date if sign_on_device: signature shared_form_info_complete = True --- # id: pick forms # questio...
docassemble/DeadBrokeDads2/data/questions/dbd-07-shared-form-info.yml
- hosts: localhost roles: - role: kibana-objects # - hosts: localhost # gather_facts: no # vars: # kibana_proto: http # kibana_host: 172.16.2.10 # kibana_port: 5601 # kibana_base_api: "{{ kibana_proto }}://{{ kibana_host }}:{{ kibana_port }}/api" # kibana_search_visualization: "{{ kibana_bas...
kibana.yml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Values.memsqlOperatorDeployment.name }} annotations: productVersion: {{ .Values.nodeImageVersion }} spec: replicas: {{ .Values.memsqlOperatorDeployment.replicas }} selector: matchLabels: name: {{ .Values.memsqlOperatorDeployment.name }} te...
charts/singlestoredb/templates/deployment.yaml
_id: 5a35b7e0-ba0a-11e9-8877-cd438f83f435 message: >- Ring tfr.cjfo.zacharythomas.github.io.gaq.rm nevertheless, institutions, ensure [URL=http://vintagepowderpuff.com/cialis-20mg/ - buy cialis online canada[/URL - [URL=http://dkgetsfit.com/generic-viagra/ - generic viagra[/URL - [URL=http://robots2doss.org/1...
_data/comments/elasticsearch-restore/comment-1565288924014.yml
{{- if .Values.webhooks.enabled -}} --- apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: name: kusk-gateway-mutating-webhook-configuration namespace: {{ .Release.Namespace }} labels: {{- include "kusk-gateway.labels" . | nindent 4 }} annotations: cert-manager.io/i...
charts/kusk-gateway/templates/webhooks.yaml
$schema: "http://json-schema.org/draft-06/schema#" title: dataproc v1 GceClusterConfig export schema description: A gcloud export/import command YAML validation schema. type: object additionalProperties: false properties: COMMENT: type: object description: User specified info ignored by gcloud import. ad...
lib/googlecloudsdk/schemas/dataproc/v1/GceClusterConfig.yaml
variables: PYPI_USER: secure PYPI_PASS: <PASSWORD> DOCKER_USER: secure DOCKER_PASS: <PASSWORD> DOCKER_DRIVER: overlay2 before_script: - FRACTALIS_VERSION=$(grep version setup.py | grep -o "[0-9]\+.[0-9]\+.[0-9]\+") - DOCKER_IMAGE_TAG="fractalis:$FRACTALIS_VERSION" - SDIST=fractalis-$FRA...
.gitlab-ci.yml
version: "3.3" services: zookeeper: image: garland/zookeeper hostname: zookeeper ports: - "2181" mesos-master: image: mesosphere/mesos-master:1.6.0-rc1 hostname: mesos-master entrypoint: [ "mesos-master" ] ports: - "5050" links: - zookeeper env...
docker-compose.yml
Collections: - Name: FP16 Metadata: Training Techniques: - AdamW - Mixed Precision Training Training Resources: 8x TITAN Xp Architecture: - Hard Voxelization Paper: URL: https://arxiv.org/abs/1710.03740 Title: 'Mixed Precision Training' README: configs...
configs/fp16/metafile.yml
- name: upgrade packages and reboot (if necessary) hosts: ubuntu become: true serial: 1 # one host at a time any_errors_fatal: true max_fail_percentage: 0 # vars: # used by some tasks # icinga_server: monitor.example.com tasks: # tasks are done in order # do an "apt-get update", to ensure late...
system-update-ubuntu.yml
openapi: "3.0.0" components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: JWT security: - bearerAuth: [] info: version: 6.x.x title: Impression Subscription and Notification description: Impression Subscription and Notification termsOfService: http://placeholderd...
endpoints/impressionssub.yaml
name: "CastleEscape Build & Release" # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispa...
.github/workflows/build.yml
--- - name: (agent5) Create Datadog agent config directory file: dest: /etc/dd-agent state: directory - name: (agent5) Create main Datadog agent configuration file template: src: datadog.conf.j2 dest: /etc/dd-agent/datadog.conf owner: "{{ datadog_user }}" group: "{{ datadog_group }}" noti...
tasks/agent5-linux.yml
LOGIT_TYPE: MNL preprocessor: SPEC: stop_frequency_annotate_tours_preprocessor DF: tours_merged TABLES: - persons - land_use - accessibility SEGMENT_COL: primary_purpose SPEC_SEGMENTS: - primary_purpose: work SPEC: stop_frequency_work.csv COEFFICIENTS: stop_frequency_coeffi...
activitysim/examples/example_psrc/configs/stop_frequency.yaml
--- swagger: '2.0' magma-gen-meta: go-package: magma/orc8r/cloud/go/plugin/models dependencies: - 'orc8r/cloud/go/models/swagger-common.yml' - 'orc8r/cloud/go/pluginimpl/models/swagger.v1.yml' temp-gen-filename: devmand-swagger.yml output-dir: devmand/cloud/go/plugin types: - go-struct-name: Symp...
devmand/cloud/go/plugin/models/swagger.v1.yml
mappings: bean_country: predicateobjects: - [a, 'http://dbpedia.org/ontology/Country'] - [a, 'http://dbpedia.org/ontology/PopulatedPlace'] - [a, 'http://schema.org/Country'] - [a, 'http://ontology.eil.utoronto.ca/icontact.owl#SchemaOrgThing'] - [a, 'http://schema.org/AdministrativeAr...
chocolate-bars@public.rml.yml
--- # Deploy the roundcube app with docker - name: Ensure a separate network exists community.docker.docker_network: name: roundcube - name: Create a volume for the files community.docker.docker_volume: name: roundcube-data - name: Figure out if a port is bound already community.docker.docker_contain...
roles/roundcube/tasks/app.yml
uuid: 045edebc-6cf8-4994-b5f8-616e1fc741a5 langcode: en status: true dependencies: config: - core.entity_view_mode.node.tile - field.field.node.story.body - field.field.node.story.field_bool_template - field.field.node.story.field_byline - field.field.node.story.field_date_no_time - field.fiel...
config/default/core.entity_view_display.node.story.tile.yml
AWSTemplateFormatVersion: 2010-09-09 Parameters: StackFamily: Type: String Default: ecs-blue-green-board VpcCidrBlock: Type: String Default: 10.0.0.0/16 SubnetCidrBlockPrivate1a: Type: String Default: 10.0.1.0/24 SubnetCidrBlockPrivate1b: Type: String Default: 10.0.2.0/24 Subn...
aws/cloud-formation/vpc-subnet.yml
- name: Add EPEL repository yum_repository: name: epel description: EPEL YUM repo baseurl: https://mirrors.tuna.tsinghua.edu.cn/epel/$releasever/$basearch/ - name: Install necessary packages yum: name: "{{ packages }}" state: present update_cache: yes disable_gpg_che...
vagrant/kubernetes-setup/common.yml
title: Veröffentlichen und Freigeben metadata: title: Veröffentlichen und Freigeben | Microsoft Power BI description: Das Potenzial von Daten lässt sich effektiver nutzen, wenn sie für andere freigegeben werden. Erfahren Sie, wie Sie Ihre in Power BI aus den Daten gewonnenen Erkenntnisse veröffentlichen, exportiere...
powerbi-docs/guided-learning/publishingandsharing.yml
version: 2.1 aliases: - &defaults working_directory: ~/repo docker: - image: mcr.microsoft.com/dotnet/sdk:5.0 - &set_env name: Setup Environment Variables command: | export NUGET_PACKAGES=$(pwd)/.nuget # command: | # if [[ $CIRCLE_PULL_REQUEST ]] # then # echo 'F...
.circleci/config.yml
name: GitHub Actions Demo on: [push] jobs: # Explore-GitHub-Actions: # runs-on: ubuntu-latest # steps: # - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." # - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" #...
.github/workflow/electron.yml
repos: - repo: local hooks: - id: autoflake name: autoflake stages: [commit] language: system entry: autoflake args: - '--in-place' - '--remove-all-unused-imports' - '--remove-unused-variables' - "--ignore-init-module-imports" ...
.pre-commit-config.yaml
globals: last: c90 includes: - from: c90.png to: images/c90.png - from: t90.png to: images/t90.png pages: - _id: c90 _path: 90.html _template: page.html _post_to_facebook: GVDL DTBJ NI DTBJHSX GVDL!!!! ASDF ASDF ASDF!!!! prev: c89 next: c91 datetime: 2011-04-11 05:00:00 src: images/c9...
meta/c90.yaml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-20 07:54" game: "Unreal Tournament 2004" name: "CTF-2Enemies" author: "A.R.A. - sHk|+evergreen+" description: "2 Enemies Face off in a dark towered castle. Who will have the strength,\ \ cunning and skill to come out on top? Plays best with lowgrav. Music credit:\...
content/Unreal Tournament 2004/Maps/Capture The Flag/0/7/6/04078f/ctf-2enemies_[7604078f].yml
--- - name: Vim Pathogen git: repo: https://github.com/tpope/vim-pathogen.git dest: "{{ local_repositories_dir }}/vim-pathogen" - name: Link Pathogen file: src: "{{ local_repositories_dir }}/vim-pathogen/autoload/pathogen.vim" dest: "{{ ansible_user_dir }}/.vim/autoload/pathogen.vim" ...
tasks/install_vim_plugins.yml
apiVersion: compute.functionmesh.io/v1alpha1 kind: Function metadata: name: java-function-crypto-sample namespace: default spec: className: org.apache.pulsar.functions.api.examples.ExclamationFunction forwardSourceMessageProperty: true maxPendingAsyncRequests: 1000 replicas: 1 maxReplicas: 5 logTopic: p...
config/samples/compute_v1alpha1_function_crypto.yaml
ekyna_mailing_execution_admin_home: path: "" defaults: { _controller: "ekyna_mailing.execution.controller:homeAction" } methods: [GET] requirements: campaignId: \d+ ekyna_mailing_execution_admin_list: path: /list defaults: { _controller: "ekyna_mailing.execution.controller:listAction" }...
Resources/config/routing/admin/execution.yml
name: CD on: push: branches: - master jobs: bump: name: Bump tag version runs-on: ubuntu-latest outputs: newtag: ${{ steps.bump_version.outputs.new_tag }} steps: - name: Checkout code uses: actions/checkout@v2 - name: Bump version and push tag/create release po...
.github/workflows/CD.yml
apiVersion: v1 kind: Secret metadata: name: cloudflare-token-secret namespace: cert-manager stringData: cloudflare-token: ENC[AES256_GCM,data:vvhxz8fFRxOtWqBEdtaeHaNE1TH+9/ppDURw+iDlbI83JRyz7F6C/Q==,iv:01M4roTEZ7WOuFD/wkIdZZsTBknYQWG9rCsDqiH7XRE=,tag:dcGh2TaDFLFHNEH+iMjJVQ==,type:str] sops: kms: [] ...
cluster/core/networking/cert-manager/secret.sops.yaml
apiVersion: apps/v1 kind: Deployment metadata: labels: io.kompose.service: cardano-explorer-api name: cardano-explorer-api spec: replicas: 1 selector: matchLabels: io.kompose.service: cardano-explorer-api template: metadata: labels: io.kompose.service: cardano-explorer-api ...
base/cardano-explorer-api/cardano-explorer-api-deployment.yaml
Signup: post: tags: - user summary: Create user description: This can only be done by the logged in user. operationId: createUser produces: - application/json parameters: - in: body name: body description: Created user object required: true sch...
swagger/routes/user.yaml
--- - name: Copy Metron Solr bundle copy: src: "{{ metron_solr_bundle_path }}" dest: "{{ metron_directory }}" - name: Copy Metron Elasticsearch bundle copy: src: "{{ metron_elasticsearch_bundle_path }}" dest: "{{ metron_directory }}" - name: Copy Metron Enrichment bundle copy: src: "{{ metro...
metron-deployment/roles/metron_streaming/tasks/copy_bundles.yml
name: Rust Release on: push: tags: [v*] env: CARGO_TERM_COLOR: always jobs: build: name: ${{ matrix.run.name }} Build runs-on: ${{ matrix.run.label }} strategy: matrix: run: - { ext: '', name: linux, os: linux, label: ubuntu-latest } - { ext: '', name: macos, o...
.github/workflows/rust-release.yml
jenkins: agentProtocols: - "JNLP4-connect" - "Ping" crumbIssuer: standard: excludeClientIPFromCrumb: false disableRememberMe: false labelAtoms: - name: "built-in" markupFormatter: "plainText" mode: NORMAL myViewsTabBar: "standard" numExecutors: 2 primaryView: all: name: "all"...
resources/baseJenkins.yaml
version: '3' services: workspace: build: context: .. dockerfile: .devcontainer/Dockerfile args: # Update 'VARIANT' to pick a version of Ruby: 3, 3.0, 2, 2.7, 2.6 # Append -bullseye or -buster to pin to an OS version. # Use -bullseye variants on local arm64/Apple Silicon....
.devcontainer/docker-compose.yml
--- name: CI "on": push: branches: - trunk pull_request: branches: - trunk schedule: - cron: "0 0 * * TUE" jobs: terraform: name: Lint and format terraform permissions: id-token: write contents: read runs-on: ubuntu-latest # https://www.terraform.io/docs/githu...
.github/workflows/ci.yaml
_id: 72601d20-2b24-11ea-b64a-9bced634a8a3 message: >- Because eid.ivos.ezylryb-bk.github.io.yli.nu myth paperwork, [URL=http://scoverage.org/propecia-for-sale/]propecia for sale[/URL] [URL=http://thegrizzlygrowler.com/viagra-online/]cheep viagra[/URL] [URL=http://center4family.com/buy-prednisone/]discounted no ...
_data/comments/road-to-blog/comment-1577724613152.yml
name: Pre-Release Tests # Will only run for PRs and pushes to bump-meilisearch-v* on: push: branches: [bump-meilisearch-v*] pull_request: branches: [bump-meilisearch-v*] jobs: integration_tests: runs-on: ubuntu-latest strategy: matrix: # Strapi is not yet compatible with node 16 ...
.github/workflows/pre-release-tests.yml
items: - uid: '@azure/batch.PoolResizeParameter' name: PoolResizeParameter fullName: PoolResizeParameter children: - '@azure/batch.PoolResizeParameter.nodeDeallocationOption' - '@azure/batch.PoolResizeParameter.resizeTimeout' - '@azure/batch.PoolResizeParameter.targetDedicatedNodes' ...
docs-ref-autogen/@azure/batch/PoolResizeParameter.yml
name: TransitDockInfoResponse uid: azure-maps-rest.atlas.service.Models.TransitDockInfoResponse package: azure-maps-rest summary: This object is returned from a successful Transit Dock Info call. fullName: TransitDockInfoResponse remarks: '' isPreview: false isDeprecated: false type: interface properties: - name: ava...
docs-ref-autogen/azure-maps-rest/atlas.service.Models.TransitDockInfoResponse.yml
version: '3.3' networks: ros: driver: bridge services: gzweb: depends_on: - simulation-app image: ${GZWEB_DOCKER_IMAGE} command: stdbuf -o L /start.sh deploy: resources: limits: cpus: '1' memory: 1G environment: - "GAZEBO_MASTER_URI=http://simu...
docker-compose.yml
api_name: [] items: - children: - azure.servicebus.BatchMessage.add - azure.servicebus.BatchMessage.size_in_bytes class: azure.servicebus.BatchMessage fullName: azure.servicebus.BatchMessage inheritance: - type: builtins.object langs: - python module: azure.servicebus name: BatchMessage summary: '...
preview/docs-ref-autogen/azure-servicebus/azure.servicebus.BatchMessage.yml
apiVersion: apps/v1beta1 kind: Deployment metadata: name: database spec: replicas: 1 template: metadata: labels: app: database spec: containers: - name: database image: flightoperatorreg.azurecr.io/postgres:latest imagePullPolicy: Always ports: - c...
kubernetes/flightOperatorAzure.yaml
before_install: - $TRAVIS_BUILD_DIR/.ci/safe_run.sh $TRAVIS_BUILD_DIR/.ci/hosts/$TRAVIS_OS_NAME/before_install.sh - $TRAVIS_BUILD_DIR/.ci/safe_run.sh $TRAVIS_BUILD_DIR/.ci/targets/$RHO_TARGET/before_install.sh install: - rvm install 2.3.4 - rvm use 2.3.4 - $TRAVIS_BUILD_DIR/.ci/safe_run.sh $TRAVIS_BUILD_DIR/.ci/hosts...
.travis.yml
apiVersion: install.istio.io/v1alpha1 kind: IstioOperator metadata: namespace: {{ .Release.Namespace }} name: neon-ingress-istio spec: namespace: {{ .Release.Namespace }} hub: {{ .Values.images.organization }} tag: {{ .Values.images.istio.tag }} meshConfig: rootNamespace: {{ .Release.Namespace }} en...
Lib/Neon.Kube.Setup/Resources/Helm/istio/templates/istio.yaml
server: port: 8080 contextPath: /api management: context-path: /manage port: -1 stlcourts: citationDataSources: tyler: rootUrl: ${TYLER_ROOT_URL} apiKey: ${TYLER_API_KEY} rejis: rootUrl: ${REJIS_ROOT_URL} username: ${REJIS_USERNAME} password: ${<PASSWORD...
src/main/resources/application.yml
--- http_interactions: - request: method: get uri: http://test.qt.sealink.com.au:8080/passenger_types.json body: encoding: UTF-8 string: '' headers: Content-Length: - '0' X-API-KEY: - <QT_KEY> response: status: code: 200 message: 'OK ' headers: ...
spec/support/cassettes/passenger_all.yml
apiVersion: batch/v1 kind: Job metadata: name: {{ template "lookout-style-analyzer.fullname" . }} labels: app: {{ template "lookout-style-analyzer.name" . }} chart: {{ template "lookout-style-analyzer.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm....
stable/lookout-style-analyzer/templates/init-db.yaml
name: build ReShare backend module on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest env: MODULE_NAME: mod-rs DOCKER_REPO: reshareci JOB_ID: ${{ github.run_number }} MD_REGISTRY: https://registry.reshare-dev.indexdata.c...
.github/workflows/reshare.yml
variables: # This will suppress any download for dependencies and plugins or upload messages which would clutter the console log. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT...
service/content_repository_service/.gitlab-ci.yml
entries: - title: sidebar product: version: folders: - title: output: pdf type: frontmatter folderitems: - title: url: /titlepage output: pdf type: frontmatter - title: url: /tocpage output: pdf type: frontmatter - title: Overview output: web, p...
_data/sidebars/home_sidebar.yml
Name Change: true Name: - Armorer = Armurier - Axolotl = Axolotl - Bat = Chauve-Souris - Bee = Abeille - Blaze = Blaze - Butcher = Boucher - Cartographer = Cartographe - Cat = Chat - Cave Spider = Araignée venimeuse - Chicken = Poulet - Cleric = Prêtre - Cod = Morue - Cow = Vache - Creeper =...
src/main/resources/translations/French.yml
_id: 92788c50-d5ed-11e9-95ba-c123820aeaaa message: >- Excessive rmp.qebg.zacharythomas.github.io.chj.an hyperaemia, discussion [URL=http://desireecharbonnet.com/metformin/ - metformin for sale[/URL - [URL=http://tofupost.com/generic-levitra/ - levitra for men[/URL - [URL=http://comwallpapers.com/tricor/ - tri...
_data/comments/elasticsearch-restore/comment-1568355195537.yml
--- :writes: - "S,SET PROTOCOL,6.1\r\n" - "S,SET CLIENT NAME,iNGWyXo1yZ\r\n" - "S,REQUEST CURRENT UPDATE FIELDNAMES\r\n" - "S,REQUEST FUNDAMENTAL FIELDNAMES\r\n" :reads: - 'S,KEY,99999 ' - 'S,SERVER CONNECTED ' - 'S,IP,0.0.0.0 59000,0.0.0.0 59000,192.168.127.12 60009,192.168.127.12 60001,172.16.17.32 60005,192....
spec/fixtures/streaming_fundamental_fieldnames.yaml
name: Validate on: pull_request: branches: [master] env: FORCE_COLOR: 1 jobs: lintAndFormatting: name: Lint & Formatting runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Retrieve last master commit (for `git diff` purposes) ...
.github/workflows/validate.yml
name: Deploy to Staging on: workflow_dispatch: inputs: version: description: Which version are you creating? ("vx.x.x") required: true ref: description: Git ref to deploy required: true default: develop jobs: deploy-to-staging: runs-on: ubuntu-20.04 ...
.github/workflows/deploy_to_staging.yml
SiteTree: s1: Title: testPage1 has document sets URLSegment: s1 s2: Title: testPage2 a document set URLSegment: s2 s3: Title: testPage3 has document sets with embargoed docs URLSegment: s3 s4: Title: testPage4 has no sets URLSegment: s4 s5: Title: testPage5 has no sets ...
tests/dmstest.yml
AWSTemplateFormatVersion: '2010-09-09' Transform: 'AWS::Serverless-2016-10-31' Description: An AWS Lambda application that sends an email when files appear in S3 Parameters: BUCKET: Type: String DELETESQS: Type: String Default: "true" EMPTYPOLLS: Type: String Default: "1" MOVE: Type: Str...
aws-serverless/template.yml
autoCorrect: true failFast: false test-pattern: # Configure exclusions for test sources active: true patterns: # Test file regexes - '.*/test/.*' - '.*Test.kt' - '.*Spec.kt' exclude-rule-sets: - 'comments' exclude-rules: - 'NamingRules' - 'WildcardImport' - 'MagicNumber' - 'MaxL...
src/main/resources/default-detekt.yml
--- ### ntpd: - block: # # # SOURCE: https://github.com/yktsubo/nsxt-k8s-setup/blob/8a34199f5769f5b6cdc44329fb7e3302b7dd64bf/playbooks/prep_os.yml # # - name: Set ntp server # # shell: sed -i 's/#NTP=/NTP="{{ ntp }}"/g' /etc/systemd/timesyncd.conf # # FIXME: New 11/30/2018 # - name: Run timedatectl statu...
tasks/prepare-ntpd.yml