Skip to content

Commit 180c0fb

Browse files
committed
chore: migrate repo references from datlechin/TablePro to TableProApp/TablePro
1 parent 73e3f41 commit 180c0fb

File tree

24 files changed

+98
-98
lines changed

24 files changed

+98
-98
lines changed

.claude/skills/release/SKILL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ Make these edits to `CHANGELOG.md`:
117117

118118
Replace the `[Unreleased]` compare link:
119119
```
120-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v<old-version>...HEAD
120+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v<old-version>...HEAD
121121
```
122122
with:
123123
```
124-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v<version>...HEAD
125-
[<version>]: https://github.com/datlechin/tablepro/compare/v<old-version>...v<version>
124+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v<version>...HEAD
125+
[<version>]: https://github.com/TableProApp/TablePro/compare/v<old-version>...v<version>
126126
```
127127

128128
`<old-version>` is the previous release version (the one currently in
@@ -281,15 +281,15 @@ After all pushes, print a summary:
281281
Release v<version> (build <build-number>) pushed successfully.
282282
283283
CI will now build arm64 + x86_64, create DMG/ZIP, update appcast.xml, create GitHub Release.
284-
Monitor: https://github.com/datlechin/TablePro/actions
285-
Release: https://github.com/datlechin/TablePro/releases/tag/v<version>
284+
Monitor: https://github.com/TableProApp/TablePro/actions
285+
Release: https://github.com/TableProApp/TablePro/releases/tag/v<version>
286286
```
287287

288288
If plugin releases were also triggered, append:
289289

290290
```
291291
Plugin releases:
292-
- <DisplayName> v<plugin-version>: https://github.com/datlechin/TablePro/releases/tag/plugin-<name>-v<plugin-version>
292+
- <DisplayName> v<plugin-version>: https://github.com/TableProApp/TablePro/releases/tag/plugin-<name>-v<plugin-version>
293293
```
294294

295295
---
@@ -340,7 +340,7 @@ The `build-plugin.yml` workflow:
340340
3. Strips binaries, code signs, creates ZIPs with SHA-256 checksums
341341
4. Optionally notarizes (if `NOTARIZE_PLUGINS` var is set)
342342
5. Creates a GitHub Release with both arch ZIPs
343-
6. Updates the plugin registry (`datlechin/tablepro-plugins` repo's
343+
6. Updates the plugin registry (`TableProApp/plugins` repo's
344344
`plugins.json`) with download URLs, SHA-256 hashes, and
345345
`minAppVersion` (read from the current `MARKETING_VERSION`)
346346

@@ -350,6 +350,6 @@ The `build-plugin.yml` workflow:
350350
Plugin <DisplayName> v<version> tag pushed.
351351
352352
CI will build arm64 + x86_64, create ZIPs, update plugin registry.
353-
Monitor: https://github.com/datlechin/TablePro/actions
354-
Release: https://github.com/datlechin/TablePro/releases/tag/plugin-<name>-v<version>
353+
Monitor: https://github.com/TableProApp/TablePro/actions
354+
Release: https://github.com/TableProApp/TablePro/releases/tag/plugin-<name>-v<version>
355355
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Discussions
4-
url: https://github.com/datlechin/TablePro/discussions
4+
url: https://github.com/TableProApp/TablePro/discussions
55
about: Ask questions and share ideas in GitHub Discussions

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
eval "$(ssh-agent -s)"
243243
echo "$REGISTRY_DEPLOY_KEY" | ssh-add -
244244
245-
git clone git@github.com:datlechin/tablepro-plugins.git "$WORK/registry"
245+
git clone git@github.com:TableProApp/plugins.git "$WORK/registry"
246246
cd "$WORK/registry"
247247
git config user.name "github-actions[bot]"
248248
git config user.email "github-actions[bot]@users.noreply.github.com"

CHANGELOG.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,48 +1033,48 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
10331033
- Custom SQL query templates
10341034
- Performance optimized for large datasets
10351035

1036-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.23.2...HEAD
1037-
[0.23.2]: https://github.com/datlechin/tablepro/compare/v0.23.1...v0.23.2
1038-
[0.23.1]: https://github.com/datlechin/tablepro/compare/v0.23.0...v0.23.1
1039-
[0.23.0]: https://github.com/datlechin/tablepro/compare/v0.22.1...v0.23.0
1040-
[0.22.1]: https://github.com/datlechin/tablepro/compare/v0.22.0...v0.22.1
1041-
[0.22.0]: https://github.com/datlechin/tablepro/compare/v0.21.0...v0.22.0
1042-
[0.21.0]: https://github.com/datlechin/tablepro/compare/v0.20.4...v0.21.0
1043-
[0.20.4]: https://github.com/datlechin/tablepro/compare/v0.20.3...v0.20.4
1044-
[0.20.3]: https://github.com/datlechin/tablepro/compare/v0.20.2...v0.20.3
1045-
[0.20.2]: https://github.com/datlechin/tablepro/compare/v0.20.1...v0.20.2
1046-
[0.20.1]: https://github.com/datlechin/tablepro/compare/v0.20.0...v0.20.1
1047-
[0.20.0]: https://github.com/datlechin/tablepro/compare/v0.19.1...v0.20.0
1048-
[0.19.1]: https://github.com/datlechin/tablepro/compare/v0.19.0...v0.19.1
1049-
[0.19.0]: https://github.com/datlechin/tablepro/compare/v0.18.1...v0.19.0
1050-
[0.18.1]: https://github.com/datlechin/tablepro/compare/v0.18.0...v0.18.1
1051-
[0.18.0]: https://github.com/datlechin/tablepro/compare/v0.17.0...v0.18.0
1052-
[0.17.0]: https://github.com/datlechin/tablepro/compare/v0.16.1...v0.17.0
1053-
[0.16.1]: https://github.com/datlechin/tablepro/compare/v0.16.0...v0.16.1
1054-
[0.16.0]: https://github.com/datlechin/tablepro/compare/v0.15.0...v0.16.0
1055-
[0.15.0]: https://github.com/datlechin/tablepro/compare/v0.14.1...v0.15.0
1056-
[0.14.1]: https://github.com/datlechin/tablepro/compare/v0.14.0...v0.14.1
1057-
[0.14.0]: https://github.com/datlechin/tablepro/compare/v0.13.0...v0.14.0
1058-
[0.13.0]: https://github.com/datlechin/tablepro/compare/v0.12.0...v0.13.0
1059-
[0.12.0]: https://github.com/datlechin/tablepro/compare/v0.11.1...v0.12.0
1060-
[0.11.1]: https://github.com/datlechin/tablepro/compare/v0.11.0...v0.11.1
1061-
[0.11.0]: https://github.com/datlechin/tablepro/compare/v0.10.0...v0.11.0
1062-
[0.10.0]: https://github.com/datlechin/tablepro/compare/v0.9.2...v0.10.0
1063-
[0.9.2]: https://github.com/datlechin/tablepro/compare/v0.9.1...v0.9.2
1064-
[0.9.1]: https://github.com/datlechin/tablepro/compare/v0.9.0...v0.9.1
1065-
[0.9.0]: https://github.com/datlechin/tablepro/compare/v0.8.0...v0.9.0
1066-
[0.8.0]: https://github.com/datlechin/tablepro/compare/v0.7.0...v0.8.0
1067-
[0.7.0]: https://github.com/datlechin/tablepro/compare/v0.6.4...v0.7.0
1068-
[0.6.4]: https://github.com/datlechin/tablepro/compare/v0.6.3...v0.6.4
1069-
[0.6.3]: https://github.com/datlechin/tablepro/compare/v0.6.2...v0.6.3
1070-
[0.6.2]: https://github.com/datlechin/tablepro/compare/v0.6.1...v0.6.2
1071-
[0.6.1]: https://github.com/datlechin/tablepro/compare/v0.6.0...v0.6.1
1072-
[0.6.0]: https://github.com/datlechin/tablepro/compare/v0.5.0...v0.6.0
1073-
[0.5.0]: https://github.com/datlechin/tablepro/compare/v0.4.0...v0.5.0
1074-
[0.4.0]: https://github.com/datlechin/tablepro/compare/v0.3.2...v0.4.0
1075-
[0.3.2]: https://github.com/datlechin/tablepro/compare/v0.3.1...v0.3.2
1076-
[0.3.1]: https://github.com/datlechin/tablepro/compare/v0.3.0...v0.3.1
1077-
[0.3.0]: https://github.com/datlechin/tablepro/compare/v0.2.0...v0.3.0
1078-
[0.2.0]: https://github.com/datlechin/tablepro/compare/v0.1.1...v0.2.0
1079-
[0.1.1]: https://github.com/datlechin/tablepro/compare/v0.1.0...v0.1.1
1080-
[0.1.0]: https://github.com/datlechin/tablepro/releases/tag/v0.1.0
1036+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.23.2...HEAD
1037+
[0.23.2]: https://github.com/TableProApp/TablePro/compare/v0.23.1...v0.23.2
1038+
[0.23.1]: https://github.com/TableProApp/TablePro/compare/v0.23.0...v0.23.1
1039+
[0.23.0]: https://github.com/TableProApp/TablePro/compare/v0.22.1...v0.23.0
1040+
[0.22.1]: https://github.com/TableProApp/TablePro/compare/v0.22.0...v0.22.1
1041+
[0.22.0]: https://github.com/TableProApp/TablePro/compare/v0.21.0...v0.22.0
1042+
[0.21.0]: https://github.com/TableProApp/TablePro/compare/v0.20.4...v0.21.0
1043+
[0.20.4]: https://github.com/TableProApp/TablePro/compare/v0.20.3...v0.20.4
1044+
[0.20.3]: https://github.com/TableProApp/TablePro/compare/v0.20.2...v0.20.3
1045+
[0.20.2]: https://github.com/TableProApp/TablePro/compare/v0.20.1...v0.20.2
1046+
[0.20.1]: https://github.com/TableProApp/TablePro/compare/v0.20.0...v0.20.1
1047+
[0.20.0]: https://github.com/TableProApp/TablePro/compare/v0.19.1...v0.20.0
1048+
[0.19.1]: https://github.com/TableProApp/TablePro/compare/v0.19.0...v0.19.1
1049+
[0.19.0]: https://github.com/TableProApp/TablePro/compare/v0.18.1...v0.19.0
1050+
[0.18.1]: https://github.com/TableProApp/TablePro/compare/v0.18.0...v0.18.1
1051+
[0.18.0]: https://github.com/TableProApp/TablePro/compare/v0.17.0...v0.18.0
1052+
[0.17.0]: https://github.com/TableProApp/TablePro/compare/v0.16.1...v0.17.0
1053+
[0.16.1]: https://github.com/TableProApp/TablePro/compare/v0.16.0...v0.16.1
1054+
[0.16.0]: https://github.com/TableProApp/TablePro/compare/v0.15.0...v0.16.0
1055+
[0.15.0]: https://github.com/TableProApp/TablePro/compare/v0.14.1...v0.15.0
1056+
[0.14.1]: https://github.com/TableProApp/TablePro/compare/v0.14.0...v0.14.1
1057+
[0.14.0]: https://github.com/TableProApp/TablePro/compare/v0.13.0...v0.14.0
1058+
[0.13.0]: https://github.com/TableProApp/TablePro/compare/v0.12.0...v0.13.0
1059+
[0.12.0]: https://github.com/TableProApp/TablePro/compare/v0.11.1...v0.12.0
1060+
[0.11.1]: https://github.com/TableProApp/TablePro/compare/v0.11.0...v0.11.1
1061+
[0.11.0]: https://github.com/TableProApp/TablePro/compare/v0.10.0...v0.11.0
1062+
[0.10.0]: https://github.com/TableProApp/TablePro/compare/v0.9.2...v0.10.0
1063+
[0.9.2]: https://github.com/TableProApp/TablePro/compare/v0.9.1...v0.9.2
1064+
[0.9.1]: https://github.com/TableProApp/TablePro/compare/v0.9.0...v0.9.1
1065+
[0.9.0]: https://github.com/TableProApp/TablePro/compare/v0.8.0...v0.9.0
1066+
[0.8.0]: https://github.com/TableProApp/TablePro/compare/v0.7.0...v0.8.0
1067+
[0.7.0]: https://github.com/TableProApp/TablePro/compare/v0.6.4...v0.7.0
1068+
[0.6.4]: https://github.com/TableProApp/TablePro/compare/v0.6.3...v0.6.4
1069+
[0.6.3]: https://github.com/TableProApp/TablePro/compare/v0.6.2...v0.6.3
1070+
[0.6.2]: https://github.com/TableProApp/TablePro/compare/v0.6.1...v0.6.2
1071+
[0.6.1]: https://github.com/TableProApp/TablePro/compare/v0.6.0...v0.6.1
1072+
[0.6.0]: https://github.com/TableProApp/TablePro/compare/v0.5.0...v0.6.0
1073+
[0.5.0]: https://github.com/TableProApp/TablePro/compare/v0.4.0...v0.5.0
1074+
[0.4.0]: https://github.com/TableProApp/TablePro/compare/v0.3.2...v0.4.0
1075+
[0.3.2]: https://github.com/TableProApp/TablePro/compare/v0.3.1...v0.3.2
1076+
[0.3.1]: https://github.com/TableProApp/TablePro/compare/v0.3.0...v0.3.1
1077+
[0.3.0]: https://github.com/TableProApp/TablePro/compare/v0.2.0...v0.3.0
1078+
[0.2.0]: https://github.com/TableProApp/TablePro/compare/v0.1.1...v0.2.0
1079+
[0.1.1]: https://github.com/TableProApp/TablePro/compare/v0.1.0...v0.1.1
1080+
[0.1.0]: https://github.com/TableProApp/TablePro/releases/tag/v0.1.0

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Static libs (`Libs/*.a`) are hosted on the `libs-v1` GitHub Release (not in git)
5555
shasum -a 256 Libs/*.a > Libs/checksums.sha256
5656
# 3. Recreate and upload the archive
5757
tar czf /tmp/tablepro-libs-v1.tar.gz -C Libs .
58-
gh release upload libs-v1 /tmp/tablepro-libs-v1.tar.gz --clobber --repo datlechin/TablePro
58+
gh release upload libs-v1 /tmp/tablepro-libs-v1.tar.gz --clobber --repo TableProApp/TablePro
5959
# 4. Commit the updated checksums
6060
git add Libs/checksums.sha256 && git commit -m "build: update static library checksums"
6161
```

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Drivers are `.tableplugin` bundles loaded at runtime. Create a new bundle under
9191

9292
## Reporting Bugs
9393

94-
Open a [GitHub issue](https://github.com/datlechin/TablePro/issues) with your macOS version, TablePro version, and reproduction steps. For database-specific bugs, include the database type and version.
94+
Open a [GitHub issue](https://github.com/TableProApp/TablePro/issues) with your macOS version, TablePro version, and reproduction steps. For database-specific bugs, include the database type and version.
9595

9696
## CLA
9797

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<p align="center">
1212
<a href="https://docs.tablepro.app">Documentation</a> ·
13-
<a href="https://github.com/datlechin/tablepro/releases">Download</a> ·
14-
<a href="https://github.com/datlechin/tablepro/issues">Report Bug</a>
13+
<a href="https://github.com/TableProApp/TablePro/releases">Download</a> ·
14+
<a href="https://github.com/TableProApp/TablePro/issues">Report Bug</a>
1515
</p>
1616

1717
<p align="center">
@@ -38,7 +38,7 @@ TablePro is a native macOS database client. Connects to MySQL, MariaDB, PostgreS
3838
brew install --cask tablepro
3939
```
4040

41-
Or download the DMG from [GitHub Releases](https://github.com/datlechin/tablepro/releases).
41+
Or download the DMG from [GitHub Releases](https://github.com/TableProApp/TablePro/releases).
4242

4343
## Documentation
4444

@@ -55,11 +55,11 @@ Thanks to these amazing people for supporting TablePro:
5555

5656
## Star History
5757

58-
<a href="https://www.star-history.com/?repos=datlechin%2FTablePro&type=date&legend=top-left">
58+
<a href="https://www.star-history.com/?repos=TableProApp%2FTablePro&type=date&legend=top-left">
5959
<picture>
60-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=datlechin/TablePro&type=date&theme=dark&legend=top-left" />
61-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=datlechin/TablePro&type=date&legend=top-left" />
62-
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=datlechin/TablePro&type=date&legend=top-left" />
60+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=TableProApp/TablePro&type=date&theme=dark&legend=top-left" />
61+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=TableProApp/TablePro&type=date&legend=top-left" />
62+
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=TableProApp/TablePro&type=date&legend=top-left" />
6363
</picture>
6464
</a>
6565

README.vi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<p align="center">
1212
<a href="https://docs.tablepro.app">Tài liệu</a> ·
13-
<a href="https://github.com/datlechin/tablepro/releases">Tải xuống</a> ·
14-
<a href="https://github.com/datlechin/tablepro/issues">Báo lỗi</a>
13+
<a href="https://github.com/TableProApp/TablePro/releases">Tải xuống</a> ·
14+
<a href="https://github.com/TableProApp/TablePro/issues">Báo lỗi</a>
1515
</p>
1616

1717
<p align="center">
@@ -34,7 +34,7 @@ TablePro là ứng dụng quản lý database native cho macOS. Kết nối MySQ
3434
brew install --cask tablepro
3535
```
3636

37-
Hoặc tải DMG từ [GitHub Releases](https://github.com/datlechin/tablepro/releases).
37+
Hoặc tải DMG từ [GitHub Releases](https://github.com/TableProApp/TablePro/releases).
3838

3939
## Tài liệu
4040

@@ -51,11 +51,11 @@ Cảm ơn những người tuyệt vời đã hỗ trợ TablePro:
5151

5252
## Lịch sử Star
5353

54-
<a href="https://www.star-history.com/?repos=datlechin%2FTablePro&type=date&legend=top-left">
54+
<a href="https://www.star-history.com/?repos=TableProApp%2FTablePro&type=date&legend=top-left">
5555
<picture>
56-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=datlechin/TablePro&type=date&theme=dark&legend=top-left" />
57-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=datlechin/TablePro&type=date&legend=top-left" />
58-
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=datlechin/TablePro&type=date&legend=top-left" />
56+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=TableProApp/TablePro&type=date&theme=dark&legend=top-left" />
57+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=TableProApp/TablePro&type=date&legend=top-left" />
58+
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=TableProApp/TablePro&type=date&legend=top-left" />
5959
</picture>
6060
</a>
6161

TablePro/Core/Plugins/Registry/DownloadCountService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class DownloadCountService {
1616
private static let logger = Logger(subsystem: "com.TablePro", category: "DownloadCountService")
1717

1818
// swiftlint:disable:next force_unwrapping
19-
private static let releasesURL = URL(string: "https://api.github.com/repos/datlechin/TablePro/releases?per_page=100")!
19+
private static let releasesURL = URL(string: "https://api.github.com/repos/TableProApp/TablePro/releases?per_page=100")!
2020

2121
private let session: URLSession
2222

TablePro/Core/Plugins/Registry/RegistryClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class RegistryClient {
2323
private static let logger = Logger(subsystem: "com.TablePro", category: "RegistryClient")
2424

2525
private static let defaultRegistryURL = URL(string:
26-
"https://raw.githubusercontent.com/datlechin/tablepro-plugins/main/plugins.json")! // swiftlint:disable:this force_unwrapping
26+
"https://raw.githubusercontent.com/TableProApp/plugins/main/plugins.json")! // swiftlint:disable:this force_unwrapping
2727

2828
static let customRegistryURLKey = "com.TablePro.customRegistryURL"
2929
private static let lastRegistryURLKey = "com.TablePro.lastRegistryURL"

0 commit comments

Comments
 (0)