content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
steps:\n - bash: |\n rm global.json\n cp build/ci/net9/global.json global.json\n displayName: "Using .NET 9 global.json"\n\n - pwsh: |\n echo "##vso[task.setvariable variable=DOTNET_INSTALL_DIR;]$(Build.SourcesDirectory)/.dotnet"\n displayName: "Set DOTNET_INSTALL_DIR for macOS/Linux"\n condit...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\dotnet-install.yml
dotnet-install.yml
YAML
841
0.8
0.083333
0
vue-tools
83
2024-08-31T16:28:15.076970
MIT
false
47242d07d98da5ee7584032fb639d9e1
parameters:\n UnoCheckParameters: ''\n\nsteps:\n\n - template: dotnet-install.yml\n\n - bash: |\n ubuntu_release=`lsb_release -rs`\n wget https://packages.microsoft.com/config/ubuntu/${ubuntu_release}/packages-microsoft-prod.deb -O packages-microsoft-prod.deb\n sudo dpkg -i packages-microsoft-prod.deb...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\dotnet-mobile-install-linux.yml
dotnet-mobile-install-linux.yml
YAML
1,257
0.8
0.033333
0
react-lib
61
2024-03-12T04:56:41.088982
BSD-3-Clause
false
7b287c0e116e8dcf0eea72909393fff9
parameters:\n UnoCheckParameters: ''\n\nsteps:\n\n - template: dotnet-install.yml\n\n - template: jdk-setup.yml\n\n - task: Cache@2\n condition: eq(variables['enable_dotnet_cache'], 'true')\n inputs:\n key: dotnet | "$(Agent.OS)" | "$(Agent.JobName)" | "$(GlobalUnoCheckVersion)" | "${{ parameters.UnoChec...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\dotnet-mobile-install-mac.yml
dotnet-mobile-install-mac.yml
YAML
917
0.8
0.043478
0
node-utils
42
2025-05-15T13:55:17.265173
Apache-2.0
false
021f6f5761ba2a9cb208555344d653e4
parameters:\n UnoCheckParameters: ''\n\nsteps:\n\n - template: dotnet-install.yml\n\n - template: jdk-setup.yml\n\n - task: Cache@2\n condition: eq(variables['enable_dotnet_cache'], 'true')\n inputs:\n key: dotnet | "$(Agent.OS)" | "$(Agent.JobName)" | "$(GlobalUnoCheckVersion)" | "${{ parameters.UnoChec...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\dotnet-mobile-install-windows.yml
dotnet-mobile-install-windows.yml
YAML
917
0.8
0.043478
0
awesome-app
253
2024-04-02T22:31:01.202499
Apache-2.0
false
7cd7d9f734ddef015c167e9baebd4ebd
steps:\n\n - bash: |\n npm install -g conventional-changelog-cli@2.2.2\n conventional-changelog -p angular -u -r 2 -o "build/CHANGELOG.md"\n # sed -r -i 's/\[(.*?)\]\((.*?)\)/\2/g' build/CHANGELOG.md\n displayName: 'Generate CHANGELOG.MD'\n \n - task: CopyFiles@2\n displayName: Copy changelog\...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\generate-changelog.yml
generate-changelog.yml
YAML
715
0.8
0
0.05
awesome-app
57
2023-10-17T13:02:44.638547
BSD-3-Clause
false
2eb78de0ff9cb6433ac244677cdfb91c
parameters:\n skipCacheDownload: ''\n\nsteps:\n\n - pwsh: |\n dotnet tool uninstall nbgv -g\n dotnet tool install nbgv -g --version 3.6.139\n nbgv cloud -a\n displayName: Version with NBGV\n name: NBGV\n\n - pwsh: |\n $InformationalVersion="$(NBGV_SemVer2)+$(NBGV_GitCommitId)-$(NBGV_Buildin...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\gitversion-run.yml
gitversion-run.yml
YAML
4,184
0.8
0
0
python-kit
932
2024-07-14T15:20:14.767091
Apache-2.0
false
e5a74004b71b3db1f33721889ed432b1
steps:\n\n - task: DownloadBuildArtifacts@0\n displayName: 'Download NBGV Cache'\n retryCountOnTaskFailure: 3\n inputs:\n artifactName: nbgv_cache\n downloadPath: '$(build.sourcesdirectory)/build'\n\n # Sets the variables generated by the NBGV task\n # We cannot reliably use pipeline output va...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\gitversion.yml
gitversion.yml
YAML
622
0.8
0
0.176471
vue-tools
12
2023-11-06T02:44:58.387190
BSD-3-Clause
false
baf2e9e259dd15c5a7ddf86e43dfad5c
parameters:\n GtkRuntimeUrl: 'https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2020-07-15/gtk3-runtime-3.24.20-2020-07-15-ts-win64.exe'\n\nsteps:\n - powershell: |\n brew install gtk+3\n\n displayName: Install GTK3 runtime\n retryCountOnTaskFailure: 3\n
dataset_sample\yaml\unoplatform_uno\build\ci\templates\gtk-install-macos.yml
gtk-install-macos.yml
YAML
302
0.8
0.111111
0
react-lib
493
2024-06-09T19:51:04.084139
GPL-3.0
false
8de9f7e24f441b778389978334840081
parameters:\n GtkRuntimeUrl: 'https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2020-07-15/gtk3-runtime-3.24.20-2020-07-15-ts-win64.exe'\n\nsteps:\n - powershell: |\n $source = "${{ parameters.GtkRuntimeUrl }}"\n $destination = "gtk3-runtime.exe"\n Invoke...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\gtk-install-windows.yml
gtk-install-windows.yml
YAML
590
0.8
0.083333
0
awesome-app
482
2023-09-15T22:02:19.128511
GPL-3.0
false
87b0aaff3d3e84ed0e3772f6ce87c6ad
parameters:\n xCodeRoot: ''\n\nsteps:\n - bash: |\n echo 'xCode Root to ${{parameters.xCodeRoot}}'\n echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${{parameters.xCodeRoot}}\n sudo xcode-select --switch ${{parameters.xCodeRoot}}/Contents/Developer\n\n displayName: Select Xcode\n
dataset_sample\yaml\unoplatform_uno\build\ci\templates\ios-build-select-version.yml
ios-build-select-version.yml
YAML
300
0.8
0.1
0
python-kit
900
2025-06-16T11:43:56.475289
MIT
false
7b1d124287717252de73b1176ae76c9a
steps:\n\n - pwsh: |\n echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)"\n echo "##vso[task.setvariable variable=JavaSdkDirectory]$(JAVA_HOME_11_X64)"\n displayName: Select JDK 11\n
dataset_sample\yaml\unoplatform_uno\build\ci\templates\jdk-setup.yml
jdk-setup.yml
YAML
208
0.8
0
0
awesome-app
258
2024-01-31T09:25:06.267944
BSD-3-Clause
false
5eafea639eed27221edf3ff95140489a
steps:\n\n - bash: |\n sudo apt-get update\n sudo apt-get install -y xvfb fluxbox vlc libvlc-dev libgtk-3-dev libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev\n displayName: Install Linux dependencies\n
dataset_sample\yaml\unoplatform_uno\build\ci\templates\linux-install-deps.yml
linux-install-deps.yml
YAML
205
0.7
0
0
node-utils
812
2025-02-04T21:07:47.404799
Apache-2.0
false
3114adee9cdf12fd59f154363c01ac90
steps:\n\n - bash: |\n sudo apt-get update\n sudo apt-get install -y zip\n displayName: Install zip\n
dataset_sample\yaml\unoplatform_uno\build\ci\templates\linux-install-zip.yml
linux-install-zip.yml
YAML
109
0.7
0
0
node-utils
647
2025-04-23T00:04:22.469442
Apache-2.0
false
07fe731ee74942a28e34d9b31d3e2d4a
parameters:\n nugetPackages: '$(Pipeline.Workspace)/.nuget/packages'\n\nsteps:\n\n - powershell: |\n New-Item -ItemType Directory -Force "${{ parameters.nugetPackages }}"\n displayName: Create nuget packages cache folder\n\n - script: |\n compact /c "${{ parameters.nugetPackages }}"\n\n condition: an...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\nuget-cache.yml
nuget-cache.yml
YAML
799
0.8
0
0
vue-tools
471
2025-03-15T14:16:30.321496
BSD-3-Clause
false
761f06e97fe03d0da839571f15237d06
steps:\n - task: NuGetCommand@2\n displayName: 'Publish to Uno Dev Feed'\n condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), not(eq(variables['build.reason'], 'PullRequest')))\n inputs:\n command: 'push'\n packagesToPush: '$(Pipeline.Workspace)/Nuget_Packages/**/*...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\nuget-publish-dev.yml
nuget-publish-dev.yml
YAML
1,041
0.8
0
0
vue-tools
500
2024-08-21T18:26:46.715608
Apache-2.0
false
c7ce8707620b5a5c0c7fdb88f035f085
steps:\n - task: NuGetCommand@2\n condition: and(succeeded(), not(startsWith(variables['Build.SourceBranch'], 'refs/heads/feature')), not(eq(variables['build.reason'], 'PullRequest')))\n displayName: 'Publish to nuget.org'\n inputs:\n command: 'push'\n packagesToPush: '$(Pipeline.Workspace)/Nuget_Pa...
dataset_sample\yaml\unoplatform_uno\build\ci\templates\nuget-publish-public.yml
nuget-publish-public.yml
YAML
451
0.8
0
0
node-utils
145
2024-09-11T15:27:06.029789
BSD-3-Clause
false
3ca84b9d90f72cbdf5d944918f61cc1b
parameters:\n nugetPackages: '$(Pipeline.Workspace)/.nuget/packages'\n\nsteps:\n\n - pwsh: dotnet nuget add source https://pkgs.dev.azure.com/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/_packaging/unoplatformdev/nuget/v3/index.json -n "uno-dev"\n displayName: Add dev feed source\n
dataset_sample\yaml\unoplatform_uno\build\ci\templates\uno-dev-feed.yml
uno-dev-feed.yml
YAML
285
0.8
0
0
awesome-app
126
2023-10-04T07:38:31.450974
Apache-2.0
false
3ebfa70992312724ccffdd6e48369057
- name: Get Started\n topicHref: xref:Uno.GetStarted\n items:\n - name: Setup\n topicHref: xref:Uno.GetStarted.vs2022\n items:\n - name: Visual Studio 2022 for Windows\n href: xref:Uno.GetStarted.vs2022\n - name: VS Code\n href: xref:Uno.GetStarted.vscode\n - name: Rider\n ...
dataset_sample\yaml\unoplatform_uno\doc\articles\toc.yml
toc.yml
YAML
27,855
0.95
0.031421
0.004231
react-lib
457
2024-02-29T15:08:27.679944
GPL-3.0
false
604581572cfce55b8d5f15539071d4ef
- name: Overview\n href: silverlight-migration-landing.md\n- name: Silverlight to Uno Migration\n href: 00-overview.md\n- name: Create the Uno solution for UWP and WASM\n href: 01-create-uno-solution.md\n- name: Considering navigation\n href: 02-considering-navigation.md\n- name: Reviewing the app startup\n href: ...
dataset_sample\yaml\unoplatform_uno\doc\articles\guides\silverlight-migration\toc.yml
toc.yml
YAML
1,356
0.7
0.026316
0
react-lib
202
2024-02-12T06:42:52.053623
Apache-2.0
false
5abfc0023c8c0b69f1eb1812cdfaba7a
- name: Overview\n href: xref:Uno.XamarinFormsMigration.Overview\n- name: Uno Platform for Xamarin.Forms developers\n href: xref:Uno.XamarinFormsMigration.Intro\n- name: Migrating Animations\n href: https://platform.uno/blog/migrating-animations-from-xamarin-forms-to-uno-platform/\n- name: Migrating Custom Controls\...
dataset_sample\yaml\unoplatform_uno\doc\articles\guides\xf-migration\toc.yml
toc.yml
YAML
1,071
0.8
0.058824
0
python-kit
173
2025-02-03T20:57:31.092988
GPL-3.0
false
09ea9f427f4af646f6817f4a681630d7
trigger:\n batch: true\n branches:\n include:\n - master\n - dev*\n - refs/tags/*\n\npool:\n vmImage: "ubuntu-latest"\n\nvariables:\n - group: GithubToken\n\nsteps:\n - checkout: self\n - task: GoTool@0\n inputs:\n version: "1.15.2"\n - script: |\n go version\n go mod download...
dataset_sample\yaml\v2ray_v2ray-core\azure-pipelines.yml
azure-pipelines.yml
YAML
1,590
0.8
0
0
awesome-app
706
2023-08-08T08:19:32.214322
MIT
false
88572555e8a212cb5269319986b5b8d8
stages:\n - check\n - build-nightly\n - build\n - publish\n\nvariables:\n # Note: this is deprecated!\n # https://docs.gitlab.com/ee/ci/yaml/#git-strategy\n # However in gitlab web ui it's set to fetch so it should be fine ¯\_(ツ)_/¯\n GIT_STRATEGY: fetch\n # Note: this is deprecated!\n # https://docs.gitlab.c...
dataset_sample\yaml\veloren_veloren\.gitlab-ci.yml
.gitlab-ci.yml
YAML
1,590
0.8
0.09434
0.1875
node-utils
912
2023-12-31T02:14:14.780273
BSD-3-Clause
false
c2ad06b3a7687169f7ee6b9a38cb6811
# SPDX-FileCopyrightText: 2025 Javier Pérez\n#\n# SPDX-License-Identifier: CC0-1.0\n\nname: Mirror GitLab repository\n\non:\n schedule:\n - cron: "0 * * * *"\n\njobs:\n mirror-gitlab-repo:\n uses: veloren/.github/.github/workflows/mirror.yml@main\n with:\n repository-url: https://gitlab.com/veloren/velo...
dataset_sample\yaml\veloren_veloren\.github\workflows\mirror.yml
mirror.yml
YAML
400
0.8
0
0.2
python-kit
746
2024-10-07T07:17:25.989302
Apache-2.0
false
cb29cc05fc32dd4e7e1cc38e64a57125
# SPDX-FileCopyrightText: 2025 Javier Pérez\n#\n# SPDX-License-Identifier: CC0-1.0\n\nname: Decommission pull requests on GitHub\n\non:\n pull_request_target:\n types:\n - opened\n\njobs:\n close-pull-request:\n uses: veloren/.github/.github/workflows/no-pr.yml@main\n permissions:\n pull-requests: ...
dataset_sample\yaml\veloren_veloren\.github\workflows\no-pr.yml
no-pr.yml
YAML
312
0.8
0
0.230769
awesome-app
959
2025-01-07T08:55:45.317802
Apache-2.0
false
3132e85428b5f9da7aa7577787668705
unittests:\n extends: .recompile-branch\n stage: build\n image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG}\n tags: ["veloren/veloren", "check"]\n variables:\n GIT_DEPTH: 9999999999999\n script:\n - ln -s /dockercache/target target\n - cat ./.gitlab/scripts/unittest.sh\...
dataset_sample\yaml\veloren_veloren\.gitlab\CI\build.gitlab-ci.yml
build.gitlab-ci.yml
YAML
8,302
0.95
0.017167
0.037736
awesome-app
975
2024-12-21T03:12:54.344637
MIT
false
c0bfa06c2ebb67371dd6821828cb4734
code-quality:\n extends: .recompile-branch\n stage: check\n image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG}\n tags: ["veloren/veloren", "check"]\n variables:\n # Disables shallow cloning - full history of the source branch is needed for the 'git lfs fsck' command below.\n ...
dataset_sample\yaml\veloren_veloren\.gitlab\CI\check.gitlab-ci.yml
check.gitlab-ci.yml
YAML
1,186
0.8
0.035714
0.074074
node-utils
157
2024-01-08T20:06:49.363446
MIT
false
a45b83c3b916a2bc2a55c21a7cb5f43f
# Publishes veloren-server-cli to the gitlab container registry\n# https://gitlab.com/veloren/veloren/container_registry\n.publish:\n stage: publish\n rules:\n - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH\n when: on_success\n - when: never\n\ndocker:\n extends: .publish\n image:\n name: gcr.io/kaniko...
dataset_sample\yaml\veloren_veloren\.gitlab\CI\publish.gitlab-ci.yml
publish.gitlab-ci.yml
YAML
2,593
0.8
0.071429
0.059701
python-kit
419
2024-08-23T02:05:51.144418
Apache-2.0
false
c5b20ae17469dfa1ed80945651a650f2
# Template to only run if actual changes has been made to the code and not just documentation\n.recompile-branch:\n rules:\n - if: $CI_PIPELINE_SOURCE == "merge_request_event"\n # No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses\n changes:\n - "**/*.{glsl,pn...
dataset_sample\yaml\veloren_veloren\.gitlab\CI\recompile.yml
recompile.yml
YAML
674
0.95
0.1
0.210526
awesome-app
420
2025-05-15T23:04:03.559454
BSD-3-Clause
false
2421381bfd80ab9c361bf5de4d3cc853
# allow_failure: true makes these pipelines manual and "non-blocking" which changed with except -> rule syntax\n.optional-release:\n stage: check\n rules:\n - if: $CI_PIPELINE_SOURCE != "merge_request_event" || $CI_PIPELINE_SOURCE == "schedule" || ( $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $TAG_REGEX )\n w...
dataset_sample\yaml\veloren_veloren\.gitlab\CI\release.yml
release.yml
YAML
737
0.8
0.176471
0.117647
node-utils
655
2023-07-28T20:25:49.571539
MIT
false
6c9b1d162fa82545de25f32fe7ed81a4
version: "3.5"\n\nservices:\n game-server:\n image: registry.gitlab.com/veloren/veloren/server-cli:weekly\n stdin_open: true\n tty: true\n container_name: veloren-game-server-master\n ports:\n - "14004:14004"\n - "14005:14005"\n - "14006:14006/udp"\n restart: on-failure:0\n volumes:...
dataset_sample\yaml\veloren_veloren\server-cli\docker-compose.yml
docker-compose.yml
YAML
624
0.7
0
0
python-kit
114
2024-08-13T00:27:52.842998
Apache-2.0
false
dcd333257b40f2827134dd7fa6f2e3cc
# This file will create many PRs, one for each example.\n# From what I can tell, we are forced into approaching it this way\n# because of the many workspace roots.\n\nversion: 2\nupdates:\n - package-ecosystem: "npm"\n directory: "/examples/basic"\n schedule:\n interval: "weekly"\n labels:\n - "area...
dataset_sample\yaml\vercel_turborepo\.github\dependabot.yml
dependabot.yml
YAML
3,443
0.8
0.006944
0.050725
node-utils
338
2023-10-20T21:44:47.536766
MIT
false
9c74b3178d1a7d5eb9abcb549c45f9a1
# Used to auto generate turborepo release notes\n\nchangelog:\n exclude:\n labels:\n - "area: ci"\n - "release: turborepo"\n - "release-notes-ignore"\n categories:\n - title: Docs\n labels:\n - "area: docs"\n - "area: site"\n - title: create-turbo\n labels:\n - "...
dataset_sample\yaml\vercel_turborepo\.github\release.yml
release.yml
YAML
809
0.8
0
0.027778
awesome-app
921
2023-07-13T07:11:13.193480
GPL-3.0
false
1250b089c5d75d91fec4baf534fe8fbc
# Docs\n\n# Label Config\n\n# labeler:\n# - settings:\n# - codeOwnersPath: {PATH TO CODEOWNERS FILE (defaults to .github/CODEOWNERS)}\n# - labels:\n# - label: {YOUR LABEL NAME}\n# condition: {AND (default) | OR}\n# when:\n# {TEST_FUNCTION}: {REGEX}\n# ...\n# ...\n\n#| Functio...
dataset_sample\yaml\vercel_turborepo\.github\turbo-orchestrator.yml
turbo-orchestrator.yml
YAML
3,795
0.8
0.064516
0.360465
react-lib
752
2025-05-18T12:00:20.033556
GPL-3.0
false
ba83d88fecbcab3994cee12eb9db2403
name: "cargo-sweep"\ndescription: "Runs cargo-sweep to clean old build artifacts"\nruns:\n using: "node20"\n main: "dist/main/index.js"\n post: "dist/post/index.js"\n
dataset_sample\yaml\vercel_turborepo\.github\actions\cargo-sweep\action.yml
action.yml
YAML
163
0.7
0
0
react-lib
804
2023-07-16T12:18:24.539116
BSD-3-Clause
false
33dfeb72617ff9eb4c6fe9e513139905
name: "Run Turbo Tests"\ndescription: "Setup the environment and run Turbo tests"\ninputs:\n github-token:\n description: "GitHub token for GitHub"\n required: true\n turbo-token:\n description: "Turbo token for authentication"\n required: true\n turbo-team:\n description: "Turbo team for authenticati...
dataset_sample\yaml\vercel_turborepo\.github\actions\examples-tests\action.yml
action.yml
YAML
1,107
0.85
0.097561
0
node-utils
647
2024-08-25T06:03:41.758811
Apache-2.0
true
eabff326c3604a9c4b8852f9dd350e83
name: "Install Global Turbo"\ndescription: "Installs turbo globally. Expects Node and npm to already be installed"\n\ninputs:\n turbo-version:\n description: "Specify a Turbo version or tag (e.g., 2.0.5, latest, beta, canary)"\n required: false\n default: ""\n\nruns:\n using: "composite"\n steps:\n - nam...
dataset_sample\yaml\vercel_turborepo\.github\actions\install-global-turbo\action.yml
action.yml
YAML
902
0.85
0.034483
0
awesome-app
561
2024-01-09T18:44:30.890583
Apache-2.0
false
1b37245b8a59dc9f1b8461e5de4af8a2
name: "Setup Capnproto"\ndescription: "Sets up capnproto for the current platform"\n\nruns:\n using: "composite"\n steps:\n - name: "Setup capnproto for Linux"\n if: runner.os == 'Linux'\n shell: bash\n run: sudo apt-get -y update && sudo apt-get install -y capnproto\n\n - name: "Setup capnproto ...
dataset_sample\yaml\vercel_turborepo\.github\actions\setup-capnproto\action.yml
action.yml
YAML
528
0.7
0.35
0
node-utils
277
2024-11-16T18:42:24.094594
MIT
false
59a49ac5dbf334b244d584730e30a1b8
name: "Turborepo Node.js Setup"\ndescription: "Sets Node.js up for CI"\ninputs:\n enable-corepack:\n description: "Control turning on corepack."\n required: false\n default: "true"\n extra-flags:\n description: "Extra flags to pass to the pnpm install."\n required: false\n default: ""\n package-ins...
dataset_sample\yaml\vercel_turborepo\.github\actions\setup-node\action.yml
action.yml
YAML
1,600
0.95
0.103448
0.057692
node-utils
757
2024-03-09T21:53:25.887239
GPL-3.0
false
600920518029845fb15a18b33f556121
name: "Turbo Rust Setup"\ndescription: "Sets up the Rust toolchain for CI"\ninputs:\n targets:\n description: "Comma-separated list of target triples to install for this toolchain"\n required: false\n github-token:\n description: "GitHub token. You can pass secrets.GITHUB_TOKEN"\n required: true\n shared...
dataset_sample\yaml\vercel_turborepo\.github\actions\setup-rust\action.yml
action.yml
YAML
2,467
0.95
0.093333
0.045455
python-kit
457
2025-01-05T15:31:18.495245
MIT
false
ed6ddec0908f4ab8ec86a4902b582d6d
name: "Setup Turborepo Environment"\ndescription: "Sets up development environment for turborepo"\ninputs:\n github-token:\n description: "GitHub token. You can pass secrets.GITHUB_TOKEN"\n required: true\n node-version:\n description: Node version\n required: false\n default: "18"\n\nruns:\n using: "...
dataset_sample\yaml\vercel_turborepo\.github\actions\setup-turborepo-environment\action.yml
action.yml
YAML
863
0.85
0.03125
0
vue-tools
854
2023-07-15T19:50:08.283625
Apache-2.0
false
855bbca77508bcc013f1a239e30ceebb
body:\n - type: textarea\n attributes:\n label: Summary\n description: What do you need help with?\n validations:\n required: true\n - type: textarea\n attributes:\n label: Additional information\n description: Any code snippets, error messages, or dependency details that may be rela...
dataset_sample\yaml\vercel_turborepo\.github\DISCUSSION_TEMPLATE\help.yml
help.yml
YAML
555
0.85
0.05
0
node-utils
730
2024-02-08T03:07:58.421031
MIT
false
63073580b879664f692ae3e9ad747958
body:\n - type: textarea\n attributes:\n label: Goals\n description: Short list of the problems that the feature request aims to address.\n value: |\n 1.\n 2.\n 3.\n validations:\n required: true\n - type: textarea\n attributes:\n label: Non-goals\n descript...
dataset_sample\yaml\vercel_turborepo\.github\DISCUSSION_TEMPLATE\ideas.yml
ideas.yml
YAML
899
0.85
0
0
node-utils
642
2024-12-05T22:30:25.301897
BSD-3-Clause
false
95501abd8170364372e2b6be15b6ea9a
name: Turborepo bug report\ndescription: Create a bug report\nlabels: ["kind: bug", "needs: triage"]\n\nbody:\n - type: markdown\n attributes:\n value: |\n This template is to report bugs. Before opening a new issue, please do a [search](https://github.com/vercel/turborepo/issues) of existing issues and...
dataset_sample\yaml\vercel_turborepo\.github\ISSUE_TEMPLATE\0-turborepo-bug-report.yml
0-turborepo-bug-report.yml
YAML
4,367
0.95
0.036585
0
python-kit
651
2023-12-22T00:03:54.623969
BSD-3-Clause
false
2f9bf695859536926137e2dd86f22979
name: "Documentation update or improvement"\ndescription: A request to update or improve documentation\ntitle: "📚 Docs: "\nlabels:\n - "area: docs"\nbody:\n - type: markdown\n attributes:\n value: Before opening this issue to request a docs improvement, is this something you can help us with? Your contributi...
dataset_sample\yaml\vercel_turborepo\.github\ISSUE_TEMPLATE\1-docs.yml
1-docs.yml
YAML
1,180
0.95
0.033333
0
node-utils
812
2023-10-31T03:38:35.507190
GPL-3.0
false
f377a308c46a9675c264f727074b9bc5
blank_issues_enabled: false\ncontact_links:\n - name: Turbopack in Next.js Bug Report\n url: https://github.com/vercel/next.js/issues/new?assignees=&labels=template%3A+bug&projects=&template=1.bug_report.yml\n about: Create a Next.js bug report for the Turbopack team\n - name: Ask for help\n url: https://git...
dataset_sample\yaml\vercel_turborepo\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
593
0.8
0.181818
0
awesome-app
144
2023-08-22T00:07:17.349169
Apache-2.0
false
d0900b6fe54568a24ae50b813fac698f
name: Benchmark Turborepo\n\non:\n workflow_dispatch:\n workflow_run:\n # Make sure this matches the name of the workflow in ./github/workflows/turborepo-release.yml.\n workflows: [Turborepo Release]\n types:\n - completed\n push:\n branches:\n - main\n paths:\n - "cli/**"\n - crat...
dataset_sample\yaml\vercel_turborepo\.github\workflows\bench-turborepo.yml
bench-turborepo.yml
YAML
6,006
0.8
0.021858
0.057692
node-utils
552
2024-07-11T23:47:13.087784
Apache-2.0
false
1aa5da1304652423dff98f821a5e1224
name: Docs checks\n\non:\n pull_request:\n paths:\n - "docs/**"\n - ".github/actions/validate-docs-links/**"\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}\n cancel-in-progress: ${{ github.event_name == 'pull_request' }}\n\njobs:\n validate-docs-links:\n runs...
dataset_sample\yaml\vercel_turborepo\.github\workflows\docs.yml
docs.yml
YAML
633
0.8
0
0
vue-tools
586
2024-12-12T17:49:33.235348
BSD-3-Clause
false
b3902b923f4d5c685cf773234d743224
name: Lint pull request title\n\non:\n pull_request_target:\n types:\n - opened\n - edited\n - synchronize\n - reopened\n\npermissions:\n pull-requests: read\n\njobs:\n main:\n name: Validate PR title\n runs-on: ubuntu-latest\n steps:\n - uses: amannn/action-semantic-pull-request...
dataset_sample\yaml\vercel_turborepo\.github\workflows\lint-pr-title.yml
lint-pr-title.yml
YAML
1,154
0.95
0.030303
0.2
react-lib
501
2024-11-10T22:13:52.217801
BSD-3-Clause
false
fbb58f798e96e75a7c5fb6fc359e9fe0
name: Lint\non:\n push:\n branches: [main]\n pull_request:\n paths:\n - ".github/actions/**"\n - .github/workflows/lint.yml\n - "**/*.{yml,yaml,md,mdx,js,jsx,ts,tsx,json,toml,css}"\n - pnpm-lock.yaml\n - package.json\n - "Cargo.**"\n - "crates/**"\n - ".cargo/**"\n -...
dataset_sample\yaml\vercel_turborepo\.github\workflows\lint.yml
lint.yml
YAML
1,951
0.8
0.012048
0.014085
python-kit
645
2024-01-01T08:07:16.004439
GPL-3.0
false
4ee993e3eb4dc572ff551d209f1ec56f
# Turborepo LSP Pipeline\n#\n# Currently this just dumps the LSP binaries into the artifacts, but in the future\n# we will want to do the entire packaging process here.\n\nname: Turborepo LSP\n\non:\n workflow_dispatch:\n\njobs:\n build-rust:\n name: "Build Rust"\n strategy:\n fail-fast: false\n matri...
dataset_sample\yaml\vercel_turborepo\.github\workflows\lsp.yml
lsp.yml
YAML
2,959
0.8
0.025
0.056338
awesome-app
125
2024-07-05T05:05:35.833398
GPL-3.0
false
93566661b4026db5428fd6f6519d3306
name: Cleanup branch caches\non:\n pull_request:\n types: [opened, closed, reopened, synchronize]\n push:\n workflow_dispatch:\n workflow_call:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\npermissions:\n actions: write\n\njobs:\n cleanup:\n runs-on: ubunt...
dataset_sample\yaml\vercel_turborepo\.github\workflows\pr-clean-caches.yml
pr-clean-caches.yml
YAML
1,050
0.8
0.075
0.029412
vue-tools
316
2024-02-04T04:43:59.150436
MIT
false
5f5e9ff90331ca4884626b4d08806c70
name: Turborepo Compare Cache Item\n\non:\n workflow_dispatch:\n inputs:\n version:\n description: Turborepo release to test.\n type: string\n default: "canary"\n\njobs:\n generate_cache_artifact:\n strategy:\n matrix:\n os: [macos-latest, ubuntu-latest, windows-latest]\n ...
dataset_sample\yaml\vercel_turborepo\.github\workflows\turborepo-compare-cache-item.yml
turborepo-compare-cache-item.yml
YAML
2,267
0.95
0.025316
0
awesome-app
746
2025-03-06T00:17:36.906562
MIT
false
efaffd17939ac298c4b302ea9fb8c26e
name: Turborepo Library Release\n\non:\n workflow_dispatch:\n inputs:\n dry_run:\n description: Do a dry run, skipping the final publish step.\n type: boolean\n\njobs:\n build:\n defaults:\n run:\n shell: bash -leo pipefail {0}\n\n strategy:\n fail-fast: false\n matri...
dataset_sample\yaml\vercel_turborepo\.github\workflows\turborepo-library-release.yml
turborepo-library-release.yml
YAML
8,508
0.8
0.024631
0
python-kit
759
2025-01-06T06:38:21.862189
MIT
false
e54147f7beabaccf8384dd8ee34aa8be
# Turborepo Release Pipeline\n#\n# This release consists of a few steps\n#\n# 1. Create a staging branch\n# 2. Run some smoke tests on that branch\n# 3. Build the Rust binary\n# 4. Publish JS packages npm (including turbo itself)\n# 5. Create a release branch and open a PR.\n\n# You can opt into a dry run, which will s...
dataset_sample\yaml\vercel_turborepo\.github\workflows\turborepo-release.yml
turborepo-release.yml
YAML
8,866
0.95
0.02381
0.087336
python-kit
874
2023-10-10T22:51:34.510624
BSD-3-Clause
false
efa6354c7681d0fb095116c4f86516a0
name: Turborepo Top Issues\n\non:\n schedule:\n - cron: "0 13 * * 1" # Every Monday at 1PM UTC (9AM EST)\n workflow_dispatch:\n\njobs:\n run:\n # if: github.repository_owner == 'vercel'\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setup-node@v4\n with...
dataset_sample\yaml\vercel_turborepo\.github\workflows\turborepo-top-issues.yml
turborepo-top-issues.yml
YAML
920
0.8
0.033333
0.035714
awesome-app
212
2025-03-16T12:39:16.577259
Apache-2.0
false
ed6fde14b5822352b77473b122486bff
name: Release\n\non:\n push:\n branches:\n - main\n\nconcurrency: ${{ github.workflow }}-${{ github.ref }}\n\njobs:\n release:\n name: Release\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Repo\n uses: actions/checkout@v4\n\n - name: Setup Node.js 20.x\n uses: actions/s...
dataset_sample\yaml\vercel_turborepo\examples\design-system\.github\workflows\release.yml
release.yml
YAML
1,095
0.8
0.076923
0.0625
node-utils
231
2024-08-09T10:02:57.822348
GPL-3.0
false
79a92a6f1f1c078a520b343029e9f51b
name: Release\n\non:\n push:\n branches:\n - main\n\nconcurrency: ${{ github.workflow }}-${{ github.ref }}\n\njobs:\n release:\n name: Release\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Repo\n uses: actions/checkout@v4\n\n - name: Setup pnpm 8\n uses: pnpm/action-set...
dataset_sample\yaml\vercel_turborepo\examples\with-changesets\.github\workflows\release.yml
release.yml
YAML
1,197
0.8
0.068182
0.055556
awesome-app
832
2024-04-01T11:51:49.096514
Apache-2.0
false
45e95bd10e1b2316d91a400a227dae89
version: "3"\n\nservices:\n web:\n container_name: web\n build:\n context: .\n dockerfile: ./apps/web/Dockerfile\n restart: always\n ports:\n - 3000:3000\n networks:\n - app_network\n api:\n container_name: api\n build:\n context: .\n dockerfile: ./apps/api/Dockerfil...
dataset_sample\yaml\vercel_turborepo\examples\with-docker\docker-compose.yml
docker-compose.yml
YAML
555
0.8
0
0.074074
python-kit
564
2023-08-30T03:05:53.619888
Apache-2.0
false
29cc7f9ef7e12df1f8ac0640a4f0f994
version: "3"\n\nvolumes:\n database:\n driver: local\n\nservices:\n mysql:\n platform: linux/amd64\n image: mysql:8.0.32\n container_name: turborepo_mysql\n restart: always\n ports:\n - 3306:3306\n environment:\n MYSQL_DATABASE: turborepo\n MYSQL_ALLOW_EMPTY_PASSWORD: 1\n volume...
dataset_sample\yaml\vercel_turborepo\examples\with-prisma\docker-compose.yml
docker-compose.yml
YAML
338
0.7
0
0
react-lib
565
2023-12-01T11:22:55.421738
Apache-2.0
false
f9794c466a0d4b6e48d6675573027386
version: "3"\n\nvolumes:\n database:\n driver: local\n\nservices:\n mysql:\n platform: linux/amd64\n image: mysql:8.0.32\n container_name: turborepo_mysql\n restart: always\n ports:\n - 3306:3306\n environment:\n MYSQL_DATABASE: root\n MYSQL_ALLOW_EMPTY_PASSWORD: 1\n volumes:\n ...
dataset_sample\yaml\vercel_turborepo\examples\with-typeorm\docker-compose.yml
docker-compose.yml
YAML
333
0.7
0
0
python-kit
592
2025-06-24T16:33:21.876905
Apache-2.0
false
c307bbfcea1428900a6905b26cb22fdb
run:\n timeout: 2m\n\nlinters:\n enable:\n - revive\n\nissues:\n exclude-rules:\n - linters:\n - staticcheck\n text: "SA(4003|1019|5011):"\n include:\n - EXC0012\n - EXC0014\n\nlinters-settings:\n errcheck:\n exclude-functions:\n - "fmt.Fprintf"\n - "fmt.Fprint"\n - "(net/http.ResponseW...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.golangci.yml
.golangci.yml
YAML
313
0.85
0
0
vue-tools
134
2024-03-31T00:22:05.777275
Apache-2.0
false
7df162759643c974cf4654a8449831ae
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "daily"\n - package-ecosystem: "gomod"\n directory: "/"\n schedule:\n interval: "weekly"\n open-pull-requests-limit: 0\n - package-ecosystem: "bundler"\n directory: "/docs"\n schedule:...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\dependabot.yml
dependabot.yml
YAML
742
0.7
0
0
vue-tools
410
2025-03-25T06:51:46.871807
GPL-3.0
false
1811337cef99099a46daaffeb8c21d5f
name: Bug report\ndescription: Create a report to help us improve\nlabels: [bug]\nbody:\n - type: markdown\n attributes:\n value: |\n Before filling a bug report it would be great to [upgrade](https://docs.victoriametrics.com/#how-to-upgrade) \n to [the latest available release](https://github.co...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\ISSUE_TEMPLATE\bug_report.yml
bug_report.yml
YAML
3,142
0.95
0.081395
0.047619
react-lib
219
2024-02-15T19:20:07.594716
Apache-2.0
false
e22ea3a493deb640d48de921f8478238
blank_issues_enabled: true\ncontact_links:\n - name: Ask on Slack\n url: https://slack.victoriametrics.com/\n about: You can ask for help here!\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\ISSUE_TEMPLATE\configuration.yml
configuration.yml
YAML
147
0.8
0.2
0
node-utils
668
2025-05-21T06:06:00.620411
GPL-3.0
false
6ba0a56fe4bb8e5de5e877a8f5cb091a
name: Feature request\ndescription: Suggest an idea for this project\nlabels: [enhancement]\nbody:\n - type: textarea\n id: describe-the-problem\n attributes:\n label: Is your feature request related to a problem? Please describe\n description: |\n A clear and concise description of what the pro...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\ISSUE_TEMPLATE\feature_request.yml
feature_request.yml
YAML
1,468
0.85
0.046512
0
node-utils
168
2023-08-11T10:34:13.061442
BSD-3-Clause
false
ac1ff4f0df67b59b79a4a3072dc5dbbb
name: Question\ndescription: Ask a question regarding VictoriaMetrics or its components\nlabels: [question]\nbody:\n - type: textarea\n id: describe-the-component\n attributes:\n label: Is your question request related to a specific component?\n placeholder: |\n VictoriaMetrics, vmagent, vmalert...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\ISSUE_TEMPLATE\question.yml
question.yml
YAML
1,113
0.95
0
0
vue-tools
411
2024-03-02T13:51:22.245373
GPL-3.0
false
583903316d9e60aeba0f411374401b3c
name: build\n\non:\n push:\n branches:\n - cluster\n - master\n paths:\n - '**.go'\n - '**/Dockerfile*' # The trailing * is for app/vmui/Dockerfile-*.\n - '**/Makefile'\n pull_request:\n branches:\n - cluster\n - master\n paths:\n - '**.go'\n - '**/Dockerfile*'...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\workflows\build.yml
build.yml
YAML
1,249
0.8
0.037037
0
react-lib
45
2025-06-07T09:17:59.144258
GPL-3.0
false
0ce3b06953dab0456b4a03daf487199b
name: license-check\non:\n push:\n paths:\n - 'vendor'\n pull_request:\n paths:\n - 'vendor'\npermissions:\n contents: read\n\njobs:\n build:\n name: Build\n runs-on: ubuntu-latest\n steps:\n - name: Code checkout\n uses: actions/checkout@master\n\n - name: Setup Go\n ...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\workflows\check-licenses.yml
check-licenses.yml
YAML
867
0.8
0
0
node-utils
709
2024-01-05T13:43:47.625472
MIT
false
9c4f99fbeb8563f072d26b1878e8e908
name: 'CodeQL Go'\n\non:\n push:\n branches:\n - cluster\n - master\n paths:\n - '**.go'\n pull_request:\n branches:\n - cluster\n - master\n paths:\n - '**.go'\n\nconcurrency:\n cancel-in-progress: true\n group: ${{ github.workflow }}-${{ github.event.pull_request.number |...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\workflows\codeql-analysis-go.yml
codeql-analysis-go.yml
YAML
1,404
0.8
0
0
python-kit
177
2024-03-11T22:56:10.770038
Apache-2.0
false
d66b0f5752ecccbd6600e90dd380898c
name: 'CodeQL JS/TS'\n\non:\n push:\n branches:\n - cluster\n - master\n paths:\n - '**.js'\n - '**.ts'\n - '**.tsx'\n pull_request:\n branches:\n - cluster\n - master\n paths:\n - '**.js'\n - '**.ts'\n - '**.tsx'\n\nconcurrency:\n group: ${{ github.workf...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\workflows\codeql-analysis-js-ts.yml
codeql-analysis-js-ts.yml
YAML
886
0.7
0
0
awesome-app
647
2024-01-03T11:17:11.487706
GPL-3.0
false
cd1f05485c522197816ac53090d0321f
name: main\n\non:\n push:\n branches:\n - cluster\n - master\n paths:\n - '**.go'\n pull_request:\n branches:\n - cluster\n - master\n paths:\n - '**.go'\n\npermissions:\n contents: read\n\nconcurrency:\n cancel-in-progress: true\n group: ${{ github.workflow }}-${{ github....
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\.github\workflows\main.yml
main.yml
YAML
2,899
0.8
0
0
node-utils
63
2024-07-07T06:08:10.352402
Apache-2.0
false
5460a8e309e223f41a04f394365084b1
# route requests between VictoriaMetrics and VictoriaLogs\nunauthorized_user:\n url_map:\n - src_paths:\n - "/api/v1/.*"\n url_prefix: http://victoriametrics:8428\n - src_paths:\n - "/select/.*"\n url_prefix:\n - http://vlselect-1:9428\n - http://vlselect-2:9428\n - src_paths:\n - "/insert/.*"\...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\auth-vl-cluster.yml
auth-vl-cluster.yml
YAML
351
0.8
0
0.066667
awesome-app
931
2025-01-10T22:31:52.088056
Apache-2.0
false
bff044733392ca76a68406c13a8a7eb2
# route requests between VictoriaMetrics and VictoriaLogs\nunauthorized_user:\n url_map:\n - src_paths:\n - "/api/v1/.*"\n url_prefix: http://victoriametrics:8428\n - src_paths:\n - "/select/.*"\n url_prefix:\n - http://victorialogs:9428\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\auth-vl-single.yml
auth-vl-single.yml
YAML
247
0.8
0
0.1
python-kit
521
2024-04-16T18:35:08.177025
Apache-2.0
false
50bdba3cb14be10a597a1de10e33b571
# balance load among vmselects\n# see https://docs.victoriametrics.com/vmauth/#load-balancing\nunauthorized_user:\n url_map:\n - src_paths:\n - "/select/.*"\n url_prefix:\n - http://vmselect-1:8481\n - http://vmselect-2:8481\n - src_paths:\n - "/insert/.*"\n url_prefix:\n - http://vminsert-1:848...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\auth-vm-cluster.yml
auth-vm-cluster.yml
YAML
339
0.8
0
0.142857
awesome-app
995
2023-08-07T23:45:43.849060
BSD-3-Clause
false
67ab157570f7f500300f6a6e766b7334
services:\n # Grafana instance configured with VictoriaLogs as datasource\n grafana:\n image: grafana/grafana:11.5.0\n depends_on:\n - "victoriametrics"\n - "vmauth"\n ports:\n - 3000:3000\n volumes:\n - grafanadata:/var/lib/grafana\n - ./provisioning/datasources/victoriametrics-l...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\compose-vl-cluster.yml
compose-vl-cluster.yml
YAML
4,511
0.8
0.014184
0.098485
react-lib
904
2025-04-18T19:05:23.910113
Apache-2.0
false
e35cb093dee45fabd710d2dffdcbd035
services:\n # Grafana instance configured with VictoriaLogs as datasource\n grafana:\n image: grafana/grafana:11.5.0\n depends_on:\n - "victoriametrics"\n - "victorialogs"\n ports:\n - 3000:3000\n volumes:\n - grafanadata:/var/lib/grafana\n - ./provisioning/datasources/victoriamet...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\compose-vl-single.yml
compose-vl-single.yml
YAML
3,822
0.8
0.025862
0.137615
vue-tools
136
2023-11-22T04:22:21.730726
MIT
false
b7265d815b69630a75e3ca3484159a11
services:\n # Metrics collector.\n # It scrapes targets defined in --promscrape.config\n # And forward them to --remoteWrite.url\n vmagent:\n image: victoriametrics/vmagent:v1.115.0\n depends_on:\n - "vmauth"\n ports:\n - 8429:8429\n volumes:\n - vmagentdata:/vmagentdata\n - ./pro...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\compose-vm-cluster.yml
compose-vm-cluster.yml
YAML
5,102
0.8
0.006579
0.118056
node-utils
950
2023-11-28T09:04:04.292313
MIT
false
0708508524d94775993faf7ab644a3a6
services:\n # Metrics collector.\n # It scrapes targets defined in --promscrape.config\n # And forward them to --remoteWrite.url\n vmagent:\n image: victoriametrics/vmagent:v1.115.0\n depends_on:\n - "victoriametrics"\n ports:\n - 8429:8429\n volumes:\n - vmagentdata:/vmagentdata\n ...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\compose-vm-single.yml
compose-vm-single.yml
YAML
3,230
0.8
0.010638
0.1
python-kit
387
2025-03-15T08:45:12.846449
MIT
false
9c0d3537678c45ed69768df12e21a50b
global:\n scrape_interval: 10s\n\nscrape_configs:\n- job_name: victoriametrics\n static_configs:\n - targets:\n - victoriametrics:8428\n- job_name: vmalert\n static_configs:\n - targets:\n - vmalert:8880\n- job_name: vlstorage\n static_configs:\n - targets:\n - vlstorage-1:9428\n - vlstorage-2:9428\n...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\prometheus-vl-cluster.yml
prometheus-vl-cluster.yml
YAML
471
0.7
0
0
python-kit
185
2024-07-27T14:10:11.146970
Apache-2.0
false
74aafbc385ad66953afeb202364a03b9
global:\n scrape_interval: 10s\n\nscrape_configs:\n- job_name: victoriametrics\n static_configs:\n - targets:\n - victoriametrics:8428\n- job_name: vmalert\n static_configs:\n - targets:\n - vmalert:8880\n- job_name: victorialogs\n static_configs:\n - targets:\n - victorialogs:9428
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\prometheus-vl-single.yml
prometheus-vl-single.yml
YAML
283
0.7
0
0
node-utils
685
2023-07-13T18:18:34.798369
BSD-3-Clause
false
9e7a56e9186abaa8abc2f73acde023cd
global:\n scrape_interval: 10s\n\nscrape_configs:\n- job_name: vmagent\n static_configs:\n - targets:\n - vmagent:8429\n- job_name: vmauth\n static_configs:\n - targets:\n - vmauth:8427\n- job_name: vmalert\n static_configs:\n - targets:\n - vmalert:8880\n- job_name: vminsert\n static_configs:\n - tar...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\prometheus-vm-cluster.yml
prometheus-vm-cluster.yml
YAML
523
0.7
0
0
react-lib
17
2025-03-11T15:29:59.668617
MIT
false
0dafa46e83741942c254c37474661b1d
global:\n scrape_interval: 10s\n\nscrape_configs:\n- job_name: vmagent\n static_configs:\n - targets:\n - vmagent:8429\n- job_name: vmalert\n static_configs:\n - targets:\n - vmalert:8880\n- job_name: victoriametrics\n static_configs:\n - targets:\n - victoriametrics:8428\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\prometheus-vm-single.yml
prometheus-vm-single.yml
YAML
274
0.7
0
0
vue-tools
378
2023-10-29T06:43:16.770825
Apache-2.0
false
1194ff19ccf9c038bd0a88233f0290cd
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n demo:\n type: demo_logs\n format: apache_common\n interval: 10\n vector_metrics:\n type: internal_metrics\ntransforms:\n msg_parser:\n type: remap\n inputs: [docker]\n source: |\n .message = parse_j...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vector-vl-cluster.yml
vector-vl-cluster.yml
YAML
981
0.8
0
0
awesome-app
859
2024-06-16T05:01:24.159495
GPL-3.0
false
f85c1ec2d2cf4ea8c70ca0bdb0dd84a9
api:\n enabled: true\n address: 0.0.0.0:8686\nsources:\n docker:\n type: docker_logs\n demo:\n type: demo_logs\n format: apache_common\n interval: 10\n vector_metrics:\n type: internal_metrics\ntransforms:\n msg_parser:\n type: remap\n inputs: [docker]\n source: |\n .message = parse_j...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\vector-vl-single.yml
vector-vl-single.yml
YAML
987
0.8
0
0
vue-tools
869
2024-11-02T06:20:03.814873
GPL-3.0
false
886113101064d06af51d9081547f79be
apiVersion: 1\n\nproviders:\n- name: Prometheus\n orgId: 1\n folder: ''\n type: file\n options:\n path: /var/lib/grafana/dashboards\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\provisioning\dashboards\dashboard.yml
dashboard.yml
YAML
131
0.7
0
0
awesome-app
447
2025-03-12T16:51:16.182874
BSD-3-Clause
false
c14c98b75b62908ab3af2d68d3070756
apiVersion: 1\n\ndatasources:\n - name: VictoriaMetrics - cluster\n type: prometheus\n access: proxy\n url: http://vmauth:8427/select/0/prometheus\n isDefault: true\n jsonData:\n prometheusType: Prometheus\n prometheusVersion: 2.24.0\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\provisioning\datasources\prometheus-datasource\cluster.yml
cluster.yml
YAML
266
0.8
0
0
python-kit
478
2024-11-25T17:01:38.570509
GPL-3.0
false
0afdeabfd729425c9ae3a9cf0187d8ff
apiVersion: 1\n\ndatasources:\n - name: VictoriaMetrics\n type: prometheus\n access: proxy\n url: http://victoriametrics:8428\n isDefault: true\n jsonData:\n prometheusType: Prometheus\n prometheusVersion: 2.24.0
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\provisioning\datasources\prometheus-datasource\single.yml
single.yml
YAML
244
0.8
0
0
react-lib
556
2023-12-11T10:38:13.387736
MIT
false
3a7a4cf95fc376f1a7e608b5ffeffdd4
apiVersion: 1\n\ndatasources:\n - name: VictoriaLogs\n type: victoriametrics-logs-datasource\n access: proxy\n url: http://vmauth:8427\n\n - name: VictoriaMetrics\n type: prometheus\n access: proxy\n url: http://vmauth:8427\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\provisioning\datasources\victoriametrics-logs-datasource\cluster.yml
cluster.yml
YAML
234
0.8
0
0
awesome-app
659
2024-11-15T04:03:35.835220
BSD-3-Clause
false
fd7fde73c4e6b49c52b9b0d7b02598a6
apiVersion: 1\n\ndatasources:\n - name: VictoriaLogs\n type: victoriametrics-logs-datasource\n access: proxy\n url: http://vmauth:8427/\n\n - name: VictoriaMetrics\n type: prometheus\n access: proxy\n url: http://vmauth:8427/\n
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\provisioning\datasources\victoriametrics-logs-datasource\single.yml
single.yml
YAML
236
0.8
0
0
node-utils
639
2024-09-08T20:05:48.554468
BSD-3-Clause
false
68dcdc5c75b1bda360d9e87a4465d9fe
# File contains default list of alerts for VictoriaMetrics cluster.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n # Alerts group for VM cluster assumes that Grafana dashboard\n # https://grafana.com/grafana/dashboar...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-cluster.yml
alerts-cluster.yml
YAML
7,828
0.95
0.148148
0.038961
vue-tools
774
2024-08-05T19:25:44.105793
BSD-3-Clause
false
0d114bfde1608653a1934cf6e02508bf
# File contains default list of alerts for various VM components.\n# The following alerts are recommended for use for any VM installation.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n - name: vm-health\n # note t...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-health.yml
alerts-health.yml
YAML
8,003
0.95
0.204082
0.058394
node-utils
288
2024-01-16T17:35:05.941720
Apache-2.0
false
4cd8e95a05ea8973537c0d87c745ad46
# File contains default list of alerts for VictoriaLogs single server.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n - name: vlogs\n rules:\n - alert: DiskRunsOutOfSpace\n expr: |\n sum(vl_dat...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-vlogs.yml
alerts-vlogs.yml
YAML
1,847
0.95
0.170732
0.076923
awesome-app
562
2023-10-14T20:36:56.346145
GPL-3.0
false
558be06393ec3b6e8045735dc60beec4
# File contains default list of alerts for vmagent service.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n # Alerts group for vmagent assumes that Grafana dashboard\n # https://grafana.com/grafana/dashboards/12683 is...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-vmagent.yml
alerts-vmagent.yml
YAML
9,157
0.95
0.173913
0.053691
awesome-app
363
2024-10-26T02:06:02.029599
BSD-3-Clause
false
90e369c8f0df1df196fc8b5b3f5611d1
# File contains default list of alerts for vmalert service.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n # Alerts group for vmalert assumes that Grafana dashboard\n # https://grafana.com/grafana/dashboards/14950 is...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-vmalert.yml
alerts-vmalert.yml
YAML
5,425
0.95
0.229167
0.067416
node-utils
650
2025-06-15T09:18:28.166235
BSD-3-Clause
false
6c1aee3a26835e5fe98b587e0f57bef9
# This file provides a recommended list of alerts to monitor the health of VictoriaMetrics Anomaly Detection (vmanomaly).\n# Note: The alerts below are general recommendations and may require customization,\n# including threshold adjustments, to suit the specifics of your setup.\n\ngroups:\n # Note - Adjust the `job...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-vmanomaly.yml
alerts-vmanomaly.yml
YAML
7,163
0.95
0.195489
0.071429
python-kit
400
2024-04-28T01:19:43.083403
Apache-2.0
false
89209a647017b9bf190eb990c3c75e42
# File contains default list of alerts for vmauth service.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n - name: vmauth\n interval: 30s\n rules:\n - alert: ConcurrentRequestsLimitReached\n expr: sum...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts-vmauth.yml
alerts-vmauth.yml
YAML
1,370
0.95
0.148148
0.115385
python-kit
898
2025-05-08T15:52:48.296050
GPL-3.0
false
3c3af82189a882ff869ed80d8140c9e6
# File contains default list of alerts for VictoriaMetrics single server.\n# The alerts below are just recommendations and may require some updates\n# and threshold calibration according to every specific setup.\ngroups:\n # Alerts group for VM single assumes that Grafana dashboard\n # https://grafana.com/grafana/das...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\rules\alerts.yml
alerts.yml
YAML
6,335
0.95
0.15748
0.04918
node-utils
817
2023-10-01T03:07:16.683300
GPL-3.0
false
b54dc114384da82059c4ca2731d654c4
services:\n # meta service will be ignored by compose\n .victorialogs:\n image: docker.io/victoriametrics/victoria-logs:v1.20.0-victorialogs\n command:\n - -storageDataPath=/vlogs\n - -loggerFormat=json\n - -syslog.listenAddr.tcp=0.0.0.0:8094\n - -datadog.streamFields=service,hostname,ddsour...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\compose-base.yml
compose-base.yml
YAML
1,713
0.8
0.015385
0.033333
react-lib
377
2023-07-17T02:16:49.092161
BSD-3-Clause
false
b404fe8e00645288e32c2a52fe6027ef
unauthorized_user:\n url_map:\n - src_paths:\n - "/api/v2/logs"\n - "/api/v1/validate"\n url_prefix: "http://victorialogs:9428/insert/datadog/"\n - src_paths:\n - "/api/v1/series"\n - "/api/v2/series"\n - "/api/beta/sketches"\n - "/api/v1/validate"\n - "/api/...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\vmauth.yml
vmauth.yml
YAML
429
0.8
0
0
node-utils
453
2024-03-16T16:23:05.789839
Apache-2.0
false
6cf2552f7ea0e605947bf312d8c08236
include:\n - ../compose-base.yml\nservices:\n agent:\n image: docker.io/datadog/agent:7.57.2\n restart: on-failure\n volumes:\n - /var/lib/docker/containers:/var/lib/docker/containers\n - /var/run/docker.sock:/var/run/docker.sock:ro\n - /proc/:/host/proc/:ro\n - /sys/fs/cgroup/:/host/sys/f...
dataset_sample\yaml\VictoriaMetrics_VictoriaMetrics\deployment\docker\victorialogs\datadog-agent\compose-base.yml
compose-base.yml
YAML
869
0.8
0
0
vue-tools
901
2024-09-27T06:06:48.343374
MIT
false
8210a16344d637cde616197af7ef05af