Skip to content

Commit 57aee8a

Browse files
authored
feat!: Update import path to 1password/gitlab (#50)
Reflects the switch from jaredallard/gitlab to 1password/gitlab. Also re-ran stencil.
1 parent 7350787 commit 57aee8a

17 files changed

Lines changed: 35 additions & 33 deletions

.cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ footer = """"""
7272
trim = true
7373
# postprocessors
7474
postprocessors = [
75-
{ pattern = '<REPO>', replace = "https://github.com/jaredallard/gitlab" }, # replace repository URL
75+
{ pattern = '<REPO>', replace = "https://github.com/1password/gitlab" }, # replace repository URL
7676
]
7777

7878
[git]

.github/workflows/tests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: |
4545
gotestsum -- -coverprofile=cover.out ./...
46-
- name: Upload test coverage
47-
uses: codecov/codecov-action@v5
48-
with:
49-
token: ${{ secrets.CODECOV_TOKEN }}
50-
files: ./cover.out
51-
fail_ci_if_error: true
5246
5347
golangci-lint:
5448
name: golangci-lint

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ changelog:
1515
release:
1616
prerelease: "auto"
1717
footer: |-
18-
**Full Changelog**: https://github.com/jaredallard/gitlab/compare/{{ .PreviousTag }}...{{ .Tag }}
18+
**Full Changelog**: https://github.com/1password/gitlab/compare/{{ .PreviousTag }}...{{ .Tag }}
1919
2020
## <<Stencil::Block(extraReleaseOpts)>>
2121

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ goreleaser = "latest"
99
"go:gotest.tools/gotestsum" = "1.12.0"
1010
"go:golang.org/x/tools/cmd/goimports" = "latest"
1111
"go:mvdan.cc/sh/v3/cmd/shfmt" = "latest"
12+
"go:github.com/thenativeweb/get-next-version" = "latest"
1213
"go:github.com/vburenin/ifacemaker" = "latest"
1314
"go:go.uber.org/mock/mockgen" = "0.5.0"
14-
"go:github.com/thenativeweb/get-next-version" = "latest"
1515

1616
[tasks.build]
1717
description = "Build a binary for the current platform/architecture"

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# gitlab
22

3-
<a href="https://github.com/jaredallard/gitlab/releases">
4-
<img alt="Latest Version" src="https://img.shields.io/github/v/release/jaredallard/gitlab?style=for-the-badge">
3+
<a href="https://github.com/1password/gitlab/releases">
4+
<img alt="Latest Version" src="https://img.shields.io/github/v/release/1password/gitlab?style=for-the-badge">
55
</a>
6-
<a href="https://github.com/jaredallard/gitlab/blob/main/LICENSE">
7-
<img alt="License" src="https://img.shields.io/github/license/jaredallard/gitlab?style=for-the-badge">
6+
<a href="https://github.com/1password/gitlab/blob/main/LICENSE">
7+
<img alt="License" src="https://img.shields.io/github/license/1password/gitlab?style=for-the-badge">
88
</a>
9-
<a href="https://github.com/jaredallard/gitlab/actions/workflows/tests.yaml">
10-
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jaredallard/gitlab/tests.yaml?style=for-the-badge">
9+
<a href="https://github.com/1password/gitlab/actions/workflows/tests.yaml">
10+
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/1password/gitlab/tests.yaml?style=for-the-badge">
1111
</a>
12-
<a href="https://app.codecov.io/gh/jaredallard/gitlab">
13-
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/jaredallard/gitlab?style=for-the-badge">
12+
<a href="https://app.codecov.io/gh/1password/gitlab">
13+
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/1password/gitlab?style=for-the-badge">
1414
</a>
1515

1616
<br />
@@ -21,7 +21,7 @@ that supports mocking.
2121

2222
## Usage
2323

24-
See our [Go docs](https://pkg.go.dev/github.com/jaredallard/gitlab) as
24+
See our [Go docs](https://pkg.go.dev/github.com/1password/gitlab) as
2525
well as the upstream [go-gitlab] documentation which this package
2626
provides.
2727

bun.lockb

0 Bytes
Binary file not shown.

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package gitlab_test
2121
import (
2222
"testing"
2323

24-
"github.com/jaredallard/gitlab"
24+
"github.com/1password/gitlab"
2525
"gotest.tools/v3/assert"
2626
)
2727

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/jaredallard/gitlab
1+
module github.com/1password/gitlab
22

33
go 1.23
44

go.sum

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.work.sum

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)