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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
language: php\n\nbefore_script:\n - composer self-update\n - composer install --no-interaction --prefer-source --dev\n\nphp:\n - 5.3.3\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - hhvm\n\nnotifications:\n email: false\n webhooks:\n urls:\n - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960\n on_success: al... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\exporter\.travis.yml | .travis.yml | YAML | 350 | 0.8 | 0 | 0 | awesome-app | 839 | 2024-01-20T07:39:09.571529 | Apache-2.0 | false | c304e66ee9f79a8e983fd9cb5e88f86e |
language: php\n\nphp:\n - 5.3.3\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - hhvm\n\nsudo: false\n\nbefore_script:\n - composer self-update\n - composer install --no-interaction --prefer-source --dev\n\nscript: ./vendor/bin/phpunit\n\nnotifications:\n email: false\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\global-state\.travis.yml | .travis.yml | YAML | 246 | 0.7 | 0 | 0 | awesome-app | 470 | 2025-07-09T03:18:55.703053 | BSD-3-Clause | false | 54683a386bf74e6ccd12040370c4db79 |
language: php\n\nphp:\n - 5.6\n - 7.0\n - 7.1\n - nightly\n\nsudo: false\n\nbefore_install:\n - composer self-update\n - composer clear-cache\n\ninstall:\n - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable\n\nscript:\n - ./vendor/bin/phpun... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\object-enumerator\.travis.yml | .travis.yml | YAML | 337 | 0.7 | 0 | 0 | react-lib | 106 | 2025-05-15T03:29:08.518670 | MIT | false | 875d1bb79a2295c90e6f563369786cc3 |
language: php\n\nphp:\n - 5.3.3\n - 5.3\n - 5.4\n - 5.5\n - 5.6\n - hhvm\n\nsudo: false\n\nbefore_script:\n - composer self-update\n - composer install --no-interaction --prefer-source --dev\n\nscript: ./vendor/bin/phpunit\n\nnotifications:\n email: false\n irc: "irc.freenode.org#phpunit"\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\sebastian\recursion-context\.travis.yml | .travis.yml | YAML | 280 | 0.8 | 0 | 0 | react-lib | 478 | 2023-11-11T02:40:15.665815 | MIT | false | fa3ba0b60448f6c880a66f4bb4260a5e |
--- %YAML:1.0\ntest: Miscellaneous\nspec: 2.21\nyaml: |\n true: true\n false: false\nphp: |\n [\n 'true' => true,\n 'false' => false,\n ]\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\booleanMappingKeys.yml | booleanMappingKeys.yml | YAML | 138 | 0.7 | 0 | 0 | node-utils | 379 | 2024-07-21T11:38:48.348268 | BSD-3-Clause | true | fda820cb52422994914fb20ef8b40983 |
test: outside double quotes\nyaml: |\n \0 \ \a \b \n\nphp: |\n "\\0 \\ \\a \\b \\n"\n---\ntest: 'null'\nyaml: |\n "\0"\nphp: |\n "\x00"\n---\ntest: bell\nyaml: |\n "\a"\nphp: |\n "\x07"\n---\ntest: backspace\nyaml: |\n "\b"\nphp: |\n "\x08"\n---\ntest: horizontal tab (1)\nyaml: |\n "\t"\nphp:... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\escapedCharacters.yml | escapedCharacters.yml | YAML | 2,228 | 0.7 | 0 | 0 | awesome-app | 223 | 2024-04-19T04:58:28.614566 | MIT | true | bf2c2c6d4cf356ddde0e0a92ed714218 |
- escapedCharacters\n- sfComments\n- sfCompact\n- sfTests\n- sfObjects\n- sfMergeKey\n- sfQuotes\n- YtsAnchorAlias\n- YtsBasicTests\n- YtsBlockMapping\n- YtsDocumentSeparator\n- YtsErrorTests\n- YtsFlowCollections\n- YtsFoldedScalars\n- YtsNullsAndEmpties\n- YtsSpecificationExamples\n- YtsTypeTransfers\n- unindentedCol... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\index.yml | index.yml | YAML | 312 | 0.7 | 0 | 0 | python-kit | 193 | 2023-10-24T16:56:18.702525 | GPL-3.0 | true | 809db138c609075657d8d2e81fabaa5c |
--- %YAML:1.0\ntest: Miscellaneous\nspec: 2.21\nyaml: |\n true: true\n false: false\nphp: |\n [\n 1 => true,\n 0 => false,\n ]\n---\ntest: Boolean\nyaml: |\n false: used as key\n logical: true\n answer: false\nphp: |\n [\n false => 'used as key',\n 'logical' => true,\n 'answer' => false\n... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\legacyBooleanMappingKeys.yml | legacyBooleanMappingKeys.yml | YAML | 303 | 0.7 | 0 | 0 | react-lib | 673 | 2024-07-30T07:38:21.074633 | GPL-3.0 | true | e6e4b3a581724e2590370225e1fc9198 |
--- %YAML:1.0\ntest: Miscellaneous\nspec: 2.21\nyaml: |\n null: ~\nphp: |\n [\n '' => null,\n ]\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\legacyNullMappingKey.yml | legacyNullMappingKey.yml | YAML | 94 | 0.5 | 0 | 0 | python-kit | 284 | 2023-10-10T18:58:10.669674 | GPL-3.0 | true | 5b294cccf5da7fa8c44bff361be666f1 |
data:\n single_line: 'foo bar baz'\n multi_line: |\n foo\n line with trailing spaces:\n \n bar\n integer like line:\n 123456789\n empty line:\n \n baz\n multi_line_with_carriage_return: "foo\nbar\r\nbaz"\n nested_inlined_multi_line_string: { i... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\multiple_lines_as_literal_block.yml | multiple_lines_as_literal_block.yml | YAML | 361 | 0.7 | 0 | 0 | node-utils | 330 | 2024-10-09T00:00:34.880142 | Apache-2.0 | true | b2862c72ae733162fd9d691696050cc1 |
data:\n foo: !bar "foo\r\nline with trailing spaces:\n \nbar\ninteger like line:\n123456789\nempty line:\n\nbaz"\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\multiple_lines_as_literal_block_for_tagged_values.yml | multiple_lines_as_literal_block_for_tagged_values.yml | YAML | 116 | 0.7 | 0 | 0 | react-lib | 524 | 2023-12-30T09:58:38.326273 | GPL-3.0 | true | 7ad14c7104568052b53818111375a2f3 |
data:\n multi_line: |4\n the first line has leading spaces\n The second line does not.\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\multiple_lines_as_literal_block_leading_space_in_first_line.yml | multiple_lines_as_literal_block_leading_space_in_first_line.yml | YAML | 105 | 0.7 | 0 | 0 | react-lib | 782 | 2025-05-09T15:49:47.235357 | BSD-3-Clause | true | 3a51ade8ba35bb95e656aacb1db1521e |
- escapedCharacters\n- sfComments\n- sfCompact\n- sfTests\n- sfObjects\n- sfMergeKey\n- sfQuotes\n- YtsAnchorAlias\n- YtsBasicTests\n- YtsBlockMapping\n- YtsDocumentSeparator\n- YtsErrorTests\n- YtsFlowCollections\n- YtsFoldedScalars\n- YtsNullsAndEmpties\n- YtsSpecificationExamples\n- YtsTypeTransfers\n- unindentedCol... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\not_readable.yml | not_readable.yml | YAML | 312 | 0.7 | 0 | 0 | node-utils | 634 | 2025-02-26T03:52:36.493712 | MIT | true | 809db138c609075657d8d2e81fabaa5c |
--- %YAML:1.0\ntest: Miscellaneous\nspec: 2.21\nyaml: |\n null: ~\nphp: |\n [\n 'null' => null,\n ]\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\nullMappingKey.yml | nullMappingKey.yml | YAML | 98 | 0.5 | 0 | 0 | react-lib | 445 | 2023-08-01T23:43:10.425675 | BSD-3-Clause | true | 8efb82a3ac6d14bab70f1a42d1724f19 |
--- %YAML:1.0\ntest: A sequence with an unordered array\nbrief: >\n A sequence with an unordered array\nyaml: |\n 1: foo\n 0: bar\nphp: |\n [1 => 'foo', 0 => 'bar']\n---\ntest: Integers as Map Keys\nbrief: >\n An integer can be used as dictionary key.\nyaml: |\n 1: one\n 2: two\n 3: three\nphp: |\n [... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\numericMappingKeys.yml | numericMappingKeys.yml | YAML | 370 | 0.7 | 0 | 0 | react-lib | 759 | 2024-04-06T12:44:53.767421 | GPL-3.0 | true | 47e975302d4f91c208bc58c4266f9caf |
--- %YAML:1.0\ntest: Comments at the end of a line\nbrief: >\n Comments at the end of a line\nyaml: |\n ex1: "foo # bar"\n ex2: "foo # bar" # comment\n ex3: 'foo # bar' # comment\n ex4: foo # comment\n ex5: foo # comment with tab before \n ex6: foo#foo # comment here\n ex7: foo # ignore me # a... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\sfComments.yml | sfComments.yml | YAML | 1,930 | 0.8 | 0 | 0.066667 | node-utils | 543 | 2024-12-09T15:59:09.929065 | Apache-2.0 | true | 40a50cf14b5503f6c5cea256253b5231 |
--- %YAML:1.0\ntest: Compact notation\nbrief: |\n Compact notation for sets of mappings with single element\nyaml: |\n ---\n # products purchased\n - item : Super Hoop\n - item : Basketball\n quantity: 1\n - item:\n name: Big Shoes\n nick: Biggies\n quantity: 1\nphp: |\n [\n [\n '... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\sfCompact.yml | sfCompact.yml | YAML | 2,746 | 0.8 | 0.018868 | 0.018868 | react-lib | 803 | 2025-02-21T21:27:13.396608 | GPL-3.0 | true | e67e1ba92c5c3b590e1440e9faf7c874 |
--- %YAML:1.0\ntest: Simple In Place Substitution\nbrief: >\n If you want to reuse an entire alias, only overwriting what is different\n you can use a << in place substitution. This is not part of the official\n YAML spec, but a widely implemented extension. See the following URL for\n details: http://yaml.... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\sfMergeKey.yml | sfMergeKey.yml | YAML | 2,313 | 0.8 | 0.016393 | 0 | vue-tools | 885 | 2024-09-18T08:15:11.101894 | Apache-2.0 | true | 0c252f843c46634dc2349bd0f0d62c61 |
--- %YAML:1.0\ntest: Objects\nbrief: >\n Comments at the end of a line\nyaml: |\n ex1: "foo # bar"\n ex2: "foo # bar" # comment\n ex3: 'foo # bar' # comment\n ex4: foo # comment\nphp: |\n ['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']\n | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\sfObjects.yml | sfObjects.yml | YAML | 279 | 0.8 | 0 | 0 | python-kit | 188 | 2024-04-06T22:31:04.183566 | Apache-2.0 | true | 1a972f1753f3d77a10cea06fb2e733b0 |
--- %YAML:1.0\ntest: Some characters at the beginning of a string must be escaped\nbrief: >\n Some characters at the beginning of a string must be escaped\nyaml: |\n foo: '| bar'\nphp: |\n ['foo' => '| bar']\n---\ntest: A key can be a quoted string\nbrief: >\n A key can be a quoted string\nyaml: |\n "foo1"... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\sfQuotes.yml | sfQuotes.yml | YAML | 728 | 0.7 | 0 | 0 | react-lib | 148 | 2025-05-09T19:04:04.549718 | BSD-3-Clause | true | 052e4bad52c632cabb3540e5086a5f73 |
--- %YAML:1.0\ntest: Unindented collection\nbrief: >\n Unindented collection\nyaml: |\n collection:\n - item1\n - item2\n - item3\nphp: |\n ['collection' => ['item1', 'item2', 'item3']]\n---\ntest: Nested unindented collection (two levels)\nbrief: >\n Nested unindented collection\nyaml: |\n coll... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\unindentedCollections.yml | unindentedCollections.yml | YAML | 1,711 | 0.7 | 0 | 0 | python-kit | 479 | 2024-11-08T02:17:36.471412 | MIT | true | 39f698b8badcf24ef84f05d9cd5f1cfc |
--- %YAML:1.0\ntest: Simple Alias Example\nbrief: >\n If you need to refer to the same item of data twice,\n you can give that item an alias. The alias is a plain\n string, starting with an ampersand. The item may then\n be referred to by the alias throughout your document\n by using an asterisk before... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\YtsAnchorAlias.yml | YtsAnchorAlias.yml | YAML | 839 | 0.7 | 0 | 0 | python-kit | 437 | 2023-12-28T18:54:30.427741 | Apache-2.0 | true | 41c47d33cab7c84954aa3df39fa59a03 |
---\ntest: One Element Mapping\nbrief: |\n A mapping with one key/value pair\nyaml: |\n foo: bar\nphp: |\n ['foo' => 'bar']\n---\ntest: Multi Element Mapping\nbrief: |\n More than one key/value pair\nyaml: |\n red: baron\n white: walls\n blue: berries\nphp: |\n [\n 'red' => 'baron',\n 'w... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\YtsBlockMapping.yml | YtsBlockMapping.yml | YAML | 899 | 0.7 | 0 | 0 | vue-tools | 632 | 2023-12-13T04:35:05.253665 | Apache-2.0 | true | 1988c14b94f384746ef607b7e7fee0ed |
--- %YAML:1.0\ntest: Trailing Document Separator\ntodo: true\nbrief: >\n You can separate YAML documents\n with a string of three dashes.\nyaml: |\n - foo: 1\n bar: 2\n ---\n more: stuff\npython: |\n [\n [ { 'foo': 1, 'bar': 2 } ],\n { 'more': 'stuff' }\n ]\nruby: |\n [ { 'foo... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\YtsDocumentSeparator.yml | YtsDocumentSeparator.yml | YAML | 1,516 | 0.7 | 0 | 0 | python-kit | 922 | 2024-07-10T19:32:29.636055 | Apache-2.0 | true | f6613ca25c2af3874ad4117fe664eb59 |
---\ntest: Simple Inline Array\nbrief: >\n Sequences can be contained on a\n single line, using the inline syntax.\n Separate each entry with commas and\n enclose in square brackets.\nyaml: |\n seq: [ a, b, c ]\nphp: |\n ['seq' => ['a', 'b', 'c']]\n---\ntest: Simple Inline Hash\nbrief: >\n Mapping ... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\YtsFlowCollections.yml | YtsFlowCollections.yml | YAML | 1,579 | 0.7 | 0 | 0 | node-utils | 494 | 2025-02-24T21:43:47.421225 | BSD-3-Clause | true | 174b18d078296f3f0d7eb9f961e22ef0 |
--- %YAML:1.0\ntest: Empty Sequence\nbrief: >\n You can represent the empty sequence\n with an empty inline sequence.\nyaml: |\n empty: []\nphp: |\n ['empty' => []]\n---\ntest: Empty Mapping\nbrief: >\n You can represent the empty mapping\n with an empty inline mapping.\nyaml: |\n empty: {}\nphp: |... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\YtsNullsAndEmpties.yml | YtsNullsAndEmpties.yml | YAML | 653 | 0.7 | 0 | 0 | react-lib | 273 | 2025-01-09T02:13:22.507599 | BSD-3-Clause | true | 530c936ebe8524f5f847fc54950bc2f8 |
--- %YAML:1.0\ntest: Strings\nbrief: >\n Any group of characters beginning with an\n alphabetic or numeric character is a string,\n unless it belongs to one of the groups below\n (such as an Integer or Time).\nyaml: |\n String\nphp: |\n 'String'\n---\ntest: String characters\nbrief: >\n A string ca... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\symfony\yaml\Tests\Fixtures\YtsTypeTransfers.yml | YtsTypeTransfers.yml | YAML | 7,371 | 0.8 | 0.097744 | 0 | python-kit | 117 | 2023-12-25T01:36:08.933218 | MIT | true | f23cc9a4a8eb94571ac2d98e31c32743 |
language: php\n\ndist: trusty\n\nsudo: false\n\ncache:\n directories:\n - vendor\n - $HOME/.composer/cache/files\n\n\nenv:\n global:\n - TWIG_EXT=no\n - SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1\n\nbefore_install:\n - phpenv config-rm xdebug.ini || return 0\n\ninstall:\n - travis_... | dataset_sample\yaml\Qloapps_QloApps\modules\qloautoupgrade\vendor\twig\twig\.travis.yml | .travis.yml | YAML | 1,004 | 0.7 | 0.043478 | 0 | node-utils | 631 | 2024-05-14T22:11:19.959608 | MIT | false | 1e7c0c1a85ea7b4efe909fa64374dcb4 |
language: csharp\nmono: none\ndotnet: 5.0\nos: linux\ndist: focal\nbefore_install:\n - export PATH="$HOME/miniconda3/bin:$PATH"\n - export PYTHONNET_PYDLL="$HOME/miniconda3/lib/libpython3.6m.so"\n - wget -q https://cdn.quantconnect.com/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh\n - bash Miniconda3-4.5.12-Linux-x86... | dataset_sample\yaml\QuantConnect_Lean\.travis.yml | .travis.yml | YAML | 1,031 | 0.8 | 0 | 0 | react-lib | 776 | 2023-07-26T19:20:23.862441 | BSD-3-Clause | false | 02b17c675087491bc9a15ed589f4b3f2 |
name: Build, Test And Create Nuget Package\n\non:\n push:\n branches: [ main ]\n workflow_dispatch:\n\njobs:\n main:\n name: ${{ matrix.runtime.name }}\n runs-on: ${{ matrix.runtime.runs-on }}\n container: ${{ matrix.runtime.container }}\n timeout-minutes: 15\n \n strategy:\n fail-fast: false... | dataset_sample\yaml\QuestPDF_QuestPDF\.github\workflows\main.yml | main.yml | YAML | 3,862 | 0.95 | 0.031746 | 0.058252 | react-lib | 500 | 2025-07-01T18:56:43.702051 | Apache-2.0 | false | 394d23b77bbb2f29b4bb22fa33416fe2 |
# By default, this docker compose script maps all services to localhost only.\n# If you need to make services available outside of your machine, add\n# appropriate service mappings to the .env file. See .env.example file for\n# configuration example.\n#\n# Notes on image versions:\n# - For the key services such as pos... | dataset_sample\yaml\quickwit-oss_quickwit\docker-compose.yml | docker-compose.yml | YAML | 7,937 | 0.8 | 0.020661 | 0.105727 | vue-tools | 411 | 2025-01-28T21:05:53.323267 | MIT | false | 94aeae57c089b5421e9f4b1ab759b865 |
version: 2\nupdates:\n # Rust dependencies\n - package-ecosystem: cargo\n directory: "/quickwit"\n schedule:\n interval: "weekly"\n groups:\n rust-dependencies:\n patterns:\n - "*"\n open-pull-requests-limit: 10\n ignore:\n - dependency-name: "*"\n update-types: ["... | dataset_sample\yaml\quickwit-oss_quickwit\.github\dependabot.yml | dependabot.yml | YAML | 909 | 0.8 | 0 | 0.097561 | vue-tools | 11 | 2023-07-21T17:49:31.304286 | MIT | false | dc2693d34e03631979fbdf6ded1969ec |
name: "Build Quickwit binary for macOS"\ndescription: "Build React app and Rust binary for macOS with cargo build."\ninputs:\n target:\n description: "Target"\n required: true\n version:\n description: "Binary version"\n required: true\n token:\n description: "GitHub access token"\n required: true\... | dataset_sample\yaml\quickwit-oss_quickwit\.github\actions\cargo-build-macos-binary\action.yml | action.yml | YAML | 2,587 | 0.95 | 0.042857 | 0 | python-kit | 862 | 2024-02-01T07:47:52.687714 | GPL-3.0 | false | 8ddf4e9e3b272fa70ae9937df185ad1a |
name: "Build Quickwit binary with cargo cross"\ndescription: "Build React app and Rust binary with cargo cross."\ninputs:\n target:\n description: "Target"\n required: true\n version:\n description: "Binary version"\n required: true\n token:\n description: "GitHub access token"\n required: true\nru... | dataset_sample\yaml\quickwit-oss_quickwit\.github\actions\cross-build-binary\action.yml | action.yml | YAML | 2,411 | 0.95 | 0.015152 | 0 | node-utils | 433 | 2024-01-22T15:27:00.333961 | MIT | false | 1cb7c3e1e51498558bd63b5e255fa0b6 |
name: CBENCH\n\non:\n workflow_dispatch:\n push:\n branches:\n - main\n paths:\n - "quickwit/**"\n - "!quickwit/quickwit-ui/**"\n # For security reasons (to make sure the list of allowed users is\n # trusted), make sure we run the workflow definition from the base\n # commit of the pull reques... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\cbench.yml | cbench.yml | YAML | 7,333 | 0.95 | 0.094891 | 0.112 | react-lib | 121 | 2024-10-30T05:36:12.463715 | MIT | false | a90a51d9f4bcb35412ef1f716debb39f |
name: CI\n\non:\n workflow_dispatch:\n pull_request:\n push:\n branches:\n - main\n - trigger-ci-workflow\n paths:\n - "quickwit/**"\n - "!quickwit/quickwit-ui/**"\nenv:\n CARGO_INCREMENTAL: 0\n QW_DISABLE_TELEMETRY: 1\n QW_TEST_DATABASE_URL: postgres://quickwit-dev:quickwit-dev@localhos... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\ci.yml | ci.yml | YAML | 6,498 | 0.95 | 0.12 | 0.035928 | node-utils | 714 | 2023-11-05T00:47:04.007497 | GPL-3.0 | false | 01538ee2e13a5b6ce848dd1d7145d085 |
name: Code coverage\n\non:\n workflow_dispatch:\n push:\n branches:\n - main\n - trigger-coverage-workflow\n paths:\n - quickwit/Cargo.toml\n - quickwit/Cargo.lock\n - quickwit/quickwit-*/**\n\nenv:\n AWS_REGION: us-east-1\n AWS_ACCESS_KEY_ID: "placeholder"\n AWS_SECRET_ACCESS_KEY: "... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\coverage.yml | coverage.yml | YAML | 6,721 | 0.95 | 0.041026 | 0.052941 | react-lib | 87 | 2023-07-18T15:57:12.353112 | Apache-2.0 | false | f0ddc6811a2ef700cdbf069153d86438 |
name: "Dependency Review"\non: [pull_request]\n\npermissions:\n contents: read\n\n# Ensures that we cancel running jobs for the same PR / same workflow.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\n\njobs:\n dependency-review:\n r... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\dependency.yml | dependency.yml | YAML | 660 | 0.8 | 0.086957 | 0.15 | python-kit | 424 | 2025-03-11T17:55:32.077429 | MIT | false | 1de201e4f2b04a352feac02673a83955 |
name: Publish custom cross images\n\non:\n workflow_dispatch:\n push:\n branches:\n - main\n paths:\n - "build/cross-images/**"\n\njobs:\n build-cross-images:\n name: Publish cross images\n runs-on: ubuntu-latest\n steps:\n - name: Check out the repo\n uses: actions/checkout@v4\n... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\publish_cross_images.yml | publish_cross_images.yml | YAML | 574 | 0.8 | 0 | 0 | awesome-app | 544 | 2023-09-17T01:23:14.058126 | GPL-3.0 | false | 1f52bfaa47c94fba10bd4a172d15766f |
name: Build and publish Docker images\n\non:\n workflow_dispatch:\n push:\n branches:\n - main\n paths:\n - "quickwit/**"\n tags:\n - airmail\n - happy-plazza\n - qw*\n - v*\nenv:\n REGISTRY_IMAGE: quickwit/quickwit\n\njobs:\n docker:\n strategy:\n matrix:\n inc... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\publish_docker_images.yml | publish_docker_images.yml | YAML | 4,088 | 0.8 | 0.007634 | 0 | vue-tools | 100 | 2024-06-27T06:05:38.342979 | BSD-3-Clause | false | 9bfdb2d3801b1e79a76943e46ec332ec |
name: Build and publish AWS Lambda packages\n\non:\n push:\n tags:\n - "aws-lambda-beta-*"\n\njobs:\n build-lambdas:\n name: Build Quickwit Lambdas\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - name: Install Ubuntu packages\n run: sudo apt-get -y install protobu... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\publish_lambda_packages.yml | publish_lambda_packages.yml | YAML | 2,115 | 0.8 | 0 | 0 | awesome-app | 668 | 2024-06-14T22:31:49.113036 | BSD-3-Clause | false | 5f59850db65802a2f1cbd5cf46815698 |
name: Build and publish nightly packages\n\non:\n workflow_dispatch:\n schedule:\n - cron: "0 5 * * *"\n\njobs:\n build-macos-binaries:\n name: Build ${{ matrix.target }}\n runs-on: macos-latest\n strategy:\n fail-fast: false\n matrix:\n target: [x86_64-apple-darwin, aarch64-apple-darwin... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\publish_nightly_packages.yml | publish_nightly_packages.yml | YAML | 965 | 0.7 | 0 | 0 | react-lib | 891 | 2024-05-22T02:22:11.570727 | GPL-3.0 | false | b80001c19d910b37be58d18147652d24 |
name: Build and publish release packages\n\non:\n push:\n tags:\n - "v*"\n\njobs:\n build-macos-binaries:\n name: Build ${{ matrix.target }}\n runs-on: macos-latest\n strategy:\n matrix:\n target: [x86_64-apple-darwin, aarch64-apple-darwin]\n\n steps:\n - uses: actions/checkout@v4... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\publish_release_packages.yml | publish_release_packages.yml | YAML | 1,155 | 0.8 | 0 | 0 | awesome-app | 189 | 2024-12-12T14:20:09.997552 | MIT | false | 58a32b365367d628980022eb8808e731 |
name: UI CI\n\non:\n workflow_dispatch:\n pull_request:\n paths:\n - "quickwit/quickwit-ui/**"\n - ".github/workflows/ui-ci.yml"\n push:\n branches:\n - main\n - trigger-ci-workflow\n paths:\n - "quickwit/quickwit-ui/**"\n - ".github/workflows/ui-ci.yml"\n\njobs:\n tests:\n ... | dataset_sample\yaml\quickwit-oss_quickwit\.github\workflows\ui-ci.yml | ui-ci.yml | YAML | 2,599 | 0.8 | 0.012658 | 0.025974 | node-utils | 134 | 2024-10-15T17:40:50.769649 | BSD-3-Clause | false | aac4c79aeeabff31b287ad67938c18c7 |
version: "3.9"\n\nnetworks:\n default:\n name: quickwit-grafana\n # ipam:\n # config:\n # - subnet: 172.16.7.0/24\n # gateway: 172.16.7.1\n\nservices:\n quickwit:\n image: quickwit/quickwit:${QUICKWIT_VERSION:-0.7.1}\n grafana:\n image: grafana/grafana-oss:${GRAFANA_VERSION:-9.4.7}\n ... | dataset_sample\yaml\quickwit-oss_quickwit\config\tutorials\grafana\docker-compose.yml | docker-compose.yml | YAML | 2,801 | 0.8 | 0.011765 | 0.102564 | vue-tools | 373 | 2025-06-26T13:33:53.777352 | BSD-3-Clause | false | deaf1945dd019c0a56c84dfc6d28a9ed |
version: 2\nupdates:\n- package-ecosystem: cargo\n directory: "/"\n schedule:\n interval: daily\n time: "20:00"\n open-pull-requests-limit: 10\n\n- package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: daily\n time: "20:00"\n open-pull-requests-limit: 10\n | dataset_sample\yaml\quickwit-oss_tantivy\.github\dependabot.yml | dependabot.yml | YAML | 282 | 0.7 | 0 | 0 | awesome-app | 429 | 2025-02-03T17:57:02.008360 | Apache-2.0 | false | bd4f8b7a0aeb6fb06e740fed1393aef8 |
# These are supported funding model platforms\n\ngithub: fulmicoton\npatreon: # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\... | dataset_sample\yaml\quickwit-oss_tantivy\.github\FUNDING.yml | FUNDING.yml | YAML | 644 | 0.8 | 0 | 0.090909 | python-kit | 884 | 2024-08-20T16:42:32.126965 | MIT | false | b327b34dc2d654780f85be2e248db237 |
name: Coverage\n\non:\n push:\n branches: [main]\n\n# Ensures that we cancel running jobs for the same PR / same workflow.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n cancel-in-progress: true\n\njobs:\n coverage:\n runs-on: ubuntu-latest\n steps:\n ... | dataset_sample\yaml\quickwit-oss_tantivy\.github\workflows\coverage.yml | coverage.yml | YAML | 979 | 0.95 | 0.068966 | 0.038462 | vue-tools | 863 | 2025-04-18T04:47:37.664290 | Apache-2.0 | false | 18af113c3095b5eea9820db563c4263b |
name: Long running tests\n\non:\n push:\n branches: [ main ]\n\nenv:\n CARGO_TERM_COLOR: always\n NUM_FUNCTIONAL_TEST_ITERATIONS: 20000\n\n# Ensures that we cancel running jobs for the same PR / same workflow.\nconcurrency:\n group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}\n ... | dataset_sample\yaml\quickwit-oss_tantivy\.github\workflows\long_running.yml | long_running.yml | YAML | 745 | 0.8 | 0.030303 | 0.038462 | node-utils | 839 | 2024-05-23T05:41:54.121948 | Apache-2.0 | false | 5816138deb9c82f6b16ce89199f2892c |
# Starter pipeline\n# Start with a minimal pipeline that you can customize to build and deploy your code.\n# Add steps that build, run tests, deploy, and more:\n# https://aka.ms/yaml\n\nvariables:\n outputFolder: './_output'\n artifactsFolder: './_artifacts'\n testsFolder: './_tests'\n yarnCacheFolder: $(Pipeline.W... | dataset_sample\yaml\Radarr_Radarr\azure-pipelines.yml | azure-pipelines.yml | YAML | 46,086 | 0.8 | 0.006314 | 0.006639 | python-kit | 245 | 2023-07-29T21:32:11.314063 | GPL-3.0 | false | a128f725b5db246824e4ed6fd1f815fe |
# 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 more information:\n# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates\n# h... | dataset_sample\yaml\Radarr_Radarr\.github\dependabot.yml | dependabot.yml | YAML | 467 | 0.8 | 0.166667 | 0.454545 | python-kit | 541 | 2025-03-17T03:47:17.526409 | GPL-3.0 | false | ea316d07ef2a5b1cbd4191907aa383fe |
# These are supported funding model platforms\n\ngithub: radarr\npatreon: # Replace with a single Patreon username\nopen_collective: radarr\nko_fi: # Replace with a single Ko-fi username\ntidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel\ncustom: # Replace with a single custom sponso... | dataset_sample\yaml\Radarr_Radarr\.github\FUNDING.yml | FUNDING.yml | YAML | 323 | 0.8 | 0 | 0.142857 | node-utils | 378 | 2025-06-18T01:32:06.465829 | GPL-3.0 | false | 19fe94d08cf1647e2c87592bc8c99615 |
# Configuration for Label Actions - https://github.com/dessant/label-actions\n\n'Type: Support':\n comment: >\n :wave: @{issue-author}, we use the issue tracker exclusively\n for bug reports and feature requests. However, this issue appears\n to be a support request. Please hop over onto our [Discord](https:/... | dataset_sample\yaml\Radarr_Radarr\.github\label-actions.yml | label-actions.yml | YAML | 754 | 0.8 | 0.133333 | 0.071429 | react-lib | 122 | 2023-08-29T21:50:48.934053 | GPL-3.0 | false | 2cadac346dcfe808fdf0698f669a0dd9 |
'Area: API':\n - src/Radarr.Api.V3/**/*\n\n'Area: Db-migration':\n - src/NzbDrone.Core/Datastore/Migration/*\n\n'Area: Download Clients':\n - src/NzbDrone.Core/Download/Clients/**/*\n\n'Area: Import Lists':\n - src/NzbDrone.Core/ImportLists/**/*\n\n'Area: Indexer':\n - src/NzbDrone.Core/Indexers/**/*\n\n'Area: Not... | dataset_sample\yaml\Radarr_Radarr\.github\labeler.yml | labeler.yml | YAML | 529 | 0.8 | 0 | 0 | vue-tools | 739 | 2023-09-18T08:15:43.024473 | Apache-2.0 | false | abf496f5aa6071f3773e540505cbb811 |
# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 60\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 7\n# Issues with these labels will never be considered stale\nexemptLabels:\n - feature request #legacy\n - 'Type: Feature Request'\n - 'Status: Confirmed'\... | dataset_sample\yaml\Radarr_Radarr\.github\stale.yml | stale.yml | YAML | 843 | 0.8 | 0 | 0.3 | vue-tools | 481 | 2024-10-28T10:52:30.591702 | GPL-3.0 | false | 02fcb48b2119fa9f844b5fe5418beeb4 |
name: Bug Report\ndescription: 'Report a new bug, if you are not 100% certain this is a bug please go to our Discord first'\nlabels: ['Type: Bug', 'Status: Needs Triage']\nbody:\n- type: checkboxes\n attributes:\n label: Is there an existing issue for this?\n description: Please search to see if an open or close... | dataset_sample\yaml\Radarr_Radarr\.github\ISSUE_TEMPLATE\bug_report.yml | bug_report.yml | YAML | 2,975 | 0.95 | 0.085366 | 0.012195 | node-utils | 982 | 2024-02-07T15:02:46.013215 | MIT | false | 3ff50823e0222223c9c70ebfd091cc83 |
blank_issues_enabled: false\ncontact_links:\n - name: Support via Discord\n url: https://radarr.video/discord\n about: Chat with users and devs on support and setup related topics.\n | dataset_sample\yaml\Radarr_Radarr\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 184 | 0.8 | 0 | 0 | vue-tools | 934 | 2023-10-02T14:49:49.384429 | MIT | false | 52d221b48731cabc3b6814bb63734aa0 |
name: Feature Request\ndescription: 'Suggest an idea for Radarr'\nlabels: ['Type: Feature Request', 'Status: Needs Triage']\nbody:\n- type: checkboxes\n attributes:\n label: Is there an existing issue for this?\n description: Please search to see if an open or closed issue already exists for the feature you are ... | dataset_sample\yaml\Radarr_Radarr\.github\ISSUE_TEMPLATE\feature_request.yml | feature_request.yml | YAML | 1,477 | 0.85 | 0.105263 | 0 | python-kit | 205 | 2025-06-05T01:17:08.778359 | Apache-2.0 | false | 083a93e82c177a78062579280c108f3e |
name: 'Label Actions'\n\non:\n issues:\n types: [labeled, unlabeled]\n\npermissions:\n contents: read\n issues: write\n\njobs:\n action:\n runs-on: ubuntu-latest\n steps:\n - uses: dessant/label-actions@v3\n with:\n process-only: 'issues'\n | dataset_sample\yaml\Radarr_Radarr\.github\workflows\label-actions.yml | label-actions.yml | YAML | 257 | 0.7 | 0 | 0 | react-lib | 482 | 2024-03-04T08:47:30.124620 | GPL-3.0 | false | f2d4ff5ff57db5e26208ef2be0d2e82d |
name: "Pull Request Labeler"\non:\n - pull_request_target\n\njobs:\n triage:\n permissions:\n contents: read\n pull-requests: write\n runs-on: ubuntu-latest\n steps:\n - uses: actions/labeler@v4\n | dataset_sample\yaml\Radarr_Radarr\.github\workflows\labeler.yml | labeler.yml | YAML | 210 | 0.7 | 0 | 0 | node-utils | 356 | 2025-06-26T22:29:56.011712 | BSD-3-Clause | false | 8fe775411ceb2d4a26a858584534f1bd |
name: 'Lock threads'\n\non:\n workflow_dispatch:\n schedule:\n - cron: '0 0 * * *'\n\npermissions: {}\njobs:\n lock:\n permissions:\n issues: write # to lock issues (dessant/lock-threads)\n pull-requests: write # to lock PRs (dessant/lock-threads)\n\n runs-on: ubuntu-latest\n steps:\n - us... | dataset_sample\yaml\Radarr_Radarr\.github\workflows\lock.yml | lock.yml | YAML | 634 | 0.8 | 0 | 0 | node-utils | 475 | 2024-07-12T06:44:23.563266 | BSD-3-Clause | false | 78b9c22a5d7e6b90f0b21f9dfbaa4928 |
plugins:\n - rubocop-minitest\n - rubocop-packaging\n - rubocop-performance\n - rubocop-rails\n - rubocop-md\n\nAllCops:\n # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop\n # to ignore them, so only the ones explicitly set in this file are enabled.\n DisabledByDefault: true\n Sugge... | dataset_sample\yaml\rails_rails\.rubocop.yml | .rubocop.yml | YAML | 7,706 | 0.95 | 0.012195 | 0.096346 | python-kit | 610 | 2025-06-19T03:29:28.829574 | MIT | false | 4a70813d33feb85a2dbe446e818da1a0 |
# This list was intially created by analyzing the last three months (51\n# modules) committed to Metasploit Framework. Many, many older modules\n# will have offenses, but this should at least provide a baseline for\n# new modules.\n#\n# Updates to this file should include a 'Description' parameter for any\n# explanatio... | dataset_sample\yaml\rapid7_metasploit-framework\.rubocop.yml | .rubocop.yml | YAML | 17,239 | 0.95 | 0.039755 | 0.041441 | node-utils | 592 | 2024-03-05T19:41:19.795734 | MIT | false | b8b48571ef6b59dae4096078abd8f977 |
---\ninclude:\n- "**/*.rb"\nexclude:\n- spec/**/*\n- test/**/*\n- vendor/**/*\n- ".bundle/**/*"\n- modules/**/*\n- data/**/*\n- db/**/*\n- external/**/*\n- plugins/**/*\n- scripts/**/* # Some of this is old and may not need indexing???\nrequire: []\ndomains: []\nreporters:\n- rubocop\n- require_not_found\nformatter:\n ... | dataset_sample\yaml\rapid7_metasploit-framework\.solargraph.yml | .solargraph.yml | YAML | 415 | 0.95 | 0 | 0 | node-utils | 355 | 2024-12-29T16:49:33.539247 | GPL-3.0 | false | 26524a51de208f031a936644db96e253 |
services:\n ms:\n build:\n context: .\n dockerfile: ./Dockerfile\n args:\n BUNDLER_ARGS: --jobs=8\n image: metasploit:dev\n environment:\n DATABASE_URL: postgres://postgres@db:5432/msf_dev?pool=200&timeout=5\n volumes:\n - .:/usr/src/metasploit-framework\n | dataset_sample\yaml\rapid7_metasploit-framework\docker-compose.override.yml | docker-compose.override.yml | YAML | 289 | 0.8 | 0 | 0 | awesome-app | 786 | 2023-10-29T21:17:08.190890 | BSD-3-Clause | false | 0367231f82fded554e69c0502a74ac23 |
services:\n ms:\n image: metasploitframework/metasploit-framework:latest\n environment:\n DATABASE_URL: postgres://postgres@db:5432/msf?pool=200&timeout=5\n links:\n - db\n ports:\n - 4444:4444\n volumes:\n - $HOME/.msf4:/home/msf/.msf4\n\n db:\n image: postgres:10-alpine\n vo... | dataset_sample\yaml\rapid7_metasploit-framework\docker-compose.yml | docker-compose.yml | YAML | 449 | 0.8 | 0 | 0 | react-lib | 831 | 2024-12-23T22:27:01.272484 | BSD-3-Clause | false | 21aaca9b84738aac04d3954ca08be948 |
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage\n precision: 1 # e.g. 89.1%\n round: down\n range: 85..100 # https://docs.codecov.com/docs/coverage-configuration#section-range\n status: # https://docs.codecov.com/docs/commit-status\n project:\n default:\n threshold: 1% # Avoid... | dataset_sample\yaml\ratatui_ratatui\codecov.yml | codecov.yml | YAML | 487 | 0.95 | 0 | 0.071429 | vue-tools | 910 | 2023-07-28T21:10:36.360670 | BSD-3-Clause | false | 75707c9a4bf7fc3f801d08b2f29cd2a9 |
# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-upd... | dataset_sample\yaml\ratatui_ratatui\.github\dependabot.yml | dependabot.yml | YAML | 672 | 0.8 | 0.222222 | 0.352941 | node-utils | 364 | 2024-03-25T13:32:15.059152 | Apache-2.0 | false | 6d003cd8c7f2c0cbc4d4097f04e593ea |
blank_issues_enabled: false\ncontact_links:\n - name: Frequently Asked Questions\n url: https://ratatui.rs/faq/\n about: Check the website FAQ section to see if your question has already been answered\n - name: Ratatui Forum\n url: https://forum.ratatui.rs\n about: Ask questions about ratatui on our Forum... | dataset_sample\yaml\ratatui_ratatui\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 546 | 0.8 | 0.071429 | 0 | vue-tools | 396 | 2024-07-19T02:36:14.874944 | Apache-2.0 | false | eb45b1659a32fac144c485c282529b3f |
name: Check Pull Requests\n\non:\n pull_request_target:\n types:\n - opened\n - edited\n - synchronize\n - labeled\n - unlabeled\n merge_group:\n\npermissions:\n pull-requests: write\n\njobs:\n check-title:\n runs-on: ubuntu-latest\n steps:\n - name: Check PR title\n if... | dataset_sample\yaml\ratatui_ratatui\.github\workflows\check-pr.yml | check-pr.yml | YAML | 2,902 | 0.95 | 0.104651 | 0.064935 | react-lib | 299 | 2024-02-09T04:21:00.446241 | GPL-3.0 | false | f0cfcfdab8fb7143c5e9b9f17177e054 |
name: Check Semver\n\non:\n pull_request:\n branches:\n - main\n\njobs:\n check-semver:\n name: Check semver\n runs-on: ubuntu-latest\n steps:\n - name: Checkout the repository\n uses: actions/checkout@v4\n - name: Check semver\n uses: obi1kenobi/cargo-semver-checks-action@v2\... | dataset_sample\yaml\ratatui_ratatui\.github\workflows\check-semver.yml | check-semver.yml | YAML | 305 | 0.7 | 0 | 0 | node-utils | 681 | 2025-02-27T10:32:06.962856 | GPL-3.0 | false | 8f945ef83d4f4e184744eab1b609ab3b |
name: Continuous Integration\n\non:\n # Allows you to run this workflow manually from the Actions tab\n workflow_dispatch:\n push:\n branches:\n - main\n pull_request:\n branches:\n - main\n\n# ensure that the workflow is only triggered once per PR, subsequent pushes to the PR will cancel\n# and re... | dataset_sample\yaml\ratatui_ratatui\.github\workflows\ci.yml | ci.yml | YAML | 6,456 | 0.8 | 0.044776 | 0.16129 | vue-tools | 583 | 2023-10-30T19:47:49.826221 | MIT | false | c41439014f4fa00b73f09d74a04eed45 |
name: Release alpha version\n\non:\n workflow_dispatch:\n schedule:\n # At 00:00 on Saturday\n # https://crontab.guru/#0_0_*_*_6\n - cron: "0 0 * * 6"\n\ndefaults:\n run:\n shell: bash\n\njobs:\n publish-alpha:\n name: Create an alpha release\n runs-on: ubuntu-latest\n permissions:\n conte... | dataset_sample\yaml\ratatui_ratatui\.github\workflows\release-alpha.yml | release-alpha.yml | YAML | 1,121 | 0.8 | 0 | 0.05 | python-kit | 768 | 2024-06-13T04:03:51.576856 | BSD-3-Clause | false | a2ff5c5dfee3bce70b95607a85e57de0 |
name: Release-plz\n\npermissions:\n pull-requests: write\n contents: write\n\non:\n push:\n branches:\n - main\n workflow_dispatch:\n\njobs:\n # Release unpublished packages.\n release-plz-release:\n name: Release-plz release\n runs-on: ubuntu-latest\n if: ${{ github.repository_owner == 'ratatui'... | dataset_sample\yaml\ratatui_ratatui\.github\workflows\release-plz.yml | release-plz.yml | YAML | 1,470 | 0.8 | 0.036364 | 0.039216 | python-kit | 713 | 2025-02-16T05:44:47.290169 | BSD-3-Clause | false | b98ad176674698f1ea675808fcec7836 |
name: Release stable version\n\non:\n push:\n tags:\n - "v*.*.*"\n\njobs:\n publish-stable:\n name: Create an stable release\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - name: Checkout the repository\n uses: actions/checkout@v4\n with:\n f... | dataset_sample\yaml\ratatui_ratatui\.github\workflows\release-stable.yml | release-stable.yml | YAML | 975 | 0.7 | 0 | 0 | react-lib | 468 | 2024-06-27T15:33:54.770524 | BSD-3-Clause | false | f0fc6818a0746f65e8e77c27a3823f6d |
# golangci-lint configuration options\n\nlinters:\n enable:\n - errcheck\n - goimports\n - revive\n - ineffassign\n - govet\n - unconvert\n - staticcheck\n - gosimple\n - stylecheck\n - unused\n - misspell\n - gocritic\n #- prealloc\n #- maligned\n disable-all: true\n\nissues... | dataset_sample\yaml\rclone_rclone\.golangci.yml | .golangci.yml | YAML | 3,654 | 0.95 | 0.006944 | 0.140741 | awesome-app | 688 | 2023-10-14T20:56:26.877783 | BSD-3-Clause | false | e5d17fc48163d8f962cbf53a7645227f |
# This action sets up:\n# - The correct version of Rust based on the `rust-toolchain` file\n# - All components + targets specified in `rust-toolchain`\n# - Caching of individual compilation requests via `sccache` and GCS\n# - Uses our own `rerun-io/sccache-action` which supports GCS\n# - `cargo nextest`\n#\n# Note th... | dataset_sample\yaml\rerun-io_rerun\.github\actions\setup-rust\action.yml | action.yml | YAML | 2,635 | 0.95 | 0.033333 | 0.1875 | react-lib | 414 | 2023-12-24T14:25:55.001702 | MIT | false | 6cc0a237f2207294a232a08d8d82af73 |
# If `target` is set to `production`, this action handles updating the\n# target commit env variable (`RELEASE_COMMIT`) which is used as the\n# pointer for `rerun.io/docs` and `rerun.io/examples` and triggering\n# a redeploy of `rerun.io`.\n\n# If `target` is set to `preview`, then this instead deploys a fresh preview\... | dataset_sample\yaml\rerun-io_rerun\.github\actions\vercel\action.yml | action.yml | YAML | 1,747 | 0.95 | 0.117647 | 0.347826 | python-kit | 846 | 2023-09-02T18:44:36.343912 | GPL-3.0 | false | 108a76188515493677e50380839074b1 |
name: Adhoc Wheels\n\non:\n workflow_dispatch:\n inputs:\n MODE:\n type: choice\n required: false\n options:\n - pypi\n - pr\n - extra\n description: "The build mode (`pypi` includes the web viewer, `pr` does not)"\n\ndefaults:\n run:\n shell: bash\n\n... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\adhoc_wheels.yml | adhoc_wheels.yml | YAML | 4,189 | 0.95 | 0 | 0.040323 | node-utils | 381 | 2023-08-30T23:17:00.877689 | BSD-3-Clause | false | ca47a94c37da809bda2be4396052f797 |
name: "Approve Workflow Runs"\n\non:\n pull_request_target:\n issue_comment:\n types: [created, edited]\n\ndefaults:\n run:\n shell: bash\n\npermissions:\n contents: "read"\n actions: "write"\n\njobs:\n approve-workflow-runs:\n name: "Check for approval"\n runs-on: ubuntu-latest\n if: |\n gith... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\auto_approve.yml | auto_approve.yml | YAML | 1,058 | 0.8 | 0.04878 | 0.029412 | awesome-app | 887 | 2024-02-18T14:20:57.078122 | GPL-3.0 | false | 888e102fb45633a17136d0d1ead99546 |
name: Docs deploy\n\non:\n push:\n branches: [main]\n\npermissions:\n contents: "read"\n id-token: "write"\n\ndefaults:\n run:\n shell: bash\n\n# The lack of `concurrency` is intentional.\n# We want this job to run on every commit, even if multiple are merged in a row.\n\njobs:\n has-label:\n name: Check ... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\auto_docs.yml | auto_docs.yml | YAML | 1,698 | 0.8 | 0.048387 | 0.115385 | python-kit | 901 | 2024-03-28T09:06:35.180236 | GPL-3.0 | false | 633795feafe08cde4d39e7417ccc9a6c |
name: Docs deploy pre-check\n\non:\n pull_request:\n types:\n - opened\n - synchronize\n - reopened\n - labeled\n - unlabeled\n\npermissions:\n contents: "read"\n id-token: "write"\n pull-requests: "write"\n\ndefaults:\n run:\n shell: bash\n\nconcurrency:\n group: pr-${{ github.even... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\auto_docs_check.yml | auto_docs_check.yml | YAML | 2,461 | 0.8 | 0.061728 | 0.057143 | python-kit | 825 | 2024-06-15T11:30:47.222694 | GPL-3.0 | false | 39ea7a8aacf808120f31b13175f82187 |
name: Cargo Shear\n\non:\n push:\n branches:\n - "main"\n pull_request:\n types: [opened, synchronize]\n\njobs:\n cargo-shear:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout\n uses: actions/checkout@v3\n\n - name: Shear\n run: |\n cargo +stable install cargo-sh... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\cargo_shear.yml | cargo_shear.yml | YAML | 344 | 0.7 | 0 | 0 | node-utils | 391 | 2024-10-20T00:35:15.785701 | GPL-3.0 | false | 6cd683d05b8d39b0bf17abcf1fc491b4 |
# Checks that all checkboxes in a PR are checked\n\nname: Pull Request Checkboxes\n\non:\n pull_request_target:\n types:\n - opened\n - synchronize\n - reopened\n - edited\n\nconcurrency:\n group: ${{ github.event.pull_request.number }}-pr-checkboxes\n cancel-in-progress: true\n\ndefaults:\n ... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\checkboxes.yml | checkboxes.yml | YAML | 918 | 0.8 | 0 | 0.029412 | node-utils | 469 | 2024-02-23T14:36:42.110165 | BSD-3-Clause | false | 02da8911c327215309327afea1230f2c |
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@v6\n with:\n script: |\n const opts = {\n owner: context.repo.owner,\n... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\clear_cache.yml | clear_cache.yml | YAML | 1,752 | 0.8 | 0.04918 | 0.018868 | node-utils | 663 | 2024-09-21T00:19:00.184676 | GPL-3.0 | false | a211f4a48884404bba7888445dc287e1 |
name: "Checks: Lints, Tests, Docs"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PR_NUMBER:\n required: false\n type: string\n default: ""\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-checks\n cancel-in-progress: true\n\nenv:\... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\contrib_checks.yml | contrib_checks.yml | YAML | 7,132 | 0.95 | 0.028455 | 0.13198 | vue-tools | 388 | 2024-07-29T07:59:43.962678 | BSD-3-Clause | false | a51b1b6381e0cf35e718870d6c86aea4 |
name: Reusable Build and Test Wheels (contrib)\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n MATURIN_FEATURE_FLAGS:\n required: false\n type: string\n default: "--no-default-features --features pypi"\n\nconcurrency:\n group: ${{ inpu... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\contrib_rerun_py.yml | contrib_rerun_py.yml | YAML | 3,423 | 0.95 | 0 | 0.194805 | vue-tools | 333 | 2023-09-28T05:59:40.913038 | BSD-3-Clause | false | bb7851e04dae58370b1bf4364f7aa171 |
name: First time contributors\n\non:\n pull_request_target:\n\npermissions:\n contents: "write"\n id-token: "write"\n pull-requests: "write"\n\njobs:\n comment:\n name: Comment on PRs\n runs-on: ubuntu-latest\n steps:\n - uses: actions/first-interaction@v1.3.0\n with:\n repo-token: ${... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\first_time_contrib.yml | first_time_contrib.yml | YAML | 679 | 0.8 | 0.045455 | 0 | python-kit | 840 | 2024-01-09T09:47:44.491161 | Apache-2.0 | false | 5b9ccd46447f4064de82aae024990e1a |
# https://github.com/marketplace/actions/require-labels\n# Check for existence of labels\n# See all our labels at https://github.com/rerun-io/rerun/issues/labels\n\nname: Pull Request Labels\n\non:\n pull_request_target:\n types:\n - opened\n - synchronize\n - reopened\n - labeled\n - unlab... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\labels.yml | labels.yml | YAML | 2,727 | 0.95 | 0.061728 | 0.073529 | vue-tools | 84 | 2023-07-29T18:36:51.051998 | Apache-2.0 | false | 28dd9c204ee66179a6b273b2a3f694ae |
name: Nightly\n\non:\n workflow_dispatch:\n schedule:\n # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule\n # 3am UTC, so 4am-5am CET and evening in east time, basically after everyone's day.\n - cron: "15 3 * * *"\n\ndefaults:\n run:\n shell: bash\n\npermissions... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\nightly.yml | nightly.yml | YAML | 14,300 | 0.8 | 0.010917 | 0.117936 | node-utils | 792 | 2024-02-25T09:54:35.602178 | Apache-2.0 | false | b2ea3baac2e65a780dcebf24a98d81ae |
name: "GitHub Release"\n\non:\n # Triggers when the `Publish release` button is pressed\n release:\n types: [published]\n\n # Manual trigger with `tag` input\n workflow_dispatch:\n inputs:\n tag_name:\n description: "Release tag"\n type: string\n required: true\n\nconcurrency:\n gro... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\on_gh_release.yml | on_gh_release.yml | YAML | 818 | 0.95 | 0.027778 | 0.1 | node-utils | 911 | 2025-03-19T15:20:58.285454 | Apache-2.0 | false | d2a9307f74e158e8a3c53dbc063bcfeb |
# This workflow is triggered on any PR comment, and tries to find a `@rerun-bot` mention in it.\n# If the mention is a command, such as `@rerun-bot full-check`, then it runs the command.\n#\n# Available commands:\n# full-check Triggers a run of `on_push_main.yml` on the PR.\n\nname: "PR Comment"\n\non:\n issue_co... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\on_pr_comment.yml | on_pr_comment.yml | YAML | 4,646 | 0.8 | 0.040984 | 0.17757 | python-kit | 110 | 2025-05-07T13:41:28.616715 | GPL-3.0 | false | 04a8d01c7b5664dd9fa4804aa711b88f |
# Jobs that only run for developers on the `rerun` team.\n# We have to ensure that these jobs _only_ run for PRs inside the `rerun-io` organization\n# this is done using the following check, added to every job:\n# if: github.event.pull_request.head.repo.owner.login == 'rerun-io'\n# (unfortunately this does not work... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\on_pull_request.yml | on_pull_request.yml | YAML | 8,456 | 0.95 | 0.077982 | 0.071066 | python-kit | 753 | 2024-03-17T08:12:40.492906 | Apache-2.0 | false | d4b082768a20d7b31743901293a37a0c |
# Jobs that only run for external contributors.\n# These have to be carefully sanitized, we don't want to leak secrets.\n# - We can't use caching, outside of really rare scenarios, because our caching largely depends on GCS\n# - We have to ensure that these jobs _only_ run for PRs outside of the `rerun-io` organization... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\on_pull_request_contrib.yml | on_pull_request_contrib.yml | YAML | 1,172 | 0.8 | 0.147059 | 0.206897 | awesome-app | 469 | 2024-03-20T21:37:32.425837 | MIT | false | 5483896415068b5005bc9d1dfcb6f0ae |
name: "Push Docs"\n\non:\n push:\n branches: [docs-latest]\n\nconcurrency:\n group: on-push-docs\n cancel-in-progress: true\n\npermissions:\n contents: "read"\n id-token: "write"\n\ndefaults:\n run:\n shell: bash\n\njobs:\n # Get latest release version from crates.io\n # This excludes any prerelease build... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\on_push_docs.yml | on_push_docs.yml | YAML | 3,322 | 0.8 | 0 | 0.137931 | node-utils | 353 | 2024-07-22T08:38:03.687667 | Apache-2.0 | false | 4dff90e51b2019ea0f110c98960a48fa |
name: Push To Main\n\non:\n push:\n branches:\n - "main"\n\n # Can be triggered manually from within the UI or using the GH CLI,\n # e.g. `gh workflow run on_push_main.yml --ref main`\n workflow_dispatch:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n\npermissions: write-al... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\on_push_main.yml | on_push_main.yml | YAML | 4,590 | 0.95 | 0 | 0.061069 | react-lib | 657 | 2024-04-28T11:01:50.398415 | MIT | false | 2a0b15359f6e613ba4179578d476d89b |
name: Release\n\non:\n workflow_dispatch:\n inputs:\n release-type:\n description: "What kind of release is this?"\n type: choice\n options:\n - alpha\n - rc\n - final\n required: true\n\nconcurrency:\n group: ${{ github.ref_name }}\n cancel-in-progress:... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\release.yml | release.yml | YAML | 19,623 | 0.95 | 0.052023 | 0.069196 | node-utils | 312 | 2024-12-05T15:39:43.969877 | Apache-2.0 | false | 2eb4f0bbb6c26998e8ee098cb5d55b33 |
name: Reusable Bench\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n SAVE_BENCHES:\n required: false\n type: boolean\n default: false\n BENCH_NAME:\n required: false\n type: string\n default: ""\n COMPARE_... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_bench.yml | reusable_bench.yml | YAML | 5,927 | 0.95 | 0.045714 | 0.141892 | react-lib | 515 | 2024-09-01T10:37:44.248362 | Apache-2.0 | false | d762c2a15bee4baa81b1114b56f920b9 |
name: Reusable Rerun-c Build\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PLATFORM:\n required: true\n type: string\n ADHOC_NAME:\n required: false\n type: string\n default: ""\n RELEASE_COMMIT:\n requi... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_build_and_upload_rerun_c.yml | reusable_build_and_upload_rerun_c.yml | YAML | 6,411 | 0.95 | 0.015957 | 0.053892 | react-lib | 96 | 2025-06-01T17:39:16.616595 | Apache-2.0 | false | 3e62bb26a4bc6809d764b8c8b6b85943 |
name: Reusable Rerun CLI build & upload\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PLATFORM:\n required: true\n type: string\n ADHOC_NAME:\n required: false\n type: string\n default: ""\n RELEASE_COMMIT:\n ... | dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_build_and_upload_rerun_cli.yml | reusable_build_and_upload_rerun_cli.yml | YAML | 7,014 | 0.95 | 0.02439 | 0.06044 | react-lib | 10 | 2023-07-22T20:01:17.590508 | BSD-3-Clause | false | 555e9ce17b8f98a3cca7e3dedcf1d1da |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.