[PR #1337] [MERGED] fix(cli): normalize paths when creating docker image #1384

Closed
opened 2026-02-15 20:15:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1337
Author: @dqbd
Created: 7/3/2025
Status: Merged
Merged: 7/3/2025
Merged by: @dqbd

Base: mainHead: dqbd/cli-windows-fix


📝 Commits (5)

  • 084ea49 fix(cli): normalize paths when creating docker image
  • 5b65b25 Shorten the TTL
  • 6c481c1 Ensure we properly reference tsx
  • f5c0b5d Make timeouts way more slower for Windows
  • 92ac0c7 2x the timeout again

📊 Changes

5 files changed (+58 additions, -24 deletions)

View changed files

📝 libs/checkpoint/src/tests/cache.test.ts (+1 -1)
📝 libs/langgraph-api/tests/api.test.mts (+11 -4)
📝 libs/langgraph-api/tests/auth.test.mts (+11 -4)
📝 libs/langgraph-cli/src/docker/docker.mts (+28 -8)
📝 libs/langgraph-cli/tests/config.test.mts (+7 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1337 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/cli-windows-fix` --- ### 📝 Commits (5) - [`084ea49`](https://github.com/langchain-ai/langgraphjs/commit/084ea49b4c970a6102e01d37843357fd60c9f6ec) fix(cli): normalize paths when creating docker image - [`5b65b25`](https://github.com/langchain-ai/langgraphjs/commit/5b65b25c2412e5c93ab55ff317fc1f90bed03d62) Shorten the TTL - [`6c481c1`](https://github.com/langchain-ai/langgraphjs/commit/6c481c1018dab489849bee7f877e77b7d76dffb6) Ensure we properly reference tsx - [`f5c0b5d`](https://github.com/langchain-ai/langgraphjs/commit/f5c0b5d93642a541d9026c2d6330620796096485) Make timeouts way more slower for Windows - [`92ac0c7`](https://github.com/langchain-ai/langgraphjs/commit/92ac0c7c84ae9bfc7f848eeaae231b20d0e54030) 2x the timeout again ### 📊 Changes **5 files changed** (+58 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/tests/cache.test.ts` (+1 -1) 📝 `libs/langgraph-api/tests/api.test.mts` (+11 -4) 📝 `libs/langgraph-api/tests/auth.test.mts` (+11 -4) 📝 `libs/langgraph-cli/src/docker/docker.mts` (+28 -8) 📝 `libs/langgraph-cli/tests/config.test.mts` (+7 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:32 -05:00
yindo closed this issue 2026-02-15 20:15:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1384