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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
contact_links:\n - name: Support questions & other\n url: https://github.com/meilisearch/meilisearch/discussions/new\n about: For any other question, open a discussion in this repository\n - name: Language support request & feedback\n url: https://github.com/meilisearch/product/discussions/categories/feedbac... | dataset_sample\yaml\meilisearch_meilisearch\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 1,155 | 0.8 | 0.076923 | 0 | node-utils | 256 | 2024-03-10T23:39:37.609780 | BSD-3-Clause | false | 3dea1ba7b66e945a68f396f5951d805a |
name: Bench (manual)\n\non:\n workflow_dispatch:\n inputs:\n workload:\n description: "The path to the workloads to execute (workloads/...)"\n required: true\n default: "workloads/movies.json"\n\nenv:\n WORKLOAD_NAME: ${{ github.event.inputs.workload }}\n\njobs:\n benchmarks:\n name: ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\bench-manual.yml | bench-manual.yml | YAML | 911 | 0.95 | 0 | 0 | react-lib | 320 | 2024-08-02T03:11:22.586115 | Apache-2.0 | false | 623509ef6b3ce08612f994f6b7197767 |
name: Bench (PR)\non:\n issue_comment:\n types: [created]\n\npermissions:\n issues: write\n\nenv:\n GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}\n\njobs:\n run-benchmarks-on-comment:\n if: startsWith(github.event.comment.body, '/bench')\n name: Run and upload benchmarks\n runs-on: benchmarks\n timeout-m... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\bench-pr.yml | bench-pr.yml | YAML | 2,984 | 0.8 | 0.073171 | 0 | react-lib | 510 | 2025-03-03T17:50:44.276777 | BSD-3-Clause | false | a0a571c1587b5ca3e3af5af5b9c41824 |
name: Indexing bench (push)\n\non:\n push:\n branches:\n - main\n\njobs:\n benchmarks:\n name: Run and upload benchmarks\n runs-on: benchmarks\n timeout-minutes: 180 # 3h\n steps:\n - uses: actions/checkout@v3\n - uses: dtolnay/rust-toolchain@1.85\n with:\n profile: minim... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\bench-push-indexing.yml | bench-push-indexing.yml | YAML | 719 | 0.8 | 0 | 0.052632 | python-kit | 32 | 2024-02-22T20:45:45.478322 | Apache-2.0 | false | 0449848eb7457bf3416a0db2d3a24c58 |
name: Benchmarks (manual)\n\non:\n workflow_dispatch:\n inputs:\n dataset_name:\n description: "The name of the dataset used to benchmark (search_songs, search_wiki, search_geo or indexing)"\n required: false\n default: "search_songs"\n\nenv:\n BENCH_NAME: ${{ github.event.inputs.dataset_... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\benchmarks-manual.yml | benchmarks-manual.yml | YAML | 3,013 | 0.95 | 0 | 0.074627 | node-utils | 515 | 2024-12-02T22:11:41.886964 | Apache-2.0 | false | 1a99638cf2beaca68153daf0f74fd6a7 |
name: Benchmarks (PR)\non: issue_comment\npermissions:\n issues: write\n\nenv:\n GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}\n\njobs:\n run-benchmarks-on-comment:\n if: startsWith(github.event.comment.body, '/benchmark')\n name: Run and upload benchmarks\n runs-on: benchmarks\n timeout-minutes: 4320 # 72h\... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\benchmarks-pr.yml | benchmarks-pr.yml | YAML | 5,362 | 0.8 | 0.047244 | 0.043103 | react-lib | 144 | 2025-01-14T01:37:28.177320 | BSD-3-Clause | false | c992f027b373d9b86447ba610a1725ba |
name: Benchmarks of indexing (push)\n\non:\n push:\n branches:\n - main\n\nenv:\n INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}\n BENCH_NAME: "indexing"\n\njobs:\n benchmarks:\n name: Run and upload benchmarks\n runs-on: benchmarks\n timeout-minutes: 4320 # 72h\n steps:\n - uses: actions/checko... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\benchmarks-push-indexing.yml | benchmarks-push-indexing.yml | YAML | 3,087 | 0.8 | 0 | 0.088235 | awesome-app | 367 | 2025-06-23T13:12:21.648595 | GPL-3.0 | false | ab3fb4e16be7f61b0971c9fb3e68174e |
name: Benchmarks of search for geo (push)\n\non:\n push:\n branches:\n - main\n\nenv:\n BENCH_NAME: "search_geo"\n INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}\n\njobs:\n benchmarks:\n name: Run and upload benchmarks\n runs-on: benchmarks\n steps:\n - uses: actions/checkout@v3\n - uses: dtol... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\benchmarks-push-search-geo.yml | benchmarks-push-search-geo.yml | YAML | 3,063 | 0.8 | 0.013158 | 0.089552 | python-kit | 469 | 2025-01-14T11:48:56.665350 | MIT | false | a34aebb0ae941c406131f32bc98e81de |
name: Benchmarks of search for songs (push)\n\non:\n push:\n branches:\n - main\n\nenv:\n BENCH_NAME: "search_songs"\n INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}\n\njobs:\n benchmarks:\n name: Run and upload benchmarks\n runs-on: benchmarks\n steps:\n - uses: actions/checkout@v3\n - uses: ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\benchmarks-push-search-songs.yml | benchmarks-push-search-songs.yml | YAML | 3,067 | 0.8 | 0.013158 | 0.089552 | react-lib | 856 | 2025-04-23T23:46:49.295437 | MIT | false | dcbb8999339fa799f8bd5c1c02e81ec8 |
name: Benchmarks of search for Wikipedia articles (push)\n\non:\n push:\n branches:\n - main\n\nenv:\n BENCH_NAME: "search_wiki"\n INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}\n\njobs:\n benchmarks:\n name: Run and upload benchmarks\n runs-on: benchmarks\n steps:\n - uses: actions/checkout@v3\n ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\benchmarks-push-search-wiki.yml | benchmarks-push-search-wiki.yml | YAML | 3,079 | 0.8 | 0.013158 | 0.089552 | node-utils | 155 | 2025-05-23T07:06:19.941559 | MIT | false | 9674e2dc14d1bb65528851b4454887db |
name: PR Milestone Check\n\non:\n pull_request:\n types: [opened, reopened, edited, synchronize, milestoned, demilestoned]\n branches:\n - "main"\n - "release-v*.*.*"\n\njobs:\n check-milestone:\n name: Check PR Milestone\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout code\n ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\check-valid-milestone.yml | check-valid-milestone.yml | YAML | 3,910 | 0.95 | 0.09 | 0.141176 | python-kit | 767 | 2023-08-10T23:12:55.733606 | Apache-2.0 | false | 7982893170bc543f5673cbe6f7f54f98 |
name: Comment when db change labels are added\n\non:\n pull_request:\n types: [labeled]\n\nenv:\n MESSAGE: |\n ### Hello, I'm a bot 🤖 \n\n You are receiving this message because you declared that this PR make changes to the Meilisearch database.\n Depending on the nature of the change, additional actions... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\db-change-comments.yml | db-change-comments.yml | YAML | 3,721 | 0.95 | 0.052632 | 0.113636 | awesome-app | 275 | 2024-02-08T05:07:59.777848 | GPL-3.0 | false | f1bdf669af77a5a940fe91449288e6b9 |
name: Check db change labels\n\non:\n pull_request:\n types: [opened, synchronize, reopened, labeled, unlabeled]\n\nenv:\n GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}\n\njobs:\n check-labels:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout code\n uses: actions/checkout@v3\n - name: Check... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\db-change-missing.yml | db-change-missing.yml | YAML | 1,009 | 0.7 | 0.035714 | 0 | node-utils | 849 | 2024-12-22T04:49:05.552252 | GPL-3.0 | false | 3348d567b4af0472d81f12dd387c50b2 |
name: Create issue to upgrade dependencies\n\non:\n schedule:\n # Run the first of the month, every 6 month\n - cron: '0 0 1 */6 *'\n workflow_dispatch:\n\njobs:\n create-issue:\n runs-on: ubuntu-latest\n env:\n ISSUE_TEMPLATE: issue-template.md\n GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}\n ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\dependency-issue.yml | dependency-issue.yml | YAML | 713 | 0.8 | 0 | 0.045455 | react-lib | 495 | 2024-08-27T00:44:47.115246 | MIT | false | 006924eabb1923feb8c79bb6065fe106 |
name: Run the indexing fuzzer\n\non:\n push:\n branches:\n - main\n\njobs:\n fuzz:\n name: Setup the action\n runs-on: ubuntu-latest\n timeout-minutes: 4320 # 72h\n steps:\n - uses: actions/checkout@v3\n - uses: dtolnay/rust-toolchain@1.85\n with:\n profile: minimal\n\n ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\fuzzer-indexing.yml | fuzzer-indexing.yml | YAML | 417 | 0.8 | 0 | 0.052632 | react-lib | 554 | 2024-01-17T11:55:08.638945 | Apache-2.0 | false | 616bfad9010fe08d9aa7f1dd7635609f |
name: Milestone's workflow\n\n# /!\ No git flow are handled here\n\n# For each Milestone created (not opened!), and if the release is NOT a patch release (only the patch changed)\n# - the roadmap issue is created, see https://github.com/meilisearch/engine-team/blob/main/issue-templates/roadmap-issue.md\n# - the changel... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\milestone-workflow.yml | milestone-workflow.yml | YAML | 9,159 | 0.8 | 0.102679 | 0.133663 | react-lib | 399 | 2024-12-04T08:52:48.121320 | GPL-3.0 | false | eefd408734d35ca1f21523cb9095473c |
name: Publish to APT & Homebrew\n\non:\n release:\n types: [released]\n\njobs:\n check-version:\n name: Check the version validity\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v3\n - name: Check release validity\n run: bash .github/scripts/check-release.sh\n\n debian:\n ... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\publish-apt-brew-pkg.yml | publish-apt-brew-pkg.yml | YAML | 1,728 | 0.8 | 0 | 0.019608 | vue-tools | 710 | 2023-08-21T13:36:26.542596 | Apache-2.0 | false | d14d0f67d182b68ce398128856d322af |
name: Publish binaries to GitHub release\n\non:\n workflow_dispatch:\n schedule:\n - cron: "0 2 * * *" # Every day at 2:00am\n release:\n types: [published]\n\njobs:\n check-version:\n name: Check the version validity\n runs-on: ubuntu-latest\n # No need to check the version for dry run (cron)\n s... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\publish-binaries.yml | publish-binaries.yml | YAML | 6,619 | 0.8 | 0.096774 | 0.083799 | react-lib | 322 | 2023-08-26T01:44:06.476048 | GPL-3.0 | false | d2e59f7c4c1811cc9697813eeac94767 |
name: Publish images to Docker Hub\n\non:\n push:\n # Will run for every tag pushed except `latest`\n # When the `latest` git tag is created with this [CI](../latest-git-tag.yml)\n # we don't need to create a Docker `latest` image again.\n # The `latest` Docker image push is already done in this CI when re... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\publish-docker-images.yml | publish-docker-images.yml | YAML | 4,608 | 0.8 | 0.103774 | 0.193548 | vue-tools | 871 | 2024-08-03T22:45:09.557710 | BSD-3-Clause | false | 03b5f6c1c15558b6b67bdbb0cedfde72 |
name: Update Meilisearch version in Cargo.toml\n\non:\n workflow_dispatch:\n inputs:\n new_version:\n description: "The new version (vX.Y.Z)"\n required: true\n\nenv:\n NEW_VERSION: ${{ github.event.inputs.new_version }}\n NEW_BRANCH: update-version-${{ github.event.inputs.new_version }}\n GH_... | dataset_sample\yaml\meilisearch_meilisearch\.github\workflows\update-cargo-toml-version.yml | update-cargo-toml-version.yml | YAML | 1,680 | 0.85 | 0.044444 | 0 | python-kit | 925 | 2023-08-05T07:49:16.464010 | Apache-2.0 | false | 3adac6b7c536d029a790899e83ec3fa0 |
global:\n scrape_interval: 15s # By default, scrape targets every 15 seconds.\n\n # Attach these labels to any time series or alerts when communicating with\n # external systems (federation, remote storage, Alertmanager).\n external_labels:\n monitor: 'codelab-monitor'\n\n# A scrape configuration containing ... | dataset_sample\yaml\meilisearch_meilisearch\assets\prometheus-basic-scraper.yml | prometheus-basic-scraper.yml | YAML | 682 | 0.8 | 0 | 0.4 | python-kit | 547 | 2023-09-13T16:16:23.538405 | BSD-3-Clause | false | 1df5c02f3c5d8dd8801ab1edccb0100d |
name: storytelling\nchannels:\n - conda-forge\ndependencies:\n - python=3.5\n - pygpu\n - mkl-service\n - pip:\n - forbiddenfruit \n - azureml-defaults\n - scipy\n - nltk\n - sklearn\n - Cython\n - theano\n - nose\n - https://github.com/Lasagne/Lasagne/archive/master.zip\n - scikit-im... | dataset_sample\yaml\microsoft_ailab\Pix2Story\environment.yml | environment.yml | YAML | 375 | 0.8 | 0 | 0 | vue-tools | 108 | 2024-09-08T20:25:43.945819 | MIT | false | 4200bd3f39864ab9bb65aae3c3775978 |
# Conda environment specification. The dependencies defined in this file will\n\n# be automatically provisioned for runs with userManagedDependencies=False.\n\n\n# Details about the Conda environment file format:\n\n# https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually\n\n\nname: pr... | dataset_sample\yaml\microsoft_ailab\Pix2Story\source\config_deploy\myenv.yml | myenv.yml | YAML | 697 | 0.8 | 0.060606 | 0.304348 | awesome-app | 55 | 2025-03-26T16:25:17.417209 | MIT | false | b4d89960f6adc3919ec92e5d20840886 |
steps:\n- script: |\n chmod +x build.linux.sh\n ./build.linux.sh\n- task: PublishBuildArtifacts@1\n displayName: Publish Linux package assets\n inputs:\n pathtoPublish: $(Build.SourcesDirectory)/Installers/Linux/build\n artifactName: Package\n artifactType: container | dataset_sample\yaml\microsoft_ailab\Snip-Insights\.vsts.linux.yml | .vsts.linux.yml | YAML | 275 | 0.7 | 0 | 0 | vue-tools | 919 | 2024-05-20T16:14:42.473827 | Apache-2.0 | false | 6e259d8a4fec2e2cf24dbebdcf7b8b16 |
steps:\n- script: |\n chmod +x build.mac.sh\n ./build.mac.sh\n- task: PublishBuildArtifacts@1\n displayName: Publish Mac package assets\n inputs:\n pathtoPublish: $(Build.SourcesDirectory)/Installers/Mac/build\n artifactName: Package\n artifactType: container | dataset_sample\yaml\microsoft_ailab\Snip-Insights\.vsts.mac.yml | .vsts.mac.yml | YAML | 267 | 0.7 | 0 | 0 | react-lib | 608 | 2025-04-06T13:03:48.682281 | Apache-2.0 | false | 44ee43443726d3649701800c2b0aa20e |
steps:\n- powershell: |\n ./build.windows.ps1\n- task: PublishBuildArtifacts@1\n displayName: Publish Windows package assets\n inputs:\n pathtoPublish: $(Build.SourcesDirectory)/bin/x64/Release\n artifactName: Package\n artifactType: container | dataset_sample\yaml\microsoft_ailab\Snip-Insights\.vsts.windows.yml | .vsts.windows.yml | YAML | 249 | 0.7 | 0 | 0 | node-utils | 975 | 2024-10-03T20:35:32.959638 | BSD-3-Clause | false | d93941b8d5109f321fda2a9fd0f649de |
services:\n garnet:\n image: 'ghcr.io/microsoft/garnet'\n ulimits:\n memlock: -1\n ports:\n - "6379:6379"\n # To avoid docker NAT, consider `host` mode.\n # https://docs.docker.com/compose/compose-file/compose-file-v3/#network_mode\n # network_mode: "host"\n volumes:\n - garnetdata:... | dataset_sample\yaml\microsoft_garnet\docker-compose.yml | docker-compose.yml | YAML | 338 | 0.8 | 0 | 0.214286 | vue-tools | 984 | 2025-02-14T20:40:59.906028 | Apache-2.0 | false | 04a124f407db087a22ca9a0a7c070272 |
trigger:\n branches:\n exclude:\n - continuousbenchmark\npr:\n branches:\n exclude:\n - continuousbenchmark\nresources:\n repositories:\n - repository: self\n type: git\njobs: \n - job: Phase_1 \n displayName: Assessment\n cancelTimeoutInMinutes: 1\n pool:\n name: Azure Pipelines\n ... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-compliance-policheck.yml | azure-pipelines-compliance-policheck.yml | YAML | 1,664 | 0.7 | 0 | 0 | node-utils | 570 | 2023-10-10T21:12:33.393909 | MIT | false | f2983e006b32a168f23bb5d0ba30bc79 |
trigger:\n branches:\n exclude:\n - continuousbenchmark\npr:\n branches:\n exclude:\n - continuousbenchmark\nvariables:\n buildPlatform: 'Any CPU'\n buildConfiguration: 'Release'\nresources:\n repositories:\n - repository: self\n type: git\njobs: \n - job: Phase_1 \n displayName: Assessment\n... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-compliance.yml | azure-pipelines-compliance.yml | YAML | 3,072 | 0.7 | 0 | 0 | vue-tools | 910 | 2024-04-04T21:59:35.204967 | GPL-3.0 | false | 1049b341cee3f11e9f836d5c33eb9d5a |
######################################\n# NOTE: Before running this pipeline to generate a the GitHub Release and new nuget packages, update the VersionPrefix value in Version.props file\n# NOTE: When Version.props file is modified, this pipeline will automatically get triggered\n# NOTE: If this pipeline is ran against... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-external-release.yml | azure-pipelines-external-release.yml | YAML | 7,670 | 0.95 | 0.009524 | 0.061856 | python-kit | 559 | 2025-02-22T15:28:54.581176 | BSD-3-Clause | false | 5934085d16049ef183b7b8d7197d3751 |
######################################\n# NOTE: Before running this pipeline to generate a new nuget package, update the version string in two places\n# 1) update the name: string below (line 6) -- this is the version for the nuget package (e.g. 1.9.52)\n# 2) update \libs\host\GarnetServer.cs readonly str... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-internal-release.yml | azure-pipelines-internal-release.yml | YAML | 4,780 | 0.8 | 0.007299 | 0.036496 | awesome-app | 253 | 2024-07-13T13:45:39.805190 | BSD-3-Clause | false | c4781a5104b88afbe8ed2c9d31398aaf |
resources:\n repositories:\n - repository: GarnetGithubRepo\n type: github\n name: microsoft/garnet\n endpoint: ADO_to_Github_ServiceConnection\n trigger:\n branches:\n include:\n - main\n\npool:\n vmImage: 'ubuntu-latest'\n\njobs:\n- job: MirrorGithubToADO\n displayName: 'Mirror GitH... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-mirror.yml | azure-pipelines-mirror.yml | YAML | 1,874 | 0.8 | 0 | 0.181818 | awesome-app | 653 | 2023-08-02T05:21:22.788856 | BSD-3-Clause | false | 579f019f58b4af68d9511c16d96debf8 |
trigger:\n branches:\n include:\n - refs/heads/main\n\nschedules:\n- cron: "0 7 * * *" # 7:00 UTC is 11:00PM Pacific\n branches:\n include:\n - refs/heads/main\n always: true\n\nresources:\n repositories:\n - repository: self\n type: git\n\nvariables:\n buildPlatform: 'Any CPU'\n buildConfigur... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-performance.yml | azure-pipelines-performance.yml | YAML | 10,632 | 0.8 | 0.00295 | 0 | awesome-app | 942 | 2024-02-12T10:28:03.179422 | Apache-2.0 | false | cc4aaeeb3000e4bb8f81e3063c45cc70 |
trigger:\n paths:\n include:\n - libs/storage/Tsavorite/*\n \nvariables:\n solution: 'Garnet.sln'\n RunAzureTests: 'yes'\n buildPlatform: 'Any CPU'\n buildConfiguration: 'Release'\n\njobs:\n- job: 'csharpWindows'\n pool:\n vmImage: windows-latest\n displayName: 'C# (Windows)'\n timeoutInMinutes: 125\n\... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-tsavorite-codecoverage.yml | azure-pipelines-tsavorite-codecoverage.yml | YAML | 5,783 | 0.8 | 0.038462 | 0 | awesome-app | 311 | 2023-12-10T01:05:14.964409 | BSD-3-Clause | false | eab8302358f970337d7d31947be440a7 |
trigger:\n paths:\n include:\n - libs/storage/Tsavorite/*\n \nvariables:\n solution: 'Garnet.sln'\n RunAzureTests: 'yes'\n\njobs:\n- job: 'csharpWindows'\n pool:\n vmImage: windows-latest\n displayName: 'C# (Windows)'\n timeoutInMinutes: '175'\n\n strategy:\n maxParallel: 2\n matrix:\n AnyCPU... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines-tsavorite.yml | azure-pipelines-tsavorite.yml | YAML | 5,662 | 0.8 | 0.034314 | 0 | node-utils | 782 | 2024-05-23T04:14:52.757400 | MIT | false | 915b7ddd2a8c83e8cb8d9694178e544e |
trigger:\n paths:\n exclude:\n - libs/storage/Tsavorite/*\n \nvariables:\n solution: 'Garnet.sln'\n RunAzureTests: 'yes'\n\njobs:\n- job: 'csharpWindows'\n pool:\n vmImage: windows-latest\n displayName: 'C# (Windows)'\n timeoutInMinutes: '120'\n\n strategy:\n maxParallel: '2'\n matrix:\n AnyC... | dataset_sample\yaml\microsoft_garnet\.azure\pipelines\azure-pipelines.yml | azure-pipelines.yml | YAML | 5,561 | 0.8 | 0.027473 | 0 | vue-tools | 430 | 2025-03-12T17:34:11.541702 | BSD-3-Clause | false | d47489a3b109bfd1f6d23c0e5c9040ae |
name: Bug report\ndescription: File a bug report\ntitle: "Bug title"\nlabels: []\nbody: \n - type: textarea\n validations:\n required: true\n attributes:\n label: Describe the bug\n description: Please enter a short, clear description of the bug.\n - type: textarea\n validations:\n requir... | dataset_sample\yaml\microsoft_garnet\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 1,435 | 0.85 | 0 | 0 | python-kit | 406 | 2024-02-03T03:32:59.001691 | Apache-2.0 | false | e2c5104e9c5259880bc7fe75e9a07bfa |
blank_issues_enabled: false\ncontact_links:\n - name: Ask a Question\n url: https://github.com/microsoft/garnet/discussions/new/choose\n about: Please ask and answer questions for garnet here.\n - name: Read the Docs\n url: https://microsoft.github.io/garnet/\n about: Be sure you've read the d... | dataset_sample\yaml\microsoft_garnet\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 317 | 0.8 | 0.142857 | 0 | node-utils | 812 | 2024-06-22T11:32:00.136406 | BSD-3-Clause | false | 8650d6955c671e6c8a07858c5a81dc05 |
name: Feature request\ndescription: Suggest an idea for the garnet\ntitle: "Feature request title"\nbody:\n - type: dropdown\n validations:\n required: true\n attributes:\n label: Feature request type\n options:\n - sample request\n - enhancement\n - type: textarea\n validations:... | dataset_sample\yaml\microsoft_garnet\.github\ISSUE_TEMPLATE\feature_request.yml | feature_request.yml | YAML | 1,244 | 0.85 | 0.028571 | 0 | python-kit | 3 | 2025-04-11T11:11:05.848026 | GPL-3.0 | false | e1c4ca26e7db69a188a94b35c8678e9e |
name: Garnet CI BDN.benchmark\non:\n workflow_dispatch:\n push:\n branches:\n - main\n\nenv:\n DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1\n DOTNET_NOLOGO: true\n\npermissions:\n actions: write\n deployments: write # permission to deploy GitHub pages website\n contents: write # permission to update benchmark ... | dataset_sample\yaml\microsoft_garnet\.github\workflows\ci-bdnbenchmark.yml | ci-bdnbenchmark.yml | YAML | 3,868 | 0.8 | 0.095745 | 0.022989 | vue-tools | 437 | 2024-07-16T13:09:34.010560 | MIT | false | e08ed97d2e21dbc907b24cf384b4c3cc |
name: Garnet .NET CI\non:\n workflow_dispatch:\n push:\n branches:\n - main\n pull_request:\n branches:\n - main\n \nenv:\n DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1\n DOTNET_NOLOGO: true\n\npermissions:\n contents: read\n\njobs:\n changes:\n name: Check for changes\n runs-on: ubuntu-latest # d... | dataset_sample\yaml\microsoft_garnet\.github\workflows\ci.yml | ci.yml | YAML | 7,311 | 0.8 | 0.092233 | 0.010152 | react-lib | 650 | 2025-02-16T03:29:39.617534 | Apache-2.0 | false | 9d9621ad6b3b82b8a120acc2a402b41d |
#\n# Auto generated YML file to run CodeQL except for build steps at the bottom which needed to be manual since using net90\n#\nname: "CodeQL Advanced"\n\non:\n workflow_dispatch:\n push:\n branches: [ "main" ]\n pull_request:\n branches: [ "main" ]\n schedule:\n - cron: '38 11 * * 1'\n\njobs:\n analyze:\... | dataset_sample\yaml\microsoft_garnet\.github\workflows\codeql.yml | codeql.yml | YAML | 4,430 | 0.95 | 0.228571 | 0.340659 | vue-tools | 838 | 2024-05-14T23:49:13.931835 | MIT | false | 0e09916f47a9a4b3e1b857b2e3ad54df |
name: Deploy to GitHub Pages\n\non:\n workflow_dispatch:\n push:\n branches:\n - main\n paths:\n - '.github/workflows/deploy-website.yml'\n - 'website/**'\n workflow_run:\n workflows: [Garnet CI BDN.benchmark]\n types:\n - completed\npermissions:\n contents: write\n\njobs:\n deploy:... | dataset_sample\yaml\microsoft_garnet\.github\workflows\deploy-website.yml | deploy-website.yml | YAML | 2,093 | 0.8 | 0.0625 | 0.133333 | react-lib | 220 | 2023-09-25T09:50:56.560207 | MIT | false | f9a999ad4472eb7fdd65466d968efb23 |
name: Garnet Docker images for Linux\n\non:\n workflow_dispatch: # allow manual run\n workflow_run:\n workflows: ['Garnet .NET CI']\n types: [completed]\n branches: [main]\n push:\n tags: 'v*'\n\njobs:\n docker:\n strategy:\n matrix:\n include:\n - dockerfile: Dockerfile\n ... | dataset_sample\yaml\microsoft_garnet\.github\workflows\docker-linux.yml | docker-linux.yml | YAML | 3,172 | 0.8 | 0.17284 | 0.025641 | node-utils | 500 | 2024-04-27T18:58:59.778241 | BSD-3-Clause | false | ccd1033c4b8519c3b8d7a8df4a3a2cc3 |
name: Garnet Docker images for Windows\n\non:\n workflow_dispatch: # allow manual run\n workflow_run:\n workflows: ['Garnet .NET CI']\n types: [completed]\n branches: [main]\n push:\n tags: 'v*'\n\npermissions:\n contents: read\n packages: write\n\njobs:\n docker:\n runs-on: windows-latest\n i... | dataset_sample\yaml\microsoft_garnet\.github\workflows\docker-windows.yml | docker-windows.yml | YAML | 2,198 | 0.8 | 0.155172 | 0.039216 | awesome-app | 145 | 2024-10-26T10:08:13.842706 | BSD-3-Clause | false | 63f26ece2ed9fb50fc4e71e309978151 |
name: Garnet Helm Chart\n\non:\n workflow_dispatch: # allow manual run\n push:\n branches:\n - main\n paths:\n - 'charts/*/Chart.yaml'\n\npermissions:\n contents: write\n packages: write\n pull-requests: write\n \njobs:\n helm-chart:\n runs-on: ubuntu-latest\n steps:\n - name: Chec... | dataset_sample\yaml\microsoft_garnet\.github\workflows\helm-chart.yml | helm-chart.yml | YAML | 3,458 | 0.8 | 0.08 | 0 | node-utils | 124 | 2024-10-16T03:16:24.591780 | Apache-2.0 | false | 2c60572eaffa1e808b90fe512ba258fd |
name: Locker - Lock stale issues and PRs\non:\n schedule:\n - cron: '0 9 * * *' # Once per day, early morning PT\n\n workflow_dispatch:\n # Manual triggering through the GitHub UI, API, or CLI\n inputs:\n daysSinceClose:\n required: true\n default: "60"\n daysSinceUpdate:\n req... | dataset_sample\yaml\microsoft_garnet\.github\workflows\locker.yml | locker.yml | YAML | 1,002 | 0.95 | 0 | 0.030303 | react-lib | 488 | 2024-07-22T13:57:58.790282 | Apache-2.0 | false | c00c9c01da0e33211a063db6432bdf1c |
name: Garnet Nightly Tests\non:\n schedule:\n - cron: '0 7 * * *' # Runs at 07:00 UTC, which is 11:00 PM PST\n workflow_dispatch:\n \nenv:\n DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1\n DOTNET_NOLOGO: true\n\npermissions:\n contents: read\n \njobs:\n build-test-garnet:\n name: Garnet\n runs-on: ${{ matrix.o... | dataset_sample\yaml\microsoft_garnet\.github\workflows\nightly.yml | nightly.yml | YAML | 4,513 | 0.8 | 0.086957 | 0.009174 | python-kit | 107 | 2023-09-28T05:22:04.747095 | BSD-3-Clause | false | 3f22ff7127839126f8e5ccea9fabc490 |
badrishc:\n name: Badrish Chandramouli\n title: Partner Research Manager, Microsoft Research\n url: https://badrish.net\n image_url: https://badrish.net/assets/icons/badrish4.jpg\n\nhkhalid:\n name: Hamdaan Khalid\n title: Software Engineer, Azure Resource Graph\n url: https://hamdaan-rails-personal.herokuapp.co... | dataset_sample\yaml\microsoft_garnet\website\blog\authors.yml | authors.yml | YAML | 538 | 0.8 | 0 | 0 | vue-tools | 682 | 2025-04-07T19:35:41.706919 | GPL-3.0 | false | 599d12fe18d77884f796401f3404ac96 |
dirs: \n - .\nignorePatterns:\n - pattern: "/github/"\n - pattern: "./actions"\n - pattern: "./blob"\n - pattern: "./issues"\n - pattern: "./discussions"\n - pattern: "./pulls"\n - pattern: "https:\/\/platform.openai.com"\n - pattern: "https:\/\/outlook.office.com/bookings"\nexcludedFiles:\n # Files that are ... | dataset_sample\yaml\microsoft_semantic-kernel\.github\.linkspector.yml | .linkspector.yml | YAML | 1,412 | 0.8 | 0 | 0.096774 | react-lib | 688 | 2023-08-08T07:43:17.730297 | Apache-2.0 | false | 206847ca9be781705c2f2c3baeb88b1e |
# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-upd... | dataset_sample\yaml\microsoft_semantic-kernel\.github\dependabot.yml | dependabot.yml | YAML | 1,734 | 0.8 | 0.12069 | 0.226415 | react-lib | 95 | 2024-10-18T00:04:02.152642 | BSD-3-Clause | false | 9a83b87f8ad12d7e64e117bb4a52fadf |
# Add 'kernel' label to any change within Connectors, Extensions, Skills, and tests directories\nkernel:\n - dotnet/src/Connectors/**/*\n - dotnet/src/Extensions/**/*\n - dotnet/src/Skills/**/*\n - dotnet/src/IntegrationTests/**/*\n - dotnet/src/SemanticKernel.UnitTests/**/*\n\n# Add 'kernel.core' label to any cha... | dataset_sample\yaml\microsoft_semantic-kernel\.github\labeler.yml | labeler.yml | YAML | 1,392 | 0.8 | 0 | 0.257143 | vue-tools | 867 | 2024-08-16T01:03:11.759433 | Apache-2.0 | false | 17fc1b0f4bdbee1589d4a5f8e0c8c36b |
name: Close inactive issues\non:\n schedule:\n - cron: "30 1 * * *"\n\njobs:\n close-issues:\n runs-on: ubuntu-latest\n permissions:\n issues: write\n pull-requests: write\n steps:\n - uses: actions/stale@v5\n with:\n days-before-issue-stale: 90\n days-before-issue-... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\close-inactive-issues.yml | close-inactive-issues.yml | YAML | 705 | 0.7 | 0.090909 | 0 | vue-tools | 814 | 2024-08-13T04:48:37.325938 | MIT | false | 472bab88b86b214ea1af1287778c8085 |
# CodeQL is the code analysis engine developed by GitHub to automate security checks.\n# The results are shown as code scanning alerts in GitHub. For more details, visit:\n# https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-co... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\codeql-analysis.yml | codeql-analysis.yml | YAML | 3,002 | 0.8 | 0.101449 | 0.403509 | node-utils | 564 | 2025-01-26T19:25:36.201180 | BSD-3-Clause | false | b0712a0a378f932aaa85ba198c43f79d |
name: Generate PR Description\n\non:\n issue_comment:\n types: [created]\n\njobs:\n generate-pr-description:\n permissions:\n pull-requests: write\n statuses: write\n runs-on: ubuntu-latest\n if: github.event.issue.pull_request && contains(github.event.comment.body, '/sk generate-pr-description'... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\generate-pr-description.yml | generate-pr-description.yml | YAML | 2,405 | 0.8 | 0.04918 | 0 | react-lib | 941 | 2024-05-25T15:36:23.636106 | Apache-2.0 | false | b7af52d8afbcb54a7bb180a9550ef943 |
name: Label Discussions\n\non:\n discussion:\n types:\n - created\n\njobs:\n label_discussions:\n runs-on: ubuntu-latest\n permissions:\n discussions: write\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\n steps:\n - name: Always add "triage" label\n if: >\n gi... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\label-discussions.yml | label-discussions.yml | YAML | 3,874 | 0.8 | 0.028037 | 0 | node-utils | 595 | 2024-08-28T17:38:16.369740 | MIT | false | 7e0944e002bc0cf7a0a676c95586451c |
name: Label issues\non:\n issues:\n types:\n - reopened\n - opened\n\njobs:\n label_issues:\n name: "Issue: add labels"\n if: ${{ github.event.action == 'opened' || github.event.action == 'reopened' }}\n runs-on: ubuntu-latest\n permissions:\n issues: write\n steps:\n - uses: act... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\label-issues.yml | label-issues.yml | YAML | 2,167 | 0.8 | 0.12963 | 0.1875 | react-lib | 998 | 2023-12-26T15:09:52.308552 | Apache-2.0 | false | c2fcfba26566139476438949001885c1 |
name: Create Issue when Needs Port label is added\non:\n issues:\n types: [labeled]\n pull_request_target:\n types: [labeled]\n\njobs:\n create_issue:\n if: contains(github.event.pull_request.labels.*.name, 'needs_port_to_dotnet') || contains(github.event.pull_request.labels.*.name, 'needs_port_to_python') ... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\label-needs-port.yml | label-needs-port.yml | YAML | 2,783 | 0.8 | 0.050847 | 0 | python-kit | 414 | 2025-03-15T23:39:22.800349 | Apache-2.0 | false | 0a037bef3fa3c072980ffa42c905404e |
# This workflow will triage pull requests and apply a label based on the\n# paths that are modified in the pull request.\n#\n# To use this workflow, you will need to set up a .github/labeler.yml\n# file with configuration. For more information, see:\n# https://github.com/actions/labeler\n\nname: Label pull request\non... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\label-pr.yml | label-pr.yml | YAML | 566 | 0.8 | 0 | 0.333333 | python-kit | 6 | 2025-01-07T19:32:36.539222 | Apache-2.0 | false | fb0f6fa5ed445da2441d19e32e983122 |
name: Label title prefix\non:\n issues:\n types: [labeled]\n pull_request_target:\n types: [labeled]\n\njobs:\n add_title_prefix:\n name: "Issue/PR: add title prefix"\n continue-on-error: true\n runs-on: ubuntu-latest\n permissions:\n issues: write\n pull-requests: write\n\n steps:\n ... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\label-title-prefix.yml | label-title-prefix.yml | YAML | 2,485 | 0.95 | 0.109589 | 0.090909 | python-kit | 616 | 2023-09-18T04:31:16.771891 | MIT | false | 33f0cf2558c632a60ae10ff51bf93c89 |
name: Check .md links\n\non:\n workflow_dispatch:\n pull_request:\n branches: ["main"]\n\npermissions:\n contents: read\n\njobs:\n markdown-link-check:\n runs-on: ubuntu-22.04\n # check out the latest version of the code\n steps:\n - uses: actions/checkout@v4\n with:\n persist-crede... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\markdown-link-check.yml | markdown-link-check.yml | YAML | 602 | 0.8 | 0 | 0.086957 | python-kit | 28 | 2023-09-07T23:09:03.045204 | MIT | false | 32af3bf333171061c7105e76040d2359 |
name: Merge Gatekeeper\n\non:\n pull_request:\n branches: [ "main", "feature*" ]\n merge_group:\n branches: ["main"]\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\n\njobs:\n merge-gatekeeper:\n runs-on: ubuntu-latest\n #... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\merge-gatekeeper.yml | merge-gatekeeper.yml | YAML | 1,016 | 0.8 | 0.03125 | 0.172414 | python-kit | 471 | 2025-02-08T18:48:35.357676 | GPL-3.0 | false | 1cc3e3dfc226701434dda639f920fc44 |
name: Python Build Assets\n\non:\n release:\n types: [published]\n\npermissions:\n contents: write\n id-token: write\n\njobs:\n python-build-assets:\n if: github.event_name == 'release' && startsWith(github.event.release.tag_name, 'python-')\n name: Python Build Assets and add to Release\n runs-on: ubun... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\python-build.yml | python-build.yml | YAML | 1,545 | 0.8 | 0.020833 | 0 | python-kit | 961 | 2023-09-01T07:14:24.385104 | GPL-3.0 | false | 6637ff0edcfeef0e39e1a10105b8d57e |
name: Python Code Quality Checks\non:\n workflow_dispatch:\n pull_request:\n branches: ["main", "feature*"]\n paths:\n - "python/**"\n\njobs:\n pre-commit:\n if: "!cancelled()"\n strategy:\n fail-fast: false\n matrix:\n python-version: ["3.10"]\n runs-on: ubuntu-latest\n conti... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\python-lint.yml | python-lint.yml | YAML | 1,144 | 0.8 | 0.04878 | 0.025 | awesome-app | 340 | 2024-01-18T18:59:47.473555 | GPL-3.0 | false | 72de6bdb5799b3757ce59d73514f482c |
name: Python Start Release on ADO\n\non:\n workflow_dispatch:\n inputs:\n tag:\n description: "Tag to release"\n required: true\n\npermissions:\n contents: read\n id-token: write\n\njobs:\n python-start-ado-release-job:\n name: Trigger ADO Pipeline for Python Release\n runs-on: ubuntu-la... | dataset_sample\yaml\microsoft_semantic-kernel\.github\workflows\python-manual-release.yml | python-manual-release.yml | YAML | 868 | 0.85 | 0.033333 | 0 | awesome-app | 508 | 2024-05-10T17:56:04.140556 | GPL-3.0 | false | de4822b3106e52c22a13887e206c22c6 |
openapi: 3.0.1\ninfo:\n title: APOD - Subset\n description: 'This endpoint structures the APOD imagery and associated metadata so that it can be repurposed for other applications. In addition, if the concept_tags parameter is set to True, then keywords derived from the image explanation are returned. These keywords c... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Concepts\Resources\Plugins\CopilotAgentPlugins\AstronomyPlugin\astronomy-openapi.yml | astronomy-openapi.yml | YAML | 1,601 | 0.8 | 0.078431 | 0 | python-kit | 660 | 2024-11-08T07:51:38.140255 | GPL-3.0 | false | e45935b39d69d839d4fa5a03294308c1 |
openapi: 3.0.1\ninfo:\n title: OData Service for namespace microsoft.graph - Subset\n description: This OData service is located at https://graph.microsoft.com/v1.0\n version: v1.0\nservers:\n - url: https://graph.microsoft.com/v1.0\npaths:\n /me/messages:\n get:\n tags:\n - me.message\n summar... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Concepts\Resources\Plugins\CopilotAgentPlugins\AstronomyPlugin\messages-openapi.yml | messages-openapi.yml | YAML | 20,759 | 0.95 | 0.064327 | 0 | vue-tools | 392 | 2024-05-30T14:00:55.375612 | GPL-3.0 | false | a39ce52b4dbd09812535090331e93cd5 |
openapi: 3.0.4\ninfo:\n title: OData Service for namespace microsoft.graph - Subset\n description: This OData service is located at https://graph.microsoft.com/v1.0\n version: v1.0\nservers:\n - url: https://graph.microsoft.com/v1.0\npaths:\n /me/calendar/events:\n get:\n tags:\n - me.calendar\n ... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Concepts\Resources\Plugins\CopilotAgentPlugins\CalendarPlugin\calendar-openapi.yml | calendar-openapi.yml | YAML | 36,959 | 0.95 | 0.060573 | 0 | vue-tools | 467 | 2025-06-07T04:05:28.238372 | GPL-3.0 | false | f3e84c04354950eb7e6f2e36c356f71d |
openapi: 3.0.1\ninfo:\n title: OData Service for namespace microsoft.graph - Subset\n description: This OData service is located at https://graph.microsoft.com/v1.0\n version: v1.0\nservers:\n - url: https://graph.microsoft.com/v1.0\npaths:\n /me/contacts:\n get:\n tags:\n - me.contact\n summar... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Concepts\Resources\Plugins\CopilotAgentPlugins\ContactsPlugin\contacts-openapi.yml | contacts-openapi.yml | YAML | 13,509 | 0.95 | 0.024876 | 0 | vue-tools | 577 | 2023-09-25T22:04:29.614454 | MIT | false | 3f99430786ff9e8b2f8d0a98b689820b |
openapi: 3.0.1\ninfo:\n title: OData Service for namespace microsoft.graph - Subset\n description: This OData service is located at https://graph.microsoft.com/v1.0\n version: v1.0\nservers:\n - url: https://graph.microsoft.com/v1.0\npaths:\n "/me/drive/root/children/{driveItem-id}/content":\n get:\n tags:... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Concepts\Resources\Plugins\CopilotAgentPlugins\DriveItemPlugin\driveitem-openapi.yml | driveitem-openapi.yml | YAML | 1,153 | 0.95 | 0.075 | 0 | node-utils | 861 | 2024-05-04T00:34:14.610088 | Apache-2.0 | false | 3a16fee4a557adef0dba0aa138410898 |
openapi: 3.0.1\ninfo:\n title: OData Service for namespace microsoft.graph - Subset\n description: This OData service is located at https://graph.microsoft.com/v1.0\n version: v1.0\nservers:\n - url: https://graph.microsoft.com/v1.0\npaths:\n /me/messages:\n get:\n tags:\n - me.message\n summar... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Concepts\Resources\Plugins\CopilotAgentPlugins\MessagesPlugin\messages-openapi.yml | messages-openapi.yml | YAML | 20,759 | 0.95 | 0.064327 | 0 | python-kit | 762 | 2024-03-16T09:05:43.366357 | BSD-3-Clause | false | a39ce52b4dbd09812535090331e93cd5 |
version: '3.8'\n\nservices:\n quality-check:\n build:\n context: .\n dockerfile: Dockerfile\n secrets:\n - hf_token\n ports: \n - "8080:80"\n secrets:\n - hf_token\nsecrets:\n hf_token:\n file: .env/hf_token.txt\n | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\samples\Demos\QualityCheck\python-server\docker-compose.yml | docker-compose.yml | YAML | 243 | 0.7 | 0 | 0 | python-kit | 762 | 2025-06-20T22:00:04.248592 | Apache-2.0 | false | 12d40255f3de9e87cce8d45e61f9680c |
name: breakfast_flow\ngoal: Make breakfast\nsteps:\n - goal: Make coffee\n plugins:\n - MakeCoffeePlugin\n requires:\n - coffee_bean\n provides:\n - coffee\n\n - goal: Select coffee been\n plugins:\n - CoffeeRecommendationPlugin\n provides:\n - coffee_bean\n completionType: ... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\src\Experimental\Orchestration.Flow.UnitTests\TestData\Flow\flow.yml | flow.yml | YAML | 853 | 0.85 | 0 | 0 | awesome-app | 334 | 2023-07-17T08:22:15.782676 | BSD-3-Clause | true | 9eb521ecffdd42ad6597522adfe3879b |
openapi: 3.0.1\ninfo:\n title: OData Service for namespace microsoft.graph - Subset\n description: This OData service is located at https://graph.microsoft.com/v1.0\n version: v1.0\nservers:\n - url: https://graph.microsoft.com/v1.0\npaths:\n /me/messages:\n get:\n tags:\n - me.message\n summar... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\src\Functions\Functions.UnitTests\OpenApi\TestPlugins\messages-openapi.yml | messages-openapi.yml | YAML | 20,759 | 0.95 | 0.064327 | 0 | node-utils | 87 | 2025-02-18T13:35:10.249212 | MIT | true | a39ce52b4dbd09812535090331e93cd5 |
---\nversion: '3.4'\nservices:\n weaviate:\n\n image: semitechnologies/weaviate:1.21.2\n links:\n - "contextionary:contextionary"\n ports:\n - 8080:8080\n restart: on-failure:0\n environment:\n LOG_LEVEL: "debug"\n CONTEXTIONARY_URL: contextionary:9999\n QUERY_DEFAULTS_LIMIT: 2... | dataset_sample\yaml\microsoft_semantic-kernel\dotnet\src\IntegrationTests\Connectors\Memory\Weaviate\docker-compose.yml | docker-compose.yml | YAML | 1,220 | 0.8 | 0 | 0 | python-kit | 250 | 2025-01-22T15:41:38.168442 | GPL-3.0 | true | 596db006143f58c0e3b93ac9b3ae86c1 |
# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/custom-gcl.jsonschema.json\n\nversion: v2.0.2\n\ndestination: ./_tools\n\nplugins:\n - module: 'github.com/microsoft/typescript-go/_tools'\n import: 'github.com/microsoft/typescript-go/_tools/customlint'\n path: ./_tools\n | dataset_sample\yaml\microsoft_typescript-go\.custom-gcl.yml | .custom-gcl.yml | YAML | 288 | 0.95 | 0 | 0.142857 | vue-tools | 645 | 2025-02-23T22:12:44.894076 | GPL-3.0 | false | 1587a292ff12b43fded9a668694efe78 |
# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json\n\nversion: '2'\n\nrun:\n allow-parallel-runners: true\n\nlinters:\n default: none\n enable:\n # Enabled\n - asasalint\n - bidichk\n - bodyclose\n - canonicalheader\n - copyloopvar\n - customlint\n -... | dataset_sample\yaml\microsoft_typescript-go\.golangci.yml | .golangci.yml | YAML | 1,165 | 0.8 | 0 | 0.203125 | awesome-app | 224 | 2024-09-06T13:17:08.010739 | MIT | false | c3d23c679f19c0f571625739b01a5613 |
version: 2\nupdates:\n - package-ecosystem: "cargo"\n directory: "/"\n schedule:\n interval: "daily"\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "daily"\n | dataset_sample\yaml\microsoft_windows-rs\.github\dependabot.yml | dependabot.yml | YAML | 205 | 0.7 | 0 | 0 | vue-tools | 319 | 2025-06-14T06:20:20.045396 | GPL-3.0 | false | 60b8abf18096f3ee049522e0cbfce57a |
name: Fix environment\ndescription: GitHub VMs aren't configured correctly\nruns:\n using: "composite"\n steps:\n - name: Configure Cargo for GNU\n shell: pwsh\n run: |\n Add-Content $env:USERPROFILE\.cargo\config @"\n [target.x86_64-pc-windows-gnu]\n linker = `"C:\\msys64\\m... | dataset_sample\yaml\microsoft_windows-rs\.github\actions\fix-environment\action.yml | action.yml | YAML | 3,117 | 0.8 | 0.059701 | 0.060606 | react-lib | 180 | 2025-03-17T02:14:48.623245 | Apache-2.0 | false | 089fc2597e4d3d59c5feb7c03a14ef99 |
name: Bug report\ndescription: File a bug report\nlabels: [bug]\nbody:\n - type: textarea\n attributes:\n label: Summary\n description: >\n Please provide a short summary of the bug, along with any information\n you feel is relevant to replicating the bug.\n - type: textarea\n attributes... | dataset_sample\yaml\microsoft_windows-rs\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 626 | 0.7 | 0 | 0 | python-kit | 463 | 2023-07-11T08:33:21.084644 | MIT | false | 2dcbe60714a5116b562ae6845de9e90c |
blank_issues_enabled: false\ncontact_links:\n - name: Windows API question\n url: https://docs.microsoft.com/en-us/answers/topics/windows-api.html\n about: Please ask and answer questions about the Windows API on Microsoft Q&A\n | dataset_sample\yaml\microsoft_windows-rs\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 230 | 0.8 | 0 | 0 | node-utils | 195 | 2024-02-25T23:19:36.425519 | GPL-3.0 | false | f896302582e1d24f124f2efec3eb34da |
name: Feature request\ndescription: Suggest an improvement\nlabels: [enhancement]\nbody:\n - type: textarea\n attributes:\n label: Suggestion\n description: >\n Please share your suggestion here. Be sure to include all necessary context.\n | dataset_sample\yaml\microsoft_windows-rs\.github\ISSUE_TEMPLATE\feature_request.yml | feature_request.yml | YAML | 251 | 0.7 | 0 | 0 | react-lib | 366 | 2024-10-09T10:28:04.475410 | Apache-2.0 | false | 52ab0b9bc9d32f2a8f93a892a27cc079 |
name: clippy\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: windows-2022\n steps:\n - name: Checkout\n uses... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\clippy.yml | clippy.yml | YAML | 2,865 | 0.8 | 0 | 0 | node-utils | 197 | 2024-01-31T10:48:39.780848 | GPL-3.0 | false | 03dbaca174b27a09e61084f86787476c |
name: cross\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\nenv:\n LLVM-MINGW-TOOLCHAIN-NAME: llvm-mingw-20220906-ucrt-ubuntu-18.04-x86_64\n\njobs:\n c... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\cross.yml | cross.yml | YAML | 3,106 | 0.95 | 0.097561 | 0.157143 | react-lib | 703 | 2025-06-28T22:44:06.950804 | GPL-3.0 | false | c23826cf169e3208b85afbc77cfd9055 |
name: debugger_visualizer\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\nenv:\n RUSTFLAGS: --cfg windows_debugger_visualizer\n\njobs:\n check:\n ru... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\debugger_visualizer.yml | debugger_visualizer.yml | YAML | 828 | 0.8 | 0 | 0 | node-utils | 255 | 2024-10-13T09:03:19.249020 | MIT | false | 37b62c4510d343671d99094707319c02 |
name: docs\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n windows:\n name: windows\n runs-on: windows-2022\n steps:\n - name: Che... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\doc.yml | doc.yml | YAML | 1,066 | 0.8 | 0 | 0 | awesome-app | 985 | 2023-12-11T07:20:42.535809 | GPL-3.0 | false | ba8460cf6b1299243c987a9c5676754d |
name: fmt\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout\n uses: a... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\fmt.yml | fmt.yml | YAML | 487 | 0.8 | 0 | 0 | react-lib | 385 | 2023-11-09T12:35:01.146621 | BSD-3-Clause | false | 026b15c99929c5f7a3a2fa02fe4e3a64 |
name: gen\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n name: tool_${{ matrix.tool }}\n runs-on: ubuntu-22.04\n strategy:\n ... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\gen.yml | gen.yml | YAML | 878 | 0.8 | 0 | 0 | awesome-app | 244 | 2024-11-04T13:55:10.362162 | Apache-2.0 | false | f0ae538de73f2917f85c91bf8feabfcb |
name: lib\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: windows-2022\n steps:\n - name: Checkout\n uses: a... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\lib.yml | lib.yml | YAML | 2,690 | 0.8 | 0.022727 | 0 | react-lib | 941 | 2024-12-22T14:07:26.823694 | MIT | false | 1387cb63a5aff7fc1e9fd8cd2a6bf3c2 |
name: linux\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: ubuntu-22.04\n steps:\n - name: Checkout\n uses:... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\linux.yml | linux.yml | YAML | 530 | 0.8 | 0 | 0 | react-lib | 627 | 2024-07-30T20:59:22.034081 | Apache-2.0 | false | 6cfa5b3439f5a3af14585bdbcd8faa1d |
name: miri\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: windows-2022\n steps:\n - name: Checkout\n uses: ... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\miri.yml | miri.yml | YAML | 725 | 0.8 | 0 | 0 | awesome-app | 469 | 2025-06-13T20:03:25.032066 | Apache-2.0 | false | 287e774f799601c390847d08fa3ee2aa |
name: msrv\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: windows-2022\n steps:\n - name: Checkout\n uses: ... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\msrv.yml | msrv.yml | YAML | 3,635 | 0.8 | 0 | 0 | python-kit | 82 | 2024-11-10T22:33:21.760806 | GPL-3.0 | false | db9d03da9ab992d0ab6788490ed10a70 |
name: no-default-features\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n runs-on: windows-2022\n steps:\n - name: Checkout\... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\no-default-features.yml | no-default-features.yml | YAML | 2,351 | 0.8 | 0 | 0 | awesome-app | 477 | 2025-05-17T10:26:51.975728 | MIT | false | bf3b950261e1ee827d9d44749e57b872 |
name: no_std\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\njobs:\n check:\n strategy:\n matrix:\n rust: [stable, nightly]\n runs-on:... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\no_std.yml | no_std.yml | YAML | 565 | 0.8 | 0 | 0 | python-kit | 314 | 2024-01-04T05:49:20.187686 | BSD-3-Clause | false | 11d73c3072fa549a49bdbc4f9a6d1e2a |
name: slim_errors\n\non:\n pull_request:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n push:\n paths-ignore:\n - '.github/ISSUE_TEMPLATE/**'\n - 'web/**'\n branches:\n - master\n\nenv:\n RUSTFLAGS: --cfg windows_slim_errors\n\njobs:\n check:\n strategy:\n m... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\slim_errors.yml | slim_errors.yml | YAML | 1,018 | 0.8 | 0 | 0 | vue-tools | 647 | 2024-03-18T10:02:52.497302 | MIT | false | caa121fa5bba31d3c7a120d0e036e069 |
name: Mark stale issues and pull requests\n\non:\n schedule:\n - cron: '0 0 * * *'\n\njobs:\n stale:\n\n runs-on: ubuntu-22.04\n permissions:\n issues: write\n pull-requests: write\n\n steps:\n - uses: actions/stale@v9\n with:\n repo-token: ${{ secrets.GITHUB_TOKEN }}\n days-... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\stale.yml | stale.yml | YAML | 772 | 0.7 | 0 | 0 | python-kit | 168 | 2025-06-07T08:48:42.574320 | Apache-2.0 | false | 43db4f7477958c9c53c5409e3331082d |
name: web\n\npermissions:\n contents: write\n\non:\n pull_request:\n paths: [web/**]\n types: [opened, synchronize, reopened, closed]\n push:\n paths: [web/**]\n branches: [master]\n workflow_dispatch:\n\njobs:\n web:\n if: github.repository == 'microsoft/windows-rs'\n runs-on: ubuntu-22.04\n ... | dataset_sample\yaml\microsoft_windows-rs\.github\workflows\web.yml | web.yml | YAML | 2,695 | 0.8 | 0.074074 | 0 | vue-tools | 514 | 2024-10-04T10:23:37.609671 | MIT | false | ee821819f10d5e98e897fb4ef40b50a0 |
run:\n go: "1.22"\n build-tags:\n - dynamic\n - test\n\nlinters:\n disable-all: true\n enable:\n - gosimple\n - govet\n - ineffassign\n - staticcheck\n - decorder\n - depguard\n - gofmt\n - goimports\n - gosec\n - revive\n - unconvert\n - misspell\n - typecheck\n - du... | dataset_sample\yaml\milvus-io_milvus\.golangci.yml | .golangci.yml | YAML | 5,284 | 0.95 | 0 | 0.079208 | python-kit | 90 | 2024-04-05T22:23:04.907684 | MIT | false | 558fcd2d5a43add9db921fc2f0a4faa1 |
# Configuration File for CodeCov\ncodecov:\n require_ci_to_pass: no\n notify:\n require_ci_to_pass: no\n wait_for_ci: false\n ci:\n - jenkins.milvus.io:18080\ncoverage:\n precision: 2\n round: down\n range: "70...100"\n\n status:\n project:\n default:\n target: 77%\n threshold: 0% ... | dataset_sample\yaml\milvus-io_milvus\codecov.yml | codecov.yml | YAML | 1,496 | 0.95 | 0.013699 | 0.016667 | node-utils | 465 | 2023-09-18T12:42:55.681407 | Apache-2.0 | false | c28d93e3f340cfb98956e6db5ba67061 |
version: '3.5'\n\nx-ccache: &ccache\n CCACHE_COMPILERCHECK: content\n CCACHE_COMPRESS: 1\n CCACHE_COMPRESSLEVEL: 5\n CCACHE_MAXSIZE: 2G\n CCACHE_DIR: /ccache\n\nservices:\n builder:\n image: ${IMAGE_REPO}/milvus-env:${OS_NAME}-${DATE_VERSION}\n # Build devcontainer\n build:\n context: .\n docke... | dataset_sample\yaml\milvus-io_milvus\docker-compose.yml | docker-compose.yml | YAML | 5,008 | 0.95 | 0 | 0.092857 | node-utils | 885 | 2024-06-09T10:14:30.774204 | BSD-3-Clause | false | a580d86d0266b2012959d703fe073996 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.