repo_name stringclasses 2
values | pr_number int64 2.62k 123k | pr_title stringlengths 8 193 | pr_description stringlengths 0 27.9k | author stringlengths 3 23 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 21 28k | filepath stringlengths 7 174 | before_content stringlengths 0 554M | after_content stringlengths 0 554M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime ... | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What... | ./.github/workflows/codeql.yml | # For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The ... | # For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The ... | 1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime ... | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What... | ./.github/workflows/gin.yml | name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
- name: Checkout repositor... | name: Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.18'
- name: Checkout repositor... | 1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime ... | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What... | ./.github/workflows/goreleaser.yml | name: Goreleaser
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
... | name: Goreleaser
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
... | 1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime ... | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What... | ./.golangci.yml | run:
timeout: 5m
linters:
enable:
- asciicheck
- depguard
- dogsled
- durationcheck
- errcheck
- errorlint
- exportloopref
- gci
- gofmt
- goimports
- gosec
- misspell
- nakedret
- nilerr
- nolintlint
- revive
- wastedassign
linters-settings:
go... | run:
timeout: 5m
linters:
enable:
- asciicheck
- depguard
- dogsled
- durationcheck
- errcheck
- errorlint
- exportloopref
- gci
- gofmt
- goimports
- gosec
- misspell
- nakedret
- nilerr
- nolintlint
- revive
- wastedassign
linters-settings:
go... | -1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime ... | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What... | ./.github/dependabot.yml | version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
| version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
| -1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime ... | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What... | ./binding/form.go | // Copyright 2014 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package binding
import (
"errors"
"net/http"
)
const defaultMemory = 32 << 20
type formBinding struct{}
type formPostBinding struct{}
type formMulti... | // Copyright 2014 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package binding
import (
"errors"
"net/http"
)
const defaultMemory = 32 << 20
type formBinding struct{}
type formPostBinding struct{}
type formMulti... | -1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n<details>\n<summary>Rel(...TRUNCATED) | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | "chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions(...TRUNCATED) | ./Makefile | "GO ?= go\nGOFMT ?= gofmt \"-s\"\nGO_VERSION=$(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cu(...TRUNCATED) | "GO ?= go\nGOFMT ?= gofmt \"-s\"\nGO_VERSION=$(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cu(...TRUNCATED) | -1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n<details>\n<summary>Rel(...TRUNCATED) | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | "chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions(...TRUNCATED) | ./.git/hooks/applypatch-msg.sample | "#!/bin/sh\n#\n# An example hook script to check the commit log message taken by\n# applypatch from (...TRUNCATED) | "#!/bin/sh\n#\n# An example hook script to check the commit log message taken by\n# applypatch from (...TRUNCATED) | -1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n<details>\n<summary>Rel(...TRUNCATED) | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | "chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions(...TRUNCATED) | ./version.go | "// Copyright 2018 Gin Core Team. All rights reserved.\n// Use of this source code is governed by a (...TRUNCATED) | "// Copyright 2018 Gin Core Team. All rights reserved.\n// Use of this source code is governed by a (...TRUNCATED) | -1 |
gin-gonic/gin | 3,712 | chore(deps): bump actions/checkout from 3 to 4 | "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n<details>\n<summary>Rel(...TRUNCATED) | dependabot[bot] | 2023-09-04T22:12:54 | 2023-09-08T14:18:00 | dc9cff732e27ce4ac21b25772a83c462a28b8b80 | c2ba8f19ec19914b73290c53a32de479cd463555 | "chore(deps): bump actions/checkout from 3 to 4. Bumps [actions/checkout](https://github.com/actions(...TRUNCATED) | ./.git/objects/pack/pack-6fe8e468585f639e05261af0171719bb51d0471c.pack | "PACK\u0000\u0000\u0000\u0002\u0000\u0000\u001d'ExK6\u0010ﮚ\\%\u0019l\u001avSk\u001b10\u0019f&[\u0(...TRUNCATED) | "PACK\u0000\u0000\u0000\u0002\u0000\u0000\u001d'ExK6\u0010ﮚ\\%\u0019l\u001avSk\u001b10\u0019f&[\u0(...TRUNCATED) | -1 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 191