Skip to content

Commit b67a3c1

Browse files
committed
Revert "Merge pull request #15 from Azure-Samples/feature/smart-chuncking-with-dotnet-java"
This reverts commit cf781d0, reversing changes made to d61db48.
1 parent 53e5bf3 commit b67a3c1

File tree

92 files changed

+3540
-34821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+3540
-34821
lines changed

.devcontainer/Dockerfile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,13 @@ RUN echo 'echo ""' >> /home/vscode/.bashrc && \
5454
echo 'echo "║ 🚀 COBOL Migration Dev Container Ready! ║"' >> /home/vscode/.bashrc && \
5555
echo 'echo "╚══════════════════════════════════════════════════════════╝"' >> /home/vscode/.bashrc && \
5656
echo 'echo ""' >> /home/vscode/.bashrc && \
57-
echo 'echo "⚠️ SETUP REQUIRED:"' >> /home/vscode/.bashrc && \
58-
echo 'echo " Edit Config/appsettings.json and add your Azure OpenAI keys"' >> /home/vscode/.bashrc && \
59-
echo 'echo " 💡 Recommended: 1M+ TPM quota for best performance"' >> /home/vscode/.bashrc && \
60-
echo 'echo ""' >> /home/vscode/.bashrc && \
6157
echo 'echo "📊 Quick Commands:"' >> /home/vscode/.bashrc && \
62-
echo 'echo " ./doctor.sh run - Start full migration (interactive)"' >> /home/vscode/.bashrc && \
63-
echo 'echo " ./doctor.sh portal - Launch web portal only"' >> /home/vscode/.bashrc && \
64-
echo 'echo " ./doctor.sh reverse-eng - Business logic extraction"' >> /home/vscode/.bashrc && \
65-
echo 'echo " demo - Run demo with sample COBOL"' >> /home/vscode/.bashrc && \
66-
echo 'echo " verify-setup - Check if everything is configured"' >> /home/vscode/.bashrc && \
58+
echo 'echo " demo - Start demo with existing data (runs ./helper-scripts/demo.sh)"' >> /home/vscode/.bashrc && \
59+
echo 'echo " migration-run - Run full COBOL migration"' >> /home/vscode/.bashrc && \
60+
echo 'echo " reverse-eng - Run reverse engineering"' >> /home/vscode/.bashrc && \
61+
echo 'echo " portal-start - Start web portal manually"' >> /home/vscode/.bashrc && \
62+
echo 'echo " verify-setup - Check if everything is configured"' >> /home/vscode/.bashrc && \
63+
echo 'echo " neo4j-status - Check Neo4j container status"' >> /home/vscode/.bashrc && \
6764
echo 'echo ""' >> /home/vscode/.bashrc && \
6865
echo 'echo "🌐 Endpoints:"' >> /home/vscode/.bashrc && \
6966
echo 'echo " Portal: http://localhost:5028"' >> /home/vscode/.bashrc && \

0 commit comments

Comments
 (0)