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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name: "docker: build release containers for all tags"\n\non:\n push:\n tags:\n - '*'\n workflow_dispatch: {}\n\npermissions:\n contents: read\n\njobs:\n build-default-release-container:\n runs-on: [ubuntu-latest]\n\n steps:\n -\n name: Checkout\n uses: actions/checkout@9bb56186c3b09... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\container_release4.yml | container_release4.yml | YAML | 1,964 | 0.8 | 0.051724 | 0 | awesome-app | 539 | 2023-09-05T20:45:00.131378 | GPL-3.0 | false | 0e98fc778f0152e8751260cd6640ef00 |
name: "docker: build release containers for all tags and large volume"\n\non:\n push:\n tags:\n - '*'\n workflow_dispatch: {}\n\npermissions:\n contents: read\n\njobs:\n build-default-release-container:\n runs-on: [ubuntu-latest]\n\n steps:\n -\n name: Checkout\n uses: actions/check... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\container_release5.yml | container_release5.yml | YAML | 2,005 | 0.8 | 0.051724 | 0 | node-utils | 23 | 2023-07-28T00:13:39.482639 | Apache-2.0 | false | 0cbd929876aba8abd8609fc1b7acc5f8 |
name: 'Dependency Review'\non: [pull_request]\n\npermissions:\n contents: read\n\njobs:\n dependency-review:\n runs-on: ubuntu-latest\n steps:\n - name: 'Checkout Repository'\n uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633\n - name: 'Dependency Review'\n uses: actions/d... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\depsreview.yml | depsreview.yml | YAML | 372 | 0.7 | 0 | 0 | react-lib | 482 | 2025-03-25T21:20:35.071339 | BSD-3-Clause | false | 05245b803e3dcc81bd3c02d9e003a33e |
name: "End to End"\n\non:\n push:\n branches: [ master ]\n pull_request:\n branches: [ master ]\n\nconcurrency:\n group: ${{ github.head_ref }}/e2e\n cancel-in-progress: true\n\npermissions:\n contents: read\n\ndefaults:\n run:\n working-directory: docker\n\njobs:\n e2e:\n name: FUSE Mount\n runs-... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\e2e.yml | e2e.yml | YAML | 4,243 | 0.8 | 0.048077 | 0.069767 | node-utils | 914 | 2025-01-07T14:38:08.683915 | GPL-3.0 | false | 2fe2c9943fea4a6d2f2f04086035b1f9 |
name: "go: build binary"\n\non:\n push:\n branches: [ master ]\n pull_request:\n branches: [ master ]\n\nconcurrency:\n group: ${{ github.head_ref }}/go\n cancel-in-progress: true\n\npermissions:\n contents: read\n\njobs:\n\n build:\n name: Build\n runs-on: ubuntu-latest\n steps:\n\n - name: Set... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\go.yml | go.yml | YAML | 867 | 0.8 | 0 | 0 | react-lib | 996 | 2024-08-22T10:06:27.123646 | MIT | false | f35793c7cf3e16f458820fe975424474 |
name: "helm: publish charts"\non:\n push:\n tags:\n - '*'\n\npermissions:\n contents: write\n pages: write\n\njobs:\n release:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633\n - name: Publish Helm charts\n uses: stefanprodan/helm-... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\helm_chart_release.yml | helm_chart_release.yml | YAML | 476 | 0.7 | 0 | 0 | vue-tools | 653 | 2023-12-09T08:40:36.115014 | BSD-3-Clause | false | f80e244ecfeb39885ff433752681088a |
name: "helm: lint and test charts"\n\non:\n push:\n branches: [ master ]\n paths: ['k8s/**']\n pull_request:\n branches: [ master ]\n paths: ['k8s/**']\n\npermissions:\n contents: read\n\njobs:\n lint-test:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout\n uses: actions/checkout@9... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\helm_ci.yml | helm_ci.yml | YAML | 1,409 | 0.8 | 0.019608 | 0 | awesome-app | 231 | 2023-10-13T09:39:18.238180 | GPL-3.0 | false | 012c06d5c9df80ab408d5715a3ea81de |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs # use a remote image\n ports:\n - 9333:9333\n - 19333:19333\n - 9324:9324\n command: "master -ip=master -ip.bind=0.0.0.0 -metricsPort=9324"\n volume:\n image: chrislusf/seaweedfs # use a remote image\n ports:\n - 808... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\seaweedfs-compose.yml | seaweedfs-compose.yml | YAML | 1,430 | 0.8 | 0 | 0 | vue-tools | 28 | 2024-01-20T18:16:04.641377 | MIT | false | 792d25fcdbcdf58beee88527cabc0506 |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:dev # use a remote dev image\n ports:\n - 9333:9333\n - 19333:19333\n command: "master -ip=master"\n volume:\n image: chrislusf/seaweedfs:dev # use a remote dev image\n ports:\n - 8080:8080\n - 18080:18080\n comma... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\seaweedfs-dev-compose.yml | seaweedfs-dev-compose.yml | YAML | 1,030 | 0.8 | 0 | 0 | node-utils | 929 | 2023-08-09T12:54:04.300350 | MIT | false | 76a00268db47c7aba408c85687cb1be4 |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:e2e\n command: "-v=4 master -ip=master -ip.bind=0.0.0.0 -raftBootstrap"\n healthcheck:\n test: [ "CMD", "curl", "--fail", "-I", "http://localhost:9333/cluster/healthz" ]\n interval: 1s\n timeout: 60s\n\n volume:\n image: chr... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\e2e-mount.yml | e2e-mount.yml | YAML | 1,431 | 0.8 | 0 | 0 | node-utils | 694 | 2023-08-13T20:18:10.191643 | BSD-3-Clause | false | e93da99c34eaf8e911afc0e0c151365b |
version: '3.9'\n\nservices:\n s3:\n image: chrislusf/seaweedfs:local\n ports:\n - 8333:8333\n - 9333:9333\n - 19333:19333\n - 8084:8080\n - 18084:18080\n - 8888:8888\n - 18888:18888\n - 8000:8000\n command: "server -ip=s3 -filer -s3 -s3.config=/etc/seaweedfs/s3.json -s3... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-auditlog-compose.yml | local-auditlog-compose.yml | YAML | 5,071 | 0.95 | 0 | 0.324324 | node-utils | 438 | 2025-01-03T11:55:12.149585 | GPL-3.0 | false | ac1721e12089b9388578628c8fa2422c |
version: '3.9'\n\nservices:\n master0:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "-v=0 master -volumeSizeLimitMB 100 -resumeState=false -ip=master0 -port=9333 -peers=master0:9333,master1:9334,master2:9335 -mdir=/tmp"\n environment:\n WEED_MASTER_VOL... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-brokers-compose.yml | local-brokers-compose.yml | YAML | 3,740 | 0.7 | 0 | 0 | python-kit | 242 | 2024-09-30T23:20:20.510723 | GPL-3.0 | false | b5e893bdb621d2aa03941ca17d82abe2 |
version: '3.9'\n\nservices:\n master0:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "-v=1 master -volumeSizeLimitMB 100 -resumeState=false -ip=master0 -port=9333 -peers=master0:9333,master1:9334,master2:9335 -mdir=/tmp"\n environment:\n WEED_MASTER_VOL... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-cluster-compose.yml | local-cluster-compose.yml | YAML | 2,718 | 0.7 | 0 | 0 | vue-tools | 969 | 2024-02-11T17:21:00.985723 | Apache-2.0 | false | add4a87c707afa2ef060288a2e5e6d36 |
version: '3.9'\n\nservices:\n server1:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n - 8084:8080\n - 18084:18080\n - 8888:8888\n - 18888:18888\n command: "server -ip=server1 -filer -volume.max=0 -master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-clusters-compose.yml | local-clusters-compose.yml | YAML | 716 | 0.7 | 0 | 0 | vue-tools | 121 | 2023-12-08T09:40:07.550605 | MIT | false | 216d063eed3a351b50c6e85e2dcf5c3b |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "-v=1 master -ip=master -volumeSizeLimitMB=10"\n volumes:\n - ./tls:/etc/seaweedfs/tls\n env_file:\n - ${ENV_FILE:-dev.env}\n volume:\n image: chrislusf/seawe... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-dev-compose.yml | local-dev-compose.yml | YAML | 1,797 | 0.7 | 0 | 0 | awesome-app | 429 | 2024-01-23T17:24:25.734812 | BSD-3-Clause | false | 6364a70f268b20c6556900f5f9725ce9 |
version: '3.9'\n\nservices:\n master0:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "-v=4 master -volumeSizeLimitMB 100 -raftHashicorp -electionTimeout 1s -ip=master0 -port=9333 -peers=master1:9334,master2:9335 -mdir=/data"\n volumes:\n - ./master/0:/d... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-hashicorp-raft-compose.yml | local-hashicorp-raft-compose.yml | YAML | 2,777 | 0.7 | 0 | 0 | react-lib | 137 | 2024-01-14T07:19:12.938613 | MIT | false | 0b38bf31c0525be4f718337cb03204e8 |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "master -ip=master"\n volume:\n image: chrislusf/seaweedfs:local\n ports:\n - 8080:8080\n - 18080:18080\n command: "volume -mserver=master:9333 -port=8080 -i... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-k8s-compose.yml | local-k8s-compose.yml | YAML | 2,674 | 0.8 | 0 | 0.021505 | vue-tools | 217 | 2024-05-27T00:17:49.049224 | MIT | false | d1c0f02eb921a759ddba2cd84c6212b1 |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "master -ip=master -volumeSizeLimitMB=1024"\n volume:\n image: chrislusf/seaweedfs:local\n ports:\n - 8080:8080\n - 18080:18080\n command: "volume -mserver=m... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-minio-gateway-compose.yml | local-minio-gateway-compose.yml | YAML | 1,282 | 0.8 | 0 | 0 | python-kit | 837 | 2025-01-29T05:59:31.890672 | GPL-3.0 | false | e4f3499297ea00e4e1d58180e57444e5 |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "master -ip=master"\n volume:\n image: chrislusf/seaweedfs:local\n ports:\n - 8080:8080\n - 18080:18080\n command: "volume -mserver=master:9333 -port=8080 -i... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-nextcloud-compose.yml | local-nextcloud-compose.yml | YAML | 1,049 | 0.7 | 0 | 0 | vue-tools | 783 | 2024-08-30T15:06:53.551271 | Apache-2.0 | false | 58ef41e1512be8a47061c59cff9a4b6e |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "master -ip=master -volumeSizeLimitMB=1024"\n volume:\n image: chrislusf/seaweedfs:local\n ports:\n - 8080:8080\n - 18080:18080\n command: "volume -mserver=m... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-registry-compose.yml | local-registry-compose.yml | YAML | 2,556 | 0.8 | 0 | 0 | awesome-app | 705 | 2024-02-26T05:21:52.354260 | MIT | false | 19484d0b09263e96ce32c97c0e543cc1 |
version: '3.9'\n\nservices:\n master:\n image: chrislusf/seaweedfs:local\n ports:\n - 9333:9333\n - 19333:19333\n command: "master -ip=master"\n volume:\n image: chrislusf/seaweedfs:local\n ports:\n - 8080:8080\n - 18080:18080\n command: "volume -mserver=master:9333 -port=8080 -i... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-replicate-compose.yml | local-replicate-compose.yml | YAML | 1,530 | 0.8 | 0 | 0 | node-utils | 219 | 2023-09-10T01:49:18.820473 | Apache-2.0 | false | 6b6c19d17d0cc25bc2d84fd2835692af |
version: '3.9'\nservices:\n node1:\n image: chrislusf/seaweedfs:local\n command: "server -master -volume -filer"\n ports:\n - 8888:8888\n - 18888:18888\n healthcheck:\n test: [ "CMD", "curl", "--fail", "-I", "http://localhost:9333/cluster/healthz" ]\n interval: 1s\n start_period: 1... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\local-sync-mount-compose.yml | local-sync-mount-compose.yml | YAML | 1,559 | 0.8 | 0 | 0 | vue-tools | 172 | 2023-12-25T14:04:52.796489 | Apache-2.0 | false | 3022d89054f783f373548ad2ea0c271c |
# 2021-01-30 16:25:30\nversion: '3.8'\n\nservices:\n\n etcd:\n image: gasparekatapy/etcd\n networks:\n - net\n deploy:\n mode: replicated\n replicas: 3\n\n master:\n image: chrislusf/seaweedfs:local\n environment:\n WEED_MASTER_FILER_DEFAULT: "filer:8888"\n WEED_MASTER_SEQUENCE... | dataset_sample\yaml\seaweedfs_seaweedfs\docker\compose\swarm-etcd.yml | swarm-etcd.yml | YAML | 1,618 | 0.8 | 0 | 0.025974 | react-lib | 632 | 2024-01-25T07:44:34.945367 | GPL-3.0 | false | dd483b4609ffaeef690f255a9e842001 |
global:\n scrape_interval: 30s\n scrape_timeout: 10s\n\nscrape_configs:\n - job_name: services\n metrics_path: /metrics\n static_configs:\n - targets:\n - 'prometheus:9090'\n - 'master:9324'\n - 'volume:9325'\n - 'filer:9326'\n - 's3:9327' | dataset_sample\yaml\seaweedfs_seaweedfs\docker\prometheus\prometheus.yml | prometheus.yml | YAML | 285 | 0.7 | 0 | 0 | awesome-app | 141 | 2024-09-14T08:59:50.967153 | BSD-3-Clause | false | 0b7bab32aa88a913a94e8148159d3691 |
# Artifact Hub repository metadata file\n#\n# Some settings like the verified publisher flag or the ignored packages won't\n# be applied until the next time the repository is processed. Please keep in\n# mind that the repository won't be processed if it has not changed since the\n# last time it was processed. Depending... | dataset_sample\yaml\seaweedfs_seaweedfs\k8s\charts\artifacthub-repo.yml | artifacthub-repo.yml | YAML | 819 | 0.8 | 0.125 | 0.933333 | vue-tools | 538 | 2023-10-12T17:25:28.966567 | Apache-2.0 | false | 364f154d02974dfd2abf0ff40a1aab44 |
server:\n port: 8080\n\nftp:\n port: 2222\n passive-address: localhost\n passive-ports: 30000-30999\n\nhdfs:\n uri: seaweedfs://localhost:8888\n\nseaweedFs:\n enable: true\n access: direct # direct/filerProxy/publicUrl\n replication: "000" | dataset_sample\yaml\seaweedfs_seaweedfs\other\hdfs-over-ftp\src\main\resources\application.yml | application.yml | YAML | 233 | 0.8 | 0 | 0 | react-lib | 441 | 2024-02-27T04:43:24.944742 | BSD-3-Clause | false | 12792fbcefb29f6f90202e9aeb69e3d1 |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/comparator"\n | dataset_sample\yaml\sebastianbergmann_comparator\.github\FUNDING.yml | FUNDING.yml | YAML | 133 | 0.7 | 0 | 0 | vue-tools | 248 | 2024-07-01T08:43:57.996423 | BSD-3-Clause | false | 35ba97965e994596c332d4df415794a2 |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\nenv:\n COMPOSER_ROOT_VERSION: "7.0.x-dev"\n\npermissions:\n contents: read\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_comparator\.github\workflows\ci.yml | ci.yml | YAML | 2,167 | 0.8 | 0.010753 | 0.014493 | node-utils | 790 | 2024-08-22T03:13:49.287298 | MIT | false | cacfde004a07cb2673e6be974f1275fd |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/diff"\n | dataset_sample\yaml\sebastianbergmann_diff\.github\FUNDING.yml | FUNDING.yml | YAML | 127 | 0.7 | 0 | 0 | node-utils | 218 | 2024-08-30T04:58:58.727704 | BSD-3-Clause | false | 8e608f192a4043138b28246d7912a07d |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\npermissions:\n contents: read\n\nenv:\n COMPOSER_ROOT_VERSION: "7.0.x-dev"\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_diff\.github\workflows\ci.yml | ci.yml | YAML | 2,197 | 0.8 | 0.010638 | 0.014286 | awesome-app | 817 | 2025-05-17T02:46:20.482657 | MIT | false | a02762f972bae6431bb0cb078ab59bdd |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/environment"\n | dataset_sample\yaml\sebastianbergmann_environment\.github\FUNDING.yml | FUNDING.yml | YAML | 134 | 0.7 | 0 | 0 | node-utils | 149 | 2024-12-18T16:24:35.527855 | BSD-3-Clause | false | 5f9e3713059e221d9b9d1106c00ef3fe |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\nenv:\n COMPOSER_ROOT_VERSION: "8.0.x-dev"\n\npermissions:\n contents: read\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_environment\.github\workflows\ci.yml | ci.yml | YAML | 2,159 | 0.8 | 0.010753 | 0.014493 | node-utils | 50 | 2024-01-02T12:17:24.345784 | Apache-2.0 | false | 61b709c4b36337ba2796f66743d5219e |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/global-state"\n | dataset_sample\yaml\sebastianbergmann_global-state\.github\FUNDING.yml | FUNDING.yml | YAML | 135 | 0.7 | 0 | 0 | react-lib | 946 | 2024-03-06T08:20:59.847843 | BSD-3-Clause | false | 62bffb145ed8fb3c2301d761da9dcb22 |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\npermissions:\n contents: read\n\nenv:\n COMPOSER_ROOT_VERSION: "8.0.x-dev"\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_global-state\.github\workflows\ci.yml | ci.yml | YAML | 2,159 | 0.8 | 0.010753 | 0.014493 | react-lib | 107 | 2024-01-22T10:11:28.594808 | GPL-3.0 | false | 905c1ac3ef5740c00f237f8f02457e83 |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/object-enumerator"\n | dataset_sample\yaml\sebastianbergmann_object-enumerator\.github\FUNDING.yml | FUNDING.yml | YAML | 140 | 0.7 | 0 | 0 | awesome-app | 576 | 2025-05-07T04:16:49.669265 | Apache-2.0 | false | fb5c7f8df633bebd49449de7eb767874 |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\nenv:\n COMPOSER_ROOT_VERSION: "7.0.x-dev"\n\npermissions:\n contents: read\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_object-enumerator\.github\workflows\ci.yml | ci.yml | YAML | 2,159 | 0.8 | 0.010753 | 0.014493 | node-utils | 121 | 2023-11-24T03:20:01.877841 | GPL-3.0 | false | b8efa6bfb113f1bb705385927fc9e0e4 |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/object-reflector"\n | dataset_sample\yaml\sebastianbergmann_object-reflector\.github\FUNDING.yml | FUNDING.yml | YAML | 139 | 0.7 | 0 | 0 | vue-tools | 793 | 2024-11-05T07:26:37.828114 | MIT | false | dd474d33b1b347c24263434c097440ba |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\nenv:\n COMPOSER_ROOT_VERSION: "5.0.x-dev"\n\npermissions:\n contents: read\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_object-reflector\.github\workflows\ci.yml | ci.yml | YAML | 2,159 | 0.8 | 0.010753 | 0.014493 | react-lib | 809 | 2023-10-03T16:01:18.958041 | GPL-3.0 | false | ed54bc9e0fb7e909a46d1d9daee06774 |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/phpunit/php-timer"\n | dataset_sample\yaml\sebastianbergmann_php-timer\.github\FUNDING.yml | FUNDING.yml | YAML | 130 | 0.7 | 0 | 0 | node-utils | 101 | 2025-07-03T00:13:42.901931 | BSD-3-Clause | false | 0cc1ef6fc23ff6ad1e88a11cee369a86 |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\nenv:\n COMPOSER_ROOT_VERSION: "8.0.x-dev"\n\npermissions:\n contents: read\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_php-timer\.github\workflows\ci.yml | ci.yml | YAML | 2,159 | 0.8 | 0.010753 | 0.014493 | node-utils | 156 | 2025-06-22T21:52:30.308682 | BSD-3-Clause | false | 61b709c4b36337ba2796f66743d5219e |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/phpunit/phpunit"\ncustom: https://phpunit.de/sponsors.html\n | dataset_sample\yaml\sebastianbergmann_phpunit\.github\FUNDING.yml | FUNDING.yml | YAML | 169 | 0.8 | 0 | 0 | awesome-app | 37 | 2024-05-26T08:59:27.004227 | Apache-2.0 | false | 0ffec6504e6e51668936e9ab83e9b09b |
github: sebastianbergmann\nliberapay: sebastianbergmann\nthanks_dev: u/gh/sebastianbergmann\ntidelift: "packagist/sebastian/recursion-context"\n | dataset_sample\yaml\sebastianbergmann_recursion-context\.github\FUNDING.yml | FUNDING.yml | YAML | 140 | 0.7 | 0 | 0 | react-lib | 425 | 2024-05-25T05:22:08.373400 | MIT | false | dbcb795b25baf12c49b040a2c3c66c9c |
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions\n\non:\n - "pull_request"\n - "push"\n\nname: "CI"\n\nenv:\n COMPOSER_ROOT_VERSION: "7.0.x-dev"\n\npermissions:\n contents: read\n\njobs:\n coding-guidelines:\n name: Coding Guidelines\n\n runs-on: ubuntu-latest\n\n steps... | dataset_sample\yaml\sebastianbergmann_recursion-context\.github\workflows\ci.yml | ci.yml | YAML | 2,159 | 0.8 | 0.010753 | 0.014493 | react-lib | 64 | 2023-10-12T20:19:32.230470 | Apache-2.0 | false | b8efa6bfb113f1bb705385927fc9e0e4 |
contact_links:\n - name: Ask for help\n url: https://github.com/serilog/serilog/wiki/Usage-help\n about: Ask the community for help on how to use Serilog\n | dataset_sample\yaml\serilog_serilog\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 158 | 0.8 | 0.5 | 0 | vue-tools | 504 | 2025-06-06T03:06:52.913439 | BSD-3-Clause | false | f852618073f9a6341852bc1ffb531c49 |
# If this file is renamed, the incrementing run attempt number will be reset.\n\nname: CI\n\non:\n push:\n branches: [ "dev", "main" ]\n pull_request:\n branches: [ "dev", "main" ]\n\nenv:\n CI_BUILD_NUMBER_BASE: ${{ github.run_number }}\n CI_TARGET_BRANCH: ${{ github.head_ref || github.ref_name }}\n\njobs:\n... | dataset_sample\yaml\serilog_serilog\.github\workflows\ci.yml | ci.yml | YAML | 1,023 | 0.8 | 0 | 0.058824 | vue-tools | 847 | 2024-03-15T17:10:12.538572 | MIT | false | 7bedddeec31459350d7c30769320d7e1 |
name: Benchmark OrmLite \n\non: workflow_dispatch\n\njobs:\n benchmark-ormlite:\n runs-on: ubuntu-latest\n services:\n postgres:\n image: postgres\n env:\n POSTGRES_USER: postgres\n POSTGRES_PASSWORD: p@55wOrd\n POSTGRES_DB: test\n ports:\n - 5432:54... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\benchmarks-ormlite.yml | benchmarks-ormlite.yml | YAML | 1,871 | 0.7 | 0 | 0 | vue-tools | 120 | 2023-07-17T21:42:32.325870 | Apache-2.0 | false | d6513acb906870cc86f3a81a2c1ac324 |
name: Build Aws\n\non:\n push:\n paths:\n - 'ServiceStack.Aws/**'\n - '.github/workflows/build-aws.yml'\n\njobs:\n build-aws:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n dotnet-ver... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-aws.yml | build-aws.yml | YAML | 1,272 | 0.8 | 0.025 | 0 | vue-tools | 453 | 2025-04-21T09:32:33.746400 | MIT | false | 580d6424f3ccf6825ed443763e5b84c5 |
name: Build Azure\n\non:\n push:\n paths:\n - 'ServiceStack.Azure/**'\n - '.github/workflows/build-azure.yml'\n\npermissions:\n contents: read\n\njobs:\n build-azure:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotn... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-azure.yml | build-azure.yml | YAML | 1,200 | 0.8 | 0.02381 | 0.342857 | vue-tools | 307 | 2024-12-29T12:11:16.533781 | BSD-3-Clause | false | 61f2ede2ad99e725e8fc8ff31b3812af |
name: Build Blazor\n\non:\n push:\n paths:\n - 'ServiceStack.Blazor/**'\n - '.github/workflows/build-blazor.yml'\n\npermissions:\n contents: read\n\njobs:\n build-blazor:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-blazor.yml | build-blazor.yml | YAML | 499 | 0.8 | 0 | 0 | react-lib | 816 | 2023-07-18T21:23:05.797244 | BSD-3-Clause | false | 59a103b723fe1994fd047cc0e475ade4 |
name: Build Core\n\non:\n push:\n paths:\n - 'ServiceStack.Core/**'\n - '.github/workflows/build-core.yml'\n\npermissions:\n contents: read\n\njobs:\n build-servicestack-core:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/se... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-core.yml | build-core.yml | YAML | 512 | 0.8 | 0 | 0 | awesome-app | 298 | 2025-01-28T18:39:35.865730 | BSD-3-Clause | false | 3c14f15db1d12161c9010981806eacc7 |
name: Build Logging\n\non:\n push:\n paths:\n - 'ServiceStack.Logging/**'\n - '.github/workflows/build-logging.yml'\n\npermissions:\n contents: read\n\njobs:\n build-logging:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/se... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-logging.yml | build-logging.yml | YAML | 1,293 | 0.8 | 0.046512 | 0.323529 | vue-tools | 921 | 2024-10-08T12:16:42.219529 | GPL-3.0 | false | c3ad879249207e25f70ba9399e2ef2c0 |
name: Build OrmLite\n\non:\n push:\n paths:\n - 'ServiceStack.OrmLite/**'\n - '.github/workflows/build-ormlite.yml'\n\njobs:\n build-ormlite:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n ... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-ormlite.yml | build-ormlite.yml | YAML | 1,447 | 0.8 | 0.022222 | 0 | node-utils | 993 | 2025-01-13T17:11:12.985405 | MIT | false | bd4f184cf00271e2a49962c5d70967b4 |
name: Build Redis\n\non:\n push:\n paths:\n - 'ServiceStack.Redis/**'\n - '.github/workflows/build-redis.yml'\n\njobs:\n build-redis:\n runs-on: ubuntu-latest\n services:\n redis:\n image: redis\n options: >-\n --health-cmd "redis-cli ping"\n --health-interval 1... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-redis.yml | build-redis.yml | YAML | 2,178 | 0.8 | 0.031746 | 0 | python-kit | 18 | 2023-10-13T20:31:49.531679 | BSD-3-Clause | false | 6bdf8a0b322aeb285a402865e65dd988 |
name: Build ServiceStack\n\non: \n push:\n paths:\n - 'ServiceStack/**'\n - '.github/workflows/build-servicestack.yml'\n\njobs:\n build-servicestack:\n runs-on: ubuntu-latest\n permissions:\n checks: write\n contents: read\n services:\n redis:\n image: redis\n option... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-servicestack.yml | build-servicestack.yml | YAML | 3,789 | 0.8 | 0.036697 | 0 | python-kit | 661 | 2024-12-22T02:53:09.161572 | GPL-3.0 | false | dfbb69473710602631629bbe3e4faf39 |
name: Build Stripe\n\non:\n push:\n paths:\n - 'ServiceStack.Stripe/**'\n - '.github/workflows/build-stripe.yml'\n\njobs:\n build-stripe:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n ... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-stripe.yml | build-stripe.yml | YAML | 1,143 | 0.8 | 0.026316 | 0 | awesome-app | 374 | 2024-08-09T22:14:43.988874 | BSD-3-Clause | false | 8cfeb54a1d5049559e929192f3927dfe |
name: Build ServiceStack.Text\n\non:\n push:\n paths:\n - 'ServiceStack.Text/**'\n - '.github/workflows/build-text.yml'\n\njobs:\n build-text:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n ... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\build-text.yml | build-text.yml | YAML | 1,171 | 0.8 | 0.026316 | 0 | python-kit | 399 | 2024-03-21T23:54:28.003775 | Apache-2.0 | false | 609b3025a460a83215a0597e7a8c3cf8 |
name: A Feedz Publish\non: workflow_dispatch\n\nenv:\n FEED_URL: https://f.feedz.io/servicestack/pre-release/nuget/index.json\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n # Checkout the repo\n - uses: actions/checkout@v4\n\n # Setup .NET SDK\n - name: Setup .NET\n uses: actio... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\feedz-push.yml | feedz-push.yml | YAML | 1,875 | 0.8 | 0.053571 | 0.081633 | react-lib | 435 | 2025-02-26T03:42:07.495298 | BSD-3-Clause | false | d2f733f5e86607530be4b66935e92472 |
name: A GitHub Publish\npermissions:\n packages: write\n contents: write\n\non: workflow_dispatch\n\njobs:\n github-push:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n dotnet-version: '8.0.100'\n... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\github-push.yml | github-push.yml | YAML | 1,639 | 0.8 | 0.037037 | 0.042553 | vue-tools | 420 | 2025-01-07T13:41:54.879950 | Apache-2.0 | false | cf7474c412f06783adb6702dcfc0822b |
name: Integration Tests OrmLite Community Providers\n\non: workflow_dispatch\n\njobs:\n integration-ormlite-community:\n runs-on: ubuntu-latest\n services:\n redis:\n image: redis\n options: >-\n --health-cmd "redis-cli ping"\n --health-interval 10s\n --health-timeo... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\integration-ormlite-community-providers.yml | integration-ormlite-community-providers.yml | YAML | 2,446 | 0.7 | 0.044776 | 0 | awesome-app | 321 | 2024-01-02T19:08:08.023744 | BSD-3-Clause | false | 2a295b919e5de4e893a340fac591ae34 |
name: Integration Tests OrmLite \n\non: workflow_dispatch\n\njobs:\n integration-ormlite:\n runs-on: ubuntu-latest\n services:\n redis:\n image: redis\n options: >-\n --health-cmd "redis-cli ping"\n --health-interval 10s\n --health-timeout 5s\n --health-ret... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\integration-ormlite.yml | integration-ormlite.yml | YAML | 5,572 | 0.7 | 0.065789 | 0 | awesome-app | 826 | 2025-06-27T08:28:35.868244 | Apache-2.0 | false | 71addce3fab91a620c1bea4ee0e5cb7c |
name: A MyGet Publish\n\non: workflow_dispatch\n\njobs:\n myget-push:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n dotnet-version: '8.0.100'\n \n\n - name: Download artifact\n ... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\myget-push.yml | myget-push.yml | YAML | 1,268 | 0.8 | 0.047619 | 0.055556 | node-utils | 679 | 2025-03-16T17:49:13.929711 | BSD-3-Clause | false | 402bb4a1edcc69fd476294f939c194d6 |
name: NuGet Pack\n\non: workflow_dispatch\n\njobs:\n build-test-all:\n runs-on: ubuntu-latest\n services:\n redis:\n image: redis\n ports:\n - 6379:6379\n sqlserver:\n image: mcr.microsoft.com/mssql/server:2017-latest\n env:\n ACCEPT_EULA: Y\n SA_... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\nuget-pack.yml | nuget-pack.yml | YAML | 9,569 | 0.8 | 0.043478 | 0.004673 | vue-tools | 879 | 2025-04-13T01:39:51.364655 | GPL-3.0 | false | 18b28836d9dc87cc90c29858a5a0bf4b |
name: NuGet Publish\n\non: workflow_dispatch\n\njobs:\n nuget-push:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n dotnet-version: '8.0.100'\n \n\n - name: Download artifact\n ... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\nuget-push.yml | nuget-push.yml | YAML | 1,249 | 0.8 | 0.045455 | 0.055556 | python-kit | 420 | 2023-10-04T23:17:41.003441 | BSD-3-Clause | false | c1915b43f7f0f4056664af93db5a89c2 |
name: A Pre Release Pack\n\non: workflow_dispatch\n\npermissions:\n contents: read\n\njobs:\n pre-release-pack:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Setup dotnet\n uses: actions/setup-dotnet@v4\n with:\n dotnet-version: '8.0.100'\n ... | dataset_sample\yaml\ServiceStack_ServiceStack\.github\workflows\pre-release-pack.yml | pre-release-pack.yml | YAML | 1,704 | 0.8 | 0.018182 | 0 | vue-tools | 755 | 2024-05-12T18:26:59.974702 | Apache-2.0 | false | 7a42228794efcbafa0ff25b3a253151c |
version: "3.9"\nservices:\n redis:\n image: redis\n ports:\n - 6379:6379\n postgres:\n image: postgres\n environment:\n POSTGRES_USER: test\n POSTGRES_PASSWORD: test\n POSTGRES_DB: test\n ports:\n - 48303:5432\n sqlserver:\n image: mcr.microsoft.com/mssql/server:2017-latest... | dataset_sample\yaml\ServiceStack_ServiceStack\ServiceStack.OrmLite\build\docker-compose.yml | docker-compose.yml | YAML | 2,659 | 0.8 | 0 | 0.119048 | python-kit | 748 | 2023-08-28T08:37:27.036925 | Apache-2.0 | false | 2703d2a1525296e571564e5e27127d69 |
# this file creates docker instances of all the db engines required for running integration tests \n# before running tests, from a commandline in this directory type `docker-compose up -d` to start database engines\n# to remove all db engines after tesing, type `docker-compose down`\n\nversion: '3'\n\nservices:\n\n fi... | dataset_sample\yaml\ServiceStack_ServiceStack\ServiceStack.OrmLite\src\Docker\docker-compose.yml | docker-compose.yml | YAML | 2,760 | 0.95 | 0.007692 | 0.025641 | python-kit | 49 | 2024-12-14T09:07:32.003980 | BSD-3-Clause | false | c27fd0ced44c106c856ab9046c520c83 |
# this file creates docker instances of all the db engines required for running integration tests\n# before running tests, from a commandline in this directory type `docker-compose up -d` to start database engines\n# to remove all db engines after tesing, type `docker-compose down`\n\nversion: '3'\n\nservices:\n\n fir... | dataset_sample\yaml\ServiceStack_ServiceStack\ServiceStack.OrmLite\src\Docker\servicestack-ci\docker-compose.yml | docker-compose.yml | YAML | 2,337 | 0.95 | 0.010204 | 0.035294 | node-utils | 524 | 2025-07-01T02:19:59.028381 | BSD-3-Clause | false | c2aeb9f6cb5be3bf9e4d74ef4c43aae3 |
name: Build ShareX\n\non:\n push:\n branches:\n - "**"\n tags:\n - "v[0-9]+.[0-9]+.[0-9]+"\n paths-ignore:\n - "**/*.md"\n - "**/*.gitignore"\n - "**/*.gitattributes"\n\npermissions:\n contents: read\n\njobs:\n build:\n name: Build\n runs-on: windows-latest\n\n strategy:\n ... | dataset_sample\yaml\ShareX_ShareX\.github\workflows\build.yml | build.yml | YAML | 7,686 | 0.8 | 0.069869 | 0 | react-lib | 331 | 2024-02-27T07:35:47.837989 | Apache-2.0 | false | 7321b981ab1e1dc40b81348e90f7ec0f |
name: Build ShareX (PR)\n\non:\n pull_request:\n branches:\n - "**"\n\npermissions:\n contents: read\n\njobs:\n build:\n name: Build\n runs-on: windows-latest\n\n strategy:\n fail-fast: false\n matrix:\n configuration:\n - Release\n - Debug\n - Steam\n ... | dataset_sample\yaml\ShareX_ShareX\.github\workflows\pr.yml | pr.yml | YAML | 978 | 0.7 | 0 | 0 | vue-tools | 301 | 2024-10-24T02:17:26.148099 | Apache-2.0 | false | 0f686b7c0b001c829cc39a5b01cc1d3c |
name: Close stale issues and PRs\n\non:\n schedule:\n - cron: "30 1 * * *"\n\npermissions:\n issues: write\n pull-requests: write\n\njobs:\n stale:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/stale@v9\n with:\n stale-issue-message: ""\n stale-pr-message: ""\n ... | dataset_sample\yaml\ShareX_ShareX\.github\workflows\stale.yml | stale.yml | YAML | 622 | 0.7 | 0 | 0 | node-utils | 436 | 2024-07-31T11:05:52.847691 | MIT | false | ff0342a07904a3080acfa5117f209695 |
version: 2.1\n\norbs:\n win: circleci/windows@5.0\n macos: circleci/macos@2.4.1\n\nexecutors:\n docker-rust:\n docker:\n # Note: Let CI use our MSRV, rather than latest\n - image: cimg/rust:1.85.0\n resource_class: small\n machine-ubuntu:\n machine:\n image: default\n docker_layer_cachi... | dataset_sample\yaml\shuttle-hq_shuttle\.circleci\config.yml | config.yml | YAML | 19,435 | 0.95 | 0.022609 | 0.045534 | node-utils | 381 | 2023-12-03T07:34:30.186652 | BSD-3-Clause | false | 2c8138095e0e974cb6089a02410051c4 |
blank_issues_enabled: true\ncontact_links:\n - name: Discord\n url: https://discord.gg/shuttle\n about: Feel free to reach out on our Discord should you have any questions!\n | dataset_sample\yaml\shuttle-hq_shuttle\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 176 | 0.8 | 0 | 0 | vue-tools | 604 | 2025-05-05T16:56:54.771595 | Apache-2.0 | false | 07eb6658b92391e2611f8880eeeaf6fd |
name: Feature suggestion\ndescription: Suggest a new feature\ntype: Feature\nlabels: ["S-Triage"]\nbody:\n - type: markdown\n attributes:\n value: Thanks for taking the time to suggest a feature!\n - type: textarea\n id: describe\n attributes:\n label: Describe the feature\n validations:\n ... | dataset_sample\yaml\shuttle-hq_shuttle\.github\ISSUE_TEMPLATE\FEATURE-SUGGESTION.yml | FEATURE-SUGGESTION.yml | YAML | 663 | 0.85 | 0.04 | 0 | react-lib | 178 | 2024-06-04T08:56:36.455747 | MIT | false | 8150eddfa7a0d01af45f9db8da1b3011 |
name: Improvement suggestion\ndescription: Suggest an improvement to an existing feature\ntype: Improvement\nlabels: ["S-Triage"]\nbody:\n - type: markdown\n attributes:\n value: Thanks for taking the time to suggest an improvement!\n - type: textarea\n id: describe\n attributes:\n label: Describe ... | dataset_sample\yaml\shuttle-hq_shuttle\.github\ISSUE_TEMPLATE\IMPROVEMENT.yml | IMPROVEMENT.yml | YAML | 589 | 0.85 | 0.047619 | 0 | node-utils | 793 | 2025-02-09T15:39:19.650434 | MIT | false | f474d25755b080d6f3f134517eae55f7 |
# Documentation: https://docs.codecov.io/docs/codecov-yaml\n\ncodecov:\n # Avoid "Missing base report"\n # https://github.com/codecov/support/issues/363\n # https://docs.codecov.io/docs/comparing-commits\n allow_coverage_offsets: true\n\n # Avoid Report Expired\n # https://docs.codecov.io/docs/codecov... | dataset_sample\yaml\SixLabors_ImageSharp\codecov.yml | codecov.yml | YAML | 645 | 0.8 | 0 | 0.555556 | react-lib | 382 | 2024-03-22T13:58:47.632314 | GPL-3.0 | false | 4a86c9ebfc678dd0f7493b00258baaf9 |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n | dataset_sample\yaml\SixLabors_ImageSharp\.github\dependabot.yml | dependabot.yml | YAML | 118 | 0.7 | 0 | 0 | python-kit | 666 | 2025-05-09T23:56:10.058691 | GPL-3.0 | false | 4334132ba6bcd78670bf574b6b4236f4 |
blank_issues_enabled: false\ncontact_links:\n - name: Questions\n url: https://github.com/SixLabors/ImageSharp/discussions/categories/q-a\n about: Ask the community for help.\n - name: Feature Request\n url: https://github.com/SixLabors/ImageSharp/discussions/categories/ideas\n about: Share id... | dataset_sample\yaml\SixLabors_ImageSharp\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 352 | 0.8 | 0.375 | 0 | vue-tools | 275 | 2025-04-03T16:36:16.770714 | Apache-2.0 | false | 3924100501f2a30d8bf0f2735056fbc9 |
name: "Bug Report"\ndescription: Create a report to help us improve the project. Issues are not guaranteed to be triaged.\nlabels: ["needs triage"]\nbody:\n- type: checkboxes\n attributes:\n label: Prerequisites\n options:\n - label: I have written a descriptive issue title\n required: true\n - ... | dataset_sample\yaml\SixLabors_ImageSharp\.github\ISSUE_TEMPLATE\oss-bug-report.yml | oss-bug-report.yml | YAML | 1,841 | 0.95 | 0.019231 | 0 | react-lib | 744 | 2024-10-04T14:37:59.514176 | GPL-3.0 | false | 0302236264825578bd20fc71d62cbe78 |
name: CodeCoverage\n\non:\n schedule:\n # 2AM every Tuesday/Thursday\n - cron: "0 2 * * 2,4"\njobs:\n Build:\n strategy:\n matrix:\n options:\n - os: ubuntu-latest\n framework: net8.0\n runtime: -x64\n codecov: true\n\n runs-on: ${{matrix.options.os}}\... | dataset_sample\yaml\SixLabors_ImageSharp\.github\workflows\code-coverage.yml | code-coverage.yml | YAML | 2,746 | 0.95 | 0.053191 | 0.025641 | react-lib | 98 | 2023-12-13T11:34:31.572609 | BSD-3-Clause | false | fc96f4b683354833b8eafcf891a70fb9 |
# List the start up tasks. You can start them in parallel in multiple terminals.\n# https://www.gitpod.io/docs/config-start-tasks/\ntasks:\n - init: >\n make tools build\n command: make inspect\n\n# Enable prebuilds of your project to enable faster workspace start times.\n# https://www.gitpod.io/docs/prebuilds... | dataset_sample\yaml\slimtoolkit_slim\.gitpod.yml | .gitpod.yml | YAML | 469 | 0.8 | 0 | 0.266667 | python-kit | 881 | 2024-02-20T14:33:23.313179 | Apache-2.0 | false | 51ba9a1c09089dfadb2f641d7559ca8e |
comment:\n behavior: default\n layout: diff\n require_changes: false\ncoverage:\n precision: 1\n range:\n - 50.0\n - 100.0\n round: down\n status:\n patch: false\n project: false\ngithub_checks: false\n | dataset_sample\yaml\solana-labs_solana\.codecov.yml | .codecov.yml | YAML | 203 | 0.85 | 0 | 0 | react-lib | 152 | 2024-05-13T06:16:35.988687 | BSD-3-Clause | false | 41223e29840a6ca6d969bf0cd67715f9 |
# https://doc.mergify.io/\npull_request_rules:\n - name: label changes from community\n conditions:\n - author≠@core-contributors\n - author≠@monorepo-maintainers\n - author≠@monorepo-write\n - author≠@monorepo-triage\n - author≠mergify[bot]\n - author≠dependabot[bot]\n - author≠g... | dataset_sample\yaml\solana-labs_solana\.mergify.yml | .mergify.yml | YAML | 6,819 | 0.95 | 0.038674 | 0.038889 | node-utils | 767 | 2023-10-29T18:09:35.606554 | BSD-3-Clause | false | a915ebe584ee2346e1ef910c78a52276 |
branches:\n only:\n - master\n - /^v\d+\.\d+/\n\nnotifications:\n email: false\n slack:\n on_success: change\n if: NOT type = pull_request\n secure: F4IjOE05MyaMOdPRL+r8qhs7jBvv4yDM3RmFKE1zNXnfUOqV4X38oQM1EI+YVsgpMQLj/pxnEB7wcTE4Bf86N6moLssEULCpvAuMVoXj4QbWdomLX+01WbFa6fLVeNQIg45NHrz2XzVBhoKOrMNnl+QI5... | dataset_sample\yaml\solana-labs_solana\.travis.yml | .travis.yml | YAML | 3,101 | 0.8 | 0.031915 | 0.081395 | react-lib | 320 | 2025-02-07T23:14:19.904798 | GPL-3.0 | false | 40807eca405460090f04f6147c822edc |
# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-upd... | dataset_sample\yaml\solana-labs_solana\.github\dependabot.yml | dependabot.yml | YAML | 531 | 0.8 | 0.125 | 0.4 | react-lib | 994 | 2023-11-26T10:05:16.027882 | Apache-2.0 | false | 4e303ed0b82ca9c01f8b7d35c37658e7 |
question:\n issues:\n # Post a comment, `{issue-author}` is an optional placeholder\n comment: >\n Hi @{issue-author},\n\n\n Thanks for your question!\n\n\n We want to make sure to keep signal strong in the GitHub issue tracker – to make sure\n that it remains the best place to track is... | dataset_sample\yaml\solana-labs_solana\.github\label-actions.yml | label-actions.yml | YAML | 863 | 0.8 | 0.037037 | 0.117647 | vue-tools | 923 | 2025-01-22T20:38:10.517729 | BSD-3-Clause | false | c3d5b0bac91f3e3cbbca6cd98667f1a4 |
name: Feature Gate Tracker\ndescription: Track the development and status of an on-chain feature\ntitle: "Feature Gate: "\nlabels: ["feature-gate"]\nbody:\n - type: markdown\n attributes:\n value: >\n Steps to add a new feature are outlined below. Note that these steps only cover\n the process of... | dataset_sample\yaml\solana-labs_solana\.github\ISSUE_TEMPLATE\2-feature-gate.yml | 2-feature-gate.yml | YAML | 3,559 | 0.95 | 0.080808 | 0 | react-lib | 773 | 2024-05-30T07:54:11.391960 | Apache-2.0 | false | 7b948962ea8a698a97d2acd13f5b1dd1 |
name: Cargo\n\non:\n push:\n branches:\n - master\n - v[0-9]+.[0-9]+\n pull_request:\n branches:\n - master\n - v[0-9]+.[0-9]+\n paths:\n - "**.rs"\n - "**/Cargo.toml"\n - "**/Cargo.lock"\n - ".github/scripts/cargo-clippy-before-script.sh"\n - ".github/workflows/c... | dataset_sample\yaml\solana-labs_solana\.github\workflows\cargo.yml | cargo.yml | YAML | 1,669 | 0.7 | 0 | 0 | node-utils | 130 | 2024-12-05T02:14:26.917870 | GPL-3.0 | false | e141b7c33f3496f86f23c575b8a5a0ea |
name: Require changelog entry\n\non:\n pull_request:\n types: [opened, synchronize, reopened, labeled, unlabeled]\n\njobs:\n check-changelog:\n if: contains(github.event.pull_request.labels.*.name, 'changelog')\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v3\n with:\n fetc... | dataset_sample\yaml\solana-labs_solana\.github\workflows\changelog-label.yml | changelog-label.yml | YAML | 497 | 0.7 | 0.1 | 0 | node-utils | 272 | 2023-11-13T17:57:29.266200 | MIT | false | 02c2742c3af36868274820113e951e76 |
name: client_targets\n\non:\n push:\n branches:\n - master\n pull_request:\n branches:\n - master\n paths:\n - "client/**"\n - "sdk/**"\n - ".github/workflows/client-targets.yml"\n - "ci/rust-version.sh"\n - "**/Cargo.toml"\n - "**/Cargo.lock"\n\nenv:\n CARGO_TERM_COL... | dataset_sample\yaml\solana-labs_solana\.github\workflows\client-targets.yml | client-targets.yml | YAML | 1,723 | 0.8 | 0.013333 | 0 | awesome-app | 519 | 2025-02-20T00:59:35.281810 | Apache-2.0 | false | 19024ab2481f457b45d9528c07ec8bd6 |
name: Close new issues\n\non:\n issues:\n types: [opened, reopened]\n\njobs:\n comment-and-close:\n runs-on: ubuntu-latest\n steps:\n - shell: bash\n env:\n ISSUE_NUMBER: ${{ github.event.issue.number }}\n GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n GH_REPO: ${{ github.repo... | dataset_sample\yaml\solana-labs_solana\.github\workflows\close-new-issues.yml | close-new-issues.yml | YAML | 554 | 0.8 | 0 | 0 | react-lib | 526 | 2024-07-23T01:22:52.835644 | BSD-3-Clause | false | 5804737b94bc8365ee2403200d78f378 |
name: Close new pull requests\n\non:\n pull_request:\n types: [opened, reopened]\n\njobs:\n comment-and-close:\n runs-on: ubuntu-latest\n steps:\n - shell: bash\n env:\n PR_NUMBER: ${{ github.event.pull_request.number }}\n GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n GH_REPO... | dataset_sample\yaml\solana-labs_solana\.github\workflows\close-new-pull-requests.yml | close-new-pull-requests.yml | YAML | 572 | 0.8 | 0 | 0 | vue-tools | 540 | 2023-12-13T14:25:01.615070 | Apache-2.0 | false | df25b5e12f96d7ab1fe86bc4aa35f3e0 |
name: crate-check\n\non:\n push:\n branches:\n - master\n pull_request:\n branches:\n - master\n paths:\n - "**/Cargo.toml"\n - ".github/workflows/crate-check.yml"\n\njobs:\n check:\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v3\n with:\n fetch-... | dataset_sample\yaml\solana-labs_solana\.github\workflows\crate-check.yml | crate-check.yml | YAML | 1,247 | 0.7 | 0.057692 | 0 | vue-tools | 722 | 2023-12-28T09:41:21.916560 | GPL-3.0 | false | 4d035750392be91b25de5e9b4b765ae4 |
name: docs\n\non:\n push:\n branches:\n - master\n - v[0-9]+.[0-9]+\n tags:\n - v[0-9]+.[0-9]+.[0-9]+\n pull_request:\n branches:\n - master\n - v[0-9]+.[0-9]+\n\njobs:\n check:\n outputs:\n continue: ${{ steps.check.outputs.need_to_build }}\n runs-on: ubuntu-20.04\n s... | dataset_sample\yaml\solana-labs_solana\.github\workflows\docs.yml | docs.yml | YAML | 2,556 | 0.8 | 0.04902 | 0.011111 | node-utils | 87 | 2023-10-10T14:34:11.283279 | MIT | false | e007eabf33743a89e0174be7f929e726 |
name: Downstream Project - Anchor\n\non:\n push:\n branches:\n - master\n - v[0-9]+.[0-9]+\n pull_request:\n branches:\n - master\n - v[0-9]+.[0-9]+\n paths:\n - "**.rs"\n - "Cargo.toml"\n - "Cargo.lock"\n - "cargo-build-bpf"\n - "cargo-test-bpf"\n - "cargo-b... | dataset_sample\yaml\solana-labs_solana\.github\workflows\downstream-project-anchor.yml | downstream-project-anchor.yml | YAML | 1,397 | 0.85 | 0 | 0 | awesome-app | 471 | 2024-08-25T04:13:01.971592 | MIT | false | 903db6f9f4b500ee6d34ef38d2452954 |
name: Downstream Project - SPL (Nightly)\n\non:\n schedule:\n - cron: "0 3 * * *"\n\njobs:\n main:\n # As this is a cron job, it is better to avoid running it for all the forks.\n # They are unlike to benefit from these executions, and they could easily\n # eat up all the minutes GitHub allocation to free... | dataset_sample\yaml\solana-labs_solana\.github\workflows\downstream-project-spl-nightly.yml | downstream-project-spl-nightly.yml | YAML | 794 | 0.8 | 0.096774 | 0.111111 | vue-tools | 792 | 2024-10-11T15:54:19.125731 | MIT | false | 8855c2bcf2c30ec34844104689307247 |
name: Downstream Project - SPL\n\non:\n push:\n branches:\n - master\n - v[0-9]+.[0-9]+\n pull_request:\n branches:\n - master\n - v[0-9]+.[0-9]+\n paths:\n - "**.rs"\n - "Cargo.toml"\n - "Cargo.lock"\n - "cargo-build-bpf"\n - "cargo-test-bpf"\n - "cargo-buil... | dataset_sample\yaml\solana-labs_solana\.github\workflows\downstream-project-spl.yml | downstream-project-spl.yml | YAML | 4,197 | 0.95 | 0.030864 | 0 | python-kit | 810 | 2023-08-19T12:09:30.398696 | Apache-2.0 | false | 2cefb745b2308939191b89812f1be41a |
name: error-reporting\n\non:\n workflow_call:\n secrets:\n WEBHOOK:\n required: true\n\njobs:\n slack:\n runs-on: ubuntu-20.04\n steps:\n - env:\n COMMIT_MESSAGE: ${{ github.event.head_commit.message }}\n COMMIT_AUTHOR_NAME: ${{ github.event.head_commit.author.name }}\n ... | dataset_sample\yaml\solana-labs_solana\.github\workflows\error-reporting.yml | error-reporting.yml | YAML | 816 | 0.95 | 0 | 0 | react-lib | 967 | 2023-11-30T18:14:00.266059 | Apache-2.0 | false | 629a2ecfae009acc29bba8fd9c0adc15 |
name: increment-cargo-version\n\non:\n release:\n types: [published]\n\njobs:\n check_compilation:\n name: Increment cargo version\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Repository\n uses: actions/checkout@v3\n\n # This script confirms two assumptions:\n # 1) Tag should... | dataset_sample\yaml\solana-labs_solana\.github\workflows\increment-cargo-version-on-release.yml | increment-cargo-version-on-release.yml | YAML | 1,480 | 0.8 | 0.025641 | 0.090909 | node-utils | 80 | 2024-11-14T18:26:11.121408 | MIT | false | 57313f191d28aca0edb6795e0d4ccb3b |
name: "Issue Label Actions"\n\non:\n issues:\n types: [labeled, unlabeled]\n\npermissions:\n contents: read\n issues: write\n\njobs:\n action:\n runs-on: ubuntu-latest\n steps:\n - uses: dessant/label-actions@v2\n | dataset_sample\yaml\solana-labs_solana\.github\workflows\label-actions.yml | label-actions.yml | YAML | 216 | 0.7 | 0 | 0 | vue-tools | 250 | 2025-06-22T20:52:17.704670 | MIT | false | 1816a3d3e388f9ce9c79f3cd472be372 |
name: "Manage stale issues and PRs"\non:\n # Chosen to be just before London wakes up and way past San Francisco's bedtime.\n schedule:\n - cron: "0 8 * * 1-5" # This is in UTC.\n # Do a dry-run (debug-only: true) whenever this workflow itself is changed.\n pull_request:\n paths:\n - .github/workflows/ma... | dataset_sample\yaml\solana-labs_solana\.github\workflows\manage-stale-issues-and-prs.yml | manage-stale-issues-and-prs.yml | YAML | 1,797 | 0.8 | 0.022727 | 0.097561 | python-kit | 562 | 2023-11-08T14:06:16.828806 | BSD-3-Clause | false | 2173648ed0353dd2dd895952c66e1653 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.