[PR #854] [MERGED] cli: Add back up #1733

Closed
opened 2026-02-20 17:45:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/854
Author: @nfcampos
Created: 6/27/2024
Status: Merged
Merged: 6/27/2024
Merged by: @nfcampos

Base: mainHead: revert-838-nc/26jun/cli-test-build


📝 Commits (9)

📊 Changes

7 files changed (+703 additions, -20 deletions)

View changed files

📝 libs/cli/langgraph_cli/cli.py (+200 -0)
📝 libs/cli/langgraph_cli/config.py (+4 -13)
📝 libs/cli/langgraph_cli/docker.py (+116 -1)
libs/cli/tests/unit_tests/test_cli.py (+103 -0)
📝 libs/cli/tests/unit_tests/test_config.json (+3 -5)
📝 libs/cli/tests/unit_tests/test_config.py (+176 -1)
libs/cli/tests/unit_tests/test_docker.py (+101 -0)

📄 Description

Reverts langchain-ai/langgraph#838


🔄 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/langgraph/pull/854 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `revert-838-nc/26jun/cli-test-build` --- ### 📝 Commits (9) - [`1d05f69`](https://github.com/langchain-ai/langgraph/commit/1d05f69011d2aa8762fb57b3d4218c4e52ae5c50) Revert "cli: Reduce to test and build commands (#838)" - [`60cf10f`](https://github.com/langchain-ai/langgraph/commit/60cf10f09fa6a6ce4c6aefb1b0d09f6033ee93cd) Undo - [`116344d`](https://github.com/langchain-ai/langgraph/commit/116344d9ab68a59e2a8b95f1651ac9ae70d0df64) Undo - [`b429fcf`](https://github.com/langchain-ai/langgraph/commit/b429fcfa122d62f20c24d4fdd4d64d0abe8f6380) Undo - [`fc4f2ff`](https://github.com/langchain-ai/langgraph/commit/fc4f2ffbdc6ce177ab1aa72f1a82b11123b001f9) Fix - [`95d6d09`](https://github.com/langchain-ai/langgraph/commit/95d6d09f88a78d5759e3ef910c4440901b50314a) Fix - [`905c0cd`](https://github.com/langchain-ai/langgraph/commit/905c0cd9a7412cabdd78719d8d266afaf1a85c08) Add license key admonition - [`44b8cac`](https://github.com/langchain-ai/langgraph/commit/44b8cac38bb99e436e575e2f8e17f05add4dedd7) Quote env vars - [`4e7138e`](https://github.com/langchain-ai/langgraph/commit/4e7138ef26913aafab06594e061dd8510b35efec) Test ### 📊 Changes **7 files changed** (+703 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/langgraph_cli/cli.py` (+200 -0) 📝 `libs/cli/langgraph_cli/config.py` (+4 -13) 📝 `libs/cli/langgraph_cli/docker.py` (+116 -1) ➕ `libs/cli/tests/unit_tests/test_cli.py` (+103 -0) 📝 `libs/cli/tests/unit_tests/test_config.json` (+3 -5) 📝 `libs/cli/tests/unit_tests/test_config.py` (+176 -1) ➕ `libs/cli/tests/unit_tests/test_docker.py` (+101 -0) </details> ### 📄 Description Reverts langchain-ai/langgraph#838 --- <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-20 17:45:26 -05:00
yindo closed this issue 2026-02-20 17:45:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1733