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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
misc:\n - &source_code_files files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$\n - &no_source_code_files -files~=^(?=.*((\.(go|h|cpp)|go.sum|go.mod|CMakeLists.txt|conanfile\.*))).*$\n - &only_go_unittest_files -files~=^(?!(client|internal|pkg|tests)\/.*_test\.go).*$\n - &morethan_go_unitte... | dataset_sample\yaml\milvus-io_milvus\.github\mergify.yml | mergify.yml | YAML | 18,892 | 0.95 | 0.060662 | 0.100604 | python-kit | 348 | 2025-05-08T06:47:11.288612 | BSD-3-Clause | false | 0a1280f645d39f92335ae72c1b86a060 |
# Configuration for probot-stale - https://github.com/probot/stale\n\n# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 30\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 7\n# Issues with these labels will never be considered stale\nexemptLabels:\n - priority... | dataset_sample\yaml\milvus-io_milvus\.github\stale.yml | stale.yml | YAML | 886 | 0.95 | 0.136364 | 0.333333 | vue-tools | 240 | 2025-07-06T19:31:40.655790 | MIT | false | 8687921f605dc9b5780a832258ff7cc1 |
blank_issues_enabled: false\ncontact_links:\n - name: Ask a question\n url: https://github.com/milvus-io/milvus/discussions\n about: Ask questions and discuss with other community members\n | dataset_sample\yaml\milvus-io_milvus\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 191 | 0.8 | 0 | 0 | vue-tools | 429 | 2025-03-04T10:27:53.100383 | GPL-3.0 | false | 69012874b4b6774aa77de678f26fbc1e |
name: Daily Release\non:\n schedule:\n # * is a special character in YAML so you have to quote this string\n # ββββββββββββββ minute (0 - 59)\n # β ββββββββββββββ hour (0 - 23)\n # β β ββββββββββββββ day of the month (1 - 31)\n # β β β ββββββββββββββ month (1 - 12 or JA... | dataset_sample\yaml\milvus-io_milvus\.github\workflows\daily-release.yml | daily-release.yml | YAML | 2,413 | 0.8 | 0.014085 | 0.147541 | node-utils | 361 | 2024-03-15T11:24:54.166190 | MIT | false | 76a7d82056d50b7255c8712537d0a0de |
name: Weekly Release\non:\n schedule:\n # * is a special character in YAML so you have to quote this string\n # ββββββββββββββ minute (0 - 59)\n # β ββββββββββββββ hour (0 - 23)\n # β β ββββββββββββββ day of the month (1 - 31)\n # β β β ββββββββββββββ month (1 - 12 or J... | dataset_sample\yaml\milvus-io_milvus\.github\workflows\weekly-release.yml | weekly-release.yml | YAML | 2,419 | 0.8 | 0.014085 | 0.147541 | node-utils | 55 | 2024-02-06T00:59:15.415648 | BSD-3-Clause | false | 02e7e1660a272d892e725ee22d6431a5 |
run:\n go: "1.22"\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 - durationcheck\n - forbidigo\n - gci\n ... | dataset_sample\yaml\milvus-io_milvus\client\.golangci.yml | .golangci.yml | YAML | 4,807 | 0.95 | 0 | 0.085561 | python-kit | 497 | 2025-05-17T01:14:44.692196 | MIT | false | 8a7f777ba867f0a8a368b8cc68b2a8cc |
---\n- name: setup pre-requisites & Docker #Install prerequisite\n hosts: dockernodes\n become: yes\n become_user: root\n roles:\n - install-modules\n - docker-installation\n\n | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\deploy-docker.yml | deploy-docker.yml | YAML | 181 | 0.8 | 0 | 0 | awesome-app | 84 | 2023-11-08T13:02:15.255599 | MIT | false | b28fbec63e1ae51a3449edf273193d2c |
---\n# Milvus dependent, before running this playbook, modify the Inventory to make sure\n# correct IP address and Host name are in place.\n- name: Create milvus-etcd, minio, pulsar \n hosts: dependencies\n become: yes\n become_user: root\n tags: docker\n roles:\n - deploy-etcd\n - deploy-minio\n - deploy... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\deploy-milvus.yml | deploy-milvus.yml | YAML | 952 | 0.8 | 0 | 0.142857 | python-kit | 704 | 2023-08-05T05:53:38.741344 | GPL-3.0 | false | c2d4a8d13e703bca5ccfb5e53a6655ad |
- name: datacoord\n docker_container: \n name: datacoord\n image: "{{image}}"\n command: ["milvus", "run", "datacoord"]\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n DATA_COORD_ADDRESS: "{{DATA_COORD_ADDRESS}}... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-datacoord\tasks\main.yml | main.yml | YAML | 434 | 0.8 | 0 | 0 | node-utils | 483 | 2024-08-02T14:03:16.174477 | GPL-3.0 | false | a51d569e73fdac205ce5768f5b092479 |
- name: datanode\n docker_container: \n name: datanode\n image: "{{image}}"\n command: "milvus run datanode"\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n METRICS_PORT: "9092"\n network_mode: "{{nodes_netwo... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-datanode\tasks\main.yml | main.yml | YAML | 372 | 0.8 | 0 | 0 | vue-tools | 193 | 2023-07-22T00:34:27.375198 | GPL-3.0 | false | 5cbb4b6d48bb28122f716578cef15cac |
- name: etcd volume\n docker_volume:\n name: etcd_volume\n\n- name: etcd\n docker_container: \n name: etcd\n image: quay.io/coreos/etcd:v3.5.18\n volumes:\n - etcd_volume:/etcd\n command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd\n ... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-etcd\tasks\main.yml | main.yml | YAML | 549 | 0.8 | 0 | 0 | node-utils | 662 | 2024-07-08T04:23:12.169155 | BSD-3-Clause | false | 8deb98226c74001c6b239862a4b0e165 |
- name: indexcoord\n docker_container: \n name: indexcoord\n image: "{{image}}"\n command: ["milvus", "run", "indexcoord"]\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n INDEX_COORD_ADDRESS: "{{INDEX_COORD_ADDR... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-indexcoord\tasks\main.yml | main.yml | YAML | 439 | 0.8 | 0 | 0 | node-utils | 502 | 2023-12-16T04:52:53.013532 | GPL-3.0 | false | 390a20c4d01d872fde813485cfeaf7fe |
- name: indexnode\n docker_container: \n name: indexnode\n image: "{{image}}"\n command: "milvus run indexnode"\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n INDEX_COORD_ADDRESS: "{{INDEX_COORD_ADDRESS}}"\n ... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-indexnode\tasks\main.yml | main.yml | YAML | 428 | 0.8 | 0 | 0 | vue-tools | 904 | 2024-02-11T06:31:57.311401 | GPL-3.0 | false | 1614ecc8da5cb1109b7a8d200d1fde5d |
- name: minio volume\n docker_volume:\n name: minio_volume\n\n- name: "minio"\n docker_container:\n name: minio\n image: minio/minio:RELEASE.2023-03-20T20-16-18Z\n env:\n MINIO_ACCESS_KEY: minioadmin\n MINIO_SECRET_KEY: minioadmin\n volumes:\n - minio_volume:/data\n command: minio ser... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-minio\tasks\main.yml | main.yml | YAML | 594 | 0.8 | 0 | 0 | vue-tools | 967 | 2024-11-06T07:33:13.938174 | BSD-3-Clause | false | e7785c3ec9badb3acf52f84f217b29b7 |
- name: "proxy"\n docker_container: \n name: proxy\n image: "{{image}}"\n command: "milvus run proxy"\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n METRICS_PORT: "9098"\n network_mode: "{{nodes_network}}" #... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-proxy\tasks\main.yml | main.yml | YAML | 366 | 0.8 | 0 | 0 | node-utils | 153 | 2025-04-11T04:59:27.977888 | Apache-2.0 | false | 24ba9827d3e3678b1e0e5795b688e8a6 |
- name: pulsar volume\n docker_volume:\n name: pulsar_conf\n\n- name: pulsar volume\n docker_volume:\n name: pulsar_data\n\n- name: "pulsar"\n docker_container:\n name: pulsar\n image: apachepulsar/pulsar:2.8.2\n env:\n # bin/apply-config-from-env.py script will modify the configuration file base... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-pulsar\tasks\main.yml | main.yml | YAML | 1,089 | 0.95 | 0 | 0.125 | node-utils | 625 | 2025-06-01T05:03:42.926099 | BSD-3-Clause | false | f6a577611716c950d5b018672bdb6d2f |
- name: querycoord\n docker_container:\n name: querycoord\n image: "{{image}}"\n command: "milvus run querycoord"\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n QUERY_COORD_ADDRESS: "{{QUERY_COORD_ADDRESS}}"\n ... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-querycoord\tasks\main.yml | main.yml | YAML | 430 | 0.8 | 0 | 0 | vue-tools | 24 | 2024-09-16T22:43:43.676166 | MIT | false | 679627ecc4bea5a9b2e26b4691cc4599 |
- name: querynode\n docker_container:\n name: querynode\n image: "{{image}}"\n command: "milvus run querynode"\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n METRICS_PORT: "9091"\n network_mode: "{{nodes_net... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-querynode\tasks\main.yml | main.yml | YAML | 374 | 0.8 | 0 | 0 | awesome-app | 291 | 2024-03-05T10:35:40.792983 | Apache-2.0 | false | 2466f3313ab377c2e48e71960feaddce |
- name: rootcoord\n docker_container: \n name: rootcoord\n image: "{{image}}"\n command: ["milvus", "run", "rootcoord"]\n env:\n ETCD_ENDPOINTS: "{{ETCD_ENDPOINTS}}"\n MINIO_ADDRESS: "{{MINIO_ADDRESS}}"\n PULSAR_ADDRESS: "{{PULSAR_ADDRESS}}"\n QUERY_COORD_ADDRESS: "{{QUERY_COORD_ADDRESS... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\deploy-rootcoord\tasks\main.yml | main.yml | YAML | 437 | 0.8 | 0 | 0 | node-utils | 6 | 2024-05-25T14:44:47.707598 | MIT | false | 84908581684434a094e64d28d14b7ffd |
---\n- name: Install Docker Dependencies \n yum: name={{ item }} state=latest update_cache=yes\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n\n- name: Add Docker Yum Repo\n get_url:\n ... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\docker-installation\tasks\main.yml | main.yml | YAML | 1,856 | 0.8 | 0.015625 | 0 | vue-tools | 95 | 2023-09-20T17:06:55.903216 | Apache-2.0 | false | 7f56634fa99dec95e906adc45aadf3f3 |
---\n- name: Install Packages\n yum: name={{ item }} state=latest update_cache=yes\n with_items:\n - ntp\n - tcpdump\n - python3\n - wget\n - openssl\n - curl\n - python3-pip\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n\n- name: Install Package... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\cluster-distributed-deployment\roles\install-modules\tasks\main.yml | main.yml | YAML | 545 | 0.7 | 0 | 0 | react-lib | 787 | 2024-05-28T11:24:22.236556 | GPL-3.0 | false | a93894653c9649e987b8ef1dd115c428 |
version: '3.5'\n\nservices:\n etcd:\n image: quay.io/coreos/etcd:v3.5.18\n environment:\n - ETCD_AUTO_COMPACTION_MODE=revision\n - ETCD_AUTO_COMPACTION_RETENTION=1000\n - ETCD_QUOTA_BACKEND_BYTES=4294967296\n - ETCD_SNAPSHOT_COUNT=50000\n volumes:\n - ${DOCKER_VOLUME_DIRECTORY:-.}/vol... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\dev\docker-compose-apple-silicon.yml | docker-compose-apple-silicon.yml | YAML | 2,530 | 0.8 | 0 | 0.042254 | react-lib | 366 | 2025-06-27T12:24:13.837849 | BSD-3-Clause | false | 0fb8e9aa55f01179b74e1309b9ad130e |
version: '3.5'\n\nservices:\n etcd:\n image: quay.io/coreos/etcd:v3.5.18\n environment:\n - ETCD_AUTO_COMPACTION_MODE=revision\n - ETCD_AUTO_COMPACTION_RETENTION=1000\n - ETCD_QUOTA_BACKEND_BYTES=4294967296\n - ETCD_SNAPSHOT_COUNT=50000\n volumes:\n - ${DOCKER_VOLUME_DIRECTORY:-.}/vol... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\dev\docker-compose.yml | docker-compose.yml | YAML | 3,536 | 0.95 | 0 | 0.038462 | react-lib | 663 | 2023-07-15T10:22:30.403452 | BSD-3-Clause | false | 90530c5e6d6b6e70790cfae78001e16f |
version: '3.5'\n\nservices:\n etcd:\n container_name: milvus-etcd\n image: quay.io/coreos/etcd:v3.5.18\n environment:\n - ETCD_AUTO_COMPACTION_MODE=revision\n - ETCD_AUTO_COMPACTION_RETENTION=1000\n - ETCD_QUOTA_BACKEND_BYTES=4294967296\n - ETCD_SNAPSHOT_COUNT=50000\n volumes:\n - ... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\gpu\standalone\docker-compose.yml | docker-compose.yml | YAML | 1,773 | 0.8 | 0 | 0 | node-utils | 393 | 2024-03-07T05:22:23.164726 | BSD-3-Clause | false | 3e2f0fc484887b83bdaa2dfd499c9a6c |
version: '3.5'\n\nservices:\n etcd:\n container_name: milvus-etcd\n image: quay.io/coreos/etcd:v3.5.18\n environment:\n - ETCD_AUTO_COMPACTION_MODE=revision\n - ETCD_AUTO_COMPACTION_RETENTION=1000\n - ETCD_QUOTA_BACKEND_BYTES=4294967296\n - ETCD_SNAPSHOT_COUNT=50000\n volumes:\n - ... | dataset_sample\yaml\milvus-io_milvus\deployments\docker\standalone\docker-compose.yml | docker-compose.yml | YAML | 1,794 | 0.8 | 0 | 0 | awesome-app | 740 | 2023-09-28T19:51:32.240798 | MIT | false | 5d9345e891d36cec587476b06dd731c7 |
language: generic\n\ndist: bionic\n\nmatrix:\n include:\n - env: CXX=g++-10 CC=gcc-10\n addons:\n apt:\n packages:\n - g++-10\n sources:\n - sourceline: 'ppa:ubuntu-toolchain-r/test'\n - env: CXX=g++-9 CC=gcc-9\n addons:\n apt:\n packages... | dataset_sample\yaml\milvus-io_milvus\internal\core\thirdparty\NamedType\.travis.yml | .travis.yml | YAML | 2,322 | 0.8 | 0.01087 | 0 | node-utils | 493 | 2024-09-01T16:11:16.637218 | MIT | false | 624bbb2a1d183ab601feec8a69513a1e |
version: '3.5'\n\nservices:\n pytest:\n image: ${IMAGE_REPO}/pytest:${IMAGE_TAG}\n build:\n context: ../..\n dockerfile: tests/docker/Dockerfile\n cache_from:\n - ${IMAGE_REPO}/pytest:${LATEST_IMAGE_TAG}\n shm_size: 2G\n environment:\n MILVUS_SERVICE_IP: ${MILVUS_SERVICE_IP}\n ... | dataset_sample\yaml\milvus-io_milvus\tests\docker\docker-compose.yml | docker-compose.yml | YAML | 593 | 0.7 | 0 | 0 | awesome-app | 26 | 2024-04-22T23:55:14.859596 | Apache-2.0 | true | 4631243fe64971281ac4422a0d237308 |
run:\n go: "1.22"\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 - durationcheck\n - forbidigo\n - gci\n ... | dataset_sample\yaml\milvus-io_milvus\tests\go_client\.golangci.yml | .golangci.yml | YAML | 4,807 | 0.95 | 0 | 0.085561 | react-lib | 813 | 2023-09-04T12:34:22.413693 | GPL-3.0 | true | 8a7f777ba867f0a8a368b8cc68b2a8cc |
version: '3.5'\n\nservices:\n etcd:\n container_name: milvus-etcd\n image: quay.io/coreos/etcd:v3.5.18\n volumes:\n - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd\n command: etcd -advertise-client-urls=http://etcd:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd\n\n pulsar:\n cont... | dataset_sample\yaml\milvus-io_milvus\tests\python_client\deploy\cluster\docker-compose.yml | docker-compose.yml | YAML | 4,522 | 0.95 | 0 | 0.022059 | awesome-app | 524 | 2025-03-13T02:33:39.330016 | BSD-3-Clause | true | 7cad464f64cb670b3fac4569fba554e2 |
version: '3.5'\n\nservices:\n etcd:\n container_name: milvus-etcd\n image: quay.io/coreos/etcd:v3.5.18\n environment:\n - ETCD_AUTO_COMPACTION_MODE=revision\n - ETCD_AUTO_COMPACTION_RETENTION=1000\n - ETCD_QUOTA_BACKEND_BYTES=4294967296\n volumes:\n - ${DOCKER_VOLUME_DIRECTORY:-.}/volum... | dataset_sample\yaml\milvus-io_milvus\tests\python_client\deploy\standalone\docker-compose.yml | docker-compose.yml | YAML | 1,327 | 0.8 | 0 | 0 | vue-tools | 591 | 2023-09-05T10:07:50.035620 | GPL-3.0 | true | a8eb7149baa26805ddbbadb61207efb7 |
version: "2"\nlinters:\n default: none\n enable:\n - durationcheck\n - forcetypeassert\n - gocritic\n - gomodguard\n - govet\n - ineffassign\n - misspell\n - revive\n - staticcheck\n - unconvert\n - unused\n - usetesting\n - whitespace\n settings:\n misspell:\n locale: ... | dataset_sample\yaml\minio_minio\.golangci.yml | .golangci.yml | YAML | 1,231 | 0.85 | 0 | 0 | react-lib | 61 | 2024-07-12T23:20:34.696112 | MIT | false | 45adfb4acd50a4848fe7b60aa89f2c9c |
# Configuration for probot-stale - https://github.com/probot/stale\n\n# Number of days of inactivity before an Issue or Pull Request becomes stale\ndaysUntilStale: 30\n\n# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.\n# Set to false to disable. If disabled, issues still n... | dataset_sample\yaml\minio_minio\.github\stale.yml | stale.yml | YAML | 2,006 | 0.8 | 0.1 | 0.652174 | awesome-app | 244 | 2025-03-13T10:02:54.351937 | BSD-3-Clause | false | 13ad68ca7eaf4553fed44ea1f52eba44 |
blank_issues_enabled: false\ncontact_links:\n - name: MinIO Community Support\n url: https://slack.min.io\n about: Join here for Community Support\n - name: MinIO SUBNET Support\n url: https://min.io/pricing\n about: Join here for Enterprise Support\n | dataset_sample\yaml\minio_minio\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 257 | 0.8 | 0.25 | 0 | vue-tools | 498 | 2024-05-15T23:01:39.586912 | GPL-3.0 | false | d1a5beac54b4424a85fa99c5109d33c0 |
name: Crosscompile\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n build:\n na... | dataset_sample\yaml\minio_minio\.github\workflows\go-cross.yml | go-cross.yml | YAML | 957 | 0.8 | 0.051282 | 0.057143 | node-utils | 528 | 2024-10-15T08:57:08.639369 | BSD-3-Clause | false | ddfd55a25f87a6ef66c92c62b3a13a9d |
name: FIPS Build Test\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n build:\n ... | dataset_sample\yaml\minio_minio\.github\workflows\go-fips.yml | go-fips.yml | YAML | 1,577 | 0.8 | 0.050847 | 0.058824 | react-lib | 855 | 2025-03-29T15:00:44.113183 | MIT | false | 9292f05b76e59d1ee395ac7f73dcc536 |
name: Healing Functional Tests\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n bu... | dataset_sample\yaml\minio_minio\.github\workflows\go-healing.yml | go-healing.yml | YAML | 1,227 | 0.8 | 0.045455 | 0.05 | python-kit | 306 | 2025-04-15T21:30:25.507504 | BSD-3-Clause | false | 28ee2484bb5ec7dfacef43dcc1db00d4 |
name: Linters and Tests\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n build:\n ... | dataset_sample\yaml\minio_minio\.github\workflows\go-lint.yml | go-lint.yml | YAML | 1,010 | 0.8 | 0.047619 | 0.052632 | react-lib | 321 | 2023-12-30T22:02:06.401720 | GPL-3.0 | false | fdb10f431e4881e8565ef52f32b15aee |
name: Resiliency Functional Tests\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n ... | dataset_sample\yaml\minio_minio\.github\workflows\go-resiliency.yml | go-resiliency.yml | YAML | 958 | 0.8 | 0.051282 | 0.057143 | python-kit | 412 | 2024-07-06T01:01:42.216579 | Apache-2.0 | false | 127ff89eadc548ad53922fd41437a7cc |
name: Functional Tests\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n build:\n ... | dataset_sample\yaml\minio_minio\.github\workflows\go.yml | go.yml | YAML | 1,108 | 0.8 | 0.047619 | 0.052632 | awesome-app | 149 | 2024-03-02T22:55:40.955682 | MIT | false | 605ba79b35207e6f363be48df796b1f1 |
name: Helm Chart linting\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n release:... | dataset_sample\yaml\minio_minio\.github\workflows\helm-lint.yml | helm-lint.yml | YAML | 551 | 0.8 | 0.033333 | 0.083333 | python-kit | 631 | 2023-10-26T05:49:29.990953 | BSD-3-Clause | false | 4a1b1762ab5f95e77f00f64c55097aa4 |
name: 'Lock Threads'\n\non:\n schedule:\n - cron: '0 0 * * *'\n workflow_dispatch:\n\npermissions:\n issues: write\n\nconcurrency:\n group: lock\n\njobs:\n action:\n runs-on: ubuntu-latest\n steps:\n - uses: dessant/lock-threads@v3\n with:\n github-token: ${{ github.token }}\n ... | dataset_sample\yaml\minio_minio\.github\workflows\lock.yml | lock.yml | YAML | 447 | 0.7 | 0 | 0 | python-kit | 639 | 2025-04-30T17:27:02.795027 | GPL-3.0 | false | f0766dcd5554acff07ab3b442b33b8c1 |
name: Mint Tests\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n mint-test:\n ... | dataset_sample\yaml\minio_minio\.github\workflows\mint.yml | mint.yml | YAML | 2,952 | 0.8 | 0.061728 | 0.090909 | python-kit | 455 | 2024-03-12T04:46:27.549222 | MIT | false | a9273e7fdf4c1919a7ef0ae0c220c760 |
name: Root lockdown tests\n\non:\n pull_request:\n branches:\n - master\n\n# This ensures that previous jobs for the PR are canceled when the PR is\n# updated.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.head_ref }}\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n build:\... | dataset_sample\yaml\minio_minio\.github\workflows\root-disable.yml | root-disable.yml | YAML | 734 | 0.8 | 0.029412 | 0.068966 | react-lib | 497 | 2024-01-20T00:27:27.138470 | MIT | false | e120056e966c260a1d616e6612666de3 |
name: Shell formatting checks\n\non:\n pull_request:\n branches:\n - master\n\npermissions:\n contents: read\n \njobs:\n build:\n name: runner / shfmt\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: luizm/action-sh-checker@master\n env:\n GITHUB... | dataset_sample\yaml\minio_minio\.github\workflows\shfmt.yml | shfmt.yml | YAML | 443 | 0.8 | 0.045455 | 0 | python-kit | 82 | 2024-12-09T16:27:24.503190 | MIT | false | e97d73b025a8e847d8a73dde059bdccc |
---\nname: Spelling\non: [pull_request]\n\njobs:\n run:\n name: Spell Check with Typos\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Actions Repository\n uses: actions/checkout@v4\n\n - name: Check spelling of repo\n uses: crate-ci/typos@master\n\n | dataset_sample\yaml\minio_minio\.github\workflows\typos.yml | typos.yml | YAML | 266 | 0.7 | 0 | 0 | node-utils | 382 | 2025-01-15T12:37:11.116710 | MIT | false | 38f494b731c21b1c66e4d1bf3d871500 |
name: VulnCheck\non:\n pull_request:\n branches:\n - master\n\n push:\n branches:\n - master\n\npermissions:\n contents: read # to fetch code (actions/checkout)\n\njobs:\n vulncheck:\n name: Analysis\n runs-on: ubuntu-latest\n steps:\n - name: Check out code into the Go module director... | dataset_sample\yaml\minio_minio\.github\workflows\vulncheck.yml | vulncheck.yml | YAML | 682 | 0.8 | 0 | 0 | vue-tools | 707 | 2023-07-12T10:41:42.129253 | Apache-2.0 | false | 09abecf35e0248cee8a8e7a1da2a4bcd |
# Settings and configurations that are common for all containers\nx-minio-common: &minio-common\n image: minio/minio:${MINIO_VERSION}\n command: server http://minio{1...4}/data{1...3}\n env_file:\n - ./minio.env\n expose:\n - "9000"\n - "9001"\n\n# starts 4 docker containers running minio server instances.... | dataset_sample\yaml\minio_minio\buildscripts\upgrade-tests\compose.yml | compose.yml | YAML | 1,430 | 0.8 | 0.013514 | 0.088235 | python-kit | 494 | 2024-06-29T22:13:35.852436 | BSD-3-Clause | true | e1e9dacbbbf37091cc186138d26a5663 |
branches:\n - name: master\n \nverifyConditions:\n - "@semantic-release/github"\n\nplugins:\n # Determines the type of release to create, if any.\n # See https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type\n # More types can be added here and in release-notes-generator below.\n - - '@semantic-re... | dataset_sample\yaml\MirrorNetworking_Mirror\.releaserc.yml | .releaserc.yml | YAML | 2,749 | 0.95 | 0.012658 | 0.242857 | react-lib | 852 | 2024-05-03T11:28:11.137581 | Apache-2.0 | false | 96f2cfa77a088b65cc72bec28ae1ea3b |
version: '{branch}-{build}'\n\nenvironment:\n nodejs_version: "16"\n LFTP_PASSWORD:\n secure: sH23IC4a98S5uTtgYNHNvg==\n\n#init:\n# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))\n\n#on_finish:\n# - ps: $blockRdp = $tru... | dataset_sample\yaml\MirrorNetworking_Mirror\appveyor.yml | appveyor.yml | YAML | 1,238 | 0.8 | 0 | 0.307692 | vue-tools | 27 | 2025-02-23T17:44:10.863135 | GPL-3.0 | false | cf5efc03dd484fa2880c3e64efbf2e44 |
name: Main\n\non:\n workflow_dispatch:\n pull_request:\n branches:\n - master\n paths-ignore:\n - 'Packages/**'\n - 'ProjectSettings/**'\n - '.github/**'\n - '.gitattributes'\n - '.gitignore'\n - '.editorconfig'\n - 'LICENSE'\n - '**.md'\n - '**.yml'\n - '**.... | dataset_sample\yaml\MirrorNetworking_Mirror\.github\workflows\main.yml | main.yml | YAML | 1,342 | 0.8 | 0.016129 | 0.086207 | react-lib | 996 | 2023-09-02T13:53:56.946389 | Apache-2.0 | false | 33de197d16f8b3b7aa021a70a833dc7b |
name: Semantic Release\n\non:\n workflow_dispatch:\n workflow_call:\n\njobs:\n SemanticRelease:\n name: Semantic Release\n runs-on: windows-latest\n permissions:\n contents: write # to be able to publish a GitHub release\n\n steps:\n - name: Checkout repository\n uses: actions/checkout@v... | dataset_sample\yaml\MirrorNetworking_Mirror\.github\workflows\Semantic.yml | Semantic.yml | YAML | 1,808 | 0.8 | 0.017544 | 0.125 | react-lib | 788 | 2024-12-02T15:00:24.460987 | Apache-2.0 | false | f87181a9552c595340a356d497daff77 |
name: SonarQube Analysis\n\non:\n workflow_dispatch:\n workflow_call:\n\njobs:\n SonarQube:\n name: SonarQube\n runs-on: ubuntu-latest\n\n # available list of containers here:\n # https://hub.docker.com/r/unityci/editor/tags?page=1&ordering=last_updated&name=ubuntu-2020.1.17f1-base\n container: unityc... | dataset_sample\yaml\MirrorNetworking_Mirror\.github\workflows\SonarQube.yml | SonarQube.yml | YAML | 1,623 | 0.8 | 0 | 0.181818 | awesome-app | 177 | 2023-11-19T23:44:14.951710 | BSD-3-Clause | false | d4f389f7ff469f9c80adb7e6ee4a453a |
# Requirements: mkdocs >1.x && mkdocs-material && markdown_include\n\n# Project information\nsite_name: MISP Install Documentation\nsite_description: MISP Project - Install Guides\nsite_author: MISP Project\nsite_url: https://www.misp-project.org/\n\n# Repository\nrepo_name: MISP/MISP\nrepo_url: https://github.com/MISP... | dataset_sample\yaml\MISP_MISP\mkdocs.yml | mkdocs.yml | YAML | 2,611 | 0.8 | 0 | 0.081395 | vue-tools | 564 | 2025-03-19T07:34:36.996215 | MIT | false | d1743605b67ede7c3fcd0a5138772adb |
linters:\n enable:\n - asasalint # Detects "[]any" used as argument for variadic "func(...any)".\n - copyloopvar # Detects places where loop variables are copied.\n - depguard\n - dogsled # Detects assignments with too many blank identifiers.\n - dupword # Detects duplicate words.\n ... | dataset_sample\yaml\moby_moby\.golangci.yml | .golangci.yml | YAML | 12,129 | 0.95 | 0.094862 | 0.186667 | awesome-app | 991 | 2024-05-25T06:37:33.068012 | GPL-3.0 | false | 845f99f7263baa4c8646ab0d8bf62da9 |
comment: false\n\ngithub_checks:\n annotations: false\n\ncoverage:\n status:\n patch: false\n # project will give us the diff in the total code coverage between a commit\n # and its parent\n project:\n default:\n target: auto\n threshold: "15%"\n changes: false\n\nignore:\n - "vendo... | dataset_sample\yaml\moby_moby\codecov.yml | codecov.yml | YAML | 311 | 0.8 | 0 | 0.133333 | node-utils | 792 | 2023-12-22T07:29:35.307208 | Apache-2.0 | false | 226f8b32d945d3540c7e4f41b758fbec |
# Read the Docs configuration file for Sphinx projects\n# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n\n# Required\nversion: 2\n\n# Set the OS, Python version and other tools we might need\nbuild:\n os: ubuntu-22.04\n tools:\n python: "3.12"\n\n# Build documentation in the "docs/" di... | dataset_sample\yaml\mockery_mockery\.readthedocs.yml | .readthedocs.yml | YAML | 626 | 0.95 | 0.125 | 0.421053 | react-lib | 661 | 2024-06-09T20:12:05.984645 | BSD-3-Clause | false | dde35a474189bc44ee229752f37ccb57 |
# Docs https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms\nname: Bug report\ndescription: File a bug report to help us improve Mockery\nlabels:\n - bug\n - triage\nbody:\n - type: markdown\n attri... | dataset_sample\yaml\mockery_mockery\.github\ISSUE_TEMPLATE\BUG_REPORT.yml | BUG_REPORT.yml | YAML | 1,748 | 0.95 | 0.070175 | 0.017544 | react-lib | 27 | 2024-12-19T19:21:30.296249 | Apache-2.0 | false | d0589197788b8253c1b4b2efa5ae3676 |
name: Codecov\non:\n pull_request:\n push:\n branches:\n - "[0-9]+.[0-9]+.x"\n # Allow manually triggering the workflow.\n workflow_dispatch:\n\njobs:\n run:\n runs-on: ubuntu-latest\n strategy:\n matrix:\n php: ['8.3']\n steps:\n - name: Checkout\n uses: actions/checkout@v... | dataset_sample\yaml\mockery_mockery\.github\workflows\codecov.yml | codecov.yml | YAML | 2,112 | 0.8 | 0.029851 | 0.033898 | python-kit | 850 | 2024-11-13T13:08:36.489825 | Apache-2.0 | false | 92a651c9e2d339a956e401af4ea2d141 |
name: Psalm Static analysis\n\non:\n pull_request:\n push:\n branches:\n - "[0-9]+.[0-9]+.x"\n # Allow manually triggering the workflow.\n workflow_dispatch:\n\nconcurrency:\n group: psalm-${{ github.head_ref || github.run_id }}\n cancel-in-progress: true\n\njobs:\n psalm:\n name: Psalm\n runs-on: ... | dataset_sample\yaml\mockery_mockery\.github\workflows\psalm.yml | psalm.yml | YAML | 1,689 | 0.8 | 0.035714 | 0.041667 | awesome-app | 801 | 2024-10-10T15:14:14.715506 | Apache-2.0 | false | a20417ed95ccf8cc0634b01ff745585d |
services:\n laravel.test: &app\n build:\n context: ./vendor/laravel/sail/runtimes/8.4\n dockerfile: Dockerfile\n args:\n WWWGROUP: '${WWWGROUP}'\n image: sail-8.4/app\n extra_hosts:\n - 'host.docker.internal:host-gateway'\n ports:\n - '${APP_PORT:-80}:80'\n - '${VITE_PO... | dataset_sample\yaml\monicahq_monica\docker-compose.yml | docker-compose.yml | YAML | 2,802 | 0.8 | 0 | 0 | python-kit | 312 | 2024-02-03T07:00:35.190676 | GPL-3.0 | false | cc40d5fbbd48661334bb75e40f67092d |
# differentiate from the deployment files\nversion: 2\n\n# optional Composer settings\ncomposer:\n # Resolves to the --no-dev parameter\n no-dev: true\n\n# called after Composer runs\npost: artisan monica:setup --force --verbose\n\n# list of sustained folders in ~/htdocs. If not given, then it defaults to the "vendor... | dataset_sample\yaml\monicahq_monica\fortrabbit.yml | fortrabbit.yml | YAML | 352 | 0.8 | 0 | 0.416667 | node-utils | 761 | 2024-03-26T09:42:28.471983 | MIT | false | 073e7c9d45ecb5845bb4291e209a7bbc |
version: 2\n\nupdates:\n # Maintain dependencies for GitHub Actions\n - package-ecosystem: github-actions\n directory: '/'\n schedule:\n interval: weekly\n\n # Maintain dependencies for npm\n - package-ecosystem: npm\n directory: '/'\n schedule:\n interval: weekly\n versioning-strategy: loc... | dataset_sample\yaml\monicahq_monica\.github\dependabot.yml | dependabot.yml | YAML | 484 | 0.8 | 0.136364 | 0.157895 | react-lib | 503 | 2024-07-09T10:27:43.536613 | MIT | false | 31137915a3b8bde77ce07e24c6648750 |
name: Bug report\ndescription: Create a report to help us improve\nlabels: ['bug']\nbody:\n - type: markdown\n attributes:\n value: |\n ### π Thank you for your bug report β we love squashing them!\n Please note this is a **free and open-source** project. We take our own time to help you, so ple... | dataset_sample\yaml\monicahq_monica\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 3,498 | 0.95 | 0.046296 | 0.009259 | python-kit | 46 | 2024-06-01T13:29:47.344071 | GPL-3.0 | false | 230807444ac2f636db9a9db4aed1c361 |
name: Deploy\n\non:\n push:\n branches:\n - main\n workflow_dispatch:\n\njobs:\n deploy:\n runs-on: ubuntu-latest\n\n environment: deploy\n\n steps:\n - name: Repository Dispatch\n uses: peter-evans/repository-dispatch@v3\n with:\n token: ${{ secrets.GH_TOKEN }}\n ... | dataset_sample\yaml\monicahq_monica\.github\workflows\deploy.yml | deploy.yml | YAML | 514 | 0.7 | 0 | 0 | awesome-app | 393 | 2024-06-27T01:20:16.127840 | GPL-3.0 | false | 47da1e20137d8cb5e555e4a0c50b1d68 |
name: Docker\n\non:\n push:\n branches:\n - main\n pull_request:\n types: [opened, synchronize, reopened]\n release:\n types: [published]\n\n workflow_dispatch:\n\nconcurrency:\n group: Docker ${{ github.ref }}\n cancel-in-progress: true\n\nenv:\n package-name: monica-next\n registry: ghcr.io\n\nj... | dataset_sample\yaml\monicahq_monica\.github\workflows\docker.yml | docker.yml | YAML | 3,497 | 0.8 | 0.027273 | 0.021053 | react-lib | 456 | 2023-12-25T02:15:32.606351 | BSD-3-Clause | false | d7473e01cc20f525cdbbe90221374524 |
name: Lint files\n\non:\n pull_request:\n types: [opened, synchronize, reopened]\n\nconcurrency:\n group: Lint files ${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n php:\n name: Lint PHP files\n uses: monicahq/workflows/.github/workflows/lint_php.yml@v2\n\n vue:\n name: Lint Vue files\n uses... | dataset_sample\yaml\monicahq_monica\.github\workflows\lint.yml | lint.yml | YAML | 391 | 0.7 | 0 | 0 | node-utils | 105 | 2023-12-01T02:16:56.519965 | Apache-2.0 | false | f63010a48100d9e590fe2abec03feafe |
name: Lock Threads\n# See https://github.com/dessant/lock-threads\n\non:\n schedule:\n - cron: '0 0 * * *'\n\njobs:\n lock:\n runs-on: ubuntu-latest\n steps:\n - uses: dessant/lock-threads@v5\n with:\n github-token: ${{ github.token }}\n exclude-any-issue-labels: retained\n ... | dataset_sample\yaml\monicahq_monica\.github\workflows\lock.yml | lock.yml | YAML | 765 | 0.8 | 0.083333 | 0.045455 | react-lib | 417 | 2024-10-16T23:42:25.694948 | Apache-2.0 | false | 655b9afebebd33905409c4cb5aba40d1 |
name: Release\n\non:\n pull_request:\n branches-ignore: ['*']\n push:\n branches:\n - next\n - next-major\n - beta\n - alpha\n\n workflow_dispatch:\n\nenv:\n php-version: '8.3'\n build-node-version: 22\n\njobs:\n ####################\n # Semantic release\n ####################\n seman... | dataset_sample\yaml\monicahq_monica\.github\workflows\release.yml | release.yml | YAML | 3,480 | 0.95 | 0.033333 | 0.048077 | awesome-app | 644 | 2024-05-22T21:59:34.839892 | GPL-3.0 | false | fe423d04222d671aecc805edf616ab3f |
name: Lint PR\n\non:\n pull_request:\n types: [opened, edited, synchronize]\n\njobs:\n main:\n name: Validate PR title\n runs-on: ubuntu-latest\n steps:\n - uses: amannn/action-semantic-pull-request@v5\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n | dataset_sample\yaml\monicahq_monica\.github\workflows\semantic.yml | semantic.yml | YAML | 275 | 0.7 | 0 | 0 | react-lib | 381 | 2023-08-07T13:53:22.913571 | GPL-3.0 | false | 22eaf2d4536ad315a43578c77206b1c9 |
name: Static analysis\n\non:\n pull_request:\n types: [opened, synchronize, reopened]\n\nconcurrency:\n group: Static ${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n statics:\n name: Static analysis\n uses: monicahq/workflows/.github/workflows/static.yml@v2\n with:\n php-version: 8.3\n ... | dataset_sample\yaml\monicahq_monica\.github\workflows\static_analysis.yml | static_analysis.yml | YAML | 319 | 0.7 | 0 | 0 | awesome-app | 956 | 2024-08-24T17:35:43.691288 | Apache-2.0 | false | 1ea4be48de0bc741d2cb4628b08b82cd |
ο»Ώ# These are supported funding model platforms\n\n# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\n# patreon: # Replace with a single Patreon username\n# open_collective: # Replace with a single Open Collective username\n# ko_fi: # Replace with a single Ko-fi username\n# tidelift... | dataset_sample\yaml\MonoGame_MonoGame\.github\FUNDING.yml | FUNDING.yml | YAML | 846 | 0.8 | 0 | 0.692308 | python-kit | 277 | 2023-12-20T08:55:36.709924 | MIT | false | eac2996f2f65f42d8e3f5f41d2fc9ed3 |
name: Bug Report\ndescription: Create a bug report to help us improve MonoGame.\nbody:\n- type: markdown\n attributes:\n value: |\n If this is a general question about MonoGame, please ask on the [community site](https://monogame.net/community) or [join the discord](https://discord.gg/monogame).\n- type: check... | dataset_sample\yaml\MonoGame_MonoGame\.github\ISSUE_TEMPLATE\01_bug_report.yml | 01_bug_report.yml | YAML | 3,644 | 0.95 | 0.009346 | 0 | react-lib | 534 | 2024-09-09T01:01:47.169781 | BSD-3-Clause | false | a3c1a3ebc98a6c1a01f936c1e7408882 |
name: Feature Request\ndescription: Propose a feature to be added or removed from MonoGame.\nlabels: ["Feature Request"]\nbody:\n- type: markdown\n attributes:\n value: |\n Thank you for taking the time to submit this feature request.\n Please note that feature requests will be reviewed and discussed, whi... | dataset_sample\yaml\MonoGame_MonoGame\.github\ISSUE_TEMPLATE\02_feature_request.yml | 02_feature_request.yml | YAML | 912 | 0.85 | 0.076923 | 0 | react-lib | 827 | 2024-10-31T20:47:24.339417 | MIT | false | b6c24d61a98e4ba8d47bca03df81c4fa |
blank_issues_enabled: true\ncontact_links:\n - name: Community Forums\n url: https://monogame.net/community\n about: Ask the community for help on the community forums.\n - name: Community Discord\n url: https://discord.gg/monogame\n about: Ask the community for help on the community discord.\... | dataset_sample\yaml\MonoGame_MonoGame\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 313 | 0.8 | 0.25 | 0 | python-kit | 814 | 2023-11-01T21:09:17.448908 | GPL-3.0 | false | da524d8eac0eca4af487914b5ad6e90b |
name: Build\n\non: [push, pull_request]\n\njobs:\n build:\n name: build-${{ matrix.os }}\n runs-on: ${{ matrix.os }}\n strategy:\n matrix:\n os: [windows-latest, macos-latest, ubuntu-latest]\n fail-fast: false\n steps:\n - name: Clone repository\n uses: actions/checkout@v4\n ... | dataset_sample\yaml\MonoGame_MonoGame\.github\workflows\main.yml | main.yml | YAML | 16,864 | 0.8 | 0.086168 | 0.033943 | node-utils | 482 | 2024-02-26T17:18:57.325934 | MIT | false | 3436d601aa6a8275a118eb6897471648 |
blank_issues_enabled: false\ncontact_links:\n - name: Mono runtime or class libraries in .NET 5 or later\n url: https://github.com/dotnet/runtime/issues/new/choose\n about: Beginning in .NET 5, Mono is now a part of the dotnet/runtime repository. Please report issues with runtime crashes, AOT compilation, etc i... | dataset_sample\yaml\mono_mono\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 1,201 | 0.95 | 0.095238 | 0 | react-lib | 863 | 2024-09-29T00:09:35.664551 | BSD-3-Clause | false | f23766e60f08733cfb2e3465a3b99ff1 |
trigger:\n batch: true\n branches:\n include:\n - main\n - 20*-*\n paths:\n include:\n - '*'\n - docs/manpages/*\n exclude:\n - .github/*\n - docs/*\n - CODE-OF-CONDUCT.md\n - CONTRIBUTING.md\n - LICENSE.TXT\n - PATENTS.TXT\n - README.md\n - SECURITY.md\n - THIRD-PARTY... | dataset_sample\yaml\mono_mono\scripts\ci\mono-ci.yml | mono-ci.yml | YAML | 5,939 | 0.8 | 0.014706 | 0.2875 | node-utils | 612 | 2025-02-02T21:49:06.501855 | BSD-3-Clause | false | 5cad08cadf7553aed6ebd35b2102004f |
parameters:\n- name: mono_branch\n displayName: Branch of build to sign\n type: string\n default: main\n values:\n - main\n - 2020-02\n- name: mono_commit\n displayName: Full commit hash\n type: string\n- name: mac_build_number\n displayName: Mac Jenkins build number\n type: number\n default: 0\n- name: wind... | dataset_sample\yaml\mono_mono\scripts\ci\mono-mono-signing.yml | mono-mono-signing.yml | YAML | 16,084 | 0.8 | 0.015957 | 0.00597 | node-utils | 401 | 2024-05-27T19:39:57.702865 | BSD-3-Clause | false | 54271e870ddb0112d108ad8f811fc2fd |
name: 'PR Backporter'\ndescription: 'Backports a pull request to a branch using the "/backport to <branch>" comment'\ninputs:\n target_branch:\n description: 'Backport target branch.'\n auth_token:\n description: 'The token used to authenticate to GitHub.'\n pr_title_template:\n description: 'The template... | dataset_sample\yaml\mono_mono\scripts\ci\actions\backport\action.yml | action.yml | YAML | 878 | 0.8 | 0.1 | 0 | react-lib | 577 | 2023-12-11T05:29:07.285464 | MIT | false | 02a88679c235514042eee2ef53cce268 |
name: 'Close Pull Requests'\n\non:\n pull_request_target:\n types: opened\n workflow_dispatch:\n\njobs:\n close:\n # Avoid forks to run this job\n if: github.repository_owner == 'moodle'\n name: Close Pull Requests\n runs-on: ubuntu-latest\n steps:\n - uses: dessant/repo-lockdown@v4\n w... | dataset_sample\yaml\moodle_moodle\.github\workflows\close-pull-requests.yml | close-pull-requests.yml | YAML | 788 | 0.8 | 0.064516 | 0.086957 | python-kit | 130 | 2024-02-09T12:31:21.191223 | Apache-2.0 | false | 74b11e7ffa8c9536e9f305e7b689c5e7 |
name: One by One Testing\n# Run all the individual unit tests one by one, with\n# fully independent PHPUnit executions. Useful to\n# detect issues with some tests that are using stuff\n# that has been made available by others, but is not\n# available when running individually.\n#\n# Note that we aren't using PHPUnit's ... | dataset_sample\yaml\moodle_moodle\.github\workflows\onebyone.yml | onebyone.yml | YAML | 4,708 | 0.95 | 0.083916 | 0.161538 | react-lib | 31 | 2025-04-15T17:48:50.498066 | BSD-3-Clause | false | 2ba842390472b6bf5a89a672594312f3 |
name: Core\n\non:\n push:\n branches-ignore:\n - main\n - MOODLE_[0-9]+_STABLE\n tags-ignore:\n - v[0-9]+.[0-9]+.[0-9]+*\n workflow_dispatch:\n inputs:\n phpunit_extra_options:\n description: Additional options to apply to PHPUnit\n required: false\n default: ''\n\nen... | dataset_sample\yaml\moodle_moodle\.github\workflows\push.yml | push.yml | YAML | 3,496 | 0.95 | 0.023622 | 0.045455 | vue-tools | 635 | 2025-01-04T17:25:03.293248 | Apache-2.0 | false | f103c77461efc0a8de8e1e36c34dad76 |
name: Windows Testing\n\non:\n workflow_dispatch:\n inputs:\n phpunit_extra_options:\n description: Additional options to apply to PHPUnit\n required: false\n default: ''\nenv:\n php: 8.4\n\njobs:\n Grunt:\n runs-on: windows-latest\n\n steps:\n - name: Set git to use LF\n ... | dataset_sample\yaml\moodle_moodle\.github\workflows\windows.yml | windows.yml | YAML | 5,233 | 0.95 | 0.033557 | 0.086614 | node-utils | 196 | 2023-11-10T06:23:13.475843 | GPL-3.0 | false | 4f96ae73e04df60345504ed4060b9999 |
issueNumber: MDL-82132\nnotes:\n core_user:\n - message: >-\n New method `\core_user::get_dummy_fullname(...)` for returning dummy\n user fullname comprised of configured name fields only\n type: improved\n | dataset_sample\yaml\moodle_moodle\.upgradenotes\MDL-82132-2025041514493372.yml | MDL-82132-2025041514493372.yml | YAML | 222 | 0.7 | 0.142857 | 0 | vue-tools | 861 | 2023-09-25T22:54:35.732224 | Apache-2.0 | false | 286b4191fe06b4c89028923bab1ff24a |
languageCode: "en"\ntitle: "Moodle Component Library"\nbaseURL: "http://MOODLEROOT/"\nenableInlineShortcodes: true\npygmentsUseClasses: true\n\nmarkup:\n goldmark:\n renderer:\n unsafe: true\n\nmarkup:\n goldmark:\n extensions:\n definitionList: true\n f... | dataset_sample\yaml\moodle_moodle\admin\tool\componentlibrary\config.yml | config.yml | YAML | 1,975 | 0.8 | 0.013699 | 0.016129 | vue-tools | 892 | 2024-04-06T18:55:35.457333 | GPL-3.0 | false | fb3ca83db8d972354ce4d6881468e8d3 |
- breakpoint: xs\n abbr: ""\n name: Extra small\n min-width: 0px\n container: ""\n\n- breakpoint: sm\n abbr: -sm\n name: Small\n min-width: 576px\n container: 540px\n\n- breakpoint: md\n abbr: -md\n name: Medium\n min-width: 768px\n container: 720px\n\n- breakpoint: lg\n abbr: -lg\n name: Large\n min-wid... | dataset_sample\yaml\moodle_moodle\admin\tool\componentlibrary\hugo\site\data\breakpoints.yml | breakpoints.yml | YAML | 418 | 0.7 | 0 | 0 | node-utils | 209 | 2025-07-05T13:56:35.539471 | BSD-3-Clause | false | ae68d9f5e4394c9f5340ec00f4effd8f |
- name: blue\n hex: "#007bff"\n- name: indigo\n hex: "#6610f2"\n- name: purple\n hex: "#6f42c1"\n- name: pink\n hex: "#e83e8c"\n- name: red\n hex: "#dc3545"\n- name: orange\n hex: "#fd7e14"\n- name: yellow\n hex: "#ffc107"\n- name: green\n hex: "#28a745"\n- name: teal\n hex: "#20c997"\n- name: cyan\n hex: "#1... | dataset_sample\yaml\moodle_moodle\admin\tool\componentlibrary\hugo\site\data\colors.yml | colors.yml | YAML | 401 | 0.8 | 0 | 0 | vue-tools | 333 | 2025-04-21T00:04:58.564176 | BSD-3-Clause | false | 441a809d9478f5c334c617bc4687eac4 |
- name: 100\n hex: "#f8f9fa"\n- name: 200\n hex: "#e9ecef"\n- name: 300\n hex: "#dee2e6"\n- name: 400\n hex: "#ced4da"\n- name: 500\n hex: "#adb5bd"\n- name: 600\n hex: "#6c757d"\n- name: 700\n hex: "#495057"\n- name: 800\n hex: "#343a40"\n- name: 900\n hex: "#212529"\n | dataset_sample\yaml\moodle_moodle\admin\tool\componentlibrary\hugo\site\data\grays.yml | grays.yml | YAML | 261 | 0.8 | 0 | 0 | react-lib | 587 | 2023-07-26T19:11:36.845547 | Apache-2.0 | false | 8db769b3648992c7d4278fa03db7124e |
preferred:\n - name: Font Awesome\n website: https://fontawesome.com/\n - name: Feather\n website: https://feathericons.com/\n - name: Octicons\n website: https://octicons.github.com/\n\nmore:\n - name: Bytesize\n website: https://github.com/danklammer/bytesize-icons\n - name: Google Material icons\n ... | dataset_sample\yaml\moodle_moodle\admin\tool\componentlibrary\hugo\site\data\icons.yml | icons.yml | YAML | 648 | 0.8 | 0 | 0 | awesome-app | 230 | 2024-03-15T13:32:37.379867 | BSD-3-Clause | false | cc9035af5356479b37614c4b78c6d5ed |
- name: primary\n hex: "#007bff"\n- name: secondary\n hex: "#6c757d"\n- name: success\n hex: "#28a745"\n- name: danger\n hex: "#dc3545"\n- name: warning\n hex: "#ffc107"\n- name: info\n hex: "#17a2b8"\n- name: light\n hex: "#f8f9fa"\n- name: dark\n hex: "#343a40"\n | dataset_sample\yaml\moodle_moodle\admin\tool\componentlibrary\hugo\site\data\theme-colors.yml | theme-colors.yml | YAML | 257 | 0.8 | 0 | 0 | awesome-app | 767 | 2023-11-08T16:23:45.192185 | GPL-3.0 | false | 5d954bbd7a7f0e935b29cf691254fc1e |
name: Bug report π\ndescription: The library does not work as expected\nbody:\n\n - type: checkboxes\n attributes:\n label: Guidelines\n description: Please confirm this is a bug report and not general troubleshooting.\n options:\n - label: I understand that [if I fail to adhere to contributi... | dataset_sample\yaml\mpdf_mpdf\.github\ISSUE_TEMPLATE\01_bug_report.yml | 01_bug_report.yml | YAML | 1,057 | 0.95 | 0.028571 | 0 | node-utils | 468 | 2024-10-30T10:20:15.947624 | BSD-3-Clause | false | 66cf87e7d2432a37af439ba469aed95e |
name: Feature request π\ndescription: I would like to have a new functionality added\nbody:\n - type: textarea\n attributes:\n label: Please describe the new functionality as best as you can.\n validations:\n required: true | dataset_sample\yaml\mpdf_mpdf\.github\ISSUE_TEMPLATE\02_feature_request.yml | 02_feature_request.yml | YAML | 236 | 0.85 | 0 | 0 | awesome-app | 606 | 2023-09-27T09:20:12.630295 | BSD-3-Clause | false | e8b0e2f8d9ed49889079abeb2669ea48 |
blank_issues_enabled: false\ncontact_links:\n - name: General questions and troubleshooting β\n url: https://github.com/mpdf/mpdf/discussions\n about: You can use Github Discussions for general questions and troubleshooting. Please note that asking at Stack Overflow will probably be more successful.\n -... | dataset_sample\yaml\mpdf_mpdf\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 568 | 0.8 | 0.25 | 0 | node-utils | 954 | 2023-12-13T11:33:03.204585 | BSD-3-Clause | false | 32f5b2eb6e47b81679dee105a8fb0590 |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\nname: "Code coverage"\n\non:\n push:\n branches:\n - "development"\n - "coverage"\n\njobs:\n\n coverage:\n\n name: "Code coverage"\n\n runs-on: ${{ matrix.operating-system }}\n\n strategy:\n matrix:\n ... | dataset_sample\yaml\mpdf_mpdf\.github\workflows\coverage.yml | coverage.yml | YAML | 859 | 0.8 | 0 | 0.033333 | node-utils | 907 | 2025-05-16T23:42:22.539937 | Apache-2.0 | false | 3d7df1cf951ed124fe0fc908501e13d0 |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\nname: "Coding standard check"\n\non:\n pull_request:\n push:\n branches:\n - "development"\n - "test"\n\njobs:\n\n cs:\n\n name: "Coding standard"\n\n runs-on: ${{ matrix.operating-system }}\n\n strategy:\n ... | dataset_sample\yaml\mpdf_mpdf\.github\workflows\cs.yml | cs.yml | YAML | 839 | 0.8 | 0 | 0.032258 | python-kit | 95 | 2024-05-13T13:58:19.216230 | MIT | false | 010d4ac4f0387edbdbb832a8e031c9ae |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\nname: "Static Analysis check"\n\non:\n pull_request:\n push:\n branches:\n - "master"\n - "development"\n - "test"\n\njobs:\n\n stan:\n\n name: "Static Analysis check"\n\n runs-on: ${{ matrix.operating-sys... | dataset_sample\yaml\mpdf_mpdf\.github\workflows\static-analysis.yml | static-analysis.yml | YAML | 949 | 0.95 | 0 | 0.03125 | awesome-app | 459 | 2024-10-31T14:16:50.258840 | MIT | false | b487d08d02f7f036244f2df207c1db2c |
name: Build x86_64\n\non:\n push:\n branches:\n - v1.77.3-dev\n\njobs:\n Build-Debug-MSI:\n runs-on: windows-2022\n steps:\n - name: 01. Copy repository\n uses: actions/checkout@v4\n\n - name: 02. Setup MSBuild.exe\n uses: microsoft/setup-msbuild@v1.3.1 # Add MSBuild to the PATH... | dataset_sample\yaml\mRemoteNG_mRemoteNG\.github\workflows\build-x86_64.yml | build-x86_64.yml | YAML | 4,359 | 0.8 | 0.053846 | 0 | react-lib | 230 | 2025-04-23T00:50:11.469536 | Apache-2.0 | false | aa3bf2aad84c8f50738714d9ee747aa8 |
ci:\n platform:\n npm:\n # Don't run unmainted test on nomnom, it's only used by build tools, not in MUI.\n nomnom:\n tests:\n unmaintained: skip\n # Don't run vulnerabity test on os-locale, it's only used by yargs in build tools, not in MUI.\n os-locale:\n tests:\n ... | dataset_sample\yaml\mui-org_material-ui\.tidelift.yml | .tidelift.yml | YAML | 330 | 0.8 | 0 | 0.181818 | react-lib | 316 | 2024-02-28T06:41:20.469251 | Apache-2.0 | false | f46f275966103a231fa204bddd4c3903 |
coverage:\n status:\n project:\n default:\n target: auto\n threshold: 1%\n patch: off\ncomment: false\n | dataset_sample\yaml\mui-org_material-ui\codecov.yml | codecov.yml | YAML | 121 | 0.7 | 0 | 0 | awesome-app | 509 | 2024-01-18T17:17:41.436041 | Apache-2.0 | false | 8f15d7e0c99e1ceb09e18dd5aa391ec9 |
commit_message: '[skip ci]'\npull_request_title: '[docs] Sync translations with Crowdin'\npull_request_labels: [l10n]\nfiles:\n - source: /docs/src/**/*.md\n ignore:\n - /**/%file_name%-%two_letters_code%.md\n - /docs/src/pages/getting-started/templates/*/**/*\n - /docs/src/pages/premium-themes/*/**/... | dataset_sample\yaml\mui-org_material-ui\crowdin.yml | crowdin.yml | YAML | 1,131 | 0.8 | 0 | 0 | vue-tools | 900 | 2024-05-20T22:27:27.640252 | BSD-3-Clause | false | 54479dc254b8bc212cf10a48df38e2fe |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.