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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
blank_issues_enabled: false\ncontact_links:\n - name: Ask a question\n url: https://github.com/firefly-iii/firefly-iii/discussions\n about: Please ask and answer questions here.\n | dataset_sample\yaml\firefly-iii_firefly-iii\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 181 | 0.8 | 0 | 0 | node-utils | 138 | 2024-05-21T23:26:00.753770 | MIT | false | 9c92fbdb3a1b40da85514963c08c8154 |
name: Feature Request\ndescription: Request a feature or enhancement in Firefly III (or associated tools)\nbody:\n - type: checkboxes\n attributes:\n label: Support guidelines\n description: Please read the support guidelines before proceeding.\n options:\n - label: I've read the [support guid... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\ISSUE_TEMPLATE\fr.yml | fr.yml | YAML | 1,561 | 0.95 | 0.02381 | 0 | python-kit | 69 | 2024-05-11T22:45:40.601359 | MIT | false | 3a931142efe7fb6d4c574650067cca78 |
# This workflow prunes old workflow runs for an entire repository.\n\nname: "Chore - Prune old builds"\n\npermissions:\n actions: write\n\non:\n schedule:\n - cron: '0 1 * * *'\n workflow_dispatch:\njobs:\n prune:\n runs-on: ubuntu-latest\n timeout-minutes: 10\n steps:\n - name: Prune cancelled/ski... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\cleanup.yml | cleanup.yml | YAML | 3,485 | 0.8 | 0.103774 | 0.042553 | node-utils | 648 | 2023-12-11T05:31:49.772417 | Apache-2.0 | false | 7d06e2c0e9a97ba7a01823e70367040a |
name: "Issues - Command to close duplicate issues"\n\n# the workflow to execute on is comments that are newly created\non:\n issue_comment:\n types: [ created ]\n\npermissions:\n issues: write\n checks: read\n\njobs:\n close_duplicates:\n runs-on: ubuntu-latest\n steps:\n - uses: github/command@v2.0.0... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\close-duplicates.yml | close-duplicates.yml | YAML | 1,395 | 0.8 | 0.076923 | 0.033333 | react-lib | 436 | 2024-03-18T19:53:31.270342 | MIT | false | d8bf29487855f75b5c62172613e2914e |
---\nname: Issues - Reply to closed issue\non:\n issues:\n types:\n - closed\njobs:\n command_and_close:\n runs-on: ubuntu-latest\n steps:\n - uses: aws-actions/closed-issue-message@v2\n with:\n message: |\n Hi there! This is an automatic reply. `Share and enjoy`\n\n ... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\closed-issues.yml | closed-issues.yml | YAML | 1,103 | 0.8 | 0.08 | 0 | python-kit | 666 | 2024-07-10T03:05:52.127768 | GPL-3.0 | false | 79b15fd5a9a6fbb9f1063f4674ceb218 |
name: 'Issues - Respond to hidden commands'\n\n# the workflow to execute on is comments that are newly created\non:\n issues:\n types: [ opened, edited ]\n issue_comment:\n types: [ created ]\n\n# permissions needed for reacting to IssueOps commands on issues and PRs\npermissions:\n contents: read\n pull-requ... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\debug-info-actions.yml | debug-info-actions.yml | YAML | 936 | 0.8 | 0.0625 | 0.068966 | node-utils | 990 | 2025-02-17T11:13:42.622527 | Apache-2.0 | false | fca882cc8c57a140939d0ed9dc07af16 |
name: 'Code - 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@v4\n with:\n fetch-depth: 0\n - name: 'Dependency review'\n use... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\depsreview.yml | depsreview.yml | YAML | 344 | 0.7 | 0 | 0 | react-lib | 884 | 2025-02-07T19:20:26.202305 | Apache-2.0 | false | c829db1cb024b17358c63a4202d0ad7c |
name: 'Issues - Reply to specific labels'\n\non:\n issues:\n types: [ labeled, unlabeled ]\n pull_request_target:\n types: [ labeled, unlabeled ]\n discussion:\n types: [ labeled, unlabeled ]\n\npermissions:\n contents: read\n issues: write\n pull-requests: write\n discussions: write\n\njobs:\n action:... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\label-actions.yml | label-actions.yml | YAML | 381 | 0.7 | 0 | 0 | node-utils | 971 | 2024-01-02T04:37:40.862448 | Apache-2.0 | false | dece5d68f4151f51203e724f5fcba2d6 |
name: 'Issues - Lock old issues'\n\non:\n workflow_dispatch:\n schedule:\n - cron: '0 2 * * *'\n\nconcurrency:\n group: lock-threads\n\npermissions:\n issues: write\n pull-requests: write\n discussions: write\n\njobs:\n lock:\n permissions:\n issues: write\n pull-requests: write\n discussion... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\lock.yml | lock.yml | YAML | 530 | 0.7 | 0 | 0 | react-lib | 724 | 2025-05-31T06:01:06.043167 | GPL-3.0 | false | d15af2be3b19ec4ce7ea2844e4a31757 |
name: 'Code - Create new release'\n\non:\n workflow_dispatch:\n inputs:\n version:\n description: 'Release "v1.2.3" or "develop" or "branch-abc"'\n required: true\n default: 'develop'\n phpversion:\n description: 'PHP version'\n required: true\n default: '8.4'\n ... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\release.yml | release.yml | YAML | 23,738 | 0.95 | 0.073022 | 0.085202 | vue-tools | 453 | 2024-01-22T23:33:01.290859 | BSD-3-Clause | false | c694c71936db8c1a778a1bec57ee42e1 |
name: 'Code - Run Sonarcloud'\non:\n pull_request:\n workflow_dispatch:\n push:\n branches:\n - main\n - develop\nenv:\n DB_CONNECTION: sqlite\n APP_KEY: TestTestTestTestTestTestTestTest\njobs:\n sonarcloud:\n name: SonarCloud\n runs-on: ubuntu-latest\n steps:\n - name: Checkout\n ... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\sonarcloud.yml | sonarcloud.yml | YAML | 1,886 | 0.8 | 0 | 0 | vue-tools | 685 | 2023-09-17T08:04:23.587765 | GPL-3.0 | false | 97fb3d72fbbc50a49b2f8aced72a6ab2 |
name: "Issues - Mark and close stale issues"\non:\n schedule:\n - cron: "0 4 * * *"\n workflow_dispatch:\n\npermissions:\n contents: read\n\njobs:\n stale:\n permissions:\n issues: write # for actions/stale to close stale issues\n pull-requests: write # for actions/stale to close stale PRs\n ... | dataset_sample\yaml\firefly-iii_firefly-iii\.github\workflows\stale.yml | stale.yml | YAML | 1,215 | 0.8 | 0.15 | 0 | node-utils | 906 | 2024-03-19T09:00:20.107379 | MIT | false | 3e9d292bd3f8f70c6f6682a3f318e6ec |
env:\n CIRRUS_CLONE_DEPTH: 100\n CI: 1\n\nlinux_task:\n matrix:\n - name: alpine\n container: &step\n image: ghcr.io/krobelus/fish-ci/alpine:latest\n memory: 4GB\n - name: jammy\n container:\n <<: *step\n image: ghcr.io/krobelu... | dataset_sample\yaml\fish-shell_fish-shell\.cirrus.yml | .cirrus.yml | YAML | 3,883 | 0.95 | 0.065934 | 0.340909 | awesome-app | 302 | 2024-12-07T04:05:29.940416 | BSD-3-Clause | false | edebabb1b07946cbc6fc9c1ee65c996a |
image: alpine/edge\npackages:\n - cargo\n - clang17-libclang\n - cmake\n - ninja\n - pcre2-dev\n - py3-pexpect\n - python3\n - rust\n - tmux\nsources:\n - https://github.com/fish-shell/fish-shell\ntasks:\n - build: |\n cd fish-shell\n mkdir build\n cd build\n cmake -G Ninj... | dataset_sample\yaml\fish-shell_fish-shell\.builds\alpine.yml | alpine.yml | YAML | 570 | 0.8 | 0 | 0 | awesome-app | 27 | 2023-07-12T12:10:25.130136 | GPL-3.0 | false | 7a8eae40b13b3b8fd73ef4221fe6a8da |
image: archlinux\npackages:\n - cmake\n - ninja\n - python\n - python-pexpect\n - tmux\nsources:\n - https://git.sr.ht/~faho/fish\ntasks:\n - build: |\n cd fish\n mkdir build || :\n cd build\n cmake -G Ninja .. \\n -DCMAKE_INSTALL_PREFIX=/usr \\n -DCMAKE_INST... | dataset_sample\yaml\fish-shell_fish-shell\.builds\arch.yml | arch.yml | YAML | 489 | 0.8 | 0 | 0 | react-lib | 626 | 2024-11-01T12:53:39.592017 | BSD-3-Clause | false | 9f5e2d7a731b981695969c001506bcc3 |
image: freebsd/latest\npackages:\n - cmake\n - gcc\n - gettext\n - gmake\n - llvm\n - terminfo-db\n - ninja\n - pcre2\n - py311-pexpect\n - python\n - rust\n - tmux\nsources:\n - https://github.com/fish-shell/fish-shell\ntasks:\n - build: |\n cd fish-shell\n mkdir build\n cd bui... | dataset_sample\yaml\fish-shell_fish-shell\.builds\freebsd.yml | freebsd.yml | YAML | 593 | 0.8 | 0 | 0 | react-lib | 464 | 2024-08-03T09:33:50.161644 | BSD-3-Clause | false | 57f3b05eed616f67cfbd009310d4d49f |
name: Auto-Label PRs\n\non:\n pull_request_target:\n types: [opened, synchronize]\n\njobs:\n label-and-milestone:\n runs-on: ubuntu-latest\n steps:\n # - name: Checkout repository\n # uses: actions/checkout@v2\n\n - name: Set label and milestone\n id: set-label-milestone\n uses: actions/... | dataset_sample\yaml\fish-shell_fish-shell\.github\workflows\autolabel_prs.yml | autolabel_prs.yml | YAML | 2,365 | 0.8 | 0.060606 | 0.140351 | react-lib | 604 | 2023-11-24T14:28:36.427492 | Apache-2.0 | false | e404f3a9d5c20ba1aa5c2158dd953e6c |
name: 'Lock threads'\n\non:\n schedule:\n - cron: '0 18 * * 1'\n# │ │ │ │ │\n# min 0-59 ┘ │ │ │ └ weekday 0-6\n# hour 0-23 ┘ │ └ month 1-12\n# └ day 1-31\npermissions:\n contents: read\n\njobs:\n lock:\n permissions:\n issues: write # for dessant/lock-threads to lock is... | dataset_sample\yaml\fish-shell_fish-shell\.github\workflows\lockthreads.yml | lockthreads.yml | YAML | 674 | 0.8 | 0.08 | 0.173913 | react-lib | 985 | 2024-06-13T13:58:36.621388 | Apache-2.0 | false | 94024b1182da971429c0a0cc1f5ce188 |
name: macOS build and codesign\n\non:\n workflow_dispatch: # Enables manual trigger from GitHub UI\n\njobs:\n build-and-code-sign:\n runs-on: macos-latest\n environment: macos-codesign\n steps:\n - uses: actions/checkout@v4\n - name: Install Rust 1.73.0\n uses: dtolnay/rust-toolchain@1.73.0\... | dataset_sample\yaml\fish-shell_fish-shell\.github\workflows\mac_codesign.yml | mac_codesign.yml | YAML | 1,824 | 0.8 | 0.047619 | 0.05 | node-utils | 987 | 2025-04-03T21:29:04.826169 | BSD-3-Clause | false | ba4ffa2d0009dfc5f7bde9a5309c7f77 |
name: make fish_run_tests\n\non: [push, pull_request]\n\nenv:\n CTEST_PARALLEL_LEVEL: "4"\n CMAKE_BUILD_PARALLEL_LEVEL: "4"\n\npermissions:\n contents: read\n\njobs:\n ubuntu:\n\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n - uses: dtolnay/rust-toolchain@1.70\n - name: Install d... | dataset_sample\yaml\fish-shell_fish-shell\.github\workflows\main.yml | main.yml | YAML | 5,613 | 0.95 | 0.03012 | 0.315436 | vue-tools | 612 | 2024-12-16T04:49:45.668601 | GPL-3.0 | false | 3222a28b7db96330cc3c8b910a87bd90 |
name: Rust checks\n\non: [push, pull_request]\n\npermissions:\n contents: read\n\njobs:\n rustfmt:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v3\n - uses: dtolnay/rust-toolchain@stable\n - name: cargo fmt\n run: cargo fmt --check --all\n\n clippy:\n runs-on: ubuntu-latest\n... | dataset_sample\yaml\fish-shell_fish-shell\.github\workflows\rust_checks.yml | rust_checks.yml | YAML | 990 | 0.8 | 0.04878 | 0.264706 | react-lib | 373 | 2024-08-31T14:44:09.785810 | BSD-3-Clause | false | 5ad8224bb34578385812c87dd3b28577 |
name: staticbuilds\n\non:\n # release:\n # types: [published]\n # schedule:\n # - cron: "14 13 * * *"\n workflow_dispatch:\n\nenv:\n CTEST_PARALLEL_LEVEL: "1"\n CMAKE_BUILD_PARALLEL_LEVEL: "4"\n\njobs:\n staticbuilds-linux:\n\n runs-on: ubuntu-latest\n\n permissions:\n contents: read\n\... | dataset_sample\yaml\fish-shell_fish-shell\.github\workflows\staticbuild.yml | staticbuild.yml | YAML | 2,602 | 0.8 | 0 | 0.056338 | awesome-app | 18 | 2024-10-04T07:20:42.304286 | Apache-2.0 | false | 64788d13601eba1f6e39d96fe8ab86ec |
preset: recommended\n\nenabled:\n - logical_not_operators_with_successor_space\n\ndisabled:\n - align_double_arrow\n - blank_line_after_opening_tag\n - multiline_array_trailing_comma\n - new_with_braces\n - phpdoc_align\n - phpdoc_order\n - phpdoc_separation\n - phpdoc_types\n | dataset_sample\yaml\flarum_framework\.styleci.yml | .styleci.yml | YAML | 272 | 0.7 | 0 | 0 | react-lib | 557 | 2024-10-28T15:54:07.618943 | MIT | false | 43b2bd6413878c3b5c12576384d69ed9 |
version: '1.19.5.{build}'\n\ninit:\n- ps: |\n $version = new-object System.Version $env:APPVEYOR_BUILD_VERSION\n $env:flowVersion = "{0}.{1}.{2}" -f $version.Major, $version.Minor, $version.Build\n if ($env:APPVEYOR_REPO_BRANCH -eq "dev")\n {\n $env:prereleaseTag = "{0}.{1}.{2}.{3}" -f $versi... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\appveyor.yml | appveyor.yml | YAML | 3,065 | 0.8 | 0.034884 | 0 | react-lib | 836 | 2024-01-26T21:14:42.721608 | GPL-3.0 | false | cbd90eeabe7573d3d05f4d524ed39b22 |
# .NET Desktop\n# Build and run tests for .NET Desktop or Windows classic desktop solutions.\n# Add steps that publish symbols, save build artifacts, and more:\n# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net\n\ntrigger:\n- master\n- dev\n\npool:\n vmImage: 'windows-2019' #'due to windows SDK ... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\azure-pipelines.yml | azure-pipelines.yml | YAML | 949 | 0.8 | 0.04878 | 0.121212 | vue-tools | 845 | 2023-12-02T23:17:26.005744 | GPL-3.0 | false | 48439bb8cdab580128f453ba5a6b8b42 |
files:\n - source: Languages/en.xaml\n translation: /%original_path%/%two_letters_code%.xaml\n - source: Properties/Resources.resx\n translation: /%original_path%/Resources.%locale%.resx\ncommit_message: '[ci skip]'\n | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\crowdin.yml | crowdin.yml | YAML | 219 | 0.7 | 0 | 0 | vue-tools | 502 | 2024-11-05T17:46:30.883116 | Apache-2.0 | false | e4bbad604482d5a7df29b34a4cec958d |
# 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\Flow-Launcher_Flow.Launcher\.github\dependabot.yml | dependabot.yml | YAML | 760 | 0.8 | 0.136364 | 0.190476 | node-utils | 15 | 2023-07-25T23:47:23.240983 | Apache-2.0 | false | f3fe09953670e4c4c79f5669ffcbf579 |
# The bot always updates the labels, add/remove as necessary [default: false]\nalwaysReplace: false\n# Treats the text and labels as case sensitive [default: true]\ncaseSensitive: false\n# Array of labels to be applied to the PR [default: []]\ncustomLabels:\n # Finds the `text` within the PR title and body and applies... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\pr-labeler.yml | pr-labeler.yml | YAML | 940 | 0.8 | 0.096774 | 0.225806 | python-kit | 581 | 2024-08-10T17:39:01.675952 | MIT | false | b7616ebedbbd49e38aba548e249c912d |
name: Publish Default Plugins\n\non:\n push:\n branches: ['master']\n paths: ['Plugins/**']\n workflow_dispatch:\n\njobs:\n build:\n runs-on: windows-latest\n\n steps:\n - uses: actions/checkout@v4\n - name: Setup .NET\n uses: actions/setup-dotnet@v4\n with:\n dotnet-vers... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\default_plugins.yml | default_plugins.yml | YAML | 16,784 | 0.8 | 0.129032 | 0 | react-lib | 978 | 2024-06-28T11:52:51.025799 | BSD-3-Clause | false | 4de4c699977cb5f70d555ed7d67c9862 |
# This workflow will build a .NET project\n# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net\n\nname: Build\n\non:\n workflow_dispatch:\n push:\n branches:\n - dev\n - master\n pull_request:\n\njobs:\n build:\n\n runs-on: windows-late... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\dotnet.yml | dotnet.yml | YAML | 2,784 | 0.8 | 0.010989 | 0.093023 | node-utils | 247 | 2024-03-29T01:48:36.684262 | GPL-3.0 | false | f1fe368f5143f7f9508c1184ff2b03e9 |
# Code generated by gitStream GitHub app - DO NOT EDIT\n\nname: gitStream workflow automation\nrun-name: |\n /:\ gitStream: PR #${{ fromJSON(fromJSON(github.event.inputs.client_payload)).pullRequestNumber }} from ${{ github.event.inputs.full_repository }}\n\non:\n workflow_dispatch:\n inputs:\n client_payload... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\gitstream.yml | gitstream.yml | YAML | 1,666 | 0.95 | 0.020408 | 0.021739 | python-kit | 837 | 2023-12-06T14:10:15.532696 | GPL-3.0 | false | cb8838938bc8028ad018481eeb68ced7 |
name: Assign PR to creator\n\non:\n pull_request_target:\n types: [opened]\n branches-ignore:\n - l10n_dev\n\npermissions:\n pull-requests: write\n\njobs:\n automation:\n runs-on: ubuntu-latest\n steps:\n - name: Assign PR to creator\n uses: toshimaru/auto-author-assign@v2.1.1\n | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\pr_assignee.yml | pr_assignee.yml | YAML | 290 | 0.7 | 0 | 0 | vue-tools | 158 | 2024-09-21T05:08:09.503989 | GPL-3.0 | false | 33b6bf331a4b232e47e15678609f9697 |
name: Set Milestone\n\n# Assigns the earliest created milestone that matches the below glob pattern.\n\non:\n pull_request_target:\n types: [opened]\n\npermissions:\n pull-requests: write\n\njobs:\n automation:\n runs-on: ubuntu-latest\n\n steps:\n - name: set-milestone\n uses: andrefcdias/add-t... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\pr_milestone.yml | pr_milestone.yml | YAML | 469 | 0.8 | 0 | 0.058824 | vue-tools | 708 | 2024-06-11T20:43:26.800490 | MIT | false | 5e34a2f7280d11817006e4e228144ab0 |
name: Check Spelling\n\n# Comment management is handled through a secondary job, for details see:\n# https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Restricted-Permissions\n#\n# `jobs.comment-push` runs when a push is made to a repository and the `jobs.spelling` job needs to make a comment\n# (in odd... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\spelling.yml | spelling.yml | YAML | 5,665 | 0.8 | 0.03125 | 0.529801 | python-kit | 494 | 2024-05-06T12:01:39.465596 | Apache-2.0 | false | fad18ee809371f206672bcc74df9144a |
# For more information, see:\n# https://github.com/actions/stale\nname: Mark stale issues and pull requests\n\non:\n schedule:\n - cron: '30 1 * * *'\n\nenv:\n days-before-stale: 60\n days-before-close: 7\n exempt-issue-labels: 'keep-fresh'\n\njobs:\n stale:\n runs-on: ubuntu-latest\n permissions:\n ... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\stale.yml | stale.yml | YAML | 1,290 | 0.8 | 0.032258 | 0.071429 | node-utils | 942 | 2025-03-19T08:44:23.664124 | MIT | false | d619e609e8ade483bd88393ba04c0040 |
name: Top-Ranking Issues\non:\n schedule:\n - cron: '0 0 */1 * *'\n workflow_dispatch:\n\njobs:\n ShowAndLabelTopIssues:\n name: Display and label top issues.\n runs-on: ubuntu-latest\n steps:\n - name: Top Issues action \n uses: rickstaa/top-issues-action@v1.3.101\n env:\... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\top-ranking-issues.yml | top-ranking-issues.yml | YAML | 686 | 0.7 | 0 | 0 | python-kit | 350 | 2023-12-28T01:21:22.381203 | GPL-3.0 | false | 554d915efbd1c24e30f97daab52454b8 |
---\n\nname: Deploy Website On Release\non:\n release:\n types: [published]\n workflow_dispatch:\n\njobs:\n dispatch:\n runs-on: ubuntu-latest\n steps:\n - name: Dispatch event\n run: |\n http_status=$(curl -L -f -s -o /dev/null -w "%{http_code}" \\n -X POST \\n -H... | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\website_deploy.yml | website_deploy.yml | YAML | 683 | 0.8 | 0.047619 | 0 | react-lib | 623 | 2023-10-23T16:11:04.970099 | GPL-3.0 | false | 458d4df2d54c3edfeed1afb6bfafe309 |
name: Publish to Winget\n\non:\n workflow_dispatch:\n\njobs:\n publish:\n runs-on: ubuntu-latest\n steps:\n - uses: vedantmgoyal2009/winget-releaser@v2\n with:\n identifier: Flow-Launcher.Flow-Launcher\n token: ${{ secrets.WINGET_TOKEN }}\n | dataset_sample\yaml\Flow-Launcher_Flow.Launcher\.github\workflows\winget.yml | winget.yml | YAML | 265 | 0.7 | 0 | 0 | awesome-app | 602 | 2024-01-17T06:46:10.073583 | GPL-3.0 | false | 89c79978c669fb77a4f59de1d2216d76 |
---\n\n# These are supported funding model platforms\n\ngithub: [flxzt] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\npatreon: # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace wit... | dataset_sample\yaml\flxzt_rnote\.github\FUNDING.yml | FUNDING.yml | YAML | 903 | 0.8 | 0 | 0.153846 | python-kit | 377 | 2024-10-13T03:31:03.879107 | Apache-2.0 | false | 2a55376108fb356fd0d0f83fe8a6c6da |
---\n\nname: CI\n\n"on":\n push:\n branches:\n - main\n pull_request:\n types: [opened, synchronize, reopened, ready_for_review]\n workflow_dispatch:\n workflow_call:\n\nenv:\n CARGO_TERM_COLOR: always\n\njobs:\n check:\n if: github.event.pull_request.draft == false\n runs-on: ubuntu-24.04\n c... | dataset_sample\yaml\flxzt_rnote\.github\workflows\ci.yml | ci.yml | YAML | 1,931 | 0.7 | 0.025 | 0 | python-kit | 589 | 2024-11-16T11:01:00.857530 | Apache-2.0 | false | 45f40980b9e1b2b0effbc8499846c612 |
---\n\nname: Generate Dist Archive\n\n"on":\n release:\n types: [published]\n workflow_dispatch:\n\njobs:\n dist:\n runs-on: ubuntu-24.04\n container: fedora:42\n permissions:\n # needed for uploading release artifact\n contents: write\n steps:\n\n # Necessary so that 'Checkout' will cl... | dataset_sample\yaml\flxzt_rnote\.github\workflows\dist.yml | dist.yml | YAML | 2,299 | 0.8 | 0.041667 | 0.050847 | awesome-app | 307 | 2024-08-09T07:16:45.832546 | Apache-2.0 | false | a95675fc82050640a27919b61d6c503b |
---\n\nname: Nightly\n\n"on":\n schedule:\n - cron: "0 8 * * 1"\n workflow_dispatch:\n workflow_call:\n\njobs:\n flatpak:\n runs-on: ubuntu-24.04\n container:\n image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48\n options: --privileged\n steps:\n\n - name: Checkout\n uses... | dataset_sample\yaml\flxzt_rnote\.github\workflows\nightly.yml | nightly.yml | YAML | 669 | 0.7 | 0 | 0 | python-kit | 107 | 2024-07-13T22:20:05.415325 | MIT | false | b03030b4ecb4c94859701612a2d587d3 |
---\n\nname: Release Windows\n\n"on":\n release:\n types: [published]\n workflow_dispatch:\n\njobs:\n build:\n runs-on: windows-2022\n permissions:\n # needed for uploading release artifact\n contents: write\n defaults:\n run:\n shell: msys2 {0}\n steps:\n\n - name: Set inst... | dataset_sample\yaml\flxzt_rnote\.github\workflows\release-windows.yml | release-windows.yml | YAML | 1,972 | 0.8 | 0.041096 | 0.016949 | python-kit | 601 | 2024-02-12T05:14:02.744302 | GPL-3.0 | false | 814f2c3bca5e319ae151c012b3d25e78 |
---\n\nname: Update Translations\n\n"on":\n push:\n branches:\n - 'main'\n paths:\n - 'crates/rnote-ui/po/LINGUAS'\n - 'crates/rnote-ui/po/zh_Hans.po'\n - 'crates/rnote-ui/po/zh_Hant.po'\n workflow_dispatch:\n workflow_call:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}... | dataset_sample\yaml\flxzt_rnote\.github\workflows\update-translations.yml | update-translations.yml | YAML | 1,843 | 0.8 | 0.045455 | 0.017857 | react-lib | 500 | 2024-05-08T10:26:37.198476 | Apache-2.0 | false | a76f679e7183dcde34efab20c895d61f |
name: Build PRs\n\non:\n pull_request:\n branches:\n - main\n\njobs:\n build:\n runs-on: ${{ matrix.os }}\n\n strategy:\n matrix:\n os:\n - ubuntu-latest\n - macOS-latest\n - windows-latest\n java:\n - 17\n fail-fast: false\n\n permissions:\... | dataset_sample\yaml\flyway_flyway\.github\workflows\build-pr.yml | build-pr.yml | YAML | 694 | 0.7 | 0 | 0 | react-lib | 675 | 2024-04-09T14:26:21.555549 | MIT | false | fb18e649b34c17f1201e1e58dda6d79f |
name: Build Release Tags\n\non:\n release:\n types:\n - created\n\njobs:\n build:\n runs-on: ${{ matrix.os }}\n\n strategy:\n matrix:\n os:\n - ubuntu-latest\n - macOS-latest\n - windows-latest\n java:\n - 17\n\n permissions:\n contents: rea... | dataset_sample\yaml\flyway_flyway\.github\workflows\build-release.yml | build-release.yml | YAML | 901 | 0.7 | 0 | 0 | node-utils | 661 | 2024-09-03T11:59:07.410410 | GPL-3.0 | false | 22a5a6d28e4d25d378662b993341e3b7 |
# Sample workflow for building and deploying a Jekyll site to GitHub Pages\nname: Deploy Jekyll with GitHub Pages dependencies preinstalled\n\non:\n # Runs on pushes targeting the default branch\n push:\n branches: ["main"]\n\n # Allows you to run this workflow manually from the Actions tab\n # workflow_dispatch... | dataset_sample\yaml\flyway_flyway\.github\workflows\jekyll-gh-pages.yml | jekyll-gh-pages.yml | YAML | 1,414 | 0.8 | 0.02 | 0.2 | awesome-app | 9 | 2023-10-24T09:23:02.250192 | Apache-2.0 | false | 839653e6ce8c97a12bf2140bf76bc3c1 |
# Welcome to Jekyll!\n#\n# This config file is meant for settings that affect your whole blog, values\n# which you are expected to set up once and rarely edit after that. If you find\n# yourself editing this file very often, consider using Jekyll's data files\n# feature for the data you need to update frequently.\n#\n#... | dataset_sample\yaml\flyway_flyway\docs\_config.yml | _config.yml | YAML | 1,655 | 0.8 | 0.095238 | 0.707317 | vue-tools | 469 | 2024-08-24T16:17:52.203093 | GPL-3.0 | false | 00c8e942d2929024a5ce6464884d6d9e |
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\flyway_flyway\documentation\_config.yml | _config.yml | YAML | 292 | 0.8 | 0 | 0 | vue-tools | 466 | 2024-06-25T21:50:53.213271 | Apache-2.0 | false | 5238a087e06f35b7d726a0779e7797ac |
linters:\n ErbSafety:\n # TODO: [@rhymes] re-enable this and fix the violations,\n # see https://github.com/Shopify/erb-lint#ErbSafety\n enabled: false\n SelfClosingTag:\n enabled: false\n ParserErrors:\n exclude:\n - '**/app/views/pages/_editor_guide_text.html.erb'\n SpaceInHtmlTag:\n exclud... | dataset_sample\yaml\forem_forem\.erb-lint.yml | .erb-lint.yml | YAML | 1,386 | 0.8 | 0 | 0.043478 | react-lib | 1 | 2024-10-01T23:51:09.379929 | GPL-3.0 | false | f08495a9e0418f6febaa5f09a12cd6ec |
ports:\n - port: 3000\n onOpen: ignore\n - port: 3035\n onOpen: ignore\n - port: 5432\n onOpen: ignore\n - port: 6379\n onOpen: ignore\n\ntasks:\n - name: Open Site\n command: >\n gp ports await 3000 &&\n printf "Waiting for local Forem development environment to load in the browser..." &&... | dataset_sample\yaml\forem_forem\.gitpod.yml | .gitpod.yml | YAML | 1,436 | 0.8 | 0.108696 | 0.181818 | python-kit | 683 | 2024-11-12T14:16:45.430462 | Apache-2.0 | false | b0bddc24cc64b8f2d8a60f55fa673572 |
# TODO: [@thepracticaldev/oss] test cops that are commented out\n\ninherit_from: .rubocop_todo.yml\n\nrequire:\n - rubocop-performance\n - rubocop-rails\n - rubocop-rspec\n - rubocop-capybara\n\nAllCops:\n Exclude:\n - bin/**/*\n - db/schema.rb\n - db/migrate/*.rb\n - node_modules/**/*\n - tmp/**/*\... | dataset_sample\yaml\forem_forem\.rubocop.yml | .rubocop.yml | YAML | 31,296 | 0.95 | 0.090909 | 0.135032 | vue-tools | 210 | 2024-08-13T12:01:31.622264 | Apache-2.0 | false | 792252fbe18bd1f447a6e1fd9bf6792a |
# This configuration was generated by\n# `rubocop --auto-gen-config --no-auto-gen-timestamp`\n# using RuboCop version 1.21.0.\n# The point is for the user to remove these configuration records\n# one by one as the offenses are removed from the code base.\n# Note that changes in the inspected code, or installation of ne... | dataset_sample\yaml\forem_forem\.rubocop_todo.yml | .rubocop_todo.yml | YAML | 746 | 0.95 | 0.045455 | 0.55 | awesome-app | 493 | 2024-11-19T11:00:22.038344 | Apache-2.0 | false | 9a819c1ac10d320d277c66c3330fcc55 |
---\ninclude:\n- "**/*.rb"\nexclude:\n- spec/**/*\n- test/**/*\n- vendor/**/*\n- ".bundle/**/*"\nrequire: []\ndomains: []\nreporters:\n- rubocop\n- require_not_found\nformatter:\n rubocop:\n cops: safe\n except: []\n only: []\n extra_args: []\nrequire_paths: []\nplugins:\n - solargraph-rails\nmax_files: 5... | dataset_sample\yaml\forem_forem\.solargraph.yml | .solargraph.yml | YAML | 302 | 0.95 | 0 | 0 | awesome-app | 923 | 2023-08-09T13:09:29.856335 | BSD-3-Clause | false | 5f257e9b3a9f76963ade89e909738c79 |
nodeLinker: node-modules\n\nyarnPath: .yarn/releases/yarn-4.1.0.cjs\n\nlogFilters:\n - code: "YN0002"\n level: "discard"\n | dataset_sample\yaml\forem_forem\.yarnrc.yml | .yarnrc.yml | YAML | 119 | 0.7 | 0 | 0 | awesome-app | 236 | 2025-04-05T16:16:25.521774 | Apache-2.0 | false | db6006475fbd6174f1dacdea75e2c0be |
# NB: Run the following command to verify this file is valid\n# > cat codecov.yml | curl --data-binary @- https://codecov.io/validate\n\ncomment: false\ncodecov:\n ci:\n - "!buildkite"\n require_ci_to_pass: no\n notify:\n wait_for_ci: no\nignore:\n - "vendor"\n - "bin"\n - "**/*.svg"\n - "lib/sitemap_gener... | dataset_sample\yaml\forem_forem\codecov.yml | codecov.yml | YAML | 510 | 0.95 | 0 | 0.08 | awesome-app | 369 | 2024-04-05T11:10:44.711431 | BSD-3-Clause | false | 96fb2eeed172e0359e7d414cbf9fabab |
services:\n rails:\n image: quay.io/forem/forem:development\n container_name: forem_rails\n ports:\n - "3000:3000"\n depends_on:\n - bundle\n - db\n - redis\n - yarn\n healthcheck:\n test: ["CMD", "curl" , "-f", "http://localhost:3000/"]\n interval: 30s\n timeout:... | dataset_sample\yaml\forem_forem\container-compose.yml | container-compose.yml | YAML | 4,399 | 0.8 | 0 | 0 | awesome-app | 51 | 2024-09-06T07:17:26.511922 | GPL-3.0 | false | 7e68a3efa519bc697a00cf684a4c9ef8 |
version: '7.1'\n\n# Define default environment variables to pass\n# to Docker Compose\nenvironment:\n RAILS_ENV: development\n\ncompose:\n files:\n - docker-compose.yml\n project_name: forem\n\ninteraction:\n # This command spins up a Rails container with the required dependencies (such as databases),\n # and o... | dataset_sample\yaml\forem_forem\dip.yml | dip.yml | YAML | 2,222 | 0.95 | 0.024096 | 0.138889 | react-lib | 824 | 2024-10-08T07:12:24.124987 | MIT | false | c9f245631555cb8b0102a4e41386c2de |
x-app: &app\n build:\n target: development\n context: .\n args:\n PG_MAJOR: '13'\n image: ghcr.io/forem/forem:1.0.0-development\n environment: &env\n NODE_ENV: ${NODE_ENV:-development}\n RAILS_ENV: ${RAILS_ENV:-development}\n tmpfs:\n - /tmp\n - /app/tmp/pids\n\nx-backend: &backend\n <<: ... | dataset_sample\yaml\forem_forem\docker-compose.yml | docker-compose.yml | YAML | 4,187 | 0.8 | 0 | 0.019868 | python-kit | 462 | 2025-01-22T07:25:46.419249 | Apache-2.0 | false | 3a2f5fea3aec71e36f7c58e0024f0eb5 |
steps:\n - command: ./scripts/build_containers.sh\n label: ":hammer: Build containers!"\n key: build-containers\n plugins:\n - docker-login#v2.0.1:\n username: forem+buildkite\n password-env: QUAY_LOGIN_PASSWORD\n server: quay.io\n | dataset_sample\yaml\forem_forem\.buildkite\pipeline.containers.yml | pipeline.containers.yml | YAML | 264 | 0.8 | 0 | 0 | react-lib | 404 | 2023-11-07T11:01:25.269589 | GPL-3.0 | false | 6e04b291bd4d65f887f91c9d107720d4 |
version: 2\nupdates:\n # RubyGems dependency updates (typically for Rails and other Ruby gems)\n - package-ecosystem: "bundler" # for RubyGems\n directory: "/" # path to the directory containing the Gemfile\n schedule:\n interval: "weekly" # frequency of update checks\n day: "monday" # specify the day... | dataset_sample\yaml\forem_forem\.github\dependabot.yml | dependabot.yml | YAML | 1,320 | 0.8 | 0.210526 | 0.083333 | python-kit | 566 | 2025-05-18T17:38:59.348116 | BSD-3-Clause | false | a522758684d498fe5f1b86e6d984788e |
blank_issues_enabled: false\ncontact_links:\n - name: Feature Request\n url: https://github.com/forem/forem/discussions/categories/feature-requests\n about: Have a feature request? Please let us know via GitHub Discussions. \n - name: Forem Q&A\n url: https://github.com/forem/forem/discussions/categories/q-... | dataset_sample\yaml\forem_forem\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 554 | 0.8 | 0 | 0 | python-kit | 758 | 2025-01-11T22:18:31.039501 | GPL-3.0 | false | d5db73a428ece56018c2882464a8ab01 |
---\nname: Build ghcr.io/forem/ruby Container Image\non:\n workflow_call:\n # Allow manual runs through GitHub GUI in case of emergency.\n workflow_dispatch:\n push:\n branches:\n - 'main'\n paths:\n - 'Containerfile.base'\n - '.ruby-version-next'\n pull_request:\n branches:\n - 'main'... | dataset_sample\yaml\forem_forem\.github\workflows\build-base-ruby-image.yml | build-base-ruby-image.yml | YAML | 1,596 | 0.8 | 0.078431 | 0.02 | awesome-app | 477 | 2024-03-15T23:04:59.683380 | MIT | false | 74ee0b7819743c41d4b5683cbbc99021 |
name: Buildkite\non:\n issue_comment:\n types: [created]\njobs:\n add_ci_label:\n name: "Add CI label to pull request"\n if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association =... | dataset_sample\yaml\forem_forem\.github\workflows\buildkite.yml | buildkite.yml | YAML | 1,302 | 0.7 | 0.071429 | 0 | python-kit | 538 | 2024-02-25T10:41:03.601577 | BSD-3-Clause | false | c6fa00a91c34a6f8fff5a7500cc3f0bc |
name: CD\n\non:\n push:\n branches:\n - main\n\njobs:\n deploy:\n runs-on: ubuntu-latest\n concurrency: ${{ matrix.environment }}\n environment: ${{ matrix.environment }}\n\n strategy:\n matrix:\n environment: [ production, staging ]\n\n steps:\n - name: Install Heroku CLI\n ... | dataset_sample\yaml\forem_forem\.github\workflows\cd.yml | cd.yml | YAML | 1,025 | 0.8 | 0.051282 | 0 | vue-tools | 553 | 2024-10-20T07:48:17.731889 | MIT | false | 7bf653cedb76661b91f7d0f56062c4f3 |
name: CI\n\non:\n pull_request:\n branches:\n - main\n merge_group:\n branches:\n - main\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref }}\n cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}\n\nenv:\n COVERAGE: true\n RAILS_ENV: test\n NODE_ENV: test\n DATABASE_URL_TEST: p... | dataset_sample\yaml\forem_forem\.github\workflows\ci.yml | ci.yml | YAML | 3,622 | 0.8 | 0.033333 | 0 | react-lib | 941 | 2025-04-10T06:09:20.153342 | GPL-3.0 | false | 591cff7e23194868649636ccfa343072 |
name: "CLA Assistant"\non:\n issue_comment:\n types: [created]\n pull_request_target:\n types: [opened,closed,synchronize]\n merge_group:\n branches:\n - main\n workflow_call:\n\npermissions:\n actions: write\n contents: write\n pull-requests: write\n statuses: write\n\njobs:\n CLAAssistant:\n ... | dataset_sample\yaml\forem_forem\.github\workflows\cla.yml | cla.yml | YAML | 1,160 | 0.8 | 0.029412 | 0 | vue-tools | 760 | 2023-08-15T03:30:10.087645 | BSD-3-Clause | false | 588915d2658b53861719258a52e7871d |
name: cleanup caches by a branch\non:\n pull_request:\n types:\n - closed\n\njobs:\n cleanup:\n runs-on: ubuntu-latest\n steps:\n - name: Cleanup\n run: |\n gh extension install actions/gh-actions-cache\n\n echo "Fetching list of cache key"\n cacheKeysForPR=$(gh ac... | dataset_sample\yaml\forem_forem\.github\workflows\cleanup-cache.yml | cleanup-cache.yml | YAML | 840 | 0.8 | 0.068966 | 0.038462 | awesome-app | 416 | 2024-01-01T13:51:18.899307 | Apache-2.0 | false | 3f60297c7ed39bf7cadbada4ec8b88df |
name: "CodeQL"\n\non:\n push:\n branches: [main]\n pull_request:\n # The branches below must be a subset of the branches above\n branches: [main]\n schedule:\n - cron: '0 9 * * 6'\n\npermissions:\n contents: read\n\njobs:\n analyze:\n permissions:\n actions: read # for github/codeql-action/ini... | dataset_sample\yaml\forem_forem\.github\workflows\codeql-analysis.yml | codeql-analysis.yml | YAML | 2,360 | 0.8 | 0.115942 | 0.350877 | python-kit | 645 | 2023-11-05T12:26:11.962613 | Apache-2.0 | false | 40e1f33d6433f7c85ddfeede11495bb3 |
name: Create CI cache\n\non:\n push:\n branches:\n - main\n\njobs:\n build-cache:\n runs-on: ubuntu-latest\n env:\n E2E: true\n RAILS_ENV: test\n NODE_ENV: test\n\n steps:\n - uses: actions/checkout@v4\n - name: Setup Ruby\n uses: ruby/setup-ruby@v1\n with:\n ... | dataset_sample\yaml\forem_forem\.github\workflows\create-cache.yml | create-cache.yml | YAML | 1,054 | 0.8 | 0.078947 | 0 | node-utils | 106 | 2024-03-23T23:30:18.364642 | Apache-2.0 | false | 2f08fa3ed744fc7dff292f4f652f2029 |
# This workflow posts an automated comment on every new issue\n# https://github.com/marketplace/actions/create-or-update-comment (https://github.com/peter-evans/create-or-update-comment)\n\nname: Automatic Comment\non:\n issues:\n types: [opened]\npermissions:\n contents: read\n\njobs:\n comment:\n permissions... | dataset_sample\yaml\forem_forem\.github\workflows\issue.yml | issue.yml | YAML | 1,770 | 0.8 | 0.1875 | 0.076923 | python-kit | 42 | 2024-12-02T10:28:35.826905 | MIT | false | e86b99bbad9b4d76032b7160c7a4e870 |
name: Pull Request\non:\n pull_request_target:\n types: [opened]\njobs:\n pull_request_comment:\n name: Notify third-party contributor\n if: github.event.pull_request.head.repo.full_name != github.repository\n runs-on: ubuntu-latest\n steps:\n - name: Add comment to PR if coming from third-party f... | dataset_sample\yaml\forem_forem\.github\workflows\pr.yml | pr.yml | YAML | 829 | 0.7 | 0.130435 | 0 | awesome-app | 3 | 2025-06-04T09:51:44.016933 | BSD-3-Clause | false | ed81c5aa5be7b2640bc291d251a74dbe |
# see https://github.com/ankane/blazer for more info\n\ndata_sources:\n main:\n url: <%= ENV["BLAZER_DATABASE_URL"] %>\n\n # statement timeout, in seconds\n # none by default\n timeout: 30\n\n # caching settings\n # can greatly improve speed\n # off by default\n cache:\n mode: slow # or al... | dataset_sample\yaml\forem_forem\config\blazer.yml | blazer.yml | YAML | 1,847 | 0.95 | 0.106667 | 0.660714 | react-lib | 981 | 2025-05-27T03:13:34.933106 | Apache-2.0 | false | 7927f24581c488329b11073c416a7869 |
development:\n adapter: async\n\ntest:\n adapter: async\n\nproduction:\n adapter: redis\n url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>\n channel_prefix: practical_developer_production\n | dataset_sample\yaml\forem_forem\config\cable.yml | cable.yml | YAML | 201 | 0.8 | 0 | 0 | awesome-app | 273 | 2023-12-02T05:32:36.605473 | GPL-3.0 | false | a68e6d9dc24044381a95d8f1a6636c27 |
# PostgreSQL. Versions 9.1 and up are supported.\n#\n# Install the pg driver:\n# gem install pg\n# On OS X with Homebrew:\n# gem install pg -- --with-pg-config=/usr/local/bin/pg_config\n# On OS X with MacPorts:\n# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config\n# On Windows:\n# gem... | dataset_sample\yaml\forem_forem\config\database.yml | database.yml | YAML | 3,539 | 0.8 | 0.010638 | 0.717647 | node-utils | 760 | 2023-10-17T19:28:14.458402 | BSD-3-Clause | false | 7b762afed1ccd9e33daedffd5114ea32 |
# 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\forem_forem\config\i18n-tasks.yml | i18n-tasks.yml | YAML | 4,928 | 0.95 | 0.035211 | 0.823529 | python-kit | 861 | 2025-05-01T19:30:10.969006 | MIT | false | c5f9692203ad8b3b29bf27d505b6fd4c |
---\nlike:\n position: 1\n name: Like\n icon: sparkle-heart\nunicorn:\n position: 2\n name: Unicorn\n icon: multi-unicorn\nexploding_head:\n position: 3\n name: Exploding Head\n icon: exploding-head\nraised_hands:\n position: 4\n name: Raised Hands\n icon: raised-hands\nfire:\n position: 5\n name: Fire\n ... | dataset_sample\yaml\forem_forem\config\reactions.yml | reactions.yml | YAML | 569 | 0.7 | 0 | 0 | react-lib | 321 | 2025-01-12T11:57:13.510877 | GPL-3.0 | false | b4ed71a5e0fff8b59f4a0c8ab58b31be |
feeds_import:\n description: "Imports feed items as articles (runs hourly on the 20th minute after the hour)"\n cron: "20 * * * *"\n class: "Feeds::ImportArticlesWorker"\nlog_worker_queue_stats:\n description: "Records Sidekiq stats in Datadog (runs every 10 minutes)"\n cron: "*/10 * * * *"\n class: "Metrics::Rec... | dataset_sample\yaml\forem_forem\config\schedule.yml | schedule.yml | YAML | 6,703 | 0.95 | 0.210227 | 0 | awesome-app | 231 | 2025-04-10T22:08:03.741990 | BSD-3-Clause | false | 9ef7e6e895a41e8d20697da9947ad3c6 |
# Be sure to restart your server when you modify this file.\n\n# Your secret key is used for verifying the integrity of signed cookies.\n# If you change this key, all old signed cookies will become invalid!\n\n# Make sure the secret is at least 30 characters and all random,\n# no regular words or you'll be exposed to d... | dataset_sample\yaml\forem_forem\config\secrets.yml | secrets.yml | YAML | 967 | 0.8 | 0.083333 | 0.625 | awesome-app | 912 | 2024-05-29T22:43:45.558152 | MIT | false | 747d6dc05460f32f7ef10907afbbe38a |
:queues:\n - ["default", 1]\n - ["low_priority", 10]\n - ["medium_priority", 100]\n - ["high_priority", 1000]\n - ["scheduler", 1000]\n - ["mailers", 1000]\n | dataset_sample\yaml\forem_forem\config\sidekiq.yml | sidekiq.yml | YAML | 156 | 0.7 | 0 | 0 | python-kit | 672 | 2024-05-24T15:29:39.498148 | Apache-2.0 | false | 616ef99e4a529855fd961b2ed1da110e |
test:\n service: Disk\n root: <%= Rails.root.join("tmp/storage") %>\n\nlocal:\n service: Disk\n root: <%= Rails.root.join("storage") %>\n\n# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)\n# amazon:\n# service: S3\n# access_key_id: <%= Rails.application.credentials.di... | dataset_sample\yaml\forem_forem\config\storage.yml | storage.yml | YAML | 1,093 | 0.8 | 0 | 0.793103 | python-kit | 932 | 2024-11-02T20:59:19.889130 | Apache-2.0 | false | 1df46a81af448338bf0103361f6d5d09 |
---\nen:\n devise:\n confirmations:\n confirmed: "Your email address has been successfully confirmed."\n send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."\n send_paranoid_instructions: "If your email address exists in our database... | dataset_sample\yaml\forem_forem\config\locales\devise.en.yml | devise.en.yml | YAML | 6,458 | 0.7 | 0.065217 | 0 | python-kit | 363 | 2024-03-19T17:08:11.939831 | GPL-3.0 | false | addeac50ac84612533b1aeeed9affaa8 |
---\nen:\n devise:\n failure:\n invited: You have a pending invitation, accept it to finish creating your account.\n invitations:\n edit:\n header: Set your password\n submit_button: Let's Get Started\n invitation_removed: Your invitation was removed.\n invitation_token_invalid:... | dataset_sample\yaml\forem_forem\config\locales\devise_invitable.en.yml | devise_invitable.en.yml | YAML | 1,407 | 0.7 | 0 | 0 | python-kit | 480 | 2024-05-16T15:53:33.465992 | BSD-3-Clause | false | 49f7e455173bd990db9d07fe0f86d6e4 |
---\nfr:\n devise:\n failure:\n invited: Vous avez une invitation en attente, acceptez-la pour terminer la création de votre compte.\n invitations:\n edit:\n header: Confirmation\n new_password: Mot de passe\n new_password_confirmation: Confirmation du mot de passe\n submit_... | dataset_sample\yaml\forem_forem\config\locales\devise_invitable.fr.yml | devise_invitable.fr.yml | YAML | 1,693 | 0.7 | 0 | 0 | vue-tools | 217 | 2024-08-29T15:37:06.015037 | GPL-3.0 | false | df464d94debfc3bde4b05fd47bbccce3 |
---\nen:\n contact_prompts:\n if_any_questions_html: <a href="/contact">Contact us</a> if you have any questions.\n if_continued_trouble_html: <a href="/contact">Contact us</a> if you continue having trouble.\n if_we_can_help_html: <a href="/contact">Contact us</a> if there is anything we can help with.\n co... | dataset_sample\yaml\forem_forem\config\locales\en.yml | en.yml | YAML | 7,059 | 0.95 | 0.019324 | 0 | vue-tools | 918 | 2025-05-16T01:16:52.016236 | BSD-3-Clause | false | 236012abed630e4d7604748b9d35010c |
---\nfr:\n contact_prompts:\n if_any_questions_html: <a href="/contact">Contactez-nous</a> si vous avez des questions.\n if_continued_trouble_html: <a href="/contact">Contactez-nous</a> si vous continuez à avoir des problèmes.\n if_we_can_help_html: <a href="/contact">Contactez-nous</a> si nous pouvons vous a... | dataset_sample\yaml\forem_forem\config\locales\fr.yml | fr.yml | YAML | 8,183 | 0.95 | 0 | 0 | react-lib | 28 | 2024-04-28T05:23:52.487136 | Apache-2.0 | false | d2b28d03f737495318025a07e9089c34 |
---\nen:\n views:\n pagination:\n aria_next: "Next page"\n aria_previous: "Previous page"\n helpers:\n page_entries_info:\n more_pages:\n display_entries: "%{first} - %{last} of %{total}"\n | dataset_sample\yaml\forem_forem\config\locales\kaminari.en.yml | kaminari.en.yml | YAML | 219 | 0.7 | 0 | 0 | python-kit | 703 | 2024-08-14T15:06:35.450702 | GPL-3.0 | false | c7c95b6382bacca128f50e002dcf3e94 |
---\nfr:\n views:\n pagination:\n aria_next: "Page suivante"\n aria_previous: "Page précédente"\n first: "« Premier"\n last: Dernier »\n next: Suivant ›\n previous: "‹ Précédent"\n truncate: "…"\n helpers:\n page_entries_info:\n more_pages... | dataset_sample\yaml\forem_forem\config\locales\kaminari.fr.yml | kaminari.fr.yml | YAML | 382 | 0.7 | 0 | 0 | vue-tools | 907 | 2024-03-06T16:10:58.153793 | GPL-3.0 | false | cbab0e83e0d3e958d5b382e186a4b24a |
---\nen:\n concerns:\n image_uploads:\n too_long: filename too long - the max is %{max} characters.\n is_not_file: invalid file type. Please upload a valid image.\n | dataset_sample\yaml\forem_forem\config\locales\concerns\en.yml | en.yml | YAML | 172 | 0.7 | 0 | 0 | python-kit | 336 | 2024-01-05T13:30:19.365963 | BSD-3-Clause | false | 06395c5b6140fe56d7eeef81376dcaa9 |
---\nfr:\n concerns:\n image_uploads:\n too_long: nom de fichier trop long - le maximum est de %{max} caractères.\n is_not_file: Type de fichier non valide. Veuillez télécharger une image valide.\n | dataset_sample\yaml\forem_forem\config\locales\concerns\fr.yml | fr.yml | YAML | 208 | 0.7 | 0 | 0 | node-utils | 551 | 2025-03-13T22:46:33.479641 | GPL-3.0 | false | 0404ee738e3b1fc216e17ad1eff7e431 |
---\nen:\n api_secrets_controller:\n generated: 'Your API Key has been generated: %{secret}'\n revoked: Your API Key has been revoked.\n application_controller:\n bad_request: 'Error: Bad Request'\n not_authorized: 'Error: not authorized'\n please_sign_in: Please sign in\n articles_controller:\n de... | dataset_sample\yaml\forem_forem\config\locales\controllers\en.yml | en.yml | YAML | 5,910 | 0.7 | 0.040323 | 0 | vue-tools | 229 | 2024-06-19T07:08:45.941229 | BSD-3-Clause | false | dc64a37fe6460d47ff4ddc30a4683ef0 |
---\nfr:\n api_secrets_controller:\n generated: 'Votre clé d API a été générée : %{secret}'\n revoked: Votre clé API a été révoquée.\n application_controller:\n bad_request: 'Erreur : mauvaise demande'\n not_authorized: 'Erreur : non autorisé'\n please_sign_in : Veuillez vous connecter\n articles_cont... | dataset_sample\yaml\forem_forem\config\locales\controllers\fr.yml | fr.yml | YAML | 6,694 | 0.7 | 0 | 0 | node-utils | 472 | 2023-07-30T18:37:03.347379 | MIT | false | 6a6f10bc9623a1f73810a2409f0b1c26 |
---\nen:\n admin:\n articles_controller:\n saved: Article saved!\n pinned: Article Pinned!\n unpinned: Article Unpinned!\n badge_achievements_controller:\n deleted: Badge achievement has been deleted!\n rewarded: Badges are being rewarded. The task will finish shortly.\n congrats: C... | dataset_sample\yaml\forem_forem\config\locales\controllers\admin\en.yml | en.yml | YAML | 7,951 | 0.95 | 0.017442 | 0 | node-utils | 192 | 2024-05-19T08:32:34.468731 | Apache-2.0 | false | 7ddb458eb8242a06f52d596fba7b065e |
---\nfr:\n admin:\n articles_controller:\n saved: Article sauvegardé !\n pinned: Article épinglé !\n unpinned: Article désépinglé !\n badge_achievements_controller:\n deleted: La réalisation du badge a été supprimée !\n rewarded: Les badges sont en train d'être récompensés. La tâche sera... | dataset_sample\yaml\forem_forem\config\locales\controllers\admin\fr.yml | fr.yml | YAML | 8,974 | 0.8 | 0 | 0 | python-kit | 879 | 2025-03-23T16:48:39.494062 | BSD-3-Clause | false | 3da867ba61ccc4a937b9ebf9895197b6 |
---\nen:\n api:\n v0:\n analytics_controller:\n invalid_date_format: Date parameters 'start' or 'end' must be in the format of 'yyyy-mm-dd'\n start_missing: Required 'start' parameter is missing\n articles_controller:\n must_be_json: article param must be a JSON object. You provided a... | dataset_sample\yaml\forem_forem\config\locales\controllers\api\en.yml | en.yml | YAML | 786 | 0.7 | 0 | 0 | vue-tools | 329 | 2023-09-10T02:18:59.692940 | MIT | false | 56e7c8992d425335094ab41bd89d7753 |
---\nfr:\n api:\n v0:\n analytics_controller:\n invalid_date_format: Les paramètres de date "début" ou "fin" doivent être au format "yyyy-mm-dd"\n start_missing: Le paramètre 'début' requis est manquant\n articles_controller:\n must_be_json: Le paramètre article doit être un objet JSO... | dataset_sample\yaml\forem_forem\config\locales\controllers\api\fr.yml | fr.yml | YAML | 872 | 0.7 | 0 | 0 | react-lib | 893 | 2024-02-08T19:58:04.164183 | GPL-3.0 | false | 1afc495489ea468267af85c0ea8a69c8 |
---\nen:\n decorators:\n article_decorator:\n tagged_with: " Tagged with %{cached_tag_list}."\n | dataset_sample\yaml\forem_forem\config\locales\decorators\en.yml | en.yml | YAML | 99 | 0.5 | 0 | 0 | awesome-app | 428 | 2024-05-06T21:32:07.295407 | Apache-2.0 | false | 09a57c951854d8cc6d5aed669c8af96d |
---\nfr:\n decorators:\n article_decorator:\n tagged_with: " Tagué avec %{cached_tag_list}."\n | dataset_sample\yaml\forem_forem\config\locales\decorators\fr.yml | fr.yml | YAML | 99 | 0.5 | 0 | 0 | awesome-app | 39 | 2025-07-06T08:43:29.745450 | BSD-3-Clause | false | a1abd910a34be9d92c484253cff2f65c |
---\nen:\n helpers:\n label:\n listing:\n body_markdown: Body Markdown\n expires_at: Custom Expire Date\n location: Location\n organization_id: Post under an organization\n tag_list: Tags\n title: Title\n organization:\n name: Name\n slug: Username\n... | dataset_sample\yaml\forem_forem\config\locales\helpers\en.yml | en.yml | YAML | 9,565 | 0.95 | 0.016807 | 0 | python-kit | 652 | 2024-06-21T22:29:21.267568 | MIT | false | 7d0cf232d1877365b4ab3a719105548f |
---\nfr:\n helpers:\n label:\n listing:\n body_markdown: Body Markdown\n expires_at: Date d'expiration personnalisée\n location: Emplacement\n organization_id: Publier sous une organisation\n tag_list: Tags\n title: Titre\n organization:\n name: Nom\n ... | dataset_sample\yaml\forem_forem\config\locales\helpers\fr.yml | fr.yml | YAML | 10,863 | 0.95 | 0 | 0 | node-utils | 510 | 2023-10-27T07:53:03.551157 | Apache-2.0 | false | 95ad08e10ac2f494b5cbc920c99c3f37 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.