Skip to content

Commit 57cb4bf

Browse files
committed
move jetbrains plugin to https://github.com/phuongdnguyen/taiga
1 parent 5189123 commit 57cb4bf

23 files changed

+2
-5316
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[![Typescript Replayer](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs.svg)](https://badge.fury.io/js/@phuongdnguyen%2Freplayer-adapter-nodejs)
99

1010
## Introduction
11-
TLDR: watch the [demo](https://www.youtube.com/watch?v=8XKKz0iotow&t=50s).
1211

1312
A comprehensive debugging solution that enables step-through debugging of [Temporal](https://github.com/temporalio/temporal) workflows. Unlike traditional debuggers that aren't aware of Temporal's execution model, this debugger provides a seamless development experience by allowing you to set breakpoints, inspect variables, and trace execution flow within your workflow code.
1413

@@ -20,7 +19,7 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
2019

2120
## Key Features
2221

23-
- **Multi-language Support**: Works with Go, TypeScript/Node.js, and Python via adapters
22+
- **Multi-language Support**: Works with Go, TypeScript/Node.js, and Python
2423
- **VS Code Extension**: Open a panel, load history, set event breakpoints, and replay with your adapter
2524
- **History Event-based Breakpoints**: Set breakpoints on specific workflow history events
2625

@@ -52,18 +51,6 @@ This debugger solves these challenges by leveraging the **workflow replayer** -
5251
tdlv --lang=go --install
5352
```
5453

55-
### IDE Plugins
56-
57-
**VS Code** :
58-
<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>
59-
60-
### Replayers
61-
62-
**Use language-specific replayers to debug your workflows:**
63-
- **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)
64-
- **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)
65-
- **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)
66-
6754
## Usage
6855

6956
### VS Code
@@ -98,7 +85,7 @@ Tested language version
9885

9986
#### TypeScript
10087

101-
Create a small `replayer.ts` in your project that runs the Tyepscript replayer adapter in IDE mode and registers your workflow function, for example:
88+
Create a small `replayer.ts` in your project that runs the Typescript replayer adapter in IDE mode and registers your workflow function, for example:
10289

10390
1. Install the replayer first:
10491

@@ -351,7 +338,6 @@ This approach provides accurate debugging of the exact execution that occurred,
351338
### Project Structure
352339

353340
- **tdlv/**: Intercept message from language debugger
354-
- **jetbrains-plugin/**: JetBrains Plugin (support Go)
355341
- **vscode-debugger-extension**: VS Code Extension (support Go, Python, Js/TS)
356342
- **replayer-adapter-go/**: Inject sentinel breakpoints for Temporal Go SDK
357343
- **replayer-adapter-python/**: Inject sentinel breakpoints for Temporal Python SDK

jetbrains-plugin/README.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

jetbrains-plugin/build.gradle.kts

Lines changed: 0 additions & 55 deletions
This file was deleted.
-62.2 KB
Binary file not shown.

jetbrains-plugin/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)