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: Feature Request\n url: https://github.com/rustdesk/rustdesk/discussions/categories/feature-request\n about: Discuss ideas for new features or enhancements, it will be converted to GitHub issue when we commit to building those changes or are helping a communit... | dataset_sample\yaml\rustdesk_rustdesk\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 521 | 0.8 | 0.125 | 0 | react-lib | 338 | 2025-07-06T01:58:37.289032 | Apache-2.0 | false | 6629e689fb9d3d2173f18de63c264444 |
# This yaml shares the build bridge steps with ci and nightly.\nname: Build flutter-rust-bridge\n# 2023-11-23 18:00:00+00:00\n\non:\n workflow_call:\n\nenv:\n CARGO_EXPAND_VERSION: "1.0.95"\n FLUTTER_VERSION: "3.22.3"\n FLUTTER_RUST_BRIDGE_VERSION: "1.80.1"\n RUST_VERSION: "1.75" # https://github.com/rustdesk/rust... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\bridge.yml | bridge.yml | YAML | 3,059 | 0.8 | 0 | 0.022989 | node-utils | 509 | 2024-04-23T18:02:02.113955 | GPL-3.0 | false | 4b67c657ecb80676f5ec4c058f5c1fdc |
name: CI\n\nenv:\n# MIN_SUPPORTED_RUST_VERSION: "1.46.0"\n# CICD_INTERMEDIATES_DIR: "_cicd-intermediates"\n VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"\n # for multiarch gcc compatibility\n VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"\n\non:\n workflow_dispatch:\n pull_request:\n paths-igno... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\ci.yml | ci.yml | YAML | 7,786 | 0.8 | 0.021186 | 0.402844 | vue-tools | 13 | 2024-01-04T11:40:49.885190 | GPL-3.0 | false | f393f7007dc180cae6236b555cc87611 |
name: Clear cache\n\non:\n workflow_dispatch:\n\npermissions:\n actions: write\n\njobs:\n clear-cache:\n runs-on: ubuntu-latest\n steps:\n - name: Clear cache\n uses: actions/github-script@v7\n with:\n script: |\n console.log("About to clear")\n const caches = ... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\clear-cache.yml | clear-cache.yml | YAML | 1,133 | 0.8 | 0.027027 | 0 | python-kit | 891 | 2024-06-10T19:12:05.690163 | GPL-3.0 | false | b0191131b93d49a5b092fe9a417befc9 |
name: Fdroid version file generation\n\non:\n workflow_dispatch:\n push:\n tags:\n - 'v[0-9]+.[0-9]+.[0-9]+'\n - '[0-9]+.[0-9]+.[0-9]+'\n - 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'\n - '[0-9]+.[0-9]+.[0-9]+-[0-9]+'\n\njobs:\n # https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.carriez.flut... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\fdroid.yml | fdroid.yml | YAML | 1,661 | 0.8 | 0.076923 | 0.083333 | python-kit | 152 | 2023-12-24T16:19:54.013188 | GPL-3.0 | false | 405726bbef802343176dd3b8ec5dba69 |
name: Full Flutter CI\n\non:\n workflow_dispatch:\n pull_request:\n paths-ignore:\n - "docs/**"\n - "README.md"\n push:\n branches:\n - master\n paths-ignore:\n - ".github/**"\n - "docs/**"\n - "README.md"\n - "res/**"\n - "appimage/**"\n - "flatpak/**"\n\njobs:\n r... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\flutter-ci.yml | flutter-ci.yml | YAML | 394 | 0.8 | 0 | 0 | vue-tools | 1,000 | 2024-06-17T16:53:20.725642 | Apache-2.0 | false | e806c9d8c88e2d17213ce1a1940300bd |
name: Flutter Nightly Build\n\non:\n schedule:\n # schedule build every night\n - cron: "0 0 * * *"\n workflow_dispatch:\n\njobs:\n run-flutter-nightly-build:\n uses: ./.github/workflows/flutter-build.yml\n secrets: inherit\n with:\n upload-artifact: true\n upload-tag: "nightly"\n | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\flutter-nightly.yml | flutter-nightly.yml | YAML | 294 | 0.8 | 0 | 0.076923 | vue-tools | 328 | 2024-10-03T14:50:14.137826 | Apache-2.0 | false | 45372d303bd97a09e90351915ebd910c |
name: Flutter Tag Build\n\non:\n workflow_dispatch:\n push:\n tags:\n - 'v[0-9]+.[0-9]+.[0-9]+'\n - '[0-9]+.[0-9]+.[0-9]+'\n - 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'\n - '[0-9]+.[0-9]+.[0-9]+-[0-9]+'\n\njobs:\n run-flutter-tag-build:\n uses: ./.github/workflows/flutter-build.yml\n secrets: inher... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\flutter-tag.yml | flutter-tag.yml | YAML | 387 | 0.7 | 0 | 0 | vue-tools | 845 | 2024-12-24T15:24:27.096417 | Apache-2.0 | false | cd59c249fa1848025737a8e13ec7d035 |
name: playground\n\non:\n #schedule:\n # schedule build every night\n # - cron: "0/6 * * * *"\n workflow_dispatch:\n\nenv:\n RUST_VERSION: "1.75" # https://github.com/rustdesk/rustdesk/discussions/7503\n CARGO_NDK_VERSION: "3.1.2"\n LLVM_VERSION: "15.0.6"\n FLUTTER_VERSION: "3.22.2"\n FLUTTER_RUST_BRIDGE_VE... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\playground.yml | playground.yml | YAML | 17,421 | 0.95 | 0.0311 | 0.047244 | node-utils | 870 | 2024-12-05T23:39:04.076426 | GPL-3.0 | false | befbcfe577d29fd5f9a9ca00d4d77cde |
name: Publish to WinGet\non:\n release:\n types: [released]\njobs:\n publish:\n runs-on: ubuntu-latest\n steps:\n - uses: vedantmgoyal9/winget-releaser@main\n with:\n identifier: RustDesk.RustDesk\n version: ${{ github.event.release.tag_name }}\n token: ${{ secrets.WING... | dataset_sample\yaml\rustdesk_rustdesk\.github\workflows\winget.yml | winget.yml | YAML | 320 | 0.7 | 0 | 0 | react-lib | 352 | 2024-10-27T03:49:24.680996 | BSD-3-Clause | false | 08373890066aac8a5d591fdc7e80b627 |
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details\nversion: 1\nscript:\n - rm -rf ./AppDir || true\n - bsdtar -zxvf rustdesk.deb\n - tar -xvf ./data.tar.xz\n - mkdir ./AppDir\n - mv ./usr ./AppDir/usr\n # 32x32 icon\n - for i in {32,64,128}; do mkdir -p ./AppDir/usr/share/icons/hicolor/$... | dataset_sample\yaml\rustdesk_rustdesk\appimage\AppImageBuilder-aarch64.yml | AppImageBuilder-aarch64.yml | YAML | 4,279 | 0.8 | 0.019802 | 0.039604 | react-lib | 888 | 2024-02-26T18:01:19.432302 | GPL-3.0 | false | c3185c61b5c20c09d59bfcb668046005 |
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details\nversion: 1\nscript:\n - rm -rf ./AppDir || true\n - bsdtar -zxvf rustdesk.deb\n - tar -xvf ./data.tar.xz\n - mkdir ./AppDir\n - mv ./usr ./AppDir/usr\n # 32x32 icon\n - for i in {32,64,128}; do mkdir -p ./AppDir/usr/share/icons/hicolor/$... | dataset_sample\yaml\rustdesk_rustdesk\appimage\AppImageBuilder-x86_64.yml | AppImageBuilder-x86_64.yml | YAML | 4,448 | 0.8 | 0.048077 | 0.067308 | react-lib | 354 | 2025-03-28T06:55:45.562207 | BSD-3-Clause | false | 6051ada1d63df0a2b3cb50145ff22215 |
language: rust\nrust:\n - stable\n - beta\n - nightly\nmatrix:\n allow_failures:\n - rust: nightly\nbefore_install:\n - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq update; fi\n - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -y libxdo-dev; fi\nos:\n - linux\n - osx\n\n | dataset_sample\yaml\rustdesk_rustdesk\libs\enigo\.travis.yml | .travis.yml | YAML | 297 | 0.7 | 0.133333 | 0 | node-utils | 229 | 2024-10-10T03:35:16.500042 | Apache-2.0 | false | ed2cd26ed9538656a9cf77848007a60c |
# AppVeyor configuration template for Rust using rustup for Rust installation\n# https://github.com/starkat99/appveyor-rust\n\n## Operating System (VM environment) ##\n\n# Rust needs at least Visual Studio 2013 AppVeyor OS for MSVC targets.\nos: Visual Studio 2015\n\n## Build Matrix ##\n\n# This configuration will setu... | dataset_sample\yaml\rustdesk_rustdesk\libs\enigo\appveyor.yml | appveyor.yml | YAML | 4,225 | 0.95 | 0.099174 | 0.628571 | awesome-app | 327 | 2024-12-19T16:12:44.246571 | MIT | false | c01f3085081225e89a654b5a003cc9ff |
image:\n file: .gitpod.Dockerfile\n\nvscode:\n extensions:\n - vadimcn.vscode-lldb@1.5.3:vTh/rWhvJ5nQpeAVsD20QA== | dataset_sample\yaml\RustPython_RustPython\.gitpod.yml | .gitpod.yml | YAML | 113 | 0.7 | 0 | 0 | python-kit | 954 | 2024-04-24T10:03:51.770486 | GPL-3.0 | false | 37bfd5f4dad6425c082291c9ea14de9b |
# Keep GitHub Actions up to date with GitHub's Dependabot...\n# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot\n# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#... | dataset_sample\yaml\RustPython_RustPython\.github\dependabot.yml | dependabot.yml | YAML | 579 | 0.8 | 0.076923 | 0.230769 | python-kit | 742 | 2023-12-28T02:28:27.835908 | BSD-3-Clause | false | 9c35121daadb3e711e4daa87be2c98b6 |
name: Release\n\non:\n schedule:\n # 9 AM UTC on every Monday\n - cron: "0 9 * * Mon"\n workflow_dispatch:\n inputs:\n pre-release:\n type: boolean\n description: Mark "Pre-Release"\n required: false\n default: true\n\npermissions:\n contents: write\n\nenv:\n CARGO_ARGS: --... | dataset_sample\yaml\RustPython_RustPython\.github\workflows\release.yml | release.yml | YAML | 5,829 | 0.95 | 0.040462 | 0.10828 | awesome-app | 230 | 2023-08-18T07:13:30.926415 | MIT | false | 9e355b850e2fac927d3e190931e48616 |
codecov:\n notify:\n require_ci_to_pass: yes\n\ncoverage:\n precision: 2\n round: down\n range: "70...100"\n\n status:\n project:\n default:\n target: 0%\n threshold: 5%\n base: parent\n branches: null\n if_no_uploads: error\n if_not_found: success\n if_c... | dataset_sample\yaml\salesagility_SuiteCRM\.codecov.yml | .codecov.yml | YAML | 1,378 | 0.95 | 0.016129 | 0.017544 | python-kit | 470 | 2025-04-26T21:00:18.103644 | MIT | false | c902990b57a4b9ef2376573c7bb80e15 |
language: php\nos: linux\n\nmatrix:\n fast_finish: true\n include:\n - name: "PHP 7.4 / MySQL 5.7"\n php: "7.4"\n dist: xenial\n # Run composer validate to make sure the composer.json and composer.lock are in sync.\n - name: "composer validate"\n php: "7.4"\n dist: xenial\n before_sc... | dataset_sample\yaml\salesagility_SuiteCRM\.travis.yml | .travis.yml | YAML | 4,557 | 0.95 | 0.008772 | 0.184466 | react-lib | 54 | 2024-07-24T12:31:18.188561 | Apache-2.0 | false | 434886246432992acea35bcc724610c6 |
exclude_paths:\n - 'include/timezone/**'\n - 'include/SuiteGraphs/**'\n - 'include/social/**'\n - 'include/Smarty/**'\n - 'include/reCaptcha/**'\n - 'include/phpmailer/**'\n - 'include/Pear/**'\n - 'include/pclzip/**'\n - 'include/nusoap/**'\n - 'include/HTTP_WebDAV_Server/**'\n - 'include/HTMLPurifier/**'\n... | dataset_sample\yaml\salesagility_SuiteCRM\codacy.yml | codacy.yml | YAML | 634 | 0.8 | 0 | 0 | node-utils | 50 | 2023-10-19T13:55:54.936536 | GPL-3.0 | false | 75b3469c4689de9f54a55419f6de2759 |
actor: Tester\npaths:\n tests: tests\n log: tests/_output\n data: tests/_data\n support: tests/_support\n envs: tests/_envs\nsettings:\n bootstrap: _bootstrap.php\n colors: true\n memory_limit: 16000M\nextensions:\n enabled:\n - Codeception\Extension\RunFailed\ncoverage:\n enabled: true\n remote: false\n ... | dataset_sample\yaml\salesagility_SuiteCRM\codeception.dist.yml | codeception.dist.yml | YAML | 1,141 | 0.8 | 0 | 0 | awesome-app | 961 | 2023-10-27T15:25:36.251463 | GPL-3.0 | false | 729c998df113b4719fc49ce75bd69005 |
owner:\n - salesagility\n\nrepo:\n - SuiteCRM\n\nmembers:\n - cameronblaikie\n - CamoMacdonald\n - code-ph0y\n - craigpanton\n - Dillon-Brown\n - e-reeley\n - g-fantini\n - gregsoper\n - gymad\n - jack7anderson7\n - JackBuchanan\n - Jason-Dang\n - JimMackin\n - johnM2401\n - Mac-Rae\n - mattlorimer\n ... | dataset_sample\yaml\salesagility_SuiteCRM\.github\config.yml | config.yml | YAML | 3,277 | 0.8 | 0.106383 | 0 | vue-tools | 165 | 2025-02-26T18:44:51.770372 | MIT | false | e8f93c54647745177a0f218b58175560 |
# 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: suitecrm\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/pa... | dataset_sample\yaml\salesagility_SuiteCRM\.github\FUNDING.yml | FUNDING.yml | YAML | 671 | 0.8 | 0 | 0.090909 | react-lib | 242 | 2024-09-22T23:01:34.242389 | GPL-3.0 | false | 8f11ffbca9293c11837ab4a555af02b5 |
blank_issues_enabled: false\ncontact_links:\n - name: Request a Feature/Suggestion/Enhancement\n url: https://community.suitecrm.com/c/suggestion-box/13\n about: If you would like to request an enhancement/feature, please do so via the forum, as this allows community members to vote for the suggestions more easi... | dataset_sample\yaml\salesagility_SuiteCRM\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 705 | 0.8 | 0.25 | 0 | react-lib | 512 | 2023-11-18T23:31:44.223824 | Apache-2.0 | false | e8fdfc33da9286ddcf62359f96830c0d |
name: Add comment\non:\n issues:\n types:\n - labeled\njobs:\n add-comment:\n if: contains(github.event.label.name, 'Bug')\n runs-on: ubuntu-latest\n permissions:\n issues: write\n steps:\n - name: Add comment\n run: gh issue comment "$NUMBER" --body "$BODY"\n env:\n ... | dataset_sample\yaml\salesagility_SuiteCRM\.github\workflows\add-comment.yml | add-comment.yml | YAML | 762 | 0.8 | 0.08 | 0 | awesome-app | 409 | 2025-01-07T22:32:44.703251 | MIT | false | ce7bedbbf9ec1a248f4925db7a2730b8 |
language: php\nphp:\n - 5.3\n - 5.4\n - 5.5\nscript: phpunit --stderr --bootstrap tests/bootstrap.php tests/tests.php\n | dataset_sample\yaml\salesagility_SuiteCRM\include\social\facebook\facebook_sdk\.travis.yml | .travis.yml | YAML | 116 | 0.7 | 0 | 0 | awesome-app | 147 | 2024-08-19T05:30:27.605646 | Apache-2.0 | false | b50200162dd1758876be367e894194e6 |
mappings:\n # Name\n first_name: name.first\n last_name: name.last\n name: name.name\n # Metadata\n date_entered: meta.created.date\n created_by: meta.created.user_id\n date_modified: meta.modified.date\n modified_user_id: meta.modified.user_id\n assigned_user_id: meta.assigned.user_id\n modified_by_name: me... | dataset_sample\yaml\salesagility_SuiteCRM\lib\Search\Index\Documentify\SearchDefsDocumentifier.yml | SearchDefsDocumentifier.yml | YAML | 644 | 0.8 | 0 | 0.095238 | react-lib | 400 | 2024-10-16T07:40:47.351468 | MIT | false | a44220c10c657f4721c2cdc7cd2ae379 |
mappings:\n # Name\n first_name: name.first\n last_name: name.last\n name: name.name\n salutation: name.salutation\n # Metadata\n date_entered: meta.created.date\n created_by: meta.created.user_id\n date_modified: meta.modified.date\n modified_user_id: meta.modified.user_id\n assigned_user_id: meta.assigned.... | dataset_sample\yaml\salesagility_SuiteCRM\lib\Utility\BeanJsonSerializer.yml | BeanJsonSerializer.yml | YAML | 2,225 | 0.8 | 0 | 0.065934 | vue-tools | 546 | 2024-07-10T00:54:46.678357 | Apache-2.0 | false | c9f6e3dae78a0061d5ed1612eb50c02d |
# Codeception Test Suite Configuration\n#\n# Suite for acceptance tests.\n# Perform tests in browser using the SuiteCRM WebDriver\n#\n# Use the enviornmental config files to configure the driver\n\nclass_name: AcceptanceTester\nmodules:\n enabled:\n - \Helper\Acceptance\n - \Helper\WebDriverHelper\n ... | dataset_sample\yaml\salesagility_SuiteCRM\tests\acceptance.suite.yml | acceptance.suite.yml | YAML | 975 | 0.8 | 0.028571 | 0.171429 | awesome-app | 865 | 2024-01-19T18:28:54.403180 | Apache-2.0 | true | 3e990291810eaa169f5c76facbe0bcd8 |
actor: ApiTester\nmodules:\n enabled:\n - \Helper\api\n - Filesystem\n - Asserts\n - \Helper\PhpBrowserDriverHelper\n - PhpBrowser:\n url: 'http://localhost/api/v8/'\n - REST:\n depends: PhpBrowser\n url: 'http://localhost/api/v8/' | dataset_sample\yaml\salesagility_SuiteCRM\tests\api.suite.yml | api.suite.yml | YAML | 298 | 0.8 | 0 | 0 | vue-tools | 517 | 2024-12-22T14:14:11.167750 | MIT | true | 00c4708e0d7eb2890f43531adb01c596 |
actor: InstallTester\nmodules:\n enabled:\n - \Helper\Acceptance\n - \Helper\WebDriverHelper\n - \Helper\Install\n - \SuiteCRM\Test\Driver\WebDriver\n - Filesystem\n config:\n \SuiteCRM\Test\Driver\WebDriver:\n url: '%INSTANCE_URL%'\n browser: '%BROW... | dataset_sample\yaml\salesagility_SuiteCRM\tests\install.suite.yml | install.suite.yml | YAML | 774 | 0.7 | 0 | 0 | vue-tools | 311 | 2023-08-17T06:08:58.968038 | GPL-3.0 | true | 933de04482371006fe92f7c94a1036c7 |
# Codeception Test Suite Configuration\n#\n# Suite for unit or integration tests.\n\nactor: UnitTester\nmodules:\n enabled:\n - Asserts\n - \Helper\Acceptance\n\nbootstrap: _bootstrap.php\n | dataset_sample\yaml\salesagility_SuiteCRM\tests\unit.suite.dist.yml | unit.suite.dist.yml | YAML | 185 | 0.8 | 0.090909 | 0.333333 | node-utils | 618 | 2025-07-04T14:58:51.196227 | GPL-3.0 | true | 2d94905c5c744480c9a5df0f3670a1f0 |
# This is an example configuration file that should be copied to a file named custom.yml so\n# it can be customized without committing it to git. (custom.yml is ignored by the gitignore).\n# This configuration is meant to be used with the Install and Acceptance suites.\n# Make sure to install ChromeDriver (with ./vendo... | dataset_sample\yaml\salesagility_SuiteCRM\tests\_envs\custom.dist.yml | custom.dist.yml | YAML | 2,368 | 0.8 | 0.12 | 0.714286 | vue-tools | 385 | 2025-06-27T21:10:18.735091 | MIT | true | 4856fba342224f14e1a8c16c4419a47e |
modules:\n enabled:\n - \SuiteCRM\Test\Driver\WebDriver\n config:\n \SuiteCRM\Test\Driver\WebDriver:\n url: "http://localhost/"\n wait: 0\n port: 9515 # ChromeDriver port\n browser: chrome\n window_size: false\n clear_cookies: true\n capabilities:\n chromeOptions:\n ... | dataset_sample\yaml\salesagility_SuiteCRM\tests\_envs\travis-ci-hub.yml | travis-ci-hub.yml | YAML | 564 | 0.8 | 0 | 0.0625 | vue-tools | 479 | 2023-12-21T08:13:23.329844 | GPL-3.0 | true | 87f3c34f50b5ebdfc58e57d99e2ce5b2 |
version: "2"\n\nlanguages:\n Ruby: false\n JavaScript: false\n Python: true\n PHP: false\n\nexclude_patterns:\n - "*.js"\n - "*.rb"\n - "*.php"\n - "tests/"\n\nplugins:\n radon:\n enabled: true\n exclude_patterns:\n - "templates/"\n config:\n threshold: "D"\n\nchecks:\n argument-count:\... | dataset_sample\yaml\saltstack_salt\.codeclimate.yml | .codeclimate.yml | YAML | 364 | 0.7 | 0 | 0 | awesome-app | 802 | 2024-08-20T05:09:13.671713 | MIT | false | b520da39da6ad1bc6f838b83439e2afa |
codecov:\n ci:\n - github.com\n\n max_report_age: 72 # The age, in hours, you want coverage reports to expire at, or if you\n # want to disable this check. Expired reports will not be processed by codecov.\n require_ci_to_pass: false\n\n notify:\n wait_for_ci: true ... | dataset_sample\yaml\saltstack_salt\.codecov.yml | .codecov.yml | YAML | 3,261 | 0.95 | 0.074468 | 0.120482 | python-kit | 300 | 2024-11-14T16:03:39.507069 | MIT | false | da50385c0313df37a7a769c1847df66d |
# Configuration for welcome - https://github.com/behaviorbot/welcome\n# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome\n# Comment to be posted to on first time issues\nnewIssueWelcomeComment: >\n Hi there! Welcome to the Salt Community! Thank you for making your first contributi... | dataset_sample\yaml\saltstack_salt\.github\config.yml | config.yml | YAML | 3,061 | 0.8 | 0.113208 | 0.116279 | vue-tools | 464 | 2025-02-13T08:55:53.017525 | MIT | false | 99bcf24878014aafc45489431ec74e00 |
version: 2\nupdates:\n # master branch\n - package-ecosystem: "pip"\n directory: "/"\n schedule:\n interval: "daily"\n target-branch: master\n labels:\n - "test:full"\n # Don't open PRs for regular version updates\n open-pull-requests-limit: 0\n\n # 3006.x release branch\n - package-ecos... | dataset_sample\yaml\saltstack_salt\.github\dependabot.yml | dependabot.yml | YAML | 767 | 0.8 | 0.088235 | 0.1875 | vue-tools | 388 | 2024-04-27T02:09:15.108357 | BSD-3-Clause | false | b825bb7b54c57dc4f46284c01860759d |
# Probot Stale configuration file\n\n# Number of days of inactivity before an issue becomes stale\n# 600 is approximately 1 year and 8 months\ndaysUntilStale: 90\n\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: false\n\n# Issues with these labels will never be considered stale\nexemptLa... | dataset_sample\yaml\saltstack_salt\.github\stale.yml | stale.yml | YAML | 1,158 | 0.8 | 0.076923 | 0.333333 | react-lib | 193 | 2024-11-21T12:56:15.124965 | Apache-2.0 | false | af4052b312cdca42c19e031990c779fe |
---\nname: build-onedir-deps\ndescription: Build Onedir Dependencies\n\ninputs:\n platform:\n required: true\n description: The platform to build\n arch:\n required: true\n description: The platform arch to build\n python-version:\n required: true\n description: The python version to build\n packa... | dataset_sample\yaml\saltstack_salt\.github\actions\build-onedir-deps\action.yml | action.yml | YAML | 1,730 | 0.95 | 0.018182 | 0 | node-utils | 785 | 2023-08-30T12:37:29.128748 | GPL-3.0 | false | 6f2fdad60f2cfd3fd12825d2a96d9677 |
---\nname: build-onedir-salt\ndescription: Build Onedir Package\n\ninputs:\n platform:\n required: true\n description: The platform to build\n arch:\n required: true\n description: The platform arch to build\n package-name:\n required: false\n description: The onedir package name to create\n def... | dataset_sample\yaml\saltstack_salt\.github\actions\build-onedir-salt\action.yml | action.yml | YAML | 3,154 | 0.85 | 0.044444 | 0 | awesome-app | 472 | 2024-10-28T10:18:04.384060 | Apache-2.0 | false | 21679ed1645554a854b1fd56a421bac4 |
---\nname: build-source-tarball\ndescription: Build Source Tarball\n\ninputs:\n salt-version:\n required: true\n description: The Salt version to set prior to building the tarball.\n nox-version:\n required: false\n description: The version of Nox to install\n default: "2022.8.7"\n\n\nruns:\n using: c... | dataset_sample\yaml\saltstack_salt\.github\actions\build-source-tarball\action.yml | action.yml | YAML | 1,394 | 0.85 | 0.074074 | 0 | node-utils | 717 | 2025-01-17T16:06:38.496549 | GPL-3.0 | false | 017c80b0d3e93fdc41700571802e4b75 |
---\nname: cache\ndescription: GitHub Actions Cache\ninputs:\n path:\n description: 'A list of files, directories, and wildcard patterns to cache and restore'\n required: true\n key:\n description: 'An explicit key for restoring and saving the cache'\n required: true\n restore-keys:\n description: 'An... | dataset_sample\yaml\saltstack_salt\.github\actions\cache\action.yml | action.yml | YAML | 4,617 | 0.95 | 0.133333 | 0 | node-utils | 269 | 2023-10-08T18:56:46.718882 | GPL-3.0 | false | 81978ce2827b0d1145fd567e4dff6c35 |
---\nname: cached-virtualenv\ndescription: Setup a cached python virtual environment\n\ninputs:\n name:\n required: true\n description: The Virtualenv Name\n cache-seed:\n required: true\n description: Seed used to invalidate caches\n\noutputs:\n cache-hit:\n description: 'A boolean value to indicate ... | dataset_sample\yaml\saltstack_salt\.github\actions\cached-virtualenv\action.yml | action.yml | YAML | 3,340 | 0.85 | 0.066667 | 0 | node-utils | 184 | 2023-10-22T07:16:29.938755 | Apache-2.0 | false | 6e99c546c2c4ce1de37ec263b532b2f1 |
---\nname: get-python-version\ndescription: Setup Relenv\n\ninputs:\n python-binary:\n required: true\n description: The python binary to get the version from\n\noutputs:\n binary:\n description: The python binary executable\n value: ${{ steps.get-python-version.outputs.binary }}\n version:\n descript... | dataset_sample\yaml\saltstack_salt\.github\actions\get-python-version\action.yml | action.yml | YAML | 1,723 | 0.85 | 0.02 | 0 | react-lib | 199 | 2024-08-15T16:23:05.105721 | BSD-3-Clause | false | 8888151626aedbab11ca69293bc53edf |
---\nname: setup-actionlint\ndescription: Setup actionlint\n\ninputs:\n version:\n description: The version of actionlint\n default: 1.7.7\n cache-seed:\n required: true\n description: Seed used to invalidate caches\n\n\nruns:\n using: composite\n steps:\n\n - name: Cache actionlint Binary\n use... | dataset_sample\yaml\saltstack_salt\.github\actions\setup-actionlint\action.yml | action.yml | YAML | 883 | 0.95 | 0.029412 | 0 | react-lib | 638 | 2024-03-28T01:40:29.519480 | BSD-3-Clause | false | b85fc74cd8e032d38209034cf9dc4b1e |
---\nname: setup-pre-commit\ndescription: Setup 'pre-commit'\n\ninputs:\n version:\n description: Pre-commit version to install\n required: true\n default: 3.0.3\n cache-seed:\n required: true\n description: Seed used to invalidate caches\n\n\nruns:\n using: composite\n\n steps:\n\n - uses: ./.git... | dataset_sample\yaml\saltstack_salt\.github\actions\setup-pre-commit\action.yml | action.yml | YAML | 1,094 | 0.85 | 0.02381 | 0 | node-utils | 118 | 2024-08-01T07:05:39.633167 | BSD-3-Clause | false | d54bb3a8cc020d87bca871ffb2679576 |
---\nname: setup-python-tools-scripts\ndescription: Setup 'python-tools-scripts'\n\ninputs:\n cache-prefix:\n required: true\n description: Seed used to invalidate caches\n cwd:\n description: The directory the salt checkout is located in\n default: "."\n\noutputs:\n version:\n description: "Return th... | dataset_sample\yaml\saltstack_salt\.github\actions\setup-python-tools-scripts\action.yml | action.yml | YAML | 2,723 | 0.95 | 0.013333 | 0.015625 | awesome-app | 61 | 2024-10-18T16:22:55.438660 | Apache-2.0 | false | e084fb8ce529e8ca634ccd79e358bfb6 |
---\nname: setup-relenv\ndescription: Setup Relenv\n\ninputs:\n platform:\n required: true\n description: The platform to build\n arch:\n required: true\n description: The platform arch to build\n python-version:\n required: true\n description: The version of python to build\n cache-seed:\n req... | dataset_sample\yaml\saltstack_salt\.github\actions\setup-relenv\action.yml | action.yml | YAML | 1,450 | 0.85 | 0.017241 | 0 | awesome-app | 791 | 2024-12-14T11:13:43.573311 | BSD-3-Clause | false | 1c4a731e682a91d04730be29c2035fc0 |
---\nname: setup-salt-version\ndescription: Setup Salt Version\n\ninputs:\n cwd:\n default: ""\n description: The current working directory to use\n salt-version:\n default: ""\n description: >\n The Salt version to set prior to running tests or building packages.\n If not set, it is discover at... | dataset_sample\yaml\saltstack_salt\.github\actions\setup-salt-version\action.yml | action.yml | YAML | 1,126 | 0.7 | 0.05 | 0 | react-lib | 131 | 2024-03-14T09:43:34.675186 | Apache-2.0 | false | 31f88ab7833b5a146e84d6264f2f768f |
---\nname: setup-shellcheck\ndescription: Setup shellcheck\n\ninputs:\n version:\n description: The version of shellcheck\n default: v0.9.0\n cache-seed:\n required: true\n description: Seed used to invalidate caches\n\n\nruns:\n using: composite\n steps:\n\n - name: Cache shellcheck Binary\n us... | dataset_sample\yaml\saltstack_salt\.github\actions\setup-shellcheck\action.yml | action.yml | YAML | 1,134 | 0.95 | 0.027778 | 0 | awesome-app | 696 | 2023-08-25T13:56:11.737466 | Apache-2.0 | false | 7c673982b58c943fd88d2eec5aa10b02 |
name: ssh-tunnel\ndescription: SSH Reverse Tunnel\n\ninputs:\n public_key:\n required: true\n type: string\n description: Public key to accept for reverse tunnel. Warning, this should not be the public key for the 'private_key' input.\n offer:\n required: true\n type: string\n description: RTC offer... | dataset_sample\yaml\saltstack_salt\.github\actions\ssh-tunnel\action.yml | action.yml | YAML | 3,256 | 0.85 | 0.11215 | 0 | react-lib | 527 | 2023-12-29T17:40:20.788676 | BSD-3-Clause | false | 43322809773278bebe60895c31c32204 |
# This actions was inspired by https://github.com/alehechka/upload-tartifact\n---\nname: Upload Tar Artifact\ndescription: Compress files with tar prior to artifacting to keep file privileges.\n\ninputs:\n name:\n description: Artifact name\n default: artifact\n required: false\n path:\n description: >\n ... | dataset_sample\yaml\saltstack_salt\.github\actions\upload-artifact\action.yml | action.yml | YAML | 2,100 | 0.95 | 0.068966 | 0.018868 | node-utils | 770 | 2024-01-30T17:26:29.524615 | BSD-3-Clause | false | 5175353e13f0bd69c7b761ad6f5b97b7 |
blank_issues_enabled: true\ncontact_links:\n - name: Salt Community Discord\n url: https://discord.com/invite/J7b7EscrAs\n about: Please ask and answer questions here.\n - name: Salt-Users Forum\n url: https://groups.google.com/forum/#!forum/salt-users\n about: Please ask and answer questions here.\n | dataset_sample\yaml\saltstack_salt\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 307 | 0.8 | 0 | 0 | awesome-app | 990 | 2024-04-05T03:13:06.521516 | BSD-3-Clause | false | 853d9e4e65a147c01f56849e4bbc9163 |
name: Backport PR\nrun-name: "Backport PR #${{ github.event.number }}"\n\non:\n pull_request_target:\n types:\n - "labeled"\n - "closed"\n\npermissions:\n contents: write\n pull-requests: write\n\njobs:\n backport:\n name: Backport PR\n runs-on:\n - ubuntu-latest\n if: |\n github.eve... | dataset_sample\yaml\saltstack_salt\.github\workflows\backport.yml | backport.yml | YAML | 1,579 | 0.8 | 0.06 | 0 | react-lib | 700 | 2024-09-21T15:34:24.106626 | MIT | false | f0021677ad324ab7fa7a3377d225f248 |
---\nname: Install Test Dependencies\n\non:\n workflow_call:\n inputs:\n nox-session:\n required: true\n type: string\n description: The nox session to run\n salt-version:\n type: string\n required: true\n description: The Salt version to set prior to running test... | dataset_sample\yaml\saltstack_salt\.github\workflows\build-deps-ci-action.yml | build-deps-ci-action.yml | YAML | 11,872 | 0.95 | 0.095238 | 0 | python-kit | 125 | 2025-04-19T00:35:21.875364 | GPL-3.0 | false | e2fd5830ef91f375cc895bced0082701 |
---\nname: Build Documentation\n\non:\n workflow_call:\n inputs:\n salt-version:\n type: string\n required: true\n description: The Salt version to set prior to building packages.\n cache-seed:\n required: true\n type: string\n description: Seed used to invalidate... | dataset_sample\yaml\saltstack_salt\.github\workflows\build-docs.yml | build-docs.yml | YAML | 3,516 | 0.95 | 0.048077 | 0.032967 | vue-tools | 275 | 2024-05-28T17:08:09.969668 | GPL-3.0 | false | aa852487aa3dfc8c122fef6b1fa286b0 |
---\nname: Build Packages\n\non:\n workflow_call:\n inputs:\n salt-version:\n type: string\n required: true\n description: The Salt version to set prior to building packages.\n relenv-version:\n type: string\n required: true\n description: The relenv version to se... | dataset_sample\yaml\saltstack_salt\.github\workflows\build-packages.yml | build-packages.yml | YAML | 17,821 | 0.95 | 0.06823 | 0.019231 | react-lib | 115 | 2024-05-21T15:02:27.914128 | Apache-2.0 | false | fdb75da7499f0de24514714cecbd3e8d |
---\nname: Build Salt Onedir\n\non:\n workflow_call:\n inputs:\n salt-version:\n type: string\n required: true\n description: The Salt version to set prior to building packages.\n cache-seed:\n required: true\n type: string\n description: Seed used to invalidate c... | dataset_sample\yaml\saltstack_salt\.github\workflows\build-salt-onedir.yml | build-salt-onedir.yml | YAML | 6,587 | 0.95 | 0.018868 | 0 | awesome-app | 763 | 2024-08-29T19:16:54.696081 | GPL-3.0 | false | 49572c89e8011dcc0ca5233a0945dfeb |
# Do not edit these workflows directly as the changes made will be overwritten.\n# Instead, edit the template '.github/workflows/templates/ci.yml.jinja'\n---\nname: CI\nrun-name: "CI (${{ github.event_name == 'pull_request' && format('pr: #{0}', github.event.number) || format('{0}: {1}', startsWith(github.event.ref, 'r... | dataset_sample\yaml\saltstack_salt\.github\workflows\ci.yml | ci.yml | YAML | 24,654 | 0.95 | 0.06184 | 0.020339 | node-utils | 963 | 2024-05-05T07:38:56.929428 | BSD-3-Clause | false | 9f412d6bb542c6df274d43a6bcbde85f |
---\nname: Lint\n\non:\n workflow_call:\n inputs:\n changed-files:\n required: true\n type: string\n description: JSON string containing information about changed files\n\n\nenv:\n PIP_INDEX_URL: https://pypi.org/simple\n PIP_DISABLE_PIP_VERSION_CHECK: "1"\n\n\njobs:\n Salt:\n name: ... | dataset_sample\yaml\saltstack_salt\.github\workflows\lint-action.yml | lint-action.yml | YAML | 2,861 | 0.95 | 0.0625 | 0 | node-utils | 259 | 2025-03-05T19:06:54.731926 | BSD-3-Clause | false | 2e474cc54910b7e747480ed9595f09d2 |
# Do not edit these workflows directly as the changes made will be overwritten.\n# Instead, edit the template '.github/workflows/templates/nightly.yml.jinja'\n---\n\nname: Nightly\nrun-name: "Nightly (branch: ${{ github.ref_name }})"\n\non:\n workflow_dispatch:\n inputs:\n skip-salt-test-suite:\n type: ... | dataset_sample\yaml\saltstack_salt\.github\workflows\nightly.yml | nightly.yml | YAML | 20,964 | 0.95 | 0.062724 | 0.009901 | python-kit | 704 | 2024-05-13T17:01:13.358658 | MIT | false | ccf20619bacc31d9d28f86c40bf73e40 |
---\nname: Pre-Commit\n\non:\n workflow_call:\n inputs:\n changed-files:\n required: true\n type: string\n description: JSON string containing information about changed files\n pre-commit-version:\n required: true\n type: string\n description: The pre-commit versi... | dataset_sample\yaml\saltstack_salt\.github\workflows\pre-commit-action.yml | pre-commit-action.yml | YAML | 2,187 | 0.85 | 0.044118 | 0 | python-kit | 991 | 2023-11-15T18:54:35.473978 | BSD-3-Clause | false | 290262f7529570c9fd1d834fabe685f0 |
---\nname: Upload Release Artifact\n\non:\n workflow_call:\n inputs:\n name:\n type: string\n required: true\n description: The Salt version to set prior to building packages.\n upload_url:\n type: string\n required: true\n description: Release's upload url.\n ... | dataset_sample\yaml\saltstack_salt\.github\workflows\release-artifact.yml | release-artifact.yml | YAML | 2,363 | 0.95 | 0.028986 | 0 | node-utils | 210 | 2024-12-23T23:38:52.845945 | Apache-2.0 | false | df571b724e1be8b1cdffccdf5345beda |
---\nname: Generate Tag and Github Release\n\non:\n workflow_dispatch:\n inputs:\n saltVersion:\n description: 'Salt Version'\n required: true\n saltRepo:\n description: 'Salt Repo'\n default: saltstack/salt\n saltBranch:\n description: 'Salt Branch'\n defaul... | dataset_sample\yaml\saltstack_salt\.github\workflows\release-tag.yml | release-tag.yml | YAML | 2,694 | 0.95 | 0.035714 | 0 | react-lib | 235 | 2024-01-27T14:11:44.900550 | MIT | false | e76e0f188561828b38692032a492cbfb |
---\nname: Update Winrepo\n\non:\n release:\n types: [released]\n workflow_dispatch:\n inputs:\n salt-version:\n type: string\n required: true\n description: >\n The Salt version to set prior to building packages and staging the release.\n (DO NOT prefix the version w... | dataset_sample\yaml\saltstack_salt\.github\workflows\release-update-winrepo.yml | release-update-winrepo.yml | YAML | 2,145 | 0.95 | 0.013514 | 0.109375 | python-kit | 665 | 2024-10-25T09:59:47.083797 | Apache-2.0 | false | 1a1a635790b86c7701be8db5c588ede4 |
---\nname: Upload VirusTotal\n\non:\n release:\n types: [released]\n workflow_dispatch:\n inputs:\n salt-version:\n type: string\n required: true\n description: >\n The Salt version to get from staging to upload to VirusTotal.\n (DO NOT prefix the version with a v, ie... | dataset_sample\yaml\saltstack_salt\.github\workflows\release-upload-virustotal.yml | release-upload-virustotal.yml | YAML | 1,241 | 0.85 | 0 | 0 | react-lib | 405 | 2023-07-22T10:05:28.209315 | GPL-3.0 | false | cad0e931d0c108627d3c0b4ee05e1f70 |
# Do not edit these workflows directly as the changes made will be overwritten.\n# Instead, edit the template '.github/workflows/templates/release.yml.jinja'\n---\n\nname: Release\nrun-name: "Release (branch: ${{ github.ref_name }}; version: ${{ inputs.salt-version }})"\n\non:\n workflow_dispatch:\n inputs:\n ... | dataset_sample\yaml\saltstack_salt\.github\workflows\release.yml | release.yml | YAML | 16,546 | 0.95 | 0.017582 | 0.012376 | vue-tools | 142 | 2024-02-16T09:40:06.152569 | MIT | false | 5a819e850726d46ca7248b2b4c5d08c5 |
name: Run Nightly Builds\n\non:\n workflow_dispatch: {}\n schedule:\n # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule\n - cron: '0 0 * * *' # Every day at 0AM\n\npermissions:\n contents: read # for dorny/paths-filter to fetch a list of changed files\n pull-... | dataset_sample\yaml\saltstack_salt\.github\workflows\run-nightly.yml | run-nightly.yml | YAML | 2,625 | 0.95 | 0.071429 | 0.015873 | react-lib | 48 | 2024-12-07T21:06:21.200316 | Apache-2.0 | false | 8b3273fb2c7652f989062ab9012ebbd4 |
# Do not edit these workflows directly as the changes made will be overwritten.\n# Instead, edit the template '.github/workflows/templates/scheduled.yml.jinja'\n---\n\nname: Scheduled\nrun-name: "Scheduled (branch: ${{ github.ref_name }})"\n\non:\n schedule:\n # https://docs.github.com/en/actions/using-workflows/wo... | dataset_sample\yaml\saltstack_salt\.github\workflows\scheduled.yml | scheduled.yml | YAML | 21,997 | 0.95 | 0.065292 | 0.011429 | python-kit | 889 | 2025-04-09T23:45:32.350132 | Apache-2.0 | false | 394cb8dc7a7ab4796969442756bdf1d9 |
name: SSH Debug\nrun-name: "SSH Debug ${{ inputs.runner }}"\non:\n workflow_dispatch:\n inputs:\n runner:\n type: string\n required: True\n description: The runner to start a tunnel on.\n offer:\n type: string\n required: True\n description: SDP Offer\n publi... | dataset_sample\yaml\saltstack_salt\.github\workflows\ssh-debug.yml | ssh-debug.yml | YAML | 1,325 | 0.95 | 0.035714 | 0 | node-utils | 31 | 2023-08-21T07:44:46.469077 | MIT | false | 933dbbeeb7a9bc5f2fbdb76e0c92c446 |
# Do not edit these workflows directly as the changes made will be overwritten.\n# Instead, edit the template '.github/workflows/templates/staging.yml.jinja'\n---\n\nname: Stage Release\nrun-name: "Stage Release (branch: ${{ github.ref_name }}; version: ${{ inputs.salt-version }})"\n\non:\n workflow_dispatch:\n inp... | dataset_sample\yaml\saltstack_salt\.github\workflows\staging.yml | staging.yml | YAML | 26,662 | 0.95 | 0.055007 | 0.012461 | vue-tools | 816 | 2024-04-29T13:35:41.109317 | MIT | false | 8bf99a23a564a41b7dbfa260c6e7a1cd |
---\nname: New Issues Triage Assignment\nconcurrency: 1\non:\n issues:\n types: [opened]\n\n\nenv:\n PIP_INDEX_URL: https://pypi-proxy.saltstack.net/root/local/+simple/\n PIP_EXTRA_INDEX_URL: https://pypi.org/simple\n\n\npermissions:\n contents: read\n\njobs:\n label-and-assign:\n permissions:\n actions... | dataset_sample\yaml\saltstack_salt\.github\workflows\triage.yml | triage.yml | YAML | 1,703 | 0.8 | 0.047619 | 0 | python-kit | 839 | 2024-07-01T16:48:27.816753 | Apache-2.0 | false | 93336dac5019600627fe3fd6f3232114 |
name: Workflow Finished\nrun-name: Workflow Finished ${{ github.event.workflow_run.display_title }} (${{ github.event.workflow_run.conclusion }})\n\non:\n workflow_run:\n workflows: [Nightly, Scheduled, Stage Release]\n types:\n - completed\n\npermissions:\n contents: read\n pull-requests: read\n actions... | dataset_sample\yaml\saltstack_salt\.github\workflows\workflow-finished.yml | workflow-finished.yml | YAML | 709 | 0.7 | 0.038462 | 0 | python-kit | 231 | 2025-03-05T12:32:28.476631 | MIT | false | fdb89e4b1715dce72a5a43f20a32d10b |
name: Workflow PR Finished\nrun-name: Workflow PR Finished ${{ github.event.workflow_run.display_title }} (${{ github.event.workflow_run.conclusion }})\n\non:\n workflow_run:\n workflows:\n - CI\n types:\n - completed\n\npermissions:\n contents: read\n pull-requests: read\n actions: write\n\njobs:\n... | dataset_sample\yaml\saltstack_salt\.github\workflows\workflow-pr-finished.yml | workflow-pr-finished.yml | YAML | 690 | 0.7 | 0.037037 | 0 | python-kit | 870 | 2025-02-01T00:39:03.924616 | MIT | false | 72eb90847108a544aade668928488496 |
nox_version: "2022.8.7"\npython_version: "3.10.16"\nrelenv_version: "0.18.1"\nrelease_branches:\n - "3006.x"\n - "3007.x"\npr-testrun-slugs:\n - ubuntu-24.04-pkg\n - ubuntu-24.04\n - rockylinux-9\n - rockylinux-9-pkg\n - windows-2022\n - windows-2022-pkg\n - macos-15\n - macos-15-pkg\nfull-testrun-slugs:\n -... | dataset_sample\yaml\saltstack_salt\cicd\shared-gh-workflows-context.yml | shared-gh-workflows-context.yml | YAML | 309 | 0.7 | 0 | 0 | awesome-app | 435 | 2023-10-08T02:39:55.396646 | GPL-3.0 | false | 6f844d13c8c2c4585ca28fd9d1619b63 |
---\ncommon:\n exclude_patterns: &common_exclude_patterns\n - "**/site-packages/ansible/plugins/test"\n - "**/site-packages/ansible/plugins/test/**"\n dir_patterns: &common_dir_patterns\n - "**/__pycache__"\n - "**/lib/python3.*/test"\n - "**/lib/python3.*/idlelib"\n - "**/lib/python3.*/tkinter"\n ... | dataset_sample\yaml\saltstack_salt\pkg\common\env-cleanup-rules.yml | env-cleanup-rules.yml | YAML | 12,257 | 0.8 | 0 | 0.014085 | react-lib | 42 | 2024-05-20T12:19:50.663865 | BSD-3-Clause | false | 97db99b79b2d93a8507e561bffdb3c05 |
'*':\n - pytests.unit.utils.test_versions\n - unit.test_module_names\n - unit.test_virtualname\n - unit.utils.test_doc\n\nsetup.py:\n - pytests.scenarios.setup.test_man\n - pytests.scenarios.setup.test_install\n\nsalt/_logging/(impl|handlers).py:\n - pytests.integration._logging.test_jid_logging\n - pytests.int... | dataset_sample\yaml\saltstack_salt\tests\filename_map.yml | filename_map.yml | YAML | 11,370 | 0.95 | 0 | 0 | vue-tools | 799 | 2024-06-08T11:20:34.108098 | MIT | true | 0f9cf7a164ba8ae04e76267043a1195e |
classes:\n - default.users\n - default.motd\n - default.empty\n\nstates:\n - openssh\n\npillars:\n default:\n network:\n dns:\n{% if __grains__['os'] == 'should_never_match' %}\n srv1: 192.168.0.1\n srv2: 192.168.0.2\n domain: example.com\n{% endif %}\n ntp:\n srv1: 192.168... | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\default\init.yml | init.yml | YAML | 794 | 0.7 | 0.035714 | 0 | vue-tools | 617 | 2024-01-18T18:54:30.799322 | MIT | true | c0d3dc4b060e15b5b51065e750127b2b |
pillars:\n motd:\n text: "Welcome to {{ __grains__['id'] }} system located in ${default:network:sub}"\n | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\default\motd.yml | motd.yml | YAML | 104 | 0.7 | 0 | 0 | node-utils | 148 | 2024-10-15T04:15:22.985062 | Apache-2.0 | true | a4c4daec1999f058f046bda4b7f76f2a |
states:\n - user_mgt\n\npillars:\n default:\n users:\n adm1:\n uid: 1201\n gid: 1201\n gecos: 'Super user admin1'\n homedir: /home/adm1\n adm2:\n uid: 1202\n gid: 1202\n gecos: 'Super user admin2'\n homedir: /home/adm2\n | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\default\users.yml | users.yml | YAML | 275 | 0.7 | 0 | 0 | python-kit | 533 | 2025-04-25T12:04:48.754614 | GPL-3.0 | true | f379226600227862d3b36aa506cefcf0 |
states:\n - app\n\npillars:\n app:\n config:\n dns:\n srv1: ${default:network:dns:srv1}\n srv2: ${default:network:dns:srv2}\n uri: https://application.domain/call?\${test}\n prod_parameters:\n - p1\n - p2\n - p3\n pkg:\n - app-core\n - app-backend\n# S... | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\roles\app.yml | app.yml | YAML | 469 | 0.8 | 0.047619 | 0.05 | vue-tools | 960 | 2024-05-10T12:18:37.206143 | Apache-2.0 | true | e2f219741a337925dba8ff777c05257f |
pillars:\n default:\n network:\n sub: Geneva\n dns:\n srv1: 10.20.0.1\n srv2: 10.20.0.2\n srv3: 192.168.1.1\n domain: gnv.example.com\n users:\n adm1:\n uid: 1210\n gid: 1210\n gecos: 'Super user admin1'\n homedir: /srv/app/adm1\n adm3:\... | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\subsidiaries\gnv.yml | gnv.yml | YAML | 404 | 0.7 | 0 | 0 | vue-tools | 853 | 2024-05-24T07:08:39.106595 | GPL-3.0 | true | a8526de01c4fd0a5d18c331dda3916db |
classes:\n - app.ssh.server\n - roles.nginx.server\n\npillars:\n default:\n network:\n sub: Lausanne\n dns:\n srv1: 10.10.0.1\n domain: qls.example.com\n users:\n nginx_adm:\n uid: 250\n gid: 200\n gecos: 'Nginx admin user'\n homedir: /srv/www\n | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\subsidiaries\qls.yml | qls.yml | YAML | 294 | 0.7 | 0 | 0 | node-utils | 313 | 2024-04-08T06:38:28.819545 | BSD-3-Clause | true | 3898c62fd05b07052c1743bee9897fa1 |
classes:\n - roles.app\n # This should validate that we process a class only once\n - app.borgbackup\n # As this one should not be processed\n # and would override in turn overrides from app.borgbackup\n - app.ssh.server\n\npillars:\n default:\n network:\n sub: Zurich\n dns:\n srv1: 10.30.0.1... | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\classes\subsidiaries\zrh.yml | zrh.yml | YAML | 520 | 0.95 | 0.041667 | 0.130435 | vue-tools | 429 | 2025-04-22T13:11:46.938547 | BSD-3-Clause | true | d906c2e384d81f7e5969c175ece2eaa5 |
environment: base\n\nclasses:\n{% for class in ['default', 'roles.*', 'empty.*'] %}\n - {{ class }}\n{% endfor %}\n | dataset_sample\yaml\saltstack_salt\tests\integration\files\saltclass\examples\nodes\fake_id.yml | fake_id.yml | YAML | 110 | 0.85 | 0.5 | 0 | node-utils | 21 | 2023-11-29T02:54:32.963758 | GPL-3.0 | true | 225a597d74c80be3f91145e64f1c2dd9 |
---\n- name: update web servers\n hosts: webservers\n remote_user: root\n\n tasks:\n - name: ensure apache is at the latest version\n yum:\n name: httpd\n state: latest\n - name: write the apache config file\n template:\n src: /srv/httpd.j2\n dest: /etc/httpd.conf\n\n- name: update db ser... | dataset_sample\yaml\saltstack_salt\tests\unit\files\playbooks\example_playbooks\example-playbook2\site.yml | site.yml | YAML | 565 | 0.7 | 0 | 0 | python-kit | 123 | 2025-02-01T13:02:10.466186 | MIT | true | 3a4f9341400f5b69c2e721ac4bd9f3fd |
version: 2\nupdates:\n- package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n- package-ecosystem: gomod\n directory: "/"\n schedule:\n interval: weekly\n | dataset_sample\yaml\seaweedfs_seaweedfs\.github\dependabot.yml | dependabot.yml | YAML | 189 | 0.7 | 0 | 0 | vue-tools | 984 | 2025-03-30T21:57:14.456126 | Apache-2.0 | false | b439fd630b4674ecee4181bd8852ec8b |
name: "go: build dev binaries"\n\non:\n push:\n branches: [ master ]\n\npermissions:\n contents: read\n\njobs:\n\n cleanup:\n permissions:\n contents: write # for mknejp/delete-release-assets to delete release assets\n runs-on: ubuntu-latest\n\n steps:\n\n - name: Delete old release assets\n ... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_dev.yml | binaries_dev.yml | YAML | 4,567 | 0.8 | 0.032258 | 0.037736 | awesome-app | 407 | 2023-12-22T20:42:29.849087 | Apache-2.0 | false | 91858dca6d3845b88ada04d7a8ee26e0 |
# This is a basic workflow to help you get started with Actions\n\nname: "go: build versioned binaries for windows"\n\non:\n push:\n tags:\n - '*'\n\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can run sequentia... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_release0.yml | binaries_release0.yml | YAML | 2,320 | 0.8 | 0.033898 | 0.153846 | awesome-app | 474 | 2024-10-07T20:54:31.976445 | MIT | false | 0d3432281334f3c6d2077b6975892426 |
# This is a basic workflow to help you get started with Actions\n\nname: "go: build versioned binaries for linux"\n\non:\n push:\n tags:\n - '*'\n\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can run sequentiall... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_release1.yml | binaries_release1.yml | YAML | 2,326 | 0.8 | 0.033898 | 0.153846 | react-lib | 784 | 2024-03-31T13:35:32.865258 | MIT | false | 98eb4fd64927adb22cb9f72691cdb70b |
# This is a basic workflow to help you get started with Actions\n\nname: "go: build versioned binaries for darwin"\n\non:\n push:\n tags:\n - '*'\n\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can run sequential... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_release2.yml | binaries_release2.yml | YAML | 2,324 | 0.8 | 0.033898 | 0.153846 | awesome-app | 901 | 2023-12-01T02:39:08.001588 | MIT | false | 4b534a1b107f14afdd593c8e898276e0 |
# This is a basic workflow to help you get started with Actions\n\nname: "go: build versioned binaries for freebsd"\n\non:\n push:\n tags:\n - '*'\n\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can run sequentia... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_release3.yml | binaries_release3.yml | YAML | 2,332 | 0.8 | 0.033898 | 0.153846 | python-kit | 613 | 2025-06-22T12:02:11.792063 | MIT | false | 8315fb18d3591f9c25f07f3e0e495a12 |
# This is a basic workflow to help you get started with Actions\n\nname: "go: build versioned binaries for linux with all tags"\n\non:\n push:\n tags:\n - '*'\n\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can r... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_release4.yml | binaries_release4.yml | YAML | 2,438 | 0.8 | 0.033333 | 0.150943 | vue-tools | 211 | 2025-01-29T14:10:37.152672 | Apache-2.0 | false | 886b4a5f08a9a1fe1824a1c3c41e3194 |
# This is a basic workflow to help you get started with Actions\n\nname: "go: build versioned binaries for openbsd"\n\non:\n push:\n tags:\n - '*'\n\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can run sequentia... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\binaries_release5.yml | binaries_release5.yml | YAML | 2,332 | 0.8 | 0.033898 | 0.153846 | awesome-app | 915 | 2024-08-17T16:11:37.330189 | BSD-3-Clause | false | c0a6bd88d79f05d9d0d9435236eff4d6 |
name: "Code Scanning - Action"\n\non:\n pull_request:\n\nconcurrency:\n group: ${{ github.head_ref }}/codeql\n cancel-in-progress: true\n\njobs:\n CodeQL-Build:\n # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest\n runs-on: ubuntu-latest\n\n permissions:\n # required for all workflows\n... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\codeql.yml | codeql.yml | YAML | 1,500 | 0.95 | 0.085106 | 0.388889 | node-utils | 982 | 2025-03-25T00:50:00.956433 | MIT | false | 26128025815e5771ca9734067aa0b1ca |
name: "docker: build dev containers"\n\non:\n push:\n branches: [ master ]\n workflow_dispatch: {}\n\npermissions:\n contents: read\n\njobs:\n\n build-dev-containers:\n runs-on: [ubuntu-latest]\n\n steps:\n -\n name: Checkout\n uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\container_dev.yml | container_dev.yml | YAML | 2,213 | 0.8 | 0.045455 | 0 | react-lib | 110 | 2025-01-24T09:33:39.356215 | BSD-3-Clause | false | b443045e28af2e7e20c3b87b01cccafe |
name: "docker: build release containers for normal volume"\n\non:\n push:\n tags:\n - '*'\n workflow_dispatch: {}\n\npermissions:\n contents: read\n\njobs:\n build-default-release-container:\n runs-on: [ubuntu-latest]\n\n steps:\n -\n name: Checkout\n uses: actions/checkout@9bb56186... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\container_release1.yml | container_release1.yml | YAML | 1,917 | 0.8 | 0.052632 | 0 | vue-tools | 169 | 2023-08-25T03:10:08.404480 | Apache-2.0 | false | 97d4fb52e275a3a642dd2cd49498fd6d |
name: "docker: build release containers for large volume"\n\non:\n push:\n tags:\n - '*'\n workflow_dispatch: {}\n\npermissions:\n contents: read\n\njobs:\n\n build-large-release-container:\n runs-on: [ubuntu-latest]\n\n steps:\n -\n name: Checkout\n uses: actions/checkout@9bb56186c... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\container_release2.yml | container_release2.yml | YAML | 1,974 | 0.8 | 0.050847 | 0 | vue-tools | 385 | 2024-03-04T04:32:37.581842 | Apache-2.0 | false | c1981aff3fa33e1ec96517479a9d83b1 |
name: "docker: build release containers for rocksdb"\n\non:\n push:\n tags:\n - '*'\n workflow_dispatch: {}\n\npermissions:\n contents: read\n\njobs:\n\n build-large-release-container_rocksdb:\n runs-on: [ubuntu-latest]\n\n steps:\n -\n name: Checkout\n uses: actions/checkout@9bb561... | dataset_sample\yaml\seaweedfs_seaweedfs\.github\workflows\container_release3.yml | container_release3.yml | YAML | 1,915 | 0.8 | 0.051724 | 0 | node-utils | 308 | 2024-01-23T14:21:30.609334 | MIT | false | b83b39a31e6290feabe7da3d9d51d7a9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.