## 1.115.0

This commit is contained in:
Mike Phares 2025-04-10 20:03:31 -07:00
parent 14332079cb
commit 07b932e913
3 changed files with 10 additions and 6 deletions

View File

@ -221,8 +221,12 @@ None
- Close active after opening Sub-Kanban when directory found - Close active after opening Sub-Kanban when directory found
## 1.118.0 1741303103654 = 638768999036540000 = 2025-0.Winter = Thu Mar 06 2025 16:18:23 GMT-0700 (Mountain Standard Time) ## 1.118.0 1741303103654 = 638768999036540000 = 2025-0.Winter = Thu Mar 06 2025 16:18:23 GMT-0700 (Mountain Standard Time)
----------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------
- Add search page for Backlog - Add search page for Backlog
## 1.119.0 1744337196592 = 638799339965920000 = 2025-1.Spring = Thu Apr 10 2025 19:06:36 GMT-0700 (Mountain Standard Time)
-----------------------------------------------------------------------------------------------------------
- Changed ADO Priority servers

View File

@ -2,13 +2,13 @@ $(document).ready(function () {
const fromHtml = true; const fromHtml = true;
const username = _webviewUsername; const username = _webviewUsername;
const machineId = _webviewMachineId; const machineId = _webviewMachineId;
const windowLocationHRef = window.location.href + '?site=' + _webviewSite + 'view=' + _webviewView;
const baseUri = 'https://eaf-dev.mes.infineon.com'; const baseUri = 'https://eaf-dev.mes.infineon.com';
const apiUrl = 'https://oi-metrology-viewer-prod.mes.infineon.com:4438/api/v1/ado/'; const apiUrl = 'https://eaf-dev.mes.infineon.com/api/v1/ado/';
const windowLocationHRef = window.location.href + '?site=' + _webviewSite + 'view=' + _webviewView;
const signalRUrl = baseUri + '/signalr'; const signalRUrl = baseUri + '/signalr';
const workItems = { const workItems = {
a: baseUri + '/markdown/bugs-features-with-parents.json?v=2025-01-22-10-49', a: baseUri + '/markdown/bugs-features-with-parents.json?v=2025-04-10-15-59',
b: baseUri + '/markdown/{[]}.json?v=2025-01-22-10-49' b: baseUri + '/markdown/{[]}.json?v=2025-04-10-15-59'
}; };
const b = { const b = {
page: 'business', page: 'business',

View File

@ -333,5 +333,5 @@
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"", "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
"webpack": "webpack --config ./build/node-extension.webpack.config.js" "webpack": "webpack --config ./build/node-extension.webpack.config.js"
}, },
"version": "1.118.0" "version": "1.119.0"
} }