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: release-artifacts-auto\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\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: true\n\njobs:\n release-artifacts:\n if: github.repository == 'solana-labs/solana'\n... | dataset_sample\yaml\solana-labs_solana\.github\workflows\release-artifacts-auto.yml | release-artifacts-auto.yml | YAML | 813 | 0.7 | 0.0625 | 0 | awesome-app | 355 | 2024-05-28T09:19:35.826424 | MIT | false | 3154a25bb7561f0bb674b1c1f4438f08 |
name: release-artifacts-manually\n\non:\n workflow_dispatch:\n inputs:\n commit:\n type: string\n required: true\n description: commit\n\njobs:\n release-artifacts:\n uses: ./.github/workflows/release-artifacts.yml\n with:\n commit: ${{ github.event.inputs.commit }}\n secret... | dataset_sample\yaml\solana-labs_solana\.github\workflows\release-artifacts-manually.yml | release-artifacts-manually.yml | YAML | 482 | 0.85 | 0 | 0 | awesome-app | 356 | 2023-12-22T09:36:47.967546 | BSD-3-Clause | false | d17f25d2ff09118e00da41eda0f17668 |
name: release-artifacts\n\non:\n workflow_call:\n inputs:\n commit:\n required: false\n type: string\n secrets:\n AWS_ACCESS_KEY_ID:\n required: true\n AWS_SECRET_ACCESS_KEY:\n required: true\n AWS_S3_BUCKET:\n required: true\n\njobs:\n windows-build:\n ... | dataset_sample\yaml\solana-labs_solana\.github\workflows\release-artifacts.yml | release-artifacts.yml | YAML | 3,589 | 0.95 | 0.043103 | 0.009615 | vue-tools | 907 | 2024-02-07T20:55:20.188880 | BSD-3-Clause | false | 17cbd3ea477c71aaa3a30f4831f49326 |
#\n# Build steps that run after the primary pipeline on pushes and tags.\n# Pull requests to not run these steps.\nsteps:\n - name: "cargo audit"\n command: "ci/docker-run-default-image.sh ci/do-audit.sh"\n agents:\n queue: "release-build"\n timeout_in_minutes: 10\n - wait\n - name: "publish tarball (x... | dataset_sample\yaml\solana-labs_solana\ci\buildkite-secondary.yml | buildkite-secondary.yml | YAML | 1,397 | 0.8 | 0 | 0.058824 | node-utils | 110 | 2024-12-06T07:21:34.705043 | BSD-3-Clause | false | 2fc2a9724a9d4526fa119d26cfc3de2f |
project_id: '2'\napi_token_env: 'CROWDIN_PERSONAL_TOKEN'\nbase_url: 'https://solana.crowdin.com'\npreserve_hierarchy: true\nfiles: [\n # JSON translation files\n {\n source: '/i18n/en/**/*',\n translation: '/i18n/%two_letters_code%/**/%original_file_name%',\n },\n # Docs Markdown files\n {\n s... | dataset_sample\yaml\solana-labs_solana\docs\crowdin.yml | crowdin.yml | YAML | 797 | 0.8 | 0 | 0.12 | python-kit | 53 | 2024-03-09T16:19:25.226041 | BSD-3-Clause | false | 068a7bb166f5d6d6dd84232fe18da445 |
apiVersion: 1\n\nproviders:\n- name: 'InfluxDB'\n orgId: 1\n folder: ''\n type: file\n disableDeletion: false\n editable: true\n options:\n path: /etc/grafana/provisioning/dashboards | dataset_sample\yaml\solana-labs_solana\metrics\scripts\grafana-provisioning\dashboards\dashboard.yml | dashboard.yml | YAML | 181 | 0.7 | 0 | 0 | python-kit | 513 | 2025-01-22T10:49:41.920231 | MIT | false | 611785bdf81cbbc954feb1501854a079 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO performance testnet CPU only"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-cpu-only"\n ENABLE_GPU: "false"\n TEST_DURATION_SECOND... | dataset_sample\yaml\solana-labs_solana\system-test\deprecated-testcases\colo-cpu-only-perf.yml | colo-cpu-only-perf.yml | YAML | 566 | 0.7 | 0 | 0 | python-kit | 632 | 2024-12-14T13:53:47.080046 | MIT | true | 3fcbed9b568a551042fe5d25d59c2861 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO performance testnet GPU enabled - High Tx Count"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-gpu-enabled"\n ENABLE_GPU: "true"\n ... | dataset_sample\yaml\solana-labs_solana\system-test\deprecated-testcases\colo-gpu-perf-high-txcount.yml | colo-gpu-perf-high-txcount.yml | YAML | 587 | 0.7 | 0 | 0 | awesome-app | 486 | 2025-04-12T22:28:09.281005 | MIT | true | 791838f8f9d4c219d237206a0346e011 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO performance testnet GPU enabled"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-gpu-enabled"\n ENABLE_GPU: "true"\n TEST_DURATION_S... | dataset_sample\yaml\solana-labs_solana\system-test\deprecated-testcases\colo-gpu-perf.yml | colo-gpu-perf.yml | YAML | 571 | 0.7 | 0 | 0 | awesome-app | 371 | 2023-08-10T00:41:26.580964 | Apache-2.0 | true | 5b4b2811b350cdabacef188d1c1d04af |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 100 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATO... | dataset_sample\yaml\solana-labs_solana\system-test\deprecated-testcases\gce-gpu-perf-100-node.yml | gce-gpu-perf-100-node.yml | YAML | 831 | 0.7 | 0 | 0 | awesome-app | 693 | 2025-03-04T05:35:44.167116 | MIT | true | 17824a580a8a2bdab456785c06d027ab |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Colo - CPU Only - Partial Loss 3 Partitions"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-cpu-only"\n NUMBER_OF_VALIDATOR_NODES: 2\n E... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\colo-3-partition.yml | colo-3-partition.yml | YAML | 760 | 0.7 | 0 | 0 | awesome-app | 933 | 2025-06-29T20:03:15.452426 | GPL-3.0 | true | 42981d7a4e270077bda9d3499768e82b |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Colo - CPU Only - 1 minute partition then 5 minute stabilization"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-cpu-only"\n NUMBER_OF_VALIDA... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\colo-partition-once-then-stabilize.yml | colo-partition-once-then-stabilize.yml | YAML | 782 | 0.7 | 0 | 0 | python-kit | 967 | 2024-07-29T23:10:57.641477 | MIT | true | 451f3e23f2caef3b479d7d4151ae25f2 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - CPU Only 5 Node - Partial Loss 3 Partitions"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n NUMBER_OF_VALIDATOR_NODES: 5\n ... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\gce-5-node-3-partition.yml | gce-5-node-3-partition.yml | YAML | 915 | 0.7 | 0 | 0 | react-lib | 843 | 2023-09-10T00:42:29.253195 | GPL-3.0 | true | f13de858fe2bfa9f35aa87ddbf7da4fe |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - 2 even partitions with full loss"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n NUMBER_OF_VALIDATOR_NODES: 5\n ENABLE_G... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\gce-5-node-single-region-2-partitions.yml | gce-5-node-single-region-2-partitions.yml | YAML | 903 | 0.7 | 0 | 0 | vue-tools | 703 | 2024-02-10T06:33:01.099953 | MIT | true | dffa705fa41ee228ab26a43c05aa4667 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - CPU Only - 1 minute partition then 5 minute stabilization"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\gce-partition-once-then-stabilize.yml | gce-partition-once-then-stabilize.yml | YAML | 930 | 0.7 | 0 | 0 | awesome-app | 659 | 2025-03-28T02:48:43.214076 | BSD-3-Clause | true | 9dbb564d6fbcbccfc1cc4ebf9a7a891f |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Partition recovery on GCE"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n ENABLE_GPU: "false"\n NUMBER_OF_VALIDATOR_NODES: 9\n VALIDATOR_NODE_MACHINE_TYPE: "--ma... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\gce-partition-recovery.yml | gce-partition-recovery.yml | YAML | 834 | 0.7 | 0 | 0 | vue-tools | 643 | 2024-12-06T23:39:59.551200 | MIT | true | e731094b4830a4b8248219d51804d7dc |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - CPU Only 5 Node - 20% network offline with 2 partitions"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n NUMBER_OF_VALIDATOR_N... | dataset_sample\yaml\solana-labs_solana\system-test\partition-testcases\gce-partition-with-offline.yml | gce-partition-with-offline.yml | YAML | 1,063 | 0.7 | 0 | 0 | python-kit | 961 | 2023-08-18T13:42:32.630531 | BSD-3-Clause | true | b323b28f3d9fd7456e5aa1186650febd |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "AWS - CPU Only 10 Node"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "ec2"\n TESTNET_TAG: "aws-perf-cpu-only"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR_NODES:... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\aws-cpu-only-perf-10-node.yml | aws-cpu-only-perf-10-node.yml | YAML | 775 | 0.8 | 0 | 0.047619 | awesome-app | 348 | 2025-02-17T06:23:35.764031 | GPL-3.0 | true | f35582ca410e854d3ad48c28f22caf3c |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "AWS - CPU Only 5 Node"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "ec2"\n TESTNET_TAG: "aws-perf-cpu-only"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR_NODES: ... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\aws-cpu-only-perf-5-node.yml | aws-cpu-only-perf-5-node.yml | YAML | 773 | 0.8 | 0 | 0.047619 | awesome-app | 46 | 2025-02-23T20:24:54.154649 | GPL-3.0 | true | 7504098837fa8132e75a477fb65c636a |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Azure - CPU Only 5 Node"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "azure"\n TESTNET_TAG: "azure-perf-cpu-only"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR_N... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\azure-cpu-only-perf-5-node.yml | azure-cpu-only-perf-5-node.yml | YAML | 682 | 0.7 | 0 | 0 | vue-tools | 471 | 2024-12-08T01:53:52.113247 | Apache-2.0 | true | dc2b517092434e5dc4d248479223142a |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO performance testnet CPU only (reduced validator and client count)"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-cpu-only"\n ENABLE_GPU... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\colo-cpu-only-perf-4-val-1-client.yml | colo-cpu-only-perf-4-val-1-client.yml | YAML | 603 | 0.7 | 0 | 0 | vue-tools | 263 | 2024-07-29T05:59:32.640870 | GPL-3.0 | true | 9276a89b07a9772a193f320cea93b272 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO performance testnet GPU enabled (reduced validator and client count)"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-gpu-enabled"\n ENAB... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\colo-gpu-perf-4-val-1-client.yml | colo-gpu-perf-4-val-1-client.yml | YAML | 608 | 0.7 | 0 | 0 | vue-tools | 182 | 2025-01-01T11:43:59.828995 | BSD-3-Clause | true | 3278bccd6c0901d9dbffd0168d7070d1 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO performance testnet GPU enabled - High Tx Count (reduced validator and client count)"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-gpu-enab... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\colo-gpu-perf-high-txcount-4-val-1-client.yml | colo-gpu-perf-high-txcount-4-val-1-client.yml | YAML | 624 | 0.7 | 0 | 0 | node-utils | 4 | 2023-09-01T19:13:33.859723 | Apache-2.0 | true | f4ee8e8db75e74a2ff8b0e4f325e9368 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE performance testnets CPU ONLY"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALID... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-cpu-only-perf-10-node.yml | gce-cpu-only-perf-10-node.yml | YAML | 755 | 0.7 | 0 | 0 | react-lib | 475 | 2024-06-05T08:54:03.467585 | Apache-2.0 | true | 6a3ac9d930ff141ffefdc8726055fcd2 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - CPU Only 5 Node Single Zone"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALID... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-cpu-only-perf-5-node-single-region.yml | gce-cpu-only-perf-5-node-single-region.yml | YAML | 714 | 0.7 | 0 | 0 | vue-tools | 604 | 2024-06-22T23:41:41.456546 | MIT | true | cef563cf6ba44237a87e5a0b7ceece0e |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - CPU Only 5 Node"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR_NODES: ... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-cpu-only-perf-5-node.yml | gce-cpu-only-perf-5-node.yml | YAML | 742 | 0.7 | 0 | 0 | vue-tools | 829 | 2023-10-26T20:49:06.094902 | GPL-3.0 | true | da4f58847d3d4a587e66e2c3852ba695 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 10 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-10-node-single-region.yml | gce-gpu-perf-10-node-single-region.yml | YAML | 755 | 0.7 | 0 | 0 | vue-tools | 714 | 2025-01-29T07:56:06.045537 | BSD-3-Clause | true | 9550243e4dd58eed7a483a25d4f61fe8 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 10 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-10-node.yml | gce-gpu-perf-10-node.yml | YAML | 795 | 0.7 | 0 | 0 | vue-tools | 201 | 2025-02-12T02:49:01.598606 | MIT | true | f844d491679d777f42327c70deb3679b |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 25 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-25-node-single-region.yml | gce-gpu-perf-25-node-single-region.yml | YAML | 755 | 0.7 | 0 | 0 | react-lib | 145 | 2023-10-22T03:07:19.881119 | BSD-3-Clause | true | c7d0d923e60a9bb8de2d620fc382dd25 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 25 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-25-node.yml | gce-gpu-perf-25-node.yml | YAML | 795 | 0.7 | 0 | 0 | node-utils | 277 | 2024-02-22T06:12:29.699319 | GPL-3.0 | true | 71a95e9b33fbcd19de46988dd64fa98a |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 5 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR_... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-5-node-single-region.yml | gce-gpu-perf-5-node-single-region.yml | YAML | 753 | 0.7 | 0 | 0 | awesome-app | 761 | 2024-07-15T23:14:03.515456 | Apache-2.0 | true | d9cf2a10e714ec11061e322d1fb89af1 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 5 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR_... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-5-node.yml | gce-gpu-perf-5-node.yml | YAML | 793 | 0.7 | 0 | 0 | vue-tools | 425 | 2024-02-26T08:38:17.276548 | Apache-2.0 | true | fd7ba7500b217db578d90a1eff81b165 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 50 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-50-node-single-region.yml | gce-gpu-perf-50-node-single-region.yml | YAML | 789 | 0.7 | 0 | 0 | react-lib | 849 | 2025-03-09T05:48:42.436573 | BSD-3-Clause | true | f5ac5a0c839a1594243fa3e202d53cbf |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - GPU Enabled 50 Nodes"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-gpu-enabled"\n TEST_DURATION_SECONDS: 600\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\gce-gpu-perf-50-node.yml | gce-gpu-perf-50-node.yml | YAML | 829 | 0.7 | 0 | 0 | node-utils | 887 | 2023-09-13T11:08:56.735697 | Apache-2.0 | true | d0c72a5c8a613c8a12f1e90e11bff455 |
steps:\n - command: "buildkite-agent pipeline upload system-test/performance-testcases/gce-gpu-perf-5-node-single-region.yml"\n name: "5 Node Test - TPS Report - Single Region"\n agents:\n queue: "pipeline-uploader"\n - wait: ~\n continue_on_failure: true\n - command: "buildkite-agent pipeline upload s... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\tps-report-single-region.yml | tps-report-single-region.yml | YAML | 1,007 | 0.7 | 0 | 0 | node-utils | 189 | 2024-10-20T23:07:46.767754 | BSD-3-Clause | true | c9d22134d6a86600f19a6904074a0c1f |
steps:\n - command: "buildkite-agent pipeline upload system-test/performance-testcases/gce-gpu-perf-5-node.yml"\n name: "5 Node Test - TPS Report"\n agents:\n queue: "pipeline-uploader"\n - wait: ~\n continue_on_failure: true\n - command: "buildkite-agent pipeline upload system-test/performance-testcas... | dataset_sample\yaml\solana-labs_solana\system-test\performance-testcases\tps-report.yml | tps-report.yml | YAML | 887 | 0.7 | 0 | 0 | vue-tools | 50 | 2024-05-26T11:07:56.899935 | GPL-3.0 | true | 556e2321511cf1104044654e5de1a6ab |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Restart test on GCE"\n env:\n UPLOAD_RESULTS_TO_SLACK: "false"\n CLOUD_PROVIDER: "gce"\n ENABLE_GPU: "false"\n NUMBER_OF_VALIDATOR_NODES: 4\n VALIDATOR_NODE_MACHINE_TYPE: "--machine-type n2-standard-16"\n NUMBER_OF_CL... | dataset_sample\yaml\solana-labs_solana\system-test\restart-testcases\restart_gce.yml | restart_gce.yml | YAML | 635 | 0.7 | 0 | 0 | react-lib | 662 | 2025-07-05T17:41:34.216458 | BSD-3-Clause | true | 04bb20bc609fcfae344ce4237431bdaf |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO 1 hour performance & stability CPU only"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-cpu-only"\n ENABLE_GPU: "false"\n TEST_DURA... | dataset_sample\yaml\solana-labs_solana\system-test\stability-testcases\colo-long-duration-cpu-only-perf.yml | colo-long-duration-cpu-only-perf.yml | YAML | 578 | 0.7 | 0 | 0 | react-lib | 242 | 2024-08-20T18:24:08.076490 | GPL-3.0 | true | 34884da3fe165a7776b0867d94875291 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "COLO 1 hour performance & stability GPU enabled"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n TESTNET_TAG: "colo-perf-gpu-enabled"\n ENABLE_GPU: "true"\n TEST... | dataset_sample\yaml\solana-labs_solana\system-test\stability-testcases\colo-long-duration-gpu-perf.yml | colo-long-duration-gpu-perf.yml | YAML | 583 | 0.7 | 0 | 0 | awesome-app | 730 | 2024-07-13T18:06:21.108096 | Apache-2.0 | true | 089e375e89a252932865aaeb0d9ec444 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - 1 hour perf stability"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-perf-cpu-only"\n TEST_DURATION_SECONDS: 3600\n NUMBER_OF_VALIDATOR_... | dataset_sample\yaml\solana-labs_solana\system-test\stability-testcases\gce-perf-stability-5-node-single-region.yml | gce-perf-stability-5-node-single-region.yml | YAML | 709 | 0.7 | 0 | 0 | node-utils | 183 | 2025-03-23T13:16:56.808466 | GPL-3.0 | true | 3424be928da8de5ad3439c83f49654ef |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "GCE - 8 hour Stability - 5 Node"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n TESTNET_TAG: "gce-stability"\n TEST_DURATION_SECONDS: 28800\n NUMBER_OF_VALIDATOR... | dataset_sample\yaml\solana-labs_solana\system-test\stability-testcases\gce-stability-5-node.yml | gce-stability-5-node.yml | YAML | 675 | 0.7 | 0 | 0 | vue-tools | 62 | 2023-12-26T23:52:43.268716 | MIT | true | 9f98e9c2512e84e14ba6ca3c57d61ac1 |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Running Offline Stake Operations Tests on Colo"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "colo"\n ENABLE_GPU: "false"\n TEST_DURATION_SECONDS: 30\n NUMBER_OF_VALID... | dataset_sample\yaml\solana-labs_solana\system-test\stake-operations-testcases\offline_stake_colo.yml | offline_stake_colo.yml | YAML | 619 | 0.7 | 0 | 0 | awesome-app | 766 | 2024-08-26T12:44:38.247049 | GPL-3.0 | true | 7878213058b57866daef85fdd126b50b |
steps:\n - command: "system-test/testnet-automation.sh"\n label: "Running Offline Stake Operations Tests on GCE"\n env:\n UPLOAD_RESULTS_TO_SLACK: "true"\n UPLOAD_RESULTS_TO_DISCORD: "true"\n CLOUD_PROVIDER: "gce"\n ENABLE_GPU: "false"\n TEST_DURATION_SECONDS: 30\n NUMBER_OF_VALIDAT... | dataset_sample\yaml\solana-labs_solana\system-test\stake-operations-testcases\offline_stake_gce.yml | offline_stake_gce.yml | YAML | 694 | 0.7 | 0 | 0 | node-utils | 769 | 2024-12-15T05:39:34.579399 | GPL-3.0 | true | ac49e25a3291e2fc7b02474b43147b4a |
# These are supported funding model platforms\n\ngithub: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: # Replace with a single Patreon username\nopen_collective: sonarr\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/pack... | dataset_sample\yaml\Sonarr_Sonarr\FUNDING.yml | FUNDING.yml | YAML | 669 | 0.8 | 0 | 0.090909 | react-lib | 383 | 2023-08-23T01:23:26.850867 | Apache-2.0 | false | d12b550b7a248d07f727ff950bf57994 |
version: 2\n\nupdates:\n\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n | dataset_sample\yaml\spatie_browsershot\.github\dependabot.yml | dependabot.yml | YAML | 120 | 0.7 | 0 | 0 | awesome-app | 372 | 2024-10-22T08:56:56.931130 | MIT | false | 3d751e6f41274e60e26dfdb58b48021a |
blank_issues_enabled: false\ncontact_links:\n - name: Ask a Question\n url: https://github.com/spatie/browsershot/discussions/new?category=q-a\n about: Ask the community for help\n - name: Feature Request\n url: https://github.com/spatie/browsershot/discussions/new?category=ideas\n about: Shar... | dataset_sample\yaml\spatie_browsershot\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 460 | 0.8 | 0.181818 | 0 | awesome-app | 433 | 2024-03-20T02:05:06.742544 | GPL-3.0 | false | b5920ff9b5fd7fbaeaebf255d88980dd |
name: dependabot-auto-merge\non: pull_request_target\n\npermissions:\n pull-requests: write\n contents: write\n\njobs:\n dependabot:\n runs-on: ubuntu-latest\n if: ${{ github.actor == 'dependabot[bot]' }}\n steps:\n \n - name: Dependabot metadata\n id: metadata\n uses: dependabot/fetch... | dataset_sample\yaml\spatie_browsershot\.github\workflows\dependabot-auto-merge.yml | dependabot-auto-merge.yml | YAML | 1,054 | 0.7 | 0.15625 | 0 | react-lib | 125 | 2024-04-29T01:36:18.756528 | GPL-3.0 | false | b246702958e506df46ad2310ff909dd7 |
name: Fix PHP code style issues\n\non:\n push:\n paths:\n - '**.php'\n\npermissions:\n contents: write\n\njobs:\n php-code-styling:\n runs-on: ubuntu-latest\n timeout-minutes: 5\n\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n with:\n ref: ${{ github.head_... | dataset_sample\yaml\spatie_browsershot\.github\workflows\fix-php-code-style-issues.yml | fix-php-code-style-issues.yml | YAML | 533 | 0.7 | 0 | 0 | react-lib | 815 | 2024-04-27T00:38:49.350334 | GPL-3.0 | false | dceebfba448339b195846f5c7f3bc82a |
name: "Update Changelog"\n\non:\n release:\n types: [released]\n\njobs:\n update:\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n with:\n ref: main\n\n - name: Update Changelog\n uses: stefanzweifel/changelog-updater-action@v1\... | dataset_sample\yaml\spatie_browsershot\.github\workflows\update-changelog.yml | update-changelog.yml | YAML | 645 | 0.7 | 0 | 0 | python-kit | 188 | 2023-10-09T21:46:49.865173 | GPL-3.0 | false | f64f9562ec387affbc72226dffcdebca |
version: "2"\nplugins:\n rubocop:\n enabled: true\n checks:\n Rubocop/Naming/RescuedExceptionsVariableName:\n enabled: false\n Rubocop/Layout/AlignArguments:\n enabled: false\n Rubocop/Style/MultilineWhenThen:\n enabled: false\n Rubocop/Layout/SpaceAroundOperators:\n ... | dataset_sample\yaml\spree_spree\.codeclimate.yml | .codeclimate.yml | YAML | 574 | 0.7 | 0 | 0 | vue-tools | 792 | 2024-03-28T03:51:52.436678 | Apache-2.0 | false | 09813d55ff2408c9ee173492e40b11f5 |
require: rubocop-rspec\n\nAllCops:\n TargetRubyVersion: 3.0\n Exclude:\n - "**/sandbox/**/*"\n - "**/db/migrate/*"\n - "**/Gemfile"\n - "**/Gemfile.lock"\n - "**/Rakefile"\n - "**/rails"\n - "**/*.gemspec"\n - "**/dummy/**/*"\n - "**/vendor/**/*"\n - "**/spec_helper.rb"\n - "**/templa... | dataset_sample\yaml\spree_spree\.rubocop.yml | .rubocop.yml | YAML | 3,087 | 0.95 | 0 | 0 | react-lib | 606 | 2023-07-20T15:50:22.236276 | BSD-3-Clause | false | cec1fe19a6b720ecb6dcb9d6d09a72cb |
---\ninclude:\n- "**/*.rb"\nexclude:\n- "*/spec/**/*"\n- "*test/**/*"\n- "*/vendor/**/*"\n- vendor/**/*\n- ".bundle/**/*"\n- sample/**/*\n- sandbox/**/*\n- pkg/**/*\n- cli/**/*.gemspec\nrequire: []\ndomains: []\nreporters:\n- rubocop\n- require_not_found\nrequire_paths: []\nmax_files: 50_000\n | dataset_sample\yaml\spree_spree\.solargraph.yml | .solargraph.yml | YAML | 274 | 0.95 | 0 | 0 | vue-tools | 997 | 2025-01-03T04:41:53.829025 | Apache-2.0 | false | 56223ec808a848d510ccab4486252531 |
version: 2.1\n\ndefaults: &defaults\n environment: &environment\n CIRCLE_TEST_REPORTS: /tmp/test-results\n CIRCLE_ARTIFACTS: /tmp/test-artifacts\n BUNDLE_JOBS: 4\n BUNDLE_RETRY: 3\n BUNDLE_PATH: ~/spree/vendor/bundle\n DB_HOST: localhost\n DB: postgres # default value, this will speed up bundle in... | dataset_sample\yaml\spree_spree\.circleci\config.yml | config.yml | YAML | 4,687 | 0.95 | 0.005263 | 0.021739 | python-kit | 344 | 2024-03-22T00:36:06.557592 | MIT | false | 6b8a249a7aeeb967b58271df41ff14dc |
version: 2\nupdates:\n- package-ecosystem: bundler\n directory: "/core"\n schedule:\n interval: daily\n open-pull-requests-limit: 10\n- package-ecosystem: bundler\n directory: "/cli"\n schedule:\n interval: daily\n open-pull-requests-limit: 10\n- package-ecosystem: bundler\n directory: "/api"\n schedule:\... | dataset_sample\yaml\spree_spree\.github\dependabot.yml | dependabot.yml | YAML | 820 | 0.7 | 0 | 0 | vue-tools | 690 | 2024-02-19T17:55:38.823612 | Apache-2.0 | false | 472f4d4d2a33a3a123cd5bad71376430 |
name: "CLA Assistant"\non:\n issue_comment:\n types: [created]\n pull_request_target:\n types: [opened,closed,synchronize]\n\n# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings\npermissions:\n actions: write\n contents: write # this c... | dataset_sample\yaml\spree_spree\.github\workflows\cla.yml | cla.yml | YAML | 2,684 | 0.95 | 0.116279 | 0.375 | python-kit | 928 | 2024-04-07T16:56:59.973058 | BSD-3-Clause | false | c36f0f6db4228abe29972d71f9484d4d |
---\nname: Lint Code Spelling\n\non: [pull_request]\n\njobs:\n codespell:\n name: Check spelling all files with codespell\n runs-on: ubuntu-latest\n strategy:\n matrix:\n python-version: [3.8]\n steps:\n - uses: actions/checkout@v2\n - name: Set up Python ${{ matrix.python-version }}\... | dataset_sample\yaml\spree_spree\.github\workflows\spelling_lint.yml | spelling_lint.yml | YAML | 1,135 | 0.95 | 0.029412 | 0 | react-lib | 345 | 2025-06-02T21:44:13.408650 | Apache-2.0 | false | 854f69237500ff7c53fdca6134422454 |
# i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks\n\n# The "main" locale.\nbase_locale: en\n## All available locales are inferred from the data by default. Alternatively, specify them explicitly:\n# locales: [es, fr]\n## Reporting locale, default: en. Available: en, ru.... | dataset_sample\yaml\spree_spree\admin\config\i18n-tasks.yml | i18n-tasks.yml | YAML | 7,669 | 0.95 | 0.036842 | 0.820359 | vue-tools | 355 | 2024-05-30T09:56:13.156565 | MIT | false | 9c73c7245bb0e8878c69253f228b57fc |
---\nen:\n spree:\n admin:\n amount_spent: Amount spent\n audit_log: Audit Log\n avg_order_value: Avg. Order Value\n back_to_dashboard: Back to Dashboard\n bulk_ops:\n products:\n body:\n add_tags: 'Select tags to add to the products:'\n add_to_brand: '... | dataset_sample\yaml\spree_spree\admin\config\locales\en.yml | en.yml | YAML | 11,541 | 0.7 | 0.026923 | 0 | react-lib | 523 | 2024-07-15T17:33:09.768096 | MIT | false | adc860489341ff62c48af9359bdb7420 |
base_locale: en\ndata:\n yaml:\n write:\n # do not wrap lines at 80 characters\n line_width: -1\n\n# Find translate calls\nsearch:\n paths:\n - '../api/app'\n - '../api/lib'\n\n#### For API v1 only, START ####\n exclude:\n - '../api/app/controllers/spree/api/v1/*'\n - '../api/app/views/*'\n\... | dataset_sample\yaml\spree_spree\api\config\i18n-tasks.yml | i18n-tasks.yml | YAML | 1,163 | 0.95 | 0.025 | 0.138889 | node-utils | 523 | 2023-10-21T22:55:03.332284 | GPL-3.0 | false | 0bffee162f90d660638614a1b6cba49f |
---\nen:\n spree:\n api:\n gateway_error: 'There was a problem with the payment gateway: %{text}'\n invalid_api_key: Invalid API key (%{key}) specified.\n invalid_resource: Invalid resource. Please fix errors and try again.\n invalid_taxonomy_id: Invalid taxonomy id.\n must_specify_api_key:... | dataset_sample\yaml\spree_spree\api\config\locales\en.yml | en.yml | YAML | 2,081 | 0.85 | 0.105263 | 0 | awesome-app | 818 | 2025-06-03T16:13:52.040165 | MIT | false | 386e110da3830ef80067eef7f4667040 |
AllCops:\n DisplayCopNames: true\n TargetRubyVersion: 3.3\n Include:\n - '**/Gemfile'\n - '**/Rakefile'\n - '**/Appraisals'\n Exclude:\n - 'spec/dummy/**/*'\n - 'lib/generators/**/*'\n\nRails:\n Enabled: true\n\nMetrics/LineLength:\n Max: 150\n\n# DISABLED\n\nStyle/Documentation:\n Enabled: false\... | dataset_sample\yaml\spree_spree\cli\lib\spree_cli\templates\extension\.rubocop.yml | .rubocop.yml | YAML | 352 | 0.8 | 0 | 0.052632 | python-kit | 186 | 2023-09-14T09:39:27.061978 | GPL-3.0 | false | dacfccfbcd2cf6e8799b47722e931288 |
version: 2.1\n\ndefaults: &defaults\n environment: &environment\n CIRCLE_TEST_REPORTS: /tmp/test-results\n CIRCLE_ARTIFACTS: /tmp/test-artifacts\n BUNDLE_JOBS: 4\n BUNDLE_RETRY: 3\n BUNDLE_PATH: ~/spree/vendor/bundle\n working_directory: ~/spree\n docker:\n - image: &ruby_image cimg/ruby:3.3-browse... | dataset_sample\yaml\spree_spree\cli\lib\spree_cli\templates\extension\.circleci\config.yml | config.yml | YAML | 3,085 | 0.95 | 0 | 0 | python-kit | 628 | 2024-07-24T21:21:04.030100 | BSD-3-Clause | false | 9c9e047bb8412c592dc9a087419faa1a |
# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-... | dataset_sample\yaml\spree_spree\cli\lib\spree_cli\templates\extension\.github\.dependabot.yml | .dependabot.yml | YAML | 529 | 0.8 | 0.272727 | 0.4 | python-kit | 776 | 2024-01-30T08:25:48.667917 | BSD-3-Clause | false | 0a988707d040ef1b070b19b0d2bf8c05 |
# Sample localization file for English. Add more files in this directory for other locales.\n# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.\n\nen:\n hello: "Hello world"\n | dataset_sample\yaml\spree_spree\cli\lib\spree_cli\templates\extension\config\locales\en.yml | en.yml | YAML | 214 | 0.8 | 0.6 | 0.5 | react-lib | 706 | 2023-09-14T02:33:53.154807 | GPL-3.0 | false | c2813d3742491c51bd3a630acbf4d2b7 |
require: rubocop-rspec\n\ninherit_from: ../.rubocop.yml\n\nMetrics/BlockLength:\n Enabled: false\n\nStyle/BlockDelimiters:\n Enabled: false\n | dataset_sample\yaml\spree_spree\cli\lib\spree_cli\templates\extension\spec\.rubocop.yml | .rubocop.yml | YAML | 134 | 0.85 | 0 | 0 | python-kit | 792 | 2025-06-26T13:42:41.533844 | MIT | false | 218f029c68d6cf6ed45da1b592e33c61 |
# i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks\n\n# The "main" locale.\nbase_locale: en\n## All available locales are inferred from the data by default. Alternatively, specify them explicitly:\n# locales: [es, fr]\n## Reporting locale, default: en. Available: en, ru.... | dataset_sample\yaml\spree_spree\core\config\i18n-tasks.yml | i18n-tasks.yml | YAML | 7,148 | 0.95 | 0.039326 | 0.909677 | vue-tools | 763 | 2024-04-06T10:15:46.762995 | GPL-3.0 | false | 67ec16e0833621e0a10211c8e8323c57 |
---\nen:\n action_text:\n video_embed:\n not_found: Can't embed a video using the provided URL\n activemodel:\n errors:\n messages:\n blank: can't be blank\n models:\n spree/fulfilment_changer:\n attributes:\n current_shipment:\n can_not_have_backord... | dataset_sample\yaml\spree_spree\core\config\locales\en.yml | en.yml | YAML | 85,319 | 0.75 | 0.028138 | 0 | vue-tools | 331 | 2024-02-01T16:56:57.977030 | BSD-3-Clause | false | 212fa6121031aae803e03c90d16d0a7c |
<% if agent_number = ENV['TC_AGENT_NUMBER']\ndatabase_prefix = agent_number + '_'\nend %>\n<% if options[:lib_name]\n lib_name = options[:lib_name].gsub('/', '_')\nend %>\n<% db_password = ENV['DB_PASSWORD'] %>\n<% db_username = ENV['DB_USERNAME'] %>\n<% db_host = ENV['DB_HOST'] %>\n<% case ENV['DB']\n when 'sqlite' ... | dataset_sample\yaml\spree_spree\core\lib\generators\spree\dummy\templates\rails\database.yml | database.yml | YAML | 1,971 | 0.7 | 0.025 | 0 | awesome-app | 661 | 2023-11-06T07:01:34.748819 | BSD-3-Clause | false | 75cab769a72669920ad1e8867fbb894e |
openapi: 3.0.3\nservers:\n - url: 'https://demo.spreecommerce.org'\n description: demo\n - url: 'http://localhost:3000'\n description: localhost\ninfo:\n version: 1.0.0\n title: Authentication\n description: Spree uses oAuth based Authentication via short-lived Bearer tokens. You can either create a new one ... | dataset_sample\yaml\spree_spree\docs\api-reference\oauth.yml | oauth.yml | YAML | 7,771 | 0.95 | 0 | 0 | node-utils | 502 | 2024-03-27T00:09:13.523652 | GPL-3.0 | false | 0e52890868efa1042fdebae81b8a1ba0 |
exclude_patterns:\n - "src/backend/distributed/utils/citus_outfuncs.c"\n - "src/backend/distributed/deparser/ruleutils_*.c"\n - "src/include/distributed/citus_nodes.h"\n - "src/backend/distributed/safeclib"\n - "src/backend/columnar/safeclib"\n - "**/vendor/"\n | dataset_sample\yaml\sql\.codeclimate.yml | .codeclimate.yml | YAML | 260 | 0.7 | 0 | 0 | python-kit | 965 | 2024-05-24T05:53:43.303008 | Apache-2.0 | false | c4ba831830f5040991d8e2d26fe3752d |
# If it says that commit YAML is invalid again,\n# validate it with:\n# curl --data-binary @.codecov.yml https://codecov.io/validate\n# More docs: https://docs.codecov.com/docs/codecov-yaml#repository-yaml\nignore:\n - "test/src"\ncoverage:\n status:\n project:\n default:\n flags:\n - pr\n | dataset_sample\yaml\sql\.codecov.yml | .codecov.yml | YAML | 304 | 0.8 | 0 | 0.333333 | react-lib | 599 | 2023-07-21T18:38:34.623520 | MIT | false | 99f7e6199293473e38b0eb8d56c20261 |
version: build-{build}~branch-{branch}\n\nclone_depth: 1\n\nenvironment:\n OPENSSL_ROOT_DIR: C:/OpenSSL-v32-Win64\n\nbuild_script:\n # dump some system info\n - echo processor='%PROCESSOR_IDENTIFIER%' , processor count= %NUMBER_OF_PROCESSORS%\n - cd %APPVEYOR_BUILD_FOLDER%\n # Disable unneeded submodules for the ... | dataset_sample\yaml\sql\appveyor.yml | appveyor.yml | YAML | 1,833 | 0.8 | 0.022222 | 0.078947 | vue-tools | 111 | 2025-06-23T15:13:12.592261 | MIT | false | 29379afcc05d755381c4a10baefb4d40 |
\nname: "CodeQL"\n\non: push\n # schedule:\n # - cron: '0 15 * * *' \n\njobs:\n\n analyze:\n name: Analyze\n \n runs-on: ubuntu-latest\n\n permissions:\n actions: read\n contents: read\n security-events: write\n\n steps:\n - name: Checkout repository\n uses: actions/checkout@v... | dataset_sample\yaml\sql\codeql-analysis.yml | codeql-analysis.yml | YAML | 399 | 0.8 | 0 | 0.111111 | vue-tools | 708 | 2023-11-07T15:41:28.262323 | Apache-2.0 | false | eabcbfd05851f4d6767f486754598d7d |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n | dataset_sample\yaml\sql\dependabot.yml | dependabot.yml | YAML | 118 | 0.7 | 0 | 0 | python-kit | 461 | 2024-05-11T11:46:32.545588 | Apache-2.0 | false | 4334132ba6bcd78670bf574b6b4236f4 |
# Prometheus configuration for cockroach clusters.\n# Requires prometheus 2.X\n#\n# Run with:\n# $ prometheus -config.file=prometheus.yml\nglobal:\n scrape_interval: 10s\n evaluation_interval: 10s\n\nrule_files:\n- "rules/alerts.rules.yml"\n- "rules/aggregation.rules.yml"\n\n# Alert manager running on the same host:\... | dataset_sample\yaml\sql\prometheus.yml | prometheus.yml | YAML | 746 | 0.8 | 0.028571 | 0.290323 | vue-tools | 536 | 2024-02-10T15:00:30.788564 | GPL-3.0 | false | 60aa0cfb3a5073bfffe4c0c08fbc72ef |
---\n# Include Salsa-CI as a base\ninclude:\n - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml\n - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml\n\n# Override Salsa-CI with MariaDB specific variations\nvariables:\n BUILT_PACKAGES: "libmariadb-dev libmariadb-dev... | dataset_sample\yaml\sql\salsa-ci.yml | salsa-ci.yml | YAML | 45,331 | 0.95 | 0.083661 | 0.186583 | react-lib | 987 | 2024-12-21T07:59:00.034351 | BSD-3-Clause | false | 3ae80186c33c768f0a1c0ba715a81374 |
staleLabel: stale\ndaysUntilClose: 7\n\npulls:\n daysUntilStale: 180 # ~6 months\n markComment: >\n This pull request has been automatically marked as stale because it has not had\n recent activity. If you'd still like this PR merged, please comment on the task,\n make sure you've addressed r... | dataset_sample\yaml\sql\stale.yml | stale.yml | YAML | 947 | 0.95 | 0.045455 | 0 | react-lib | 30 | 2024-08-21T16:01:46.130068 | BSD-3-Clause | false | 888607f934211baee9cf0c2005a24918 |
flywayVersion: 11.7.2\nenterpriseUrl: https://download.red-gate.com/maven/release/com/redgate/flyway\nkramdown:\n smart_quotes: ["apos", "apos", "quot", "quot"]\n typographic_symbols: { hellip: ... , mdash: --- , ndash: -- , laquo: "<<" , raquo: ">>" , laquo_space: "<< " , raquo_space: " >>" } | dataset_sample\yaml\sql\_config.yml | _config.yml | YAML | 292 | 0.8 | 0 | 0 | node-utils | 167 | 2024-05-16T16:32:31.237894 | GPL-3.0 | false | 5238a087e06f35b7d726a0779e7797ac |
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\dependabot.yml | dependabot.yml | YAML | 118 | 0.7 | 0 | 0 | react-lib | 93 | 2024-03-02T02:01:05.883649 | MIT | false | 4334132ba6bcd78670bf574b6b4236f4 |
blank_issues_enabled: false\ncontact_links:\n - name: GitHub Community Support\n url: https://github.com/sqlitebrowser/sqlitebrowser/discussions\n about: Please ask and answer questions here.\n | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 195 | 0.8 | 0 | 0 | awesome-app | 87 | 2024-08-11T05:41:58.920986 | Apache-2.0 | false | a74e67d8e3a2fada9f37103eba8f223f |
name: "CodeQL"\n\non:\n push:\n branches: ["master"]\n pull_request:\n # The branches below must be a subset of the branches above\n branches: ["master"]\n schedule:\n - cron: "14 22 * * 6"\n\njobs:\n analyze:\n name: Analyze\n runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu... | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\workflows\codeql.yml | codeql.yml | YAML | 3,253 | 0.8 | 0.1 | 0.298507 | react-lib | 79 | 2024-05-09T04:17:09.065623 | BSD-3-Clause | false | e713dfb010260e2a8e9075e87afcf07c |
# KEEP THE RUNNER OS AS LOW AS POSSIBLE.\n# If built on the latest OS, it may not run on previous OS versions.\n# Related: https://docs.appimage.org/reference/best-practices.html#binaries-compiled-on-old-enough-base-system\n\nname: Build (Ubuntu)\n\non:\n workflow_call:\n inputs:\n NIGHTLY:\n default: f... | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\workflows\cppcmake-ubuntu.yml | cppcmake-ubuntu.yml | YAML | 6,050 | 0.8 | 0.102362 | 0.036036 | python-kit | 980 | 2024-10-28T07:39:18.990490 | MIT | false | 2b06963cafba217a7c09b7246343fd11 |
name: Build (Windows)\n\non:\n workflow_call:\n inputs:\n NIGHTLY:\n default: false\n type: boolean\n workflow_dispatch:\n\njobs:\n build:\n name: ${{ matrix.os }}-${{ matrix.arch }}\n runs-on: ${{ matrix.os }}\n strategy:\n fail-fast: false\n matrix:\n arch: [x86, x64... | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\workflows\cppcmake-windows.yml | cppcmake-windows.yml | YAML | 9,670 | 0.95 | 0.161137 | 0.021277 | react-lib | 99 | 2024-04-11T17:47:56.945987 | GPL-3.0 | false | 733120915463f9b0c7d27cac0cccbaad |
name: CI\n\non:\n push:\n branches: [master]\n pull_request:\n schedule:\n - cron: '0 0 * * *' # Every day at midnight UTC\n workflow_dispatch:\n inputs:\n NIGHTLY:\n description: 'Run as a nightly build'\n default: false\n required: true\n type: boolean\n\nrun-name: "${{ ... | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\workflows\cppcmake.yml | cppcmake.yml | YAML | 3,076 | 0.95 | 0.070707 | 0 | awesome-app | 644 | 2024-05-20T14:31:17.771709 | BSD-3-Clause | false | 4b4f042527940484b24c2138c0666b45 |
name: Publish to WinGet\n\non:\n release:\n types: [released]\n\njobs:\n publish:\n runs-on: ubuntu-latest\n steps:\n - uses: vedantmgoyal9/winget-releaser@main\n with:\n identifier: DBBrowserForSQLite.DBBrowserForSQLite\n installers-regex: '\.msi$' # Only .msi files\n ... | dataset_sample\yaml\sqlitebrowser_sqlitebrowser\.github\workflows\winget.yml | winget.yml | YAML | 341 | 0.8 | 0 | 0 | react-lib | 846 | 2025-01-31T23:14:23.403635 | Apache-2.0 | false | 746c739112216d17fd71975c3ace92d7 |
site_name: OkHttp\nsite_url: https://square.github.io/okhttp/\nrepo_name: OkHttp\nrepo_url: https://github.com/square/okhttp\nsite_description: "Square’s meticulous HTTP client for the JVM, Android, and GraalVM"\nsite_author: Square, Inc.\nremote_branch: gh-pages\nedit_uri: ""\n\ncopyright: 'Copyright © 2022 Block... | dataset_sample\yaml\square_okhttp\mkdocs.yml | mkdocs.yml | YAML | 3,951 | 0.8 | 0.008547 | 0.036036 | vue-tools | 985 | 2023-09-28T11:53:11.241102 | Apache-2.0 | false | e38996f97aac41ea20d1cf40e8202b16 |
name: build\n\non:\n push:\n branches:\n - master\n pull_request:\n types: [opened, labeled, unlabeled, synchronize]\n\npermissions:\n contents: read\n\nenv:\n GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"\n\njobs:\n publish:\n runs-on: ubuntu-latest\... | dataset_sample\yaml\square_okhttp\.github\workflows\build.yml | build.yml | YAML | 18,147 | 0.8 | 0.037651 | 0.011194 | awesome-app | 263 | 2025-06-01T08:18:16.877829 | BSD-3-Clause | false | 26ad6f27210047ad377f546b90c82e80 |
name: containers\n\non:\n push:\n branches:\n - master\n pull_request:\n types: [opened, labeled, unlabeled, synchronize]\n\npermissions:\n contents: read\n\nenv:\n GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"\n\njobs:\n test_containers:\n permission... | dataset_sample\yaml\square_okhttp\.github\workflows\containers.yml | containers.yml | YAML | 911 | 0.8 | 0.051282 | 0 | awesome-app | 368 | 2023-10-04T22:16:55.315133 | BSD-3-Clause | false | c42b71b776e04cd64a6c8689841377e8 |
name: docs\n\non:\n push:\n branches:\n - master\n pull_request:\n types: [opened, labeled, unlabeled, synchronize]\n\npermissions:\n contents: read\n\nenv:\n GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"\n\njobs:\n test_docs:\n permissions:\n ch... | dataset_sample\yaml\square_okhttp\.github\workflows\docs.yml | docs.yml | YAML | 1,026 | 0.8 | 0.042553 | 0 | awesome-app | 393 | 2025-06-30T23:28:34.627458 | BSD-3-Clause | false | d2d77a1f684e02ffd9df8cd870dbcd96 |
name: Remove outdated labels\n\non:\n # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target\n issues:\n types:\n - closed\n pull_request_target:\n types:\n - closed\n\njobs:\n on-issue-close:\n runs-on: ubuntu-latest\n if: github.repository_owne... | dataset_sample\yaml\squizlabs_PHP_CodeSniffer\.github\workflows\manage-labels.yml | manage-labels.yml | YAML | 1,641 | 0.8 | 0.050847 | 0.020408 | node-utils | 75 | 2024-11-27T13:15:12.976276 | BSD-3-Clause | false | 3f384d0d170633aa390fed1ad2b98c54 |
name: PHPStan\n\non:\n # Run on all pushes and on all pull requests.\n # Prevent the build from running when there are only irrelevant changes.\n push:\n paths-ignore:\n - '**.md'\n pull_request:\n paths-ignore:\n - '**.md'\n # Allow manually triggering the workflow.\n workflow_dispatch:\n\njobs:\... | dataset_sample\yaml\squizlabs_PHP_CodeSniffer\.github\workflows\phpstan.yml | phpstan.yml | YAML | 1,158 | 0.8 | 0 | 0.2 | python-kit | 527 | 2024-09-23T16:24:55.404823 | GPL-3.0 | false | 3cba39b1be280f6baad8f7176c6ee4d2 |
name: Validate\n\non:\n # Run on all pushes and on all pull requests.\n # Prevent the build from running when there are only irrelevant changes.\n push:\n paths-ignore:\n - '**.md'\n pull_request:\n paths-ignore:\n - '**.md'\n # Allow manually triggering the workflow.\n workflow_dispatch:\n\njobs:... | dataset_sample\yaml\squizlabs_PHP_CodeSniffer\.github\workflows\validate.yml | validate.yml | YAML | 2,846 | 0.8 | 0 | 0.153846 | awesome-app | 976 | 2024-12-04T05:19:30.502381 | GPL-3.0 | false | b0d5ccc1150876b09478b69b9ec264ce |
name: Bug report\ndescription: Fill out a bug report to help us improve Statamic.\nbody:\n - type: textarea\n attributes:\n label: Bug description\n description: What happened? What did you expect to happen? Feel free to drop any screenshots in here.\n placeholder: I did this thing over here, and saw... | dataset_sample\yaml\statamic_cms\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 1,692 | 0.95 | 0.022222 | 0 | react-lib | 13 | 2024-04-06T18:57:20.030773 | GPL-3.0 | false | 2dc92aaa1c41235692e539064841dead |
blank_issues_enabled: false\n\ncontact_links:\n - name: Feature Requests and Ideas\n url: https://github.com/statamic/ideas/issues/new\n about: Please submit feature requests to the ideas repo.\n - name: Support Questions & Other\n url: https://statamic.com/support\n about: 'If you have a question or need... | dataset_sample\yaml\statamic_cms\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 495 | 0.8 | 0 | 0 | awesome-app | 864 | 2025-03-03T13:35:58.028527 | MIT | false | f587c3cd8bb30b1152ab67b8fa15632e |
name: Fix PHP code style issues\n\non:\n push:\n paths:\n - '**.php'\n\npermissions:\n contents: write\n\njobs:\n fix-php-code-styling:\n runs-on: ubuntu-latest\n if: github.repository_owner == 'statamic'\n\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n with:\n ... | dataset_sample\yaml\statamic_cms\.github\workflows\pint-fix.yml | pint-fix.yml | YAML | 640 | 0.7 | 0.032258 | 0 | react-lib | 479 | 2025-02-18T01:03:39.508818 | GPL-3.0 | false | 582b15e7800015f7341304e318bef694 |
name: Lint PHP code style issues\n\non:\n pull_request:\n paths:\n - '**.php'\n\njobs:\n lint-php-code-styling:\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n\n - name: Check PHP code style issues\n uses: aglipanci/laravel-pint-action@v2... | dataset_sample\yaml\statamic_cms\.github\workflows\pint-lint.yml | pint-lint.yml | YAML | 402 | 0.7 | 0 | 0 | react-lib | 461 | 2025-05-19T23:35:22.855879 | MIT | false | 7dd632fab5f2e4630b88efb21267ebf1 |
name: Pull Request Title\n\non:\n pull_request:\n types: [opened, edited, synchronize, reopened]\n\njobs:\n pr-title:\n runs-on: ubuntu-latest\n steps:\n - uses: deepakputhraya/action-pr-title@master\n with:\n regex: '^\[\d+\.x\]\s'\n | dataset_sample\yaml\statamic_cms\.github\workflows\pr-title.yml | pr-title.yml | YAML | 253 | 0.7 | 0 | 0 | vue-tools | 703 | 2023-12-07T04:43:07.995181 | BSD-3-Clause | false | 93ea4ba6380098ed5b034b9724b431de |
name: Pull Requests\n\n# Credit: https://github.com/github/docs/blob/main/.github/workflows/notify-when-maintainers-cannot-edit.yaml\n# https://github.com/laravel/.github/blob/main/.github/workflows/pull-requests.yml\n\non:\n pull_request_target:\n types:\n - opened\n\npermissions:\n pull-requests: wr... | dataset_sample\yaml\statamic_cms\.github\workflows\pull-requests.yml | pull-requests.yml | YAML | 2,832 | 0.95 | 0.093333 | 0.031746 | awesome-app | 469 | 2024-10-06T00:55:43.352196 | Apache-2.0 | false | 06e190a8035d0c69eb8708ab41044273 |
name: Create Release\n\non:\n push:\n tags:\n - 'v*'\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n\n - name: Use Node.js 16.13.0\n uses: actions/setup-node@v4\n with:\n node-version: 16.13.0\n\n - na... | dataset_sample\yaml\statamic_cms\.github\workflows\release.yml | release.yml | YAML | 2,021 | 0.85 | 0 | 0 | vue-tools | 992 | 2024-06-04T10:49:37.393933 | BSD-3-Clause | false | 56ff416e45d34e40fecde8cd37b8dd31 |
name: "Close stale issues"\non:\n workflow_dispatch:\n schedule:\n - cron: "30 1 * * *"\n\njobs:\n stale:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/stale@v9\n with:\n repo-token: ${{ secrets.GITHUB_TOKEN }}\n days-before-stale: 60\n days-before-close: 7\n ascendin... | dataset_sample\yaml\statamic_cms\.github\workflows\stale.yml | stale.yml | YAML | 681 | 0.7 | 0 | 0 | vue-tools | 706 | 2023-10-01T20:35:46.128467 | MIT | false | 5383900241e4b075436c2b5b7eee674e |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.