Skip to content

Commit bebbb6d

Browse files
Merge pull request #80 from datadog-labs/chore/update-org-to-datadog-labs
chore: update org references from DataDog to datadog-labs
2 parents 89e1ba9 + dd36242 commit bebbb6d

58 files changed

Lines changed: 143 additions & 143 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# review when someone opens a pull request.
55

66
# Global owners - update with actual maintainer GitHub usernames
7-
* @DataDog/api-platform
7+
* @datadog-labs/api-platform
88

99
# Authentication and security-critical code
10-
/pkg/auth/ @DataDog/team-aaa
11-
/cmd/auth.go @DataDog/team-aaa
10+
/pkg/auth/ @datadog-labs/team-aaa
11+
/cmd/auth.go @datadog-labs/team-aaa

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: DataDog/dd-octo-sts-action@acaa02eee7e3bb0839e4272dacb37b8f3b58ba80 # v1.0.3
4141
id: octo-sts
4242
with:
43-
scope: DataDog/homebrew-pack
43+
scope: datadog-labs/homebrew-pack
4444
policy: pup-release
4545

4646
- name: Run GoReleaser

.goreleaser.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ builds:
3232
goarch: arm
3333
ldflags:
3434
- -s -w
35-
- -X github.com/DataDog/pup/internal/version.Version={{.Version}}
36-
- -X github.com/DataDog/pup/internal/version.GitCommit={{.Commit}}
37-
- -X github.com/DataDog/pup/internal/version.BuildDate={{.Date}}
35+
- -X github.com/datadog-labs/pup/internal/version.Version={{.Version}}
36+
- -X github.com/datadog-labs/pup/internal/version.GitCommit={{.Commit}}
37+
- -X github.com/datadog-labs/pup/internal/version.BuildDate={{.Date}}
3838

3939
archives:
4040
- id: pup
@@ -85,7 +85,7 @@ signs:
8585
# GitHub Release
8686
release:
8787
github:
88-
owner: DataDog
88+
owner: datadog-labs
8989
name: pup
9090
draft: false
9191
prerelease: auto
@@ -100,13 +100,13 @@ release:
100100
101101
```bash
102102
# Linux (x86_64)
103-
curl -L https://github.com/DataDog/pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Linux_x86_64.tar.gz | tar xz
103+
curl -L https://github.com/datadog-labs/pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Linux_x86_64.tar.gz | tar xz
104104
105105
# macOS (Apple Silicon)
106-
curl -L https://github.com/DataDog/pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_arm64.tar.gz | tar xz
106+
curl -L https://github.com/datadog-labs/pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_arm64.tar.gz | tar xz
107107
108108
# macOS (Intel)
109-
curl -L https://github.com/DataDog/pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_x86_64.tar.gz | tar xz
109+
curl -L https://github.com/datadog-labs/pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_x86_64.tar.gz | tar xz
110110
```
111111
112112
### Verifying Signatures
@@ -123,9 +123,9 @@ release:
123123
footer: |
124124
### What's Changed
125125
126-
See the [CHANGELOG](https://github.com/DataDog/pup/blob/{{ .Tag }}/CHANGELOG.md) for details.
126+
See the [CHANGELOG](https://github.com/datadog-labs/pup/blob/{{ .Tag }}/CHANGELOG.md) for details.
127127
128-
**Full Changelog**: https://github.com/DataDog/pup/compare/{{ .PreviousTag }}...{{ .Tag }}
128+
**Full Changelog**: https://github.com/datadog-labs/pup/compare/{{ .PreviousTag }}...{{ .Tag }}
129129
130130
changelog:
131131
use: github
@@ -157,10 +157,10 @@ changelog:
157157
homebrew_casks:
158158
- name: pup
159159
repository:
160-
owner: DataDog
160+
owner: datadog-labs
161161
name: homebrew-pack
162162
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
163-
homepage: https://github.com/DataDog/pup
163+
homepage: https://github.com/datadog-labs/pup
164164
description: "Datadog API CLI - OAuth2 + API key authentication for Datadog APIs"
165165
license: Apache-2.0
166166
commit_author:
@@ -174,7 +174,7 @@ homebrew_casks:
174174
zsh: "completions/pup.zsh"
175175
fish: "completions/pup.fish"
176176
url:
177-
verified: github.com/DataDog/pup/releases/download
177+
verified: github.com/datadog-labs/pup/releases/download
178178

179179
# Announce releases
180180
announce:

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Go-based CLI wrapper for Datadog APIs. Provides OAuth2 + API key authentication
1717

1818
```bash
1919
# Install via Homebrew (recommended)
20-
brew tap datadog/pack
20+
brew tap datadog-labs/pack
2121
brew install pup
2222

2323
# Or clone and build from source
24-
git clone https://github.com/DataDog/pup.git && cd pup
24+
git clone https://github.com/datadog-labs/pup.git && cd pup
2525
go build -o pup .
2626

2727
# Authenticate (OAuth2 recommended)
@@ -205,5 +205,5 @@ Apache 2.0 - Copyright 2024-present Datadog, Inc.
205205

206206
## Support
207207

208-
- Issues: [GitHub Issues](https://github.com/DataDog/pup/issues)
208+
- Issues: [GitHub Issues](https://github.com/datadog-labs/pup/issues)
209209
- Community: [Datadog Community](https://community.datadoghq.com/)

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1616

1717
# Build flags
1818
LDFLAGS := -s -w \
19-
-X github.com/DataDog/pup/internal/version.Version=$(VERSION) \
20-
-X github.com/DataDog/pup/internal/version.GitCommit=$(COMMIT) \
21-
-X github.com/DataDog/pup/internal/version.BuildDate=$(DATE)
19+
-X github.com/datadog-labs/pup/internal/version.Version=$(VERSION) \
20+
-X github.com/datadog-labs/pup/internal/version.GitCommit=$(COMMIT) \
21+
-X github.com/datadog-labs/pup/internal/version.BuildDate=$(DATE)
2222

2323
# Go build flags
2424
GO_BUILD_FLAGS := -trimpath -ldflags "$(LDFLAGS)"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**NOTICE: This is in Preview mode, we are fine tuning the interactions and bugs that arise. Please file issues or submit PRs. Thank you for your early interest!**
44

5-
[![CI](https://github.com/DataDog/pup/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DataDog/pup/actions/workflows/ci.yml)
5+
[![CI](https://github.com/datadog-labs/pup/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/datadog-labs/pup/actions/workflows/ci.yml)
66
[![Go Version](https://img.shields.io/badge/go-1.25+-00ADD8?logo=go)](https://go.dev/)
77
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
88

@@ -25,7 +25,7 @@ Pup implements **38 of 85+ available Datadog APIs** (44.7% coverage).
2525

2626
See [docs/COMMANDS.md](docs/COMMANDS.md) for detailed command reference.
2727

28-
💡 **Tip:** Use Ctrl/Cmd+F to search for specific APIs. [Request features via GitHub Issues](https://github.com/DataDog/pup/issues).
28+
💡 **Tip:** Use Ctrl/Cmd+F to search for specific APIs. [Request features via GitHub Issues](https://github.com/datadog-labs/pup/issues).
2929

3030
---
3131

@@ -156,19 +156,19 @@ See [docs/COMMANDS.md](docs/COMMANDS.md) for detailed command reference.
156156
### Homebrew (macOS/Linux) - Coming soon!
157157

158158
```bash
159-
brew tap datadog/pack
160-
brew install datadog/pack/pup
159+
brew tap datadog-labs/pack
160+
brew install datadog-labs/pack/pup
161161
```
162162

163163
### Go Install
164164

165165
```bash
166-
go install github.com/DataDog/pup@latest
166+
go install github.com/datadog-labs/pup@latest
167167
```
168168

169169
### Manual Download
170170

171-
Download pre-built binaries from the [latest release](https://github.com/DataDog/pup/releases/latest).
171+
Download pre-built binaries from the [latest release](https://github.com/datadog-labs/pup/releases/latest).
172172

173173
## Authentication
174174

cmd/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"encoding/json"
1010
"fmt"
1111

12-
"github.com/DataDog/pup/pkg/agenthelp"
12+
"github.com/datadog-labs/pup/pkg/agenthelp"
1313
"github.com/spf13/cobra"
1414
)
1515

cmd/agent_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"strings"
1313
"testing"
1414

15-
"github.com/DataDog/pup/pkg/agenthelp"
16-
"github.com/DataDog/pup/pkg/config"
15+
"github.com/datadog-labs/pup/pkg/agenthelp"
16+
"github.com/datadog-labs/pup/pkg/config"
1717
)
1818

1919
func TestAgentSchema(t *testing.T) {

cmd/alias.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"sort"
1111
"strings"
1212

13-
"github.com/DataDog/pup/pkg/config"
13+
"github.com/datadog-labs/pup/pkg/config"
1414
"github.com/spf13/cobra"
1515
)
1616

cmd/alias_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"path/filepath"
1111
"testing"
1212

13-
"github.com/DataDog/pup/pkg/config"
13+
"github.com/datadog-labs/pup/pkg/config"
1414
"github.com/stretchr/testify/assert"
1515
"github.com/stretchr/testify/require"
1616
)

0 commit comments

Comments
 (0)