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: PHP CI\non:\n push:\n branches:\n - main\n pull_request:\n branches:\n - main\n\njobs:\n ci:\n runs-on: ubuntu-latest\n\n strategy:\n matrix:\n php: [7.3, 7.4, 8.0, 8.1, 8.2]\n\n steps:\n - name: Checkout\n uses: actions/checkout@v3\n \n - name: Setup PH...
dataset_sample\yaml\zabbix_zabbix\ui\vendor\duosecurity\duo_universal_php\.github\workflows\php_ci.yml
php_ci.yml
YAML
718
0.8
0
0
awesome-app
305
2023-08-15T09:43:22.327955
BSD-3-Clause
false
47ac66a99c154a08d256c74d3a85a8df
services:\n postgres:\n image: postgres:15\n container_name: zed_postgres\n ports:\n - 5432:5432\n environment:\n POSTGRES_HOST_AUTH_METHOD: trust\n volumes:\n - postgres_data:/var/lib/postgresql/data\n - ./docker-compose.sql:/docker-entrypoint-initdb.d/init.sql\n\n blob_store:\n ...
dataset_sample\yaml\zed-industries_zed\compose.yml
compose.yml
YAML
1,552
0.8
0
0
awesome-app
645
2024-04-17T11:28:35.427176
MIT
false
826f7f5f9a1bd4639ae145c94267d613
name: "Check formatting"\ndescription: "Checks code formatting use cargo fmt"\n\nruns:\n using: "composite"\n steps:\n - name: cargo fmt\n shell: bash -euxo pipefail {0}\n run: cargo fmt --all -- --check\n
dataset_sample\yaml\zed-industries_zed\.github\actions\check_style\action.yml
action.yml
YAML
211
0.7
0
0
vue-tools
816
2024-10-04T10:10:43.262015
MIT
false
fd1b6add1fd41b840ba559acf6fd3a04
name: "Run tests"\ndescription: "Runs the tests"\n\nruns:\n using: "composite"\n steps:\n - name: Install Rust\n shell: bash -euxo pipefail {0}\n run: |\n cargo install cargo-nextest --locked\n\n - name: Install Node\n uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4\...
dataset_sample\yaml\zed-industries_zed\.github\actions\run_tests\action.yml
action.yml
YAML
595
0.8
0.043478
0
node-utils
57
2023-09-27T08:23:35.531161
MIT
true
9c09e11739cb4a147f430d13f85e04b9
name: "Run tests on Windows"\ndescription: "Runs the tests on Windows"\n\ninputs:\n working-directory:\n description: "The working directory"\n required: true\n default: "."\n\nruns:\n using: "composite"\n steps:\n - name: Install Rust\n shell: pwsh\n working-directory: ${{ inputs.working-direc...
dataset_sample\yaml\zed-industries_zed\.github\actions\run_tests_windows\action.yml
action.yml
YAML
697
0.95
0
0
node-utils
983
2024-06-08T21:05:23.452396
GPL-3.0
true
d3bcd2ed40e111e6b9e19e19bd30804f
name: Bug Report (Agent Panel)\ndescription: Zed Agent Panel Bugs\ntype: "Bug"\nlabels: ["agent", "ai"]\ntitle: "Agent Panel: <a short description of the Agent Panel bug>"\nbody:\n - type: textarea\n attributes:\n label: Summary\n description: Describe the bug with a one line summary, and provide detailed...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\01_bug_agent.yml
01_bug_agent.yml
YAML
1,120
0.95
0
0.030303
awesome-app
520
2024-07-02T21:13:18.491962
GPL-3.0
false
0da85bdb0fed52596965cab18c6542ef
name: Bug Report (Edit Predictions)\ndescription: Zed Edit Predictions bugs\ntype: "Bug"\nlabels: ["ai", "inline completion", "zeta"]\ntitle: "Edit Predictions: <a short description of the Edit Prediction bug>"\nbody:\n - type: textarea\n attributes:\n label: Summary\n description: Describe the bug with a...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\02_bug_edit_predictions.yml
02_bug_edit_predictions.yml
YAML
1,159
0.95
0
0.030303
awesome-app
761
2023-12-10T05:59:51.314152
GPL-3.0
false
3b9d73f694cef11350eedca657b8da73
name: Bug Report (Git)\ndescription: Zed Git-Related Bugs\ntype: "Bug"\nlabels: ["git"]\ntitle: "Git: <a short description of the Git bug>"\nbody:\n - type: textarea\n attributes:\n label: Summary\n description: Describe the bug with a one line summary, and provide detailed reproduction steps\n value...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\03_bug_git.yml
03_bug_git.yml
YAML
1,009
0.95
0
0.03125
vue-tools
276
2023-07-16T04:59:07.832462
Apache-2.0
false
97bc3c458209743a9f3d5efde03f5fac
name: Bug Report (Other)\ndescription: |\n Something else is broken in Zed (exclude crashing).\ntype: "Bug"\nbody:\n - type: textarea\n attributes:\n label: Summary\n description: Provide a one sentence summary and detailed reproduction steps\n value: |\n <!-- Begin your issue with a one sent...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\10_bug_report.yml
10_bug_report.yml
YAML
1,614
0.95
0.035714
0.021277
node-utils
855
2025-03-12T16:42:16.944491
GPL-3.0
false
faebce2f2184205daaae9ba3c1e376b3
name: Crash Report\ndescription: Zed is Crashing or Hanging\ntype: "Crash"\nbody:\n - type: textarea\n attributes:\n label: Summary\n description: Summarize the issue with detailed reproduction steps\n value: |\n <!-- Begin your issue with a one sentence summary -->\n SUMMARY_SENTENCE_H...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\11_crash_report.yml
11_crash_report.yml
YAML
1,504
0.95
0
0.022222
awesome-app
140
2023-10-16T09:04:03.154615
GPL-3.0
false
06f55bef76b327477ad4f9f082dae0dc
name: Other [Staff Only]\ndescription: Zed Staff Only\nbody:\n - type: textarea\n attributes:\n label: Summary\n value: |\n <!-- Please insert a one line summary of the issue below -->\n SUMMARY_SENTENCE_HERE\n\n ### Description\n\n IF YOU DO NOT WORK FOR ZED INDUSTRIES DO NOT ...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\99_other.yml
99_other.yml
YAML
625
0.95
0
0.0625
node-utils
155
2023-08-08T11:18:36.898357
MIT
false
9d3a487cf801d36b3a24de8851226da8
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json\nblank_issues_enabled: false\ncontact_links:\n - name: Feature Request\n url: https://github.com/zed-industries/zed/discussions/new/choose\n about: To request a feature, open a new Discussion in one of the appropriate Discussio...
dataset_sample\yaml\zed-industries_zed\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
442
0.8
0
0.111111
vue-tools
986
2024-01-07T14:58:50.903032
BSD-3-Clause
false
54b229e8bda06b256d7c9f6db6835bfb
name: Bump collab-staging Tag\n\non:\n schedule:\n # Fire every day at 16:00 UTC (At the start of the US workday)\n - cron: "0 16 * * *"\n\njobs:\n update-collab-staging-tag:\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n steps:\n - name: Checkout repository\n ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\bump_collab_staging.yml
bump_collab_staging.yml
YAML
660
0.8
0.043478
0.05
vue-tools
118
2024-09-04T16:05:02.131118
GPL-3.0
false
bd2e1327e36a1d22251d645379f25ff9
name: bump_patch_version\n\non:\n workflow_dispatch:\n inputs:\n branch:\n description: "Branch name to run on"\n required: true\n\nconcurrency:\n # Allow only one workflow per any non-`main` branch.\n group: ${{ github.workflow }}-${{ inputs.branch }}\n cancel-in-progress: true\n\njobs:\n bu...
dataset_sample\yaml\zed-industries_zed\.github\workflows\bump_patch_version.yml
bump_patch_version.yml
YAML
1,531
0.95
0.039216
0.044444
python-kit
658
2024-06-07T10:14:55.025841
GPL-3.0
false
f5f3f25d3ed3bb592fc27e957731c5db
name: CI\n\non:\n push:\n branches:\n - main\n - "v[0-9]+.[0-9]+.x"\n tags:\n - "v*"\n\n pull_request:\n branches:\n - "**"\n\nconcurrency:\n # Allow only one workflow per any non-`main` branch.\n group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && gith...
dataset_sample\yaml\zed-industries_zed\.github\workflows\ci.yml
ci.yml
YAML
29,189
0.95
0.087353
0.056464
vue-tools
18
2024-06-03T22:24:53.245100
Apache-2.0
false
8944b2683ff287f6f6c74a911ddfb9df
name: "Close Stale Issues"\non:\n schedule:\n - cron: "0 7,9,11 * * 3"\n workflow_dispatch:\n\njobs:\n stale:\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n steps:\n - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9\n with:\n repo-token...
dataset_sample\yaml\zed-industries_zed\.github\workflows\community_close_stale_issues.yml
community_close_stale_issues.yml
YAML
1,211
0.8
0.071429
0
python-kit
255
2024-11-08T22:00:24.225678
GPL-3.0
false
cfd9184c1dcfa75f6e608d8614187a7d
name: Delete Mediafire Comments\n\non:\n issue_comment:\n types: [created]\n\npermissions:\n issues: write\n\njobs:\n delete_comment:\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n steps:\n - name: Check for specific strings in comment\n id: check_comment\n ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\community_delete_comments.yml
community_delete_comments.yml
YAML
1,109
0.8
0.117647
0
node-utils
729
2025-05-14T14:50:34.940919
MIT
false
426fe40c114c220ce0ba1a67266ee15b
name: Release Actions\n\non:\n release:\n types: [published]\n\njobs:\n discord_release:\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n steps:\n - name: Get release URL\n id: get-release-url\n run: |\n if [ "${{ github.event.release.prerelease }}" ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\community_release_actions.yml
community_release_actions.yml
YAML
2,583
0.8
0.085714
0
react-lib
28
2025-04-11T07:41:44.617721
BSD-3-Clause
false
f0fb2ae8cb1641baee8370989074a641
name: Update All Top Ranking Issues\n\non:\n schedule:\n - cron: "0 */12 * * *"\n workflow_dispatch:\n\njobs:\n update_top_ranking_issues:\n runs-on: ubuntu-latest\n if: github.repository == 'zed-industries/zed'\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4\n ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\community_update_all_top_ranking_issues.yml
community_update_all_top_ranking_issues.yml
YAML
938
0.8
0.04
0
react-lib
727
2025-03-17T02:50:10.747990
BSD-3-Clause
false
5d59b1e4f5cdbbf6605368ba66c8f2af
name: Update Weekly Top Ranking Issues\n\non:\n schedule:\n - cron: "0 15 * * *"\n workflow_dispatch:\n\njobs:\n update_top_ranking_issues:\n runs-on: ubuntu-latest\n if: github.repository == 'zed-industries/zed'\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4\n ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\community_update_weekly_top_ranking_issues.yml
community_update_weekly_top_ranking_issues.yml
YAML
962
0.8
0.04
0
awesome-app
337
2024-07-02T19:16:07.729902
BSD-3-Clause
false
5c63ebde7a35abedb78d8aad70944c47
name: Danger\n\non:\n pull_request:\n branches: [main]\n types:\n - opened\n - synchronize\n - reopened\n - edited\n\njobs:\n danger:\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d275973...
dataset_sample\yaml\zed-industries_zed\.github\workflows\danger.yml
danger.yml
YAML
1,297
0.8
0.047619
0.142857
python-kit
160
2024-02-29T05:26:32.312393
Apache-2.0
false
6bc525ff15632bba1d2c65bbd116c493
name: Deploy Docs\n\non:\n push:\n branches:\n - main\n\njobs:\n deploy-docs:\n name: Deploy Docs\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout repo\n uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4\n ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\deploy_cloudflare.yml
deploy_cloudflare.yml
YAML
2,452
0.8
0.027778
0
react-lib
299
2024-11-18T12:38:15.730861
Apache-2.0
false
9b7c702246ac66ca4443a7a1f63e1612
name: Publish Collab Server Image\n\non:\n push:\n tags:\n - collab-production\n - collab-staging\n\nenv:\n DOCKER_BUILDKIT: 1\n\njobs:\n style:\n name: Check formatting and Clippy lints\n if: github.repository_owner == 'zed-industries'\n runs-on:\n - self-hosted\n - test\n steps:\...
dataset_sample\yaml\zed-industries_zed\.github\workflows\deploy_collab.yml
deploy_collab.yml
YAML
4,495
0.8
0.020408
0
vue-tools
844
2025-05-26T12:04:31.866442
GPL-3.0
false
5b8d91b78373103bb7e7662e2317b6a9
name: Run Agent Eval\n\non:\n schedule:\n - cron: "0 * * * *"\n\n pull_request:\n branches:\n - "**"\n types: [opened, synchronize, reopened, labeled]\n\n workflow_dispatch:\n\nconcurrency:\n # Allow only one workflow per any non-`main` branch.\n group: ${{ github.workflow }}-${{ github.ref_name }}-$...
dataset_sample\yaml\zed-industries_zed\.github\workflows\eval.yml
eval.yml
YAML
2,246
0.8
0.056338
0.086207
python-kit
556
2023-12-25T13:19:27.249428
MIT
false
2dbfb7b1533ffa799ad03e1e1f4fb4b0
name: Issue Response\n\non:\n schedule:\n - cron: "0 12 * * 2"\n workflow_dispatch:\n\njobs:\n issue-response:\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4\n\n - uses: pnpm/action-s...
dataset_sample\yaml\zed-industries_zed\.github\workflows\issue_response.yml
issue_response.yml
YAML
971
0.8
0.030303
0
python-kit
279
2024-03-31T04:23:03.697562
Apache-2.0
false
463511d445371f57fa502c0fd757cb06
name: Publish zed-extension CLI\n\non:\n push:\n tags:\n - extension-cli\n\nenv:\n CARGO_TERM_COLOR: always\n CARGO_INCREMENTAL: 0\n\njobs:\n publish:\n name: Publish zed-extension CLI\n if: github.repository_owner == 'zed-industries'\n runs-on:\n - ubuntu-latest\n steps:\n - name: Che...
dataset_sample\yaml\zed-industries_zed\.github\workflows\publish_extension_cli.yml
publish_extension_cli.yml
YAML
1,115
0.8
0.04878
0
python-kit
504
2024-10-03T23:23:34.629415
GPL-3.0
false
eef55adaf20ec83235659a781c2c90e4
name: Release Nightly\n\non:\n schedule:\n # Fire every day at 7:00am UTC (Roughly before EU workday and after US workday)\n - cron: "0 7 * * *"\n push:\n tags:\n - "nightly"\n\nenv:\n CARGO_TERM_COLOR: always\n CARGO_INCREMENTAL: 0\n RUST_BACKTRACE: 1\n\njobs:\n style:\n timeout-minutes: 60\n ...
dataset_sample\yaml\zed-industries_zed\.github\workflows\release_nightly.yml
release_nightly.yml
YAML
8,206
0.8
0.061224
0.018692
awesome-app
682
2023-11-13T12:26:26.178551
MIT
false
4fed49b5a65e224530f6e0cee0680bbe
name: Script\n\non:\n pull_request:\n paths:\n - "script/**"\n push:\n branches:\n - main\n\njobs:\n shellcheck:\n name: "ShellCheck Scripts"\n if: github.repository_owner == 'zed-industries'\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d2759...
dataset_sample\yaml\zed-industries_zed\.github\workflows\script_checks.yml
script_checks.yml
YAML
414
0.8
0.047619
0
python-kit
727
2024-10-27T04:47:12.911547
Apache-2.0
false
4dcdda46b306ff8e1df382a1de07c7e0
---\nversion: "2.1"\nservices:\n zellij-e2e:\n image: ghcr.io/linuxserver/openssh-server\n container_name: zellij-e2e\n hostname: zellij-e2e\n environment:\n PUID: 1000\n PGID: 1000\n TZ: Europe/Vienna\n PASSWORD_ACCESS: true\n USER_PASSWORD: test\n USER_NAME: test\n volume...
dataset_sample\yaml\zellij-org_zellij\docker-compose.yml
docker-compose.yml
YAML
539
0.7
0
0
react-lib
685
2025-02-28T23:39:50.696163
Apache-2.0
false
e8f0e92076e1e09d25d5cb02318ddf29
version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "monthly"\n\n # We want to be more sure in our e2e-test, before committing to\n # update all of our dependencies.\n # Only add packages very sporadically here for now.\n - package-ecosystem: "cargo"\n ...
dataset_sample\yaml\zellij-org_zellij\.github\dependabot.yml
dependabot.yml
YAML
730
0.8
0.034483
0.192308
react-lib
181
2025-02-20T22:51:42.411382
MIT
false
355a54d5f2fcbd9e882c8939fbaf38cc
# These are supported funding model platforms\n\ngithub: [imsnif]\npatreon: # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: imsnif\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncommunity_bridge: # Replace with ...
dataset_sample\yaml\zellij-org_zellij\.github\FUNDING.yml
FUNDING.yml
YAML
666
0.8
0
0.083333
vue-tools
153
2024-07-20T18:28:38.367445
BSD-3-Clause
false
4a49f13e73bfb66c38cf98d7483a4a73
name: End to End tests\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n\nenv:\n CARGO_TERM_COLOR: always\n\njobs:\n test-e2e:\n name: Build generic binary and run tests on it\n runs-on: ubuntu-latest\n environment: cachix\n\n services:\n ssh:\n image: ghcr.io/...
dataset_sample\yaml\zellij-org_zellij\.github\workflows\e2e.yml
e2e.yml
YAML
1,789
0.8
0.015873
0.09434
node-utils
486
2025-02-24T22:14:21.405063
BSD-3-Clause
false
dcdd723655710acb85783539c4f61c66
name: Release\non:\n push:\n tags:\n - 'v*.*.*'\n workflow_dispatch:\n\njobs:\n build-release:\n needs: create-release\n name: build-release\n runs-on: ${{ matrix.os }}\n env:\n RUST_BACKTRACE: 1\n strategy:\n matrix:\n build:\n - linux musl x64\n - linux mus...
dataset_sample\yaml\zellij-org_zellij\.github\workflows\release.yml
release.yml
YAML
4,396
0.8
0.045455
0.042017
vue-tools
196
2025-01-30T01:02:50.747302
MIT
false
677e3d5a10cce54c0c163beff7bb4755
name: Rust\n\non:\n push:\n branches: [main]\n pull_request:\n branches: [main]\n\nenv:\n CARGO_TERM_COLOR: always\n\njobs:\n build:\n name: Build\n\n strategy:\n fail-fast: false\n matrix:\n os: [ubuntu-latest, macos-latest]\n\n runs-on: ${{ matrix.os }}\n\n steps:\n - uses:...
dataset_sample\yaml\zellij-org_zellij\.github\workflows\rust.yml
rust.yml
YAML
1,433
0.7
0
0
react-lib
582
2023-09-03T15:57:23.723351
MIT
false
2f8a205202ac94f89df246d4d798fc01
task:\n name: freebsd-build\n freebsd_instance:\n matrix:\n - image_family: freebsd-15-0\n - image_family: freebsd-14-2\n - image_family: freebsd-13-5\n\n prepare_script:\n - pkg install -yq git cmake pkgconf jpeg-turbo mysql80-client ffmpeg libvncserver libjwt catch2 p5-DBI p5-DBD-mysql p5-Date...
dataset_sample\yaml\ZoneMinder_zoneminder\.cirrus.yml
.cirrus.yml
YAML
812
0.7
0
0
vue-tools
823
2024-04-11T09:27:53.680138
GPL-3.0
false
d964895969ad34ba400a94ff0e7454e1
default:\n image:\n name: ubuntu:latest\n before_script:\n - apt-get update -yq\n - DEBIAN_FRONTEND=noninteractive apt-get install -yq devscripts sudo\n\nubuntu_deb:\n stage: build\n tags:\n - docker\n script:\n - DEBIAN_FRONTEND=noninteractive TZ=America/Chicago apt-get -y install tzdata\n - yes...
dataset_sample\yaml\ZoneMinder_zoneminder\.gitlab-ci.yml
.gitlab-ci.yml
YAML
818
0.7
0
0
node-utils
321
2024-11-22T14:11:38.768338
MIT
false
934dfa2424e38cd65dcc0b53e2b66af3
"""\nConversione DIRETTA dalla cartella nativa HuggingFace_Sample \na dataset HuggingFace sicuro e ottimizzato\n"""\n\nimport os\nimport pandas as pd\nimport json\nfrom pathlib import Path\nimport hashlib\nfrom datetime import datetime\nimport re\nfrom collections import defaultdict\nimport random\n\n# Mapping estensio...
scripts\conversione_parquet.py
conversione_parquet.py
Python
15,778
0.95
0.147465
0.114286
python-kit
997
2024-04-04T10:52:20.693256
BSD-3-Clause
false
991081a1580cedfdf6bef68094bf0336
"""\nConversione semplificata senza dipendenze esterne pesanti\nUSA SOLO LIBRERIE STANDARD DI PYTHON\n"""\n\nimport os\nimport json\nimport hashlib\nimport csv\nfrom pathlib import Path\nfrom datetime import datetime\nimport random\nimport re\nfrom collections import defaultdict\n\n# Mapping estensioni -> linguaggi\nLA...
scripts\conversione_semplice.py
conversione_semplice.py
Python
13,033
0.95
0.155313
0.094595
python-kit
83
2024-08-20T05:19:56.114429
Apache-2.0
false
149a50aaaf4cd0280441c1012a4e38e8