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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
en:\n test_class:\n author_info:\n full: Author %{author} is from %{location}\n has_invalid_argument: Welcome to %{no_matching_method}\n hello_world: Hello world\n nonexistent_test_class:\n never_called: Never called\n | dataset_sample\yaml\gollum_gollum\test\support\locales\en.yml | en.yml | YAML | 229 | 0.7 | 0 | 0 | python-kit | 847 | 2024-10-06T00:42:27.542896 | GPL-3.0 | true | 73ddd62faf0faeebcb9d32e5c942b9ee |
# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-upd... | dataset_sample\yaml\GoogleCloudPlatform_terraformer\.github\dependabot.yml | dependabot.yml | YAML | 576 | 0.8 | 0.176471 | 0.333333 | react-lib | 321 | 2025-05-01T14:53:21.252076 | Apache-2.0 | false | fb3d398c594cd61e1eedd29c306335b2 |
name: linter\n\non:\n push:\n branches:\n - master\n pull_request:\n branches:\n - master\n\njobs:\n linter:\n name: golangci-lint\n runs-on: ubuntu-latest\n steps:\n - name: Check out code into the Go module directory\n uses: actions/checkout@v4\n - name: golangci-lint\n uses: r... | dataset_sample\yaml\GoogleCloudPlatform_terraformer\.github\workflows\linter.yml | linter.yml | YAML | 462 | 0.7 | 0 | 0 | react-lib | 326 | 2024-04-12T10:33:59.979768 | Apache-2.0 | false | f5c5f0320dbf1c422f56441bac58309c |
coverage:\n status:\n project:\n default:\n threshold: 10%\n patch:\n default:\n target: 30%\ngithub_checks:\n annotations: false\n | dataset_sample\yaml\GoogleContainerTools_skaffold\codecov.yml | codecov.yml | YAML | 153 | 0.7 | 0 | 0 | python-kit | 238 | 2025-06-29T16:36:11.316382 | MIT | false | 2f6dc001441c757879a6667165f3d8fa |
run:\n timeout: 5m\n linters-settings:\n govet:\n enable-all: true\n gofmt:\n simplify: true\n goimports:\n local-prefixes: github.com/google/cadvisor\nlinters:\n disable-all: true\n enable:\n - govet\n - errcheck\n - staticcheck\n - unused\n - gosimple\n - ineffassign\n ... | dataset_sample\yaml\google_cadvisor\.golangci.yml | .golangci.yml | YAML | 399 | 0.85 | 0 | 0 | vue-tools | 610 | 2024-09-21T02:23:01.242524 | BSD-3-Clause | false | a800d633a43f119adfa3c516f49f324d |
# .readthedocs.yml\n# Read the Docs configuration file\n# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details\n\n# Required\nversion: 2\n\nsphinx:\n configuration: python/docs/conf.py\n fail_on_warning: false\n\n# Setup build requirements for docs.\n# Use conda so that we can install the latest ... | dataset_sample\yaml\google_protobuf\.readthedocs.yml | .readthedocs.yml | YAML | 518 | 0.95 | 0.136364 | 0.388889 | react-lib | 612 | 2023-08-13T17:28:29.198865 | MIT | false | 3700eda53b1ed5e1ff909ee17e64f9f1 |
configuration:\n - Debug\n\nenvironment:\n matrix:\n # Only test few combinations: "Visual Studio 2017 (15) + Win64/MinGW + Debug + DLL". We can\n # test more combinations but AppVeyor just takes too long to finish (each\n # combination takes ~15mins).\n - platform: MinGW\n language: cpp\n image... | dataset_sample\yaml\google_protobuf\appveyor.yml | appveyor.yml | YAML | 1,166 | 0.8 | 0.12766 | 0.131579 | vue-tools | 539 | 2025-03-27T20:54:27.304959 | MIT | false | 1e3c42031c6fa94f336be5560d626787 |
name: CI\non:\n - pull_request\n - push\njobs:\n\n build:\n name: Build\n runs-on: ubuntu-latest\n strategy:\n matrix:\n goVer: [1.21, 1.22, 1.23]\n\n steps:\n - name: Set up Go ${{ matrix.goVer }}\n uses: actions/setup-go@v5\n with:\n go-version: ${{ matrix.goVer }}\n ... | dataset_sample\yaml\gophish_gophish\.github\workflows\ci.yml | ci.yml | YAML | 665 | 0.7 | 0 | 0 | react-lib | 38 | 2024-02-02T18:58:51.701471 | Apache-2.0 | false | cf5c8ce28f2f5d523324b01943923253 |
name: Build Gophish Release\non:\n release:\n types: [created]\n\njobs:\n build:\n name: Build Binary\n runs-on: ${{ matrix.os }}\n strategy:\n matrix:\n os: [windows-latest, ubuntu-latest, macos-latest]\n arch: ['386', amd64]\n #... | dataset_sample\yaml\gophish_gophish\.github\workflows\release.yml | release.yml | YAML | 6,141 | 0.8 | 0.065359 | 0.046667 | python-kit | 679 | 2023-08-30T03:40:12.693984 | BSD-3-Clause | false | e8a49a1ed31c89a6834ae7c50c64ef3e |
- name: Change /etc/hostname\n hostname:\n name: "{{ hostname }}"\n\n- name: Ensure ufw is installed on the machine\n package:\n name: ufw\n state: present\n\n- name: Allow TCP 22 for SSH.\n ufw:\n rule: allow\n port: "22"\n proto: tcp\n\n- name: Allow TCP 80 for Gophish.\n ufw:\n rule: allow\n... | dataset_sample\yaml\gophish_gophish\ansible-playbook\roles\gophish\tasks\main.yml | main.yml | YAML | 5,363 | 0.8 | 0.026549 | 0 | python-kit | 719 | 2023-09-24T23:56:47.088974 | BSD-3-Clause | false | bfc4c5ac020de67d6be7e3e64aa4ffbf |
enable_ufw_firewall: true\n\ninstall_packages:\n - postfix\n - unzip\n - libcap2-bin\n - python-is-python3\n - python3-pip\n\nhostname: gophish\ngophish_user: ubuntu\npostfix_hostname: gophish\npostfix_inet_interfaces: 127.0.0.1\ngophish_domain: gophish.local\ngophish_ssl_cert_path: /etc/ssl/private/gophish.pem\ng... | dataset_sample\yaml\gophish_gophish\ansible-playbook\roles\gophish\vars\main.yml | main.yml | YAML | 468 | 0.8 | 0.052632 | 0.058824 | python-kit | 213 | 2023-10-17T04:59:02.690508 | Apache-2.0 | false | 52b86b6aa02334ed05e3a33b92dc53df |
production:\n driver: mysql \n open: root:@(:3307)/gophish?charset=utf8&parseTime=True&loc=Local\n dialect: mysql\n import: github.com/go-sql-driver/mysql | dataset_sample\yaml\gophish_gophish\db\db_mysql\dbconf.yml | dbconf.yml | YAML | 162 | 0.85 | 0 | 0 | python-kit | 103 | 2025-01-07T22:34:44.170096 | BSD-3-Clause | false | 4985231b0bcbfb02270507b38f825fff |
production:\n driver: sqlite3 \n open: gophish.db\n dialect: sqlite3\n import: github.com/mattn/go-sqlite3 | dataset_sample\yaml\gophish_gophish\db\db_sqlite3\dbconf.yml | dbconf.yml | YAML | 114 | 0.85 | 0 | 0 | vue-tools | 374 | 2023-10-21T22:34:51.524119 | GPL-3.0 | false | d910a9d745d05e5f96afefb60a975478 |
# v1.64.6\n# Please don't remove the first line. It uses in CI to determine the golangci version\nrun:\n timeout: 5m\n\nissues:\n # Maximum issues count per one linter. Set to 0 to disable. Default is 50.\n max-issues-per-linter: 0\n # Maximum count of issues with the same text. Set to 0 to disable. Default is 3.\n... | dataset_sample\yaml\grafana_k6\.golangci.yml | .golangci.yml | YAML | 3,295 | 0.95 | 0.014493 | 0.097744 | node-utils | 991 | 2024-06-17T02:53:20.983958 | GPL-3.0 | false | 15996d6091f6f2cdeda0f95ad84c0bb9 |
- path: github.com/spf13/afero\n minVersion: v1.1.2\n validUntil: 2029-08-04T16:29:18+03:00\n- path: github.com/influxdata/influxdb1-client\n minVersion: v0.0.0-20190402204710-8ff2fc3824fc\n validUntil: 2029-08-04T16:29:55+03:00\n- path: gopkg.in/guregu/null.v3\n minVersion: v3.3.0\n validUntil: 2029-08-04T16:32:... | dataset_sample\yaml\grafana_k6\modtools_frozen.yml | modtools_frozen.yml | YAML | 720 | 0.7 | 0 | 0 | node-utils | 749 | 2025-06-07T00:26:43.855865 | Apache-2.0 | false | 307da3fa24efb081b6a3eadc52ee72bb |
# This file contains all available configuration options\n# with their default values.\n\n# options for analysis running\nrun:\n # define go version\n go: "1.24"\n\n # default concurrency is a available CPU number\n concurrency: 16\n\n # timeout for analysis, e.g. 30s, 5m, default is 1m\n timeout: 10m\n\n # exit... | dataset_sample\yaml\grafana_loki\.golangci.yml | .golangci.yml | YAML | 2,661 | 0.95 | 0.019417 | 0.247191 | node-utils | 497 | 2024-09-04T20:09:55.902418 | MIT | false | ad86804506e709d0f5e3676ab55f9c7c |
codecov:\n require_ci_to_pass: yes\n\ncoverage:\n precision: 2\n round: down\n range: "70...100"\n status:\n project:\n default:\n informational: true\n patch:\n default:\n informational: true\n\nparsers:\n gcov:\n branch_detection:\n conditional: yes\n loop: yes\n ... | dataset_sample\yaml\grafana_loki\codecov.yml | codecov.yml | YAML | 469 | 0.95 | 0 | 0 | vue-tools | 306 | 2024-09-29T16:38:14.588392 | GPL-3.0 | false | 88f38d4a0eb0d66027c0344027857bad |
site_name: Loki\ntheme:\n name: "material"\n palette:\n primary: "grey"\n accent: "amber"\n logo: logo.png\n favicon: logo.png\nmarkdown_extensions:\n - codehilite\n | dataset_sample\yaml\grafana_loki\mkdocs.yml | mkdocs.yml | YAML | 166 | 0.7 | 0 | 0 | vue-tools | 376 | 2023-11-12T22:45:54.598637 | GPL-3.0 | false | 74ceb61f16239e1455311ca7c2d10c9b |
type/docs:\n- changed-files:\n - any-glob-to-any-file: 'docs/**/*'\n - any-glob-to-any-file: 'operator/docs/*'\nsig/operator:\n- changed-files:\n - any-glob-to-any-file: 'operator/**/*'\nkind/feature:\n- changed-files:\n - any-glob-to-any-file: 'operator/docs/enhancements/*'\narea/helm:\n- changed-files:\n - any-g... | dataset_sample\yaml\grafana_loki\.github\labeler.yml | labeler.yml | YAML | 348 | 0.8 | 0 | 0 | node-utils | 339 | 2023-09-11T09:01:26.086883 | MIT | false | f779a35837c280a9dd8b1dc52c258bbb |
# Days without any activity until an issue is labeled as stale\ndaysUntilStale: 30\n\n# Days after having the stale label that the issue will be closed\ndaysUntilClose: 7\n\n# Labels that prevent issues from being marked as stale\nexemptLabels:\n - keepalive\n - proposal\n\n# Label to use to identify a stale issue\ns... | dataset_sample\yaml\grafana_loki\.github\stale.yml | stale.yml | YAML | 1,683 | 0.95 | 0.095238 | 0.366667 | python-kit | 736 | 2024-09-28T04:50:32.884708 | Apache-2.0 | false | 5afebeb0e18f82f9dcb019ea57bbc622 |
name: Backport PR Creator\non:\n pull_request_target:\n types:\n - closed\n - labeled\n\njobs:\n main:\n if: github.repository == 'grafana/loki'\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Actions\n uses: actions/checkout@v4\n with:\n repository: "grafana/gra... | dataset_sample\yaml\grafana_loki\.github\workflows\backport.yml | backport.yml | YAML | 1,044 | 0.7 | 0.029412 | 0 | python-kit | 276 | 2024-01-23T21:34:05.746850 | GPL-3.0 | false | a2ee57ccf3b47e679aedb1822d9443f7 |
"jobs":\n "check":\n "uses": "grafana/loki-release/.github/workflows/check.yml@main"\n "with":\n "build_image": "grafana/loki-build-image:0.34.6"\n "golang_ci_lint_version": "v1.64.5"\n "release_lib_ref": "main"\n "skip_validation": false\n "use_github_app_token": true\n"name": "check"\n... | dataset_sample\yaml\grafana_loki\.github\workflows\check.yml | check.yml | YAML | 375 | 0.7 | 0 | 0 | awesome-app | 248 | 2025-06-06T06:16:59.155109 | GPL-3.0 | false | f4bbbda1f13798f53af642a569be37a3 |
---\nname: enforce conventional commits\non: [pull_request]\njobs:\n check-title:\n runs-on: ubuntu-latest\n steps:\n - uses: amannn/action-semantic-pull-request@v5\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n | dataset_sample\yaml\grafana_loki\.github\workflows\conventional-commits.yml | conventional-commits.yml | YAML | 235 | 0.7 | 0 | 0 | react-lib | 618 | 2025-03-20T21:37:27.356728 | GPL-3.0 | false | 3d9050aaa8a15804fa4206302816db60 |
# Auto-merge as documented in official Github docs\n# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions\n\nname: Auto-review Dependabot PRs\non: pull_request\n\npermissions:\n pull-requests: write\n contents: write\n\njobs:\n dependabot-reviewer:\n ... | dataset_sample\yaml\grafana_loki\.github\workflows\dependabot_reviewer.yml | dependabot_reviewer.yml | YAML | 1,002 | 0.8 | 0.029412 | 0.074074 | python-kit | 955 | 2025-03-24T21:55:58.952474 | GPL-3.0 | false | 6c64b05f52ebddb5388e59a34b887180 |
name: Deploy pr preview\n\non:\n pull_request:\n types:\n - opened\n - synchronize\n - closed\n paths:\n - "docs/sources/**"\n\njobs:\n deploy-pr-preview:\n if: "!github.event.pull_request.head.repo.fork"\n uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main\n wi... | dataset_sample\yaml\grafana_loki\.github\workflows\deploy-pr-preview.yml | deploy-pr-preview.yml | YAML | 822 | 0.8 | 0.032258 | 0 | python-kit | 281 | 2023-08-19T09:43:53.657639 | BSD-3-Clause | false | a438a7d4e6d25cb4dd8734b008c62ec4 |
---\nname: helm-ci\non:\n pull_request:\n paths:\n - "production/helm/**"\n - ".github/workflows/helm-ci.yml"\n\nenv:\n CT_CONFIGFILE: production/helm/ct.yaml\n\njobs:\n call-lint:\n uses: grafana/helm-charts/.github/workflows/linter.yml@main\n with:\n filter_regex_include: .*production/helm/... | dataset_sample\yaml\grafana_loki\.github\workflows\helm-ci.yml | helm-ci.yml | YAML | 2,639 | 0.95 | 0.0625 | 0.044118 | vue-tools | 268 | 2023-12-15T16:55:56.961097 | Apache-2.0 | false | 103e6ca4f308cb6e162bc2319e7c7c66 |
---\nname: Helm Loki Diff CI\non:\n pull_request:\n paths:\n - "production/helm/loki/**"\n\n# These permissions are needed to assume roles from Github's OIDC.\npermissions:\n contents: read\n pull-requests: write\n\njobs:\n helm-diff:\n name: ${{ matrix.scenario.name }}\n runs-on: ubuntu-latest\n t... | dataset_sample\yaml\grafana_loki\.github\workflows\helm-diff-ci.yml | helm-diff-ci.yml | YAML | 4,718 | 0.95 | 0.044444 | 0.017094 | awesome-app | 535 | 2023-10-21T04:15:39.680355 | Apache-2.0 | false | 9efcfb3fca8e1470ae9e9db3fdfbd1f8 |
"jobs":\n "check":\n "uses": "grafana/loki-release/.github/workflows/check.yml@main"\n "with":\n "build_image": "grafana/loki-build-image:0.34.6"\n "golang_ci_lint_version": "v1.64.5"\n "release_lib_ref": "main"\n "skip_validation": false\n "use_github_app_token": true\n "lambda-promtai... | dataset_sample\yaml\grafana_loki\.github\workflows\images.yml | images.yml | YAML | 22,923 | 0.8 | 0.014842 | 0.007407 | react-lib | 387 | 2024-04-15T06:00:07.432112 | Apache-2.0 | false | a4cb6c9b7e39f07c3ef9b7c742573915 |
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@v5\n with:\n repo-token: "${{ secrets.GITHUB_TOKEN }}"\n | dataset_sample\yaml\grafana_loki\.github\workflows\labeler.yml | labeler.yml | YAML | 268 | 0.7 | 0 | 0 | awesome-app | 601 | 2024-04-01T12:35:46.366473 | Apache-2.0 | false | d019afaa196616cff60cc71b80fd05e2 |
---\nname: lint-jsonnet\non: [pull_request]\n # pull_request:\n # paths: "production/**"\n\njobs:\n check-mixin:\n name: Check mixin jsonnet files\n runs-on: ubuntu-latest\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n - name: setup go\n uses: actions/setup-go@v5\n ... | dataset_sample\yaml\grafana_loki\.github\workflows\lint-jsonnet.yml | lint-jsonnet.yml | YAML | 1,014 | 0.8 | 0 | 0.071429 | react-lib | 616 | 2024-11-21T13:20:24.454907 | GPL-3.0 | false | 80b85710d492dcba2cb54f4071607e1b |
name: LogQL Analyzer\n\non:\n workflow_dispatch:\n release:\n types:\n - released\n\npermissions:\n contents: read\n id-token: write\n\njobs:\n analyze:\n runs-on: ubuntu-latest\n\n env:\n BUILD_TIMEOUT: 60\n IMAGE_PREFIX: "grafana"\n RELEASE_VERSION: "${{ github.event.release.tag_name... | dataset_sample\yaml\grafana_loki\.github\workflows\logql-analyzer.yml | logql-analyzer.yml | YAML | 4,134 | 0.8 | 0.035088 | 0.01 | python-kit | 431 | 2024-06-02T22:22:40.828381 | BSD-3-Clause | false | 150a917fae2cdf6666e9906f9e88db93 |
name: Github repo and issue stats collection\non:\n schedule:\n - cron: "*/30 * * * *"\n\njobs:\n main:\n if: github.owner == 'grafana'\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Actions\n uses: actions/checkout@v4\n with:\n repository: "grafana/grafana-github-actions... | dataset_sample\yaml\grafana_loki\.github\workflows\metrics-collector.yml | metrics-collector.yml | YAML | 654 | 0.7 | 0.043478 | 0 | node-utils | 806 | 2024-05-16T22:54:27.515405 | GPL-3.0 | false | 11e90ea0eac17f3e122545abfd7da7cc |
name: operator-check-prepare-release-commit\n\non:\n pull_request:\n paths:\n - 'operator/**'\n branches:\n - main\n\njobs:\n check-commit:\n runs-on: ubuntu-latest\n if: |\n github.event.pull_request.head.ref == 'release-please--branches--main--components--operator' && \n contains(git... | dataset_sample\yaml\grafana_loki\.github\workflows\operator-check-prepare-release-commit.yml | operator-check-prepare-release-commit.yml | YAML | 1,695 | 0.8 | 0.078431 | 0 | node-utils | 926 | 2025-04-02T04:45:53.412724 | MIT | false | 40cad258a9e693865127e96051816c7f |
name: "Publish release on operator hub"\non:\n release:\n types: [published]\n\njobs:\n operator-hub-prod-release:\n if: startsWith(github.event.release.tag_name, 'operator/')\n uses: ./.github/workflows/operator-reusable-hub-release.yml\n with:\n org: redhat-openshift-ecosystem\n repo: communit... | dataset_sample\yaml\grafana_loki\.github\workflows\operator-publish-operator-hub.yml | operator-publish-operator-hub.yml | YAML | 763 | 0.7 | 0.08 | 0 | node-utils | 958 | 2025-03-13T16:55:43.142357 | MIT | false | 1fa0428234ea8595d8c03e9ba18517c7 |
name: operator-release-please\n\non:\n push:\n paths:\n - 'operator/**'\n branches:\n - main\n\npermissions:\n contents: write\n pull-requests: write\n # Necessary for grafana/shared-workflows/actions/dockerhub-login@main \n id-token: write\n\njobs:\n releasePlease:\n runs-on: ubuntu-latest\n ... | dataset_sample\yaml\grafana_loki\.github\workflows\operator-release-please.yml | operator-release-please.yml | YAML | 2,922 | 0.8 | 0.02381 | 0.012195 | react-lib | 351 | 2024-12-12T14:28:49.141827 | MIT | false | a7ac50a4a5c57d03692eafaa3acd68a8 |
name: Reusable - Create operator hub pull request\n\non:\n workflow_call:\n inputs:\n org:\n type: string\n required: true\n repo:\n type: string\n required: true\n secrets:\n APP_ID:\n required: true\n APP_PRIVATE_KEY:\n required: true\n\njobs:\n cr... | dataset_sample\yaml\grafana_loki\.github\workflows\operator-reusable-hub-release.yml | operator-reusable-hub-release.yml | YAML | 4,213 | 0.95 | 0.025424 | 0.057692 | vue-tools | 801 | 2024-07-28T13:19:02.205565 | GPL-3.0 | false | dbf26eff11fe41663dbf2572cccc4fc7 |
name: publish-technical-documentation-next\n\non:\n push:\n branches:\n - main\n paths:\n - "docs/sources/**"\n workflow_dispatch:\njobs:\n sync:\n if: github.repository == 'grafana/loki'\n permissions:\n contents: read\n id-token: write\n runs-on: ubuntu-latest\n steps:\n ... | dataset_sample\yaml\grafana_loki\.github\workflows\publish-technical-documentation-next.yml | publish-technical-documentation-next.yml | YAML | 502 | 0.8 | 0.047619 | 0 | node-utils | 652 | 2024-12-31T15:37:44.075873 | GPL-3.0 | false | 80ddf993a19350d1f731efb408611c08 |
name: publish-technical-documentation-release\n\non:\n push:\n branches:\n - "release-*"\n tags:\n - "v[0-9]+.[0-9]+.[0-9]+"\n paths:\n - "docs/sources/**"\n workflow_dispatch:\njobs:\n sync:\n if: github.repository == 'grafana/loki'\n permissions:\n contents: read\n id-token:... | dataset_sample\yaml\grafana_loki\.github\workflows\publish-technical-documentation-release.yml | publish-technical-documentation-release.yml | YAML | 866 | 0.8 | 0.035714 | 0 | react-lib | 263 | 2024-02-23T21:36:19.552903 | MIT | false | 41b50b8c7685abb957377c3c341815e6 |
concurrency:\n group: "create-release-${{ github.sha }}"\nenv:\n BUILD_ARTIFACTS_BUCKET: "loki-build-artifacts"\n IMAGE_PREFIX: "grafana"\n PUBLISH_TO_GCS: false\n RELEASE_LIB_REF: "main"\n RELEASE_REPO: "grafana/loki"\n USE_GITHUB_APP_TOKEN: true\njobs:\n createRelease:\n if: "${{ fromJSON(needs.shouldRelea... | dataset_sample\yaml\grafana_loki\.github\workflows\release.yml | release.yml | YAML | 12,719 | 0.8 | 0.048711 | 0.020528 | python-kit | 53 | 2023-08-11T02:42:44.834953 | BSD-3-Clause | false | b93d6992d515a3eebadcba213b7efc9b |
name: TruffleHog Secrets Scan\non: [pull_request]\njobs:\n TruffleHog:\n runs-on: ubuntu-latest\n steps:\n - name: Checkout code\n uses: actions/checkout@v4\n with:\n fetch-depth: 0\n - name: TruffleHog OSS\n uses: trufflesecurity/trufflehog@main\n with:\n ... | dataset_sample\yaml\grafana_loki\.github\workflows\secret-scanning.yml | secret-scanning.yml | YAML | 445 | 0.7 | 0 | 0 | vue-tools | 198 | 2024-12-17T04:47:07.834598 | GPL-3.0 | false | 11c2d120c7a3a8004e57558821c20212 |
name: Snyk Monitor Scanning\non:\n release:\n types: [published]\n push:\n branches:\n - 'main'\n - 'master'\n - 'release-[0-9]+.[0-9]+.x'\n workflow_dispatch:\n\njobs:\n snyk-scan-ci:\n uses: 'grafana/security-github-actions/.github/workflows/snyk_monitor.yml@main'\n secrets:\n SNYK_TOK... | dataset_sample\yaml\grafana_loki\.github\workflows\snyk.yml | snyk.yml | YAML | 335 | 0.7 | 0 | 0 | react-lib | 47 | 2024-07-04T01:42:21.862955 | GPL-3.0 | false | 4f12bac2495543ae40756c2f07d99aed |
name: syft-sbom-ci\n\non:\n release:\n types: [created]\n\njobs:\n syft-sbom:\n\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout\n uses: actions/checkout@v4\n \n - name: Anchore SBOM Action\n uses: anchore/sbom-action@v0.18.0\n with:\n artifact-name: ${{ github.event... | dataset_sample\yaml\grafana_loki\.github\workflows\syft-sbom-ci.yml | syft-sbom-ci.yml | YAML | 333 | 0.7 | 0 | 0 | node-utils | 527 | 2024-11-18T02:18:21.516415 | GPL-3.0 | false | f3880326592f738d347fdeb98bb6d25f |
require: rubocop-rspec\n\nAllCops:\n TargetRubyVersion: 2.7\n NewCops: disable\n Exclude:\n - 'bin/**'\n - 'test/**/*.rb'\n\nMetrics/BlockLength:\n Exclude:\n - 'Rakefile'\n - '**/*.rake'\n - 'spec/**/*.rb'\n Max: 60\nMetrics/MethodLength:\n Max: 50\nLayout/LineLength:\n Max: 120\nMetrics/ClassLen... | dataset_sample\yaml\grafana_loki\clients\cmd\fluentd\.rubocop.yml | .rubocop.yml | YAML | 573 | 0.95 | 0 | 0 | awesome-app | 111 | 2024-08-15T05:37:22.119395 | GPL-3.0 | false | c30e7bd3fff99bdbbcc26409e60365ca |
services:\n loki:\n build:\n context: ../../../../\n dockerfile: ./cmd/loki/Dockerfile\n image: grafana/loki:main\n ports:\n - 3100\n volumes:\n - ./fluentd.conf:/fluentd/etc/fluent.conf\n\n # Receive forwarded logs and send to /fluentd/logs/data.log and loki\n fluentd:\n build:\n ... | dataset_sample\yaml\grafana_loki\clients\cmd\fluentd\docker\docker-compose.yml | docker-compose.yml | YAML | 861 | 0.8 | 0 | 0.060606 | node-utils | 508 | 2024-04-13T00:14:26.284043 | Apache-2.0 | false | b93adcbc052f82bec39c5b460c946591 |
server:\n http_listen_port: 9080\n grpc_listen_port: 0\n log_level: "info"\n\npositions:\n filename: /tmp/positions.yaml\n\n# This bit indicates what Loki instance to write the logs to. We’ll inject the\n# details and credentials through environment variables\nclients:\n - url: https://${LOKI_TENANT_ID}:${LOKI_TOK... | dataset_sample\yaml\grafana_loki\examples\promtail-heroku\config.yml | config.yml | YAML | 1,159 | 0.8 | 0.026316 | 0.272727 | vue-tools | 19 | 2023-08-20T13:01:45.146887 | BSD-3-Clause | false | 0d062d3b77f418af26aef57743445b2f |
# Heroku application configuration. It indicates heroku what to deploy\nbuild:\n docker:\n web: Dockerfile\n | dataset_sample\yaml\grafana_loki\examples\promtail-heroku\heroku.yml | heroku.yml | YAML | 108 | 0.8 | 0 | 0.25 | node-utils | 454 | 2024-08-15T00:53:29.306192 | GPL-3.0 | false | ad7d91dabdd1d0538d588a4f46014525 |
route:\n receiver: 'default-receiver'\n group_wait: 30s\n group_interval: 30m\n group_by: [ alertname ]\n\nreceivers:\n - name: 'default-receiver' | dataset_sample\yaml\grafana_loki\production\docker\config\alertmanager.yml | alertmanager.yml | YAML | 144 | 0.7 | 0 | 0 | node-utils | 418 | 2024-02-25T23:21:15.714612 | MIT | false | fc1fdd2a6f429570e615945c5716ab1a |
groups:\n - name: Sample Rule Group\n interval: 5s\n rules:\n - record: generated_logs:rate1m\n expr: sum by (http_method) (rate({job="generated-logs"}[1m]))\n labels:\n source: "recording rule"\n - record: scalar\n expr: 10\n labels:\n source: "static"\n ... | dataset_sample\yaml\grafana_loki\production\docker\rules\docker\rules.yml | rules.yml | YAML | 572 | 0.7 | 0 | 0 | react-lib | 246 | 2025-05-10T21:02:56.343861 | MIT | false | 6b4a9b6cdcfe189463b9f38f1d3f115d |
auth_enabled: false\n\nserver:\n log_level: info\n http_listen_port: {{ env "NOMAD_PORT_http" }}\n grpc_listen_port: {{ env "NOMAD_PORT_grpc" }}\n\ncommon:\n replication_factor: 1\n # Tell Loki which address to advertise\n instance_addr: {{ env "NOMAD_IP_grpc" }}\n ring:\n # Tell Loki which address to adverti... | dataset_sample\yaml\grafana_loki\production\nomad\loki\config.yml | config.yml | YAML | 1,840 | 0.8 | 0.013699 | 0.0625 | python-kit | 859 | 2024-02-11T13:27:35.290091 | BSD-3-Clause | false | fe1982cf3d7ba47471ed5013be1ce2f8 |
groups:\n - name: always-firing\n rules:\n - alert: fire\n expr: |\n 1 > 0\n for: 0m\n labels:\n severity: warning\n annotations:\n summary: test\n | dataset_sample\yaml\grafana_loki\production\nomad\loki\rules\fake\alerts.yml | alerts.yml | YAML | 200 | 0.7 | 0.090909 | 0 | python-kit | 147 | 2024-09-28T18:38:15.756473 | Apache-2.0 | false | 54c5b1ae3a28161338c7f436a49e9c4c |
auth_enabled: false\n\nserver:\n log_level: info\n http_listen_port: {{ env "NOMAD_PORT_http" }}\n grpc_listen_port: {{ env "NOMAD_PORT_grpc" }}\n # grpc_tls_config:\n # client_auth_type: "RequireAndVerifyClientCert"\n # client_ca_file: "/secrets/certs/CA.pem"\n # cert_file: "/secrets/certs/cert.pem"\n # ... | dataset_sample\yaml\grafana_loki\production\nomad\loki-distributed\config.yml | config.yml | YAML | 3,649 | 0.8 | 0.007937 | 0.380531 | awesome-app | 575 | 2025-07-03T01:05:00.123228 | BSD-3-Clause | false | e4fee9ffc7a74460b75c5d581c62ca0a |
auth_enabled: false\n\nserver:\n log_level: info\n http_listen_port: {{ env "NOMAD_PORT_http" }}\n grpc_listen_port: {{ env "NOMAD_PORT_grpc" }}\n\ncommon:\n replication_factor: 1\n # Tell Loki which address to advertise\n instance_addr: {{ env "NOMAD_IP_grpc" }}\n ring:\n # Tell Loki which address to adverti... | dataset_sample\yaml\grafana_loki\production\nomad\loki-simple\config.yml | config.yml | YAML | 1,845 | 0.8 | 0.013699 | 0.0625 | vue-tools | 370 | 2025-02-23T11:27:54.185340 | MIT | false | d26276fe301a0ef80b58ee5713aab04d |
apiVersion: 1\n\ndatasources:\n - name: gdev-testdata\n isDefault: true\n type: testdata\n - name: gdev-loki\n type: loki\n uid: gdev-loki\n access: proxy\n url: http://host.docker.internal:3100\n | dataset_sample\yaml\grafana_loki\tools\dev\kafka\provisioning\datasources\default.yml | default.yml | YAML | 205 | 0.8 | 0 | 0 | awesome-app | 913 | 2025-03-01T04:40:41.100401 | Apache-2.0 | false | 242cfe5efc5b30d7292c7757702acb81 |
services:\n consul:\n logging: &logging\n driver: loki-compose\n options:\n loki-url: "http://localhost:8001/loki/api/v1/push"\n loki-retries: "1"\n loki-tenant-id: "1"\n image: hashicorp/consul\n command: [ "agent", "-dev" ,"-client=0.0.0.0", "-log-level=info" ]\n ports:\n ... | dataset_sample\yaml\grafana_loki\tools\dev\loki-tsdb-storage-s3\docker-compose.yml | docker-compose.yml | YAML | 7,841 | 0.8 | 0 | 0 | node-utils | 267 | 2024-09-28T06:49:50.280787 | Apache-2.0 | false | 05570f308e26e5de8405136a2089c6ee |
services:\n zookeeper:\n image: wurstmeister/zookeeper\n ports:\n - "2181:2181"\n kafka:\n image: wurstmeister/kafka\n ports:\n - "9092"\n environment:\n DOCKER_API_VERSION: 1.22\n KAFKA_ADVERTISED_HOST_NAME: host.docker.internal\n KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181\n v... | dataset_sample\yaml\grafana_loki\tools\kafka\plain\docker-compose.yml | docker-compose.yml | YAML | 365 | 0.7 | 0 | 0 | python-kit | 674 | 2024-10-01T15:55:49.272190 | MIT | false | 156eeef54967873affaec7fcd7bb70e6 |
services:\n zookeeper:\n image: confluentinc/cp-zookeeper:latest\n ports:\n - "22181:22181"\n environment:\n ZOOKEEPER_SERVER_ID: 1\n ZOOKEEPER_CLIENT_PORT: 22181\n KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/zookeeper.jaas.conf\n -Dzookeeper.authProvider.1=org.... | dataset_sample\yaml\grafana_loki\tools\kafka\sasl-plain\docker-compose.yml | docker-compose.yml | YAML | 1,072 | 0.95 | 0 | 0 | python-kit | 415 | 2023-12-01T00:28:56.414530 | MIT | false | 824fc4f1c29d5edf11a48c94c38ef9e6 |
services:\n zookeeper:\n image: confluentinc/cp-zookeeper:latest\n ports:\n - "22181:22181"\n environment:\n ZOOKEEPER_SERVER_ID: 1\n ZOOKEEPER_CLIENT_PORT: 22181\n KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/zookeeper.jaas.conf\n -Dzookeeper.authProvider.1=org.... | dataset_sample\yaml\grafana_loki\tools\kafka\sasl-scram\docker-compose.yml | docker-compose.yml | YAML | 1,088 | 0.95 | 0 | 0 | vue-tools | 68 | 2024-10-07T15:22:20.651050 | GPL-3.0 | false | 173e31f048489c252007fc97f7cb6baa |
services:\n zookeeper:\n image: confluentinc/cp-zookeeper:latest\n ports:\n - "22181:22181"\n environment:\n ZOOKEEPER_SERVER_ID: 1\n ZOOKEEPER_CLIENT_PORT: 22181\n KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/zookeeper.jaas.conf\n -Dzookeeper.authProvider.1=org.... | dataset_sample\yaml\grafana_loki\tools\kafka\sasl-ssl\docker-compose.yml | docker-compose.yml | YAML | 1,439 | 0.95 | 0 | 0 | node-utils | 517 | 2023-08-07T05:44:36.566532 | BSD-3-Clause | false | a20cb30e748b62b63958f5a96f7ecf62 |
services:\n zookeeper:\n image: confluentinc/cp-zookeeper:latest\n ports:\n - "22181:22181"\n environment:\n ZOOKEEPER_SERVER_ID: 1\n ZOOKEEPER_CLIENT_PORT: 22181\n\n kafka:\n image: confluentinc/cp-kafka:latest\n depends_on:\n - zookeeper\n ports:\n - "29092:9092"\n envi... | dataset_sample\yaml\grafana_loki\tools\kafka\ssl\docker-compose.yml | docker-compose.yml | YAML | 932 | 0.95 | 0 | 0 | python-kit | 269 | 2024-03-02T01:01:20.520713 | BSD-3-Clause | false | c1c760881d65ad57184488c1cd02706e |
language: go\narch:\n - amd64\n - ppc64le\ninstall:\n - go get -t\n - go get golang.org/x/tools/cmd/cover\n - go get github.com/mattn/goveralls\nscript:\n - go test -race -v ./...\nafter_script:\n - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN\n | dataset_sample\yaml\grafana_loki\vendor\dario.cat\mergo\.travis.yml | .travis.yml | YAML | 273 | 0.7 | 0 | 0 | python-kit | 702 | 2023-09-15T04:05:54.505475 | MIT | false | 326cc9a952683630b4cdd8b1eb75897f |
run:\n tests: true\n\noutput:\n print-issued-lines: false\n\nlinters:\n enable-all: true\n disable:\n - lll\n - gocyclo\n - dupl\n - gochecknoglobals\n - funlen\n - godox\n - wsl\n - gocognit\n - nolintlint\n - testpackage\n - godot\n - nestif\n - paralleltest\n - nlreturn\... | dataset_sample\yaml\grafana_loki\vendor\github.com\alecthomas\chroma\v2\.golangci.yml | .golangci.yml | YAML | 2,023 | 0.95 | 0.022472 | 0.047619 | awesome-app | 461 | 2025-05-26T15:21:07.258288 | MIT | false | 7e4f704ac0d8d1132b26efd83937755c |
project_name: chroma\nrelease:\n github:\n owner: alecthomas\n name: chroma\nbrews:\n - install: bin.install "chroma"\nenv:\n - CGO_ENABLED=0\nbuilds:\n - goos:\n - linux\n - darwin\n - windows\n goarch:\n - arm64\n - amd64\n - "386"\n goarm:\n - "6"\n dir: ./cmd/ch... | dataset_sample\yaml\grafana_loki\vendor\github.com\alecthomas\chroma\v2\.goreleaser.yml | .goreleaser.yml | YAML | 738 | 0.7 | 0.029412 | 0 | python-kit | 964 | 2024-02-29T18:36:40.203373 | BSD-3-Clause | false | eb36c5939cc5f11126196868d7baf70d |
sudo: false\nlanguage: go\ninstall: go get -t -v ./...\ngo:\n - 1.2.x\n - 1.3.x\n - 1.4.x\n - 1.5.x\n - 1.6.x\n - 1.7.x\n - 1.8.x\n - 1.9.x\n - 1.10.x\n - 1.11.x\n | dataset_sample\yaml\grafana_loki\vendor\github.com\alecthomas\kingpin\v2\.travis.yml | .travis.yml | YAML | 179 | 0.7 | 0 | 0 | awesome-app | 488 | 2024-11-23T12:24:34.120010 | MIT | false | 163393f5fb25fc6a0b6dc85e3f0d7ad4 |
language: go\n\ngo:\n - "1.x"\n\nenv:\n - GO111MODULE=on\n\ninstall:\n - go get ./...\n\nscript:\n - go test ./...\n | dataset_sample\yaml\grafana_loki\vendor\github.com\armon\go-metrics\.travis.yml | .travis.yml | YAML | 107 | 0.7 | 0 | 0 | react-lib | 343 | 2023-10-22T08:50:30.132257 | MIT | false | f6c5d59e8922b63e6bd0c153fc7e6e3d |
language: go\ndist: xenial\ngo:\n - '1.10'\n - '1.11'\n - '1.12'\n - '1.13'\n - 'tip'\n\nscript:\n - go test -coverpkg=./... -coverprofile=coverage.info -timeout=5s\n - bash <(curl -s https://codecov.io/bash)\n | dataset_sample\yaml\grafana_loki\vendor\github.com\asaskevich\govalidator\.travis.yml | .travis.yml | YAML | 211 | 0.8 | 0 | 0 | vue-tools | 852 | 2024-01-15T21:16:58.918648 | GPL-3.0 | false | 4fb366cf760148d33c44700fde620a9a |
box: golang\nbuild:\n steps:\n - setup-go-workspace\n\n - script:\n name: go get\n code: |\n go version\n go get -t ./...\n\n - script:\n name: go test\n code: |\n go test -race -v ./...\n | dataset_sample\yaml\grafana_loki\vendor\github.com\asaskevich\govalidator\wercker.yml | wercker.yml | YAML | 238 | 0.7 | 0 | 0 | awesome-app | 839 | 2024-07-15T08:53:24.274945 | Apache-2.0 | false | b0676e8689976b4ad0d5a9347664a743 |
language: go\n\nos:\n - linux\n - osx\n - windows\n\ngo:\n - go1.13.x\n - go1.x\n\nservices:\n - xvfb\n\nbefore_install:\n - export DISPLAY=:99.0\n\nscript:\n - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install xsel; fi\n - go test -v .\n - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install xclip... | dataset_sample\yaml\grafana_loki\vendor\github.com\atotto\clipboard\.travis.yml | .travis.yml | YAML | 321 | 0.7 | 0.090909 | 0 | awesome-app | 894 | 2024-10-27T08:41:17.952556 | GPL-3.0 | false | a07df666b82ed543e17afd7ed9f8806f |
language: go\nsudo: true\ndist: bionic\n\nbranches:\n only:\n - main\n\nos:\n - linux\n - osx\n # Travis doesn't work with windows and Go tip\n #- windows\n\ngo:\n - tip\n\nmatrix:\n allow_failures:\n - go: tip\n\nbefore_install:\n - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi\n - (... | dataset_sample\yaml\grafana_loki\vendor\github.com\aws\smithy-go\.travis.yml | .travis.yml | YAML | 377 | 0.8 | 0.035714 | 0.095238 | react-lib | 995 | 2025-05-09T02:53:44.498512 | GPL-3.0 | false | b615be337e1992846d32c080fc02c3fe |
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/azcore/\n - eng/\n\npr:\n branches:\n include:\n - main\n - feature/*\n ... | dataset_sample\yaml\grafana_loki\vendor\github.com\Azure\azure-sdk-for-go\sdk\azcore\ci.yml | ci.yml | YAML | 504 | 0.8 | 0 | 0.037037 | react-lib | 487 | 2023-07-25T21:48:58.267164 | MIT | false | 8c91b6a80332e71c293a8aa5448000f1 |
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/azidentity/\n\npr:\n branches:\n include:\n - main\n - feature/*\n - ho... | dataset_sample\yaml\grafana_loki\vendor\github.com\Azure\azure-sdk-for-go\sdk\azidentity\ci.yml | ci.yml | YAML | 1,201 | 0.8 | 0.021739 | 0.023256 | python-kit | 546 | 2023-10-14T01:24:39.156246 | Apache-2.0 | false | 1a377d92573c3c389b22c94165c1e87b |
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/resourcemanager/compute/armcompute/\n\npr:\n branches:\n include:\n - main\n -... | dataset_sample\yaml\grafana_loki\vendor\github.com\Azure\azure-sdk-for-go\sdk\resourcemanager\compute\armcompute\v5\ci.yml | ci.yml | YAML | 593 | 0.8 | 0 | 0.038462 | node-utils | 604 | 2024-03-13T17:41:00.838089 | GPL-3.0 | false | e0093fa8c9e5b007b3dc3ba47f41255e |
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/resourcemanager/network/armnetwork/\n\npr:\n branches:\n include:\n - main\n -... | dataset_sample\yaml\grafana_loki\vendor\github.com\Azure\azure-sdk-for-go\sdk\resourcemanager\network\armnetwork\v4\ci.yml | ci.yml | YAML | 592 | 0.8 | 0 | 0.038462 | python-kit | 482 | 2024-03-05T07:26:08.980678 | BSD-3-Clause | false | 0a5cfefb9a071850cde6bb79d82f8c62 |
trigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/storage/azblob\n\npr:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/storage/azblob\n\n\ne... | dataset_sample\yaml\grafana_loki\vendor\github.com\Azure\azure-sdk-for-go\sdk\storage\azblob\ci.yml | ci.yml | YAML | 701 | 0.8 | 0 | 0 | vue-tools | 125 | 2025-03-20T08:55:03.528957 | GPL-3.0 | false | c6a7d61310749dd70aa764d988a0708f |
variables:\n GOPATH: '$(system.defaultWorkingDirectory)/work'\n sdkPath: '$(GOPATH)/src/github.com/$(build.repository.name)'\n\njobs:\n - job: 'goautorest'\n displayName: 'Run go-autorest CI Checks'\n\n strategy:\n matrix:\n Linux_Go113:\n vm.image: 'ubuntu-18.04'\n go.version: '1... | dataset_sample\yaml\grafana_loki\vendor\github.com\Azure\go-autorest\azure-pipelines.yml | azure-pipelines.yml | YAML | 3,290 | 0.8 | 0 | 0 | awesome-app | 739 | 2024-12-03T06:29:18.692640 | GPL-3.0 | false | 022982803f7dfe5197a49605b582c4de |
coverage:\n status:\n project:\n default:\n threshold: 1%\n patch:\n default:\n target: 70%\nignore:\n - globoptions.go\n | dataset_sample\yaml\grafana_loki\vendor\github.com\bmatcuk\doublestar\v4\.codecov.yml | .codecov.yml | YAML | 143 | 0.7 | 0 | 0 | vue-tools | 271 | 2025-01-10T23:57:28.969546 | GPL-3.0 | false | eef6bd47bfea08b4d2b429c74f8d8c45 |
language: go\narch:\n - amd64\n - ppc64le\ngo:\n - 1.7.x\n - 1.8.x\n - 1.9.x\n - 1.10.x\n - 1.11.x\nscript: go test -v ./.\n | dataset_sample\yaml\grafana_loki\vendor\github.com\buger\jsonparser\.travis.yml | .travis.yml | YAML | 134 | 0.7 | 0 | 0 | awesome-app | 168 | 2025-04-11T04:00:41.272847 | GPL-3.0 | false | d8fc89aafdbb2c9b3fd06cf119a9df50 |
sudo: false\n\nlanguage: go\ngo:\n - 1.4\n - 1.5\n - 1.6\n - 1.7\n - 1.8\n - 1.9\n - tip\n\nscript:\n - go test -v\n | dataset_sample\yaml\grafana_loki\vendor\github.com\c2h5oh\datasize\.travis.yml | .travis.yml | YAML | 110 | 0.7 | 0 | 0 | python-kit | 256 | 2025-05-07T05:53:31.323701 | MIT | false | 4102c79add1d479eb531621e5651cd49 |
run:\n tests: false\n issues-exit-code: 0\n\nissues:\n include:\n - EXC0001\n - EXC0005\n - EXC0011\n - EXC0012\n - EXC0013\n\n max-issues-per-linter: 0\n max-same-issues: 0\n\nlinters:\n enable:\n - exhaustive\n - goconst\n - godot\n - godox\n - mnd\n - gomoddirectives\n - gop... | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\bubbletea\.golangci-soft.yml | .golangci-soft.yml | YAML | 588 | 0.8 | 0 | 0.027778 | python-kit | 966 | 2024-04-14T22:59:14.911125 | Apache-2.0 | false | d18bb10526a864836e3624e6fdbdbf46 |
run:\n tests: false\n\nissues:\n include:\n - EXC0001\n - EXC0005\n - EXC0011\n - EXC0012\n - EXC0013\n\n max-issues-per-linter: 0\n max-same-issues: 0\n\nlinters:\n enable:\n - bodyclose\n - gofumpt\n - goimports\n - gosec\n - nilerr\n - revive\n - rowserrcheck\n - sqlclosec... | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\bubbletea\.golangci.yml | .golangci.yml | YAML | 365 | 0.85 | 0 | 0 | react-lib | 789 | 2024-03-25T05:55:19.144685 | MIT | false | 178921308c13a69179d19509003ab8e2 |
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json\nversion: 2\nincludes:\n - from_url:\n url: charmbracelet/meta/main/goreleaser-lib.yaml\n | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\bubbletea\.goreleaser.yml | .goreleaser.yml | YAML | 168 | 0.8 | 0 | 0.2 | vue-tools | 134 | 2024-12-11T17:12:25.629603 | GPL-3.0 | false | 08d3f964625b98698bdb0cb31718be37 |
run:\n tests: false\n issues-exit-code: 0\n\nissues:\n include:\n - EXC0001\n - EXC0005\n - EXC0011\n - EXC0012\n - EXC0013\n\n max-issues-per-linter: 0\n max-same-issues: 0\n\nlinters:\n enable:\n - exhaustive\n - goconst\n - godot\n - godox\n - mnd\n - gomoddirectives\n - gop... | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\colorprofile\.golangci-soft.yml | .golangci-soft.yml | YAML | 588 | 0.8 | 0 | 0.027778 | vue-tools | 657 | 2023-08-31T15:33:51.513816 | Apache-2.0 | false | d18bb10526a864836e3624e6fdbdbf46 |
run:\n tests: false\n\nissues:\n include:\n - EXC0001\n - EXC0005\n - EXC0011\n - EXC0012\n - EXC0013\n\n max-issues-per-linter: 0\n max-same-issues: 0\n\nlinters:\n enable:\n - bodyclose\n - gofumpt\n - goimports\n - gosec\n - nilerr\n - revive\n - rowserrcheck\n - sqlclosec... | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\colorprofile\.golangci.yml | .golangci.yml | YAML | 365 | 0.85 | 0 | 0 | python-kit | 675 | 2023-12-09T05:10:20.717297 | Apache-2.0 | false | 178921308c13a69179d19509003ab8e2 |
includes:\n - from_url:\n url: charmbracelet/meta/main/goreleaser-lib.yaml\n\n# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json\n\n | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\colorprofile\.goreleaser.yml | .goreleaser.yml | YAML | 159 | 0.8 | 0 | 0.25 | awesome-app | 966 | 2023-12-02T23:45:52.394893 | BSD-3-Clause | false | 7ff9ab22c2a905170aa831725a4f6c0d |
run:\n tests: false\n\nissues:\n include:\n - EXC0001\n - EXC0005\n - EXC0011\n - EXC0012\n - EXC0013\n\n max-issues-per-linter: 0\n max-same-issues: 0\n\nlinters:\n enable:\n - bodyclose\n - exhaustive\n - goconst\n - godot\n - godox\n - gofumpt\n - goimports\n - gomoddirect... | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\lipgloss\.golangci.yml | .golangci.yml | YAML | 568 | 0.85 | 0 | 0 | vue-tools | 915 | 2024-08-19T23:13:14.151404 | BSD-3-Clause | false | d56745ebf392968313bd989c0761e6b6 |
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json\nversion: 2\nincludes:\n - from_url:\n url: charmbracelet/meta/main/goreleaser-lib.yaml\n | dataset_sample\yaml\grafana_loki\vendor\github.com\charmbracelet\lipgloss\.goreleaser.yml | .goreleaser.yml | YAML | 168 | 0.8 | 0 | 0.2 | vue-tools | 693 | 2023-10-10T01:48:00.631921 | BSD-3-Clause | false | 08d3f964625b98698bdb0cb31718be37 |
linters:\n enable:\n - exportloopref # Checks for pointers to enclosing loop variables\n - gofmt\n - goimports\n - gosec\n - ineffassign\n - misspell\n - nolintlint\n - revive\n - staticcheck\n - tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17\n - unconvert\n - unus... | dataset_sample\yaml\grafana_loki\vendor\github.com\containerd\fifo\.golangci.yml | .golangci.yml | YAML | 755 | 0.95 | 0.055556 | 0.117647 | python-kit | 92 | 2023-11-13T19:41:45.623188 | BSD-3-Clause | false | a258a68e2c3824fb81acf651aac27da2 |
linters:\n enable:\n - exportloopref # Checks for pointers to enclosing loop variables\n - gofmt\n - goimports\n - gosec\n - ineffassign\n - misspell\n - nolintlint\n - revive\n - staticcheck\n - tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17\n - unconvert\n - unus... | dataset_sample\yaml\grafana_loki\vendor\github.com\containerd\log\.golangci.yml | .golangci.yml | YAML | 558 | 0.95 | 0.066667 | 0 | python-kit | 323 | 2024-10-03T09:26:38.720479 | BSD-3-Clause | false | b8375607b0dbb7da9b703c9efacd207f |
language: go\n\nos:\n - linux\n\ngo:\n - 1\n - 1.3\n - 1.4\n - 1.5\n - 1.6\n - 1.7.x\n - 1.8.x\n - tip\n\nbefore_install:\n - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi\n - go get github.com/axw/gocov/gocov\n - go get github.com/modocache/gover\n - go get gi... | dataset_sample\yaml\grafana_loki\vendor\github.com\d4l3k\messagediff\.travis.yml | .travis.yml | YAML | 552 | 0.7 | 0.038462 | 0 | vue-tools | 280 | 2023-12-23T22:22:38.298092 | MIT | false | b01e481d406ba13bcd2b168937d2bfd2 |
language: go\nsudo: false\n\ngo:\n - 1.10.x\n - 1.11.x\n - 1.12.x \n - 1.13.x\n - 1.14.x\n - 1.15.x\n\ncache:\n directories:\n - $HOME/.cache/go-build\n - $HOME/gopath/pkg/mod\n\nenv:\n global:\n - GO111MODULE=on\n\nbefore_install:\n - go get github.com/mattn/goveralls\n - go get golang.org/x/tools/... | dataset_sample\yaml\grafana_loki\vendor\github.com\dimchansky\utfbom\.travis.yml | .travis.yml | YAML | 742 | 0.95 | 0 | 0 | python-kit | 718 | 2023-10-04T12:34:46.019913 | Apache-2.0 | false | 3b8947c1a963469c966969cc983aa615 |
linters:\n enable:\n - bodyclose\n - dupword # Checks for duplicate words in the source code\n - gofmt\n - goimports\n - ineffassign\n - misspell\n - revive\n - staticcheck\n - unconvert\n - unused\n - vet\n disable:\n - errcheck\n\nrun:\n deadline: 2m\n | dataset_sample\yaml\grafana_loki\vendor\github.com\distribution\reference\.golangci.yml | .golangci.yml | YAML | 275 | 0.95 | 0.055556 | 0 | awesome-app | 923 | 2024-05-21T13:41:51.042530 | BSD-3-Clause | false | bf3404c60cd0bd42f202dc7ddfd34a58 |
dependencies:\n post:\n # install golint\n - go get golang.org/x/lint/golint\n\ntest:\n pre:\n # run analysis before tests\n - go vet ./...\n - test -z "$(golint ./... | tee /dev/stderr)"\n - test -z "$(gofmt -s -l . | tee /dev/stderr)"\n | dataset_sample\yaml\grafana_loki\vendor\github.com\docker\go-units\circle.yml | circle.yml | YAML | 247 | 0.8 | 0 | 0.2 | react-lib | 523 | 2024-11-05T08:00:27.360971 | BSD-3-Clause | false | c943afaea172b047085823d6e7e87fd8 |
kind: pipeline\nname: default\n\nsteps:\n- name: build\n image: golang:1.11\n commands:\n - go test -v ./...\n | dataset_sample\yaml\grafana_loki\vendor\github.com\drone\envsubst\.drone.yml | .drone.yml | YAML | 105 | 0.7 | 0 | 0 | python-kit | 443 | 2025-02-27T21:12:21.561693 | BSD-3-Clause | false | e52fdb1c97e4ffa9d322e45171a488c5 |
sudo: false\nlanguage: go\ngo_import_path: github.com/dustin/go-humanize\ngo:\n - 1.13.x\n - 1.14.x\n - 1.15.x\n - 1.16.x\n - stable\n - master\nmatrix:\n allow_failures:\n - go: master\n fast_finish: true\ninstall:\n - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from... | dataset_sample\yaml\grafana_loki\vendor\github.com\dustin\go-humanize\.travis.yml | .travis.yml | YAML | 482 | 0.95 | 0 | 0 | react-lib | 511 | 2023-08-30T22:28:10.508414 | Apache-2.0 | false | 41f052dec02291a32a59e5bc9ae5cd6b |
language: go\n\ngo:\n - 1.x\n\nbefore_install:\n - go test -v\n\nscript:\n - go test -race -coverprofile=coverage.txt -covermode=atomic\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash) | dataset_sample\yaml\grafana_loki\vendor\github.com\emicklei\go-restful\v3\.travis.yml | .travis.yml | YAML | 189 | 0.8 | 0 | 0 | awesome-app | 274 | 2023-09-01T09:10:31.138026 | Apache-2.0 | false | 20ab9ad977d4a5252204f66008d029a1 |
linters:\n enable-all: true\n disable:\n - golint\n - interfacer\n - scopelint\n - maligned\n - rowserrcheck\n - funlen\n - depguard\n - goerr113\n - exhaustivestruct\n - testpackage\n - gochecknoglobals\n - wrapcheck\n - forbidigo\n - ifshort\n - cyclop\n - gomoddirect... | dataset_sample\yaml\grafana_loki\vendor\github.com\erikgeiser\coninput\.golangci.yml | .golangci.yml | YAML | 415 | 0.7 | 0 | 0 | vue-tools | 96 | 2024-06-29T15:42:33.533825 | Apache-2.0 | false | d67d01eae48ae3fa3717bf3902f0cd9b |
freebsd_task:\n name: 'FreeBSD'\n freebsd_instance:\n image_family: freebsd-14-2\n install_script:\n - pkg update -f\n - pkg install -y go\n test_script:\n # run tests as user "cirrus" instead of root\n - pw useradd cirrus -m\n - chown -R cirrus:cirrus .\n - FSNOTIFY_BUFFER=4096 sudo --preser... | dataset_sample\yaml\grafana_loki\vendor\github.com\fsnotify\fsnotify\.cirrus.yml | .cirrus.yml | YAML | 593 | 0.8 | 0 | 0.071429 | vue-tools | 364 | 2024-12-18T12:38:44.325251 | Apache-2.0 | false | c86faa673982e46351eecc79ccaf7198 |
# Do not delete linter settings. Linters like gocritic can be enabled on the command line.\n\nlinters-settings:\n depguard:\n rules:\n prevent_unmaintained_packages:\n list-mode: strict\n files:\n - $all\n - "!$test"\n allow:\n - $gostd\n - github.com/x4... | dataset_sample\yaml\grafana_loki\vendor\github.com\fxamacker\cbor\v2\.golangci.yml | .golangci.yml | YAML | 2,505 | 0.95 | 0.009615 | 0.03 | vue-tools | 197 | 2025-05-27T02:26:37.970192 | GPL-3.0 | false | b4b3f828106d5df762e93a8f2c659fe3 |
linters-settings:\n staticcheck:\n checks: [\n "all",\n "-SA1019" # There are valid use cases of strings.Title\n ]\n nakedret:\n max-func-lines: 0 # Disallow any unnamed return statement\n\nlinters:\n enable:\n - deadcode\n - errcheck\n - gosimple\n - govet\n - ineffassign\n - st... | dataset_sample\yaml\grafana_loki\vendor\github.com\go-ini\ini\.golangci.yml | .golangci.yml | YAML | 468 | 0.95 | 0 | 0 | vue-tools | 772 | 2024-10-01T00:40:28.253162 | Apache-2.0 | false | 2bf07f311bbeb7f6312adbef335ea0e4 |
coverage:\n range: "60...95"\n status:\n project:\n default:\n threshold: 1%\n informational: true\n patch:\n defualt:\n only_pulls: true\n informational: true\n\ncomment:\n layout: 'diff'\n\ngithub_checks: false\n | dataset_sample\yaml\grafana_loki\vendor\github.com\go-ini\ini\codecov.yml | codecov.yml | YAML | 245 | 0.7 | 0 | 0 | awesome-app | 847 | 2023-10-15T21:34:55.899009 | MIT | false | 9de47d11b8a05b4e8e4eefa73bccb936 |
# Notes:\n# - Minimal appveyor.yml file is an empty file. All sections are optional.\n# - Indent each level of configuration with 2 spaces. Do not use tabs!\n# - All section names are case-sensitive.\n# - Section names should be unique on each level.\n\nversion: "1.3.0.{build}-alpha-{branch}"\n\nos: Visual Stud... | dataset_sample\yaml\grafana_loki\vendor\github.com\go-ole\go-ole\appveyor.yml | appveyor.yml | YAML | 1,659 | 0.8 | 0 | 0.185185 | vue-tools | 881 | 2024-12-30T15:48:28.952050 | BSD-3-Clause | false | 05a2874a338ceecd3807d54654cab2f5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.