Skip to content

Commit 4551275

Browse files
committed
make project name to be more precise
1 parent 357bc3f commit 4551275

File tree

35 files changed

+59
-56
lines changed

35 files changed

+59
-56
lines changed

.github/workflows/publish-go-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
body: |
5858
## Changes in this release
5959
60-
This release includes updates to the Temporal Workflow Debugger Go replayer adapter.
60+
This release includes updates to the Temporal Workflow Replay Debugger Go replayer adapter.
6161
6262
### Package: temporal-replayer-adapter-go
6363
@@ -68,7 +68,7 @@ jobs:
6868
### Installation
6969
7070
```bash
71-
go get github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go@${{ github.ref_name }}
71+
go get github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go@${{ github.ref_name }}
7272
```
7373
draft: false
7474
prerelease: false

.github/workflows/publish-jetbrains-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload plugin artifact
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: temporal-workflow-debugger-plugin
56+
name: temporal-workflow-replay-debugger-plugin
5757
path: jetbrains-plugin/build/distributions/*.zip
5858

5959
- name: Publish to JetBrains Marketplace

.github/workflows/publish-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
body: |
8181
## Changes in this release
8282
83-
This release includes updates to the Temporal Workflow Debugger Node.js replayer adapter.
83+
This release includes updates to the Temporal Workflow Replay Debugger Node.js replayer adapter.
8484
8585
### Package: @phuongdnguyen/replayer-adapter-nodejs
8686

.github/workflows/publish-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
body: |
7676
## Changes in this release
7777
78-
This release includes updates to the Temporal Workflow Debugger Python replayer adapter.
78+
This release includes updates to the Temporal Workflow Replay Debugger Python replayer adapter.
7979
8080
### Package: temporal-replayer-adapter-python
8181

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
This document tracks user-facing changes, new features, and important updates to the Temporal Workflow Debugger.
3+
This document tracks user-facing changes, new features, and important updates to the Temporal Workflow Replay Debugger.
44

55
## [0.0.1-rc.1] - 2025-08-05
66

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Temporal Workflow Replay Debugger
12
<img src="docs/images/logo.svg" alt="Temporal Debugger Logo" width="200">
23

3-
<a href="https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-debugger"><img src="https://img.shields.io/badge/Install%20from%20VS%20Code%20Marketplace-007ACC?logo=visual-studio-code&logoColor=white" alt="Install from VS Code Marketplace"></a>
4-
[![Go Replayer](https://pkg.go.dev/badge/github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go.svg)](https://pkg.go.dev/github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go)
4+
<a href="https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-replay-debugger"><img src="https://img.shields.io/badge/Install%20from%20VS%20Code%20Marketplace-007ACC?logo=visual-studio-code&logoColor=white" alt="Install from VS Code Marketplace"></a>
5+
[![Go Replayer](https://pkg.go.dev/badge/github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go.svg)](https://pkg.go.dev/github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go)
56
[![Python Replayer](https://badge.fury.io/py/temporal-replayer-adapter-python.svg)](https://badge.fury.io/py/temporal-replayer-adapter-python)
67
[![Typescript Replayer](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs.svg)](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs)
78

@@ -26,7 +27,7 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
2627

2728
### Prerequisites
2829

29-
1. **Install tdlv debugger** from [GitHub Release](https://github.com/phuongdnguyen/temporal-workflow-debugger/releases/tag/tdlv-v0.0.2)
30+
1. **Install tdlv debugger** from [GitHub Release](https://github.com/phuongdnguyen/temporal-workflow-replay-debugger/releases/tag/tdlv-v0.0.2)
3031

3132
Verify installation:
3233
```bash
@@ -53,12 +54,12 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
5354
### IDE Plugins
5455

5556
**VS Code** :
56-
<a href="https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-debugger"><img src="https://img.shields.io/badge/Install%20from%20VS%20Code%20Marketplace-007ACC?logo=visual-studio-code&logoColor=white" alt="Install from VS Code Marketplace"></a>
57+
<a href="https://marketplace.visualstudio.com/items?itemName=phuongdnguyen.temporal-workflow-replay-debugger"><img src="https://img.shields.io/badge/Install%20from%20VS%20Code%20Marketplace-007ACC?logo=visual-studio-code&logoColor=white" alt="Install from VS Code Marketplace"></a>
5758

5859
### Replayers
5960

6061
**Use language-specific replayers to debug your workflows:**
61-
- **Go**: [github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go](https://pkg.go.dev/github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go) [![Go Reference](https://pkg.go.dev/badge/github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go.svg)](https://pkg.go.dev/github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go)
62+
- **Go**: [github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go](https://pkg.go.dev/github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go) [![Go Reference](https://pkg.go.dev/badge/github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go.svg)](https://pkg.go.dev/github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go)
6263
- **Python**: [temporal-replayer-adapter-python](https://pypi.org/project/temporal-replayer-adapter-python/) [![PyPI version](https://badge.fury.io/py/temporal-replayer-adapter-python.svg)](https://badge.fury.io/py/temporal-replayer-adapter-python)
6364
- **TypeScript**: [@phuongdnguyen/replayer-adapter-nodejs](https://www.npmjs.com/package/@phuongdnguyen/replayer-adapter-nodejs) [![npm version](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs.svg)](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs)
6465

@@ -104,19 +105,19 @@ Create a small `replayer.ts` in your project that runs the Tyepscript replayer a
104105
npm i @phuongdnguyen/replayer-adapter-nodejs --save
105106
```
106107

107-
2. Install the debugger [tdlv](https://github.com/phuongdnguyen/temporal-workflow-debugger/releases/tag/tdlv-v0.0.2) and add it to PATH
108+
2. Install the debugger [tdlv](https://github.com/phuongdnguyen/temporal-workflow-replay-debugger/releases/tag/tdlv-v0.0.2) and add it to PATH
108109
3. Verify tldv is installed in PATH
109110

110111
```
111112
tdlv --help
112113
Missing required flags: -lang
113114
114-
Tdlv (Temporal delve) is a temporal workflow debugger
115+
Tdlv (Temporal delve) is a workflow-awared debugger
115116
116117
Usage: tdlv [options]
117118
118119
-help
119-
Tdlv (Temporal delve) is a temporal workflow debugger, provide ability to focus on user workflow code in debug sessions (alias: -h)
120+
Tdlv (Temporal delve) is a workflow-awared debugger, provide ability to focus on user workflow code in debug sessions (alias: -h)
120121
-install
121122
auto-install missing language debuggers
122123
-lang string
@@ -167,7 +168,7 @@ _Note that the file must be within your project directory so it can find `node_m
167168
1. Get the replayer code
168169

169170
```
170-
go get -u github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go@latest
171+
go get -u github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go@latest
171172
```
172173

173174
2. Create a small `main.go` in your project that runs the Go replayer adapter in IDE mode and registers your workflow function, for example:
@@ -177,7 +178,7 @@ package main
177178

178179
import (
179180
"go.temporal.io/sdk/worker"
180-
replayer_adapter_go "github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go"
181+
replayer_adapter_go "github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go"
181182
"example/pkg/workflows"
182183
)
183184

example/go/simple-workflow/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.23.11
66

77
require (
8-
github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e
8+
github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e
99
go.temporal.io/sdk v1.35.0
1010
)
1111

example/go/simple-workflow/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
5353
github.com/nexus-rpc/sdk-go v0.4.0 h1:A/IjWWAiWecnYnt7uI0Cw6ci6zJwaM9Ma3q4hDDxUVc=
5454
github.com/nexus-rpc/sdk-go v0.4.0/go.mod h1:TpfkM2Cw0Rlk9drGkoiSMpFqflKTiQLWUNyKJjF8mKQ=
5555
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
56-
github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e h1:73h8IiobFiP2l7RPEHkvR9jCC8Ao3hFZkuhTSE7WuXA=
57-
github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e/go.mod h1:gyRBl1MlJuUQqrM2fwQA/ndh7XZ7HU19Hd6YbK3tf0o=
56+
github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e h1:73h8IiobFiP2l7RPEHkvR9jCC8Ao3hFZkuhTSE7WuXA=
57+
github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e/go.mod h1:gyRBl1MlJuUQqrM2fwQA/ndh7XZ7HU19Hd6YbK3tf0o=
5858
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
5959
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
6060
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

example/go/simple-workflow/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"go.temporal.io/sdk/worker"
55

6-
"github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go"
6+
"github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go"
77
)
88

99
func main() {

example/go/structured-workflow/replay-debug-ide-integrated/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
1919
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
2020
github.com/nexus-rpc/sdk-go v0.4.0 // indirect
21-
github.com/phuongdnguyen/temporal-workflow-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e // indirect
21+
github.com/phuongdnguyen/temporal-workflow-replay-debugger/replayer-adapter-go v0.0.0-20250815104817-6346dbedc12e // indirect
2222
github.com/pmezard/go-difflib v1.0.0 // indirect
2323
github.com/robfig/cron v1.2.0 // indirect
2424
github.com/stretchr/objx v0.5.2 // indirect

0 commit comments

Comments
 (0)