Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
fce479a
Initial plan
Copilot Oct 7, 2025
aa8b979
Initial plan
Copilot Oct 7, 2025
8aa60a6
Initial plan: Fix web resource compare order
Copilot Oct 7, 2025
145f676
Fix: Reverse web resource compare order - Server (left) vs Local (right)
Copilot Oct 7, 2025
37841bb
Initial plan: Add error handling for web resource upload
Copilot Oct 7, 2025
4ece47d
Add error handling for web resource upload and publish operations
Copilot Oct 7, 2025
bfbdbca
Merge pull request #282 from Power-Maverick/copilot/fix-compare-local…
Power-Maverick Oct 7, 2025
1e13191
Initial plan
Copilot Oct 7, 2025
4f6a56e
Merge pull request #284 from Power-Maverick/copilot/fix-token-expirat…
Power-Maverick Oct 7, 2025
137f94f
Add token expiration tracking and visual indicators
Copilot Oct 7, 2025
8c67ee0
Add status bar update command and connection getter
Copilot Oct 7, 2025
4cfd2a9
Use existing dataverse-off.svg instead of creating new expired icons
Copilot Oct 7, 2025
ae3d8fa
Initial plan
Copilot Oct 8, 2025
17cadc8
Implement code changes to enhance functionality and improve performance
Power-Maverick Oct 8, 2025
acf0800
Add context update after linking web resources to fix Compare option …
Copilot Oct 8, 2025
8d44caa
Fix: Pass connection tree item parameter to connectDataverse command
Copilot Oct 8, 2025
160b5d3
Fix: Copy tokenExpiresAt to connection tree for expired state display
Copilot Oct 8, 2025
e76d7da
Add new orange/amber icon for expired connections
Copilot Oct 8, 2025
6352b6d
Merge pull request #287 from Power-Maverick/copilot/fix-connection-ti…
Power-Maverick Oct 9, 2025
40c0e38
Fix: Update context after TS/JS project initialization to show menu o…
Copilot Oct 9, 2025
c964840
Fix: Update command registration and improve status bar text for conn…
Power-Maverick Oct 9, 2025
542e5d0
Merge pull request #291 from Power-Maverick/copilot/fix-connection-ti…
Power-Maverick Oct 9, 2025
2b91e27
Merge pull request #289 from Power-Maverick/copilot/fix-compare-optio…
Power-Maverick Oct 9, 2025
0cffb99
Add LICENSE file
Power-Maverick Oct 9, 2025
e9dfd96
Delete LICENSE
Power-Maverick Oct 9, 2025
21e53df
Add GNU General Public License v3
Power-Maverick Oct 9, 2025
c3f8bf7
Initial plan
Copilot Oct 9, 2025
8790e4a
docs: Update README with features and fixes from v2.2.1 to v2.2.5
Copilot Oct 9, 2025
d73b251
style: Apply prettier formatting to README
Copilot Oct 9, 2025
727c69f
Merge pull request #293 from Power-Maverick/copilot/update-readme-for…
Power-Maverick Oct 9, 2025
a67b0d5
Update webResourceHelper.ts
Power-Maverick Oct 9, 2025
fbdbe1b
docs: Update README for version 2.2.6 with new features and improvements
Power-Maverick Oct 10, 2025
c38a055
Bump version to 2.2.6 and add icons for various components in the Dat…
Power-Maverick Oct 10, 2025
493b110
Restore Recent Updates section for v2.2.6
Power-Maverick Oct 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
Expand Down
237 changes: 125 additions & 112 deletions CHANGELOG.md

Large diffs are not rendered by default.

695 changes: 674 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
<a href="https://github.com/Power-Maverick/DataverseDevTools-VSCode/discussions/categories/q-a">Support</a>
</h3>

> Do check-out the [planned features](#-planned-features) list. We need your help to complete these planned features.

**Table of contents**

- [🆕 Recent Updates (v2.2.6)](#-recent-updates-v226)
- [What's New](#whats-new)
- [⚙ Features](#-features)
- [Connect to your Dataverse environment](#connect-to-your-dataverse-environment)
- [Remembers the connected environment per workspace](#remembers-the-connected-environment-per-workspace)
Expand Down Expand Up @@ -85,15 +85,25 @@
- [📃 License](#-license)
- [✍ Credits](#-credits)

## 🆕 Recent Updates (v2.2.6)

### What's New

- **Improved Comparison of files between local and server**: The tool now correctly shows file from server on the left-side and compares with the local file on the right-side. This is equivalent to GitHub compare where the incoming files are shown on the left and local changes are shown on the right.
- **Automatic Token Expiration Monitoring**: Implemented automatic token expiration monitoring with user notifications as well as visual indication on the Connection. Any connection that has a token expired will now been shown in "amber" colored Dataverse icon.
- **Stability Improvements**:
- Fixed web resource upload issue when connection was timed out ([#283](https://github.com/Power-Maverick/DataverseDevTools-VSCode/issues/283))
- Various performance and security enhancements

## ⚙ Features

### Connect to your Dataverse environment

There are 3 ways you can connect to your Dataverse Environment.
There are 4 ways you can connect to your Dataverse Environment.

| Connection Type | Description |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Microsoft Login Prompt (Recommended) | Uses Microsoft Dev App Id. This connection will work with MFA-enabled authentication as well. |
| Microsoft Login Prompt (Recommended) | Uses Dataverse Dev Client Id for authentication. This connection will work with MFA-enabled authentication as well. **Improved in v2.2.4** with enhanced authentication flow. |
| Username & Password | This works with environments without MFA-enabled and needs no extra configuration. |
| Client Id & Secret | This works with MFA-enabled authentication but needs extra configuration of Azure AD App Registration. To know more on app registration process [read here](https://docs.microsoft.com/en-us/powerapps/developer/data-platform/walkthrough-register-app-azure-active-directory?WT.mc_id=BA-MVP-5003877). |
| Azure | If you are already logged in inside VSCode using Az extension, Azure CLI or Azure PowerShell, you can leverage Azure Identity Framework to get authenticated against Dataverse. The developer has to use the same account for both Azure and Power Platform for this work (thanks to [Natraj Yegnaraman](https://github.com/rajyraman) for this method). This is a single-click authentication method with no prompts. |
Expand Down Expand Up @@ -135,6 +145,8 @@ Typings help you write early-bound code. And with the help of `@types/xrm` you c

**Typings are also integrated with [`@types/xrm`](https://www.npmjs.com/package/@types/xrm)**

**Enhanced in v2.2.3:** Typings now include entity attribute metadata, providing more detailed information about entity attributes including attribute type names and relationships.

![Typings](https://github.com/Power-Maverick/DataverseDevTools-VSCode/blob/main/assets/GenerateTypings.gif?raw=true)

### Intellisense for type generated
Expand Down Expand Up @@ -167,6 +179,8 @@ Once you build your project you can upload your script directly from the VS Code

You can launch your favorite Power Platform tools right from VSCode. Below are the list of currently integrated tools with DVDT.

> **UI Enhancement (v2.2.5)**: All tool views now feature modern themed interfaces that automatically adapt to your VS Code theme (light/dark mode).

| Tool Name | Author |
| ------------------------ | ------------ |
| Dataverse REST Builder | Guido Preite |
Expand Down
Loading