[PR #2125] [MERGED] Add some ETL around profile, control and connection creation #24822

Open
opened 2026-01-31 09:05:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2125
Author: @DHowett-MSFT
Created: 7/27/2019
Status: Merged
Merged: 7/30/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/etl


📝 Commits (4)

  • 2f3652c Add some ETL around profile and connection creation
  • a350675 PR feedback, tabs in titlebar event
  • 4ab8963 Merge remote-tracking branch 'github/master' into github-master
  • 4b4a64e Synthesized guid?

📊 Changes

11 files changed (+122 additions, -21 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+24 -17)
📝 src/cascadia/TerminalApp/App.h (+1 -1)
📝 src/cascadia/TerminalApp/Profile.cpp (+7 -0)
📝 src/cascadia/TerminalApp/TerminalApp.vcxproj (+4 -0)
src/cascadia/TerminalApp/init.cpp (+31 -0)
📝 src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj (+1 -0)
📝 src/cascadia/TerminalApp/lib/pch.h (+1 -1)
📝 src/cascadia/TerminalControl/TermControl.cpp (+17 -2)
📝 src/cascadia/TerminalControl/TerminalControl.vcxproj (+1 -0)
src/cascadia/TerminalControl/init.cpp (+31 -0)
📝 src/cascadia/TerminalControl/pch.h (+4 -0)

📄 Description

Summary of the Pull Request

This pull request adds some logging around profile and tab creation. We'd like to learn what default settings people are using so that we can inform discussions like #1417.

PR Checklist

  • I've discussed this with core contributors already.

Validation Steps Performed

Looked at the generated ETL.


🔄 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/microsoft/terminal/pull/2125 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 7/27/2019 **Status:** ✅ Merged **Merged:** 7/30/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/etl` --- ### 📝 Commits (4) - [`2f3652c`](https://github.com/microsoft/terminal/commit/2f3652cbbce06e31c96981f89b7863bf6e12f0a5) Add some ETL around profile and connection creation - [`a350675`](https://github.com/microsoft/terminal/commit/a350675f6b04c1a01f6e24dd6adb99ada3f76391) PR feedback, tabs in titlebar event - [`4ab8963`](https://github.com/microsoft/terminal/commit/4ab8963ef2f90e2fe9516b6e8541b698bb58b451) Merge remote-tracking branch 'github/master' into github-master - [`4b4a64e`](https://github.com/microsoft/terminal/commit/4b4a64e17dc8072209689790bc246e335e8e7d9f) Synthesized guid? ### 📊 Changes **11 files changed** (+122 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+24 -17) 📝 `src/cascadia/TerminalApp/App.h` (+1 -1) 📝 `src/cascadia/TerminalApp/Profile.cpp` (+7 -0) 📝 `src/cascadia/TerminalApp/TerminalApp.vcxproj` (+4 -0) ➕ `src/cascadia/TerminalApp/init.cpp` (+31 -0) 📝 `src/cascadia/TerminalApp/lib/TerminalAppLib.vcxproj` (+1 -0) 📝 `src/cascadia/TerminalApp/lib/pch.h` (+1 -1) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+17 -2) 📝 `src/cascadia/TerminalControl/TerminalControl.vcxproj` (+1 -0) ➕ `src/cascadia/TerminalControl/init.cpp` (+31 -0) 📝 `src/cascadia/TerminalControl/pch.h` (+4 -0) </details> ### 📄 Description ## Summary of the Pull Request This pull request adds some logging around profile and tab creation. We'd like to learn what default settings people are using so that we can inform discussions like #1417. ## PR Checklist * [x] I've discussed this with core contributors already. ## Validation Steps Performed Looked at the generated ETL. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:05:33 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24822