Releases: expertasolutions/AzDo.VstsDashboard
Releases · expertasolutions/AzDo.VstsDashboard
1.23342.45
1.23342.43
1.23316.44
Issues fixes
-
Issue0177
- Add Re-Activation message, in order to prepare the field for the new Release with Yaml Pipeline Stage Deployment Health
- Add back the option to Sent a request button.
1.22036.15
Issues fixes
-
Issue0158
- Fix the limitation of the default 100 Projects load from Azure DevOps Rest API
- Integrated various security fix
1.21122.6
1.20210.8
1.20209.3
Issues fixes
-
Issue0141
- Projects selection now set to be store as user perferences in Azure DevOps/Azure DevOps Server
- The scope "vso.extension.data_write" as been added to store extension data. Don't forget to Authorize the Extension permissions.
-
Issue0137
- "Status Order" filter selection now set to be store as user perferences in Azure DevOps/Azure DevOps Server
- In addition to this issue, "With deployment only" & "Show all deployments" filter has been also store into user preferences extension data.
- Data Synchronization time has been reduced from 10seconds to 5seconds
-
Issue0139
-
Issue0136
- Regex Search is activated on these fields
- Build Definition|Pipeline Name
- Build generated name
- Branch name
- Regex Search is activated on these fields
All these issues are part of the milestone ReleaseAugust2020
1.20166.7
1.20132.12
Issues fixes
-
Issue0107
- According to the use of npm azure-devops-extension-api module, there no possibility to use back this extension with the capability to choose which 'api-version' the module make request to the Azure DevOps Rest API call. The 'api-version' is currently hard-coded in the azure-devops-extension-api node module. To make it work with previous version, I should need to downgrade the current 'azure-devops-extension-api' package, which I don't want to do, because in the moment I want to make sure to make it works properly on the current Azure DevOps Server and Azure DevOps online service.
- Assign a minimal demand to api-version >= 5.1 to only support Azure DevOps Online and Azure DevOps Server higher than version 17.153.*. For more inforamtion about Azure DevOps Server version, please refer to this version list
-
Issue0117
-
Issue0126
- Convert Classic Release Pipeline to CI/CD Yaml Pipeline
-
Other changes
- UI display fix when no data is found.
-
Packages Dependencies update
- Update azure-devops-extension-api from 1.150.0 to 1.153.2
- Npm audit fix, reducing the number vulnerabilities from 39500 to 322
All these issues are part of the milestone Delivery-200507
1.20115.51
Issues fixes
-
Issue0109
-
Issue0113
- On 'All Runs', Fix the duplication of two differents status for the same build run.
-
Issue0115
-
Other changes
-
Globally:
- Move 'Duration' field on the same line of pipeline 'start time'
- Review columns width on 'Summary' and 'All Runs' views
- Move 'send a request' from the header to the same level of 'fullscreen' mode option
- 'Send a request' icon redirect directly to GitHub project new issue page
-
On 'Summary' view':
- 'Failure/Partial on top' dropdownlist has been renamed to 'Cancelled/Failed/Partial on top'
- Fix the problems of Pipeline wasn't properly showed on top when in 'Pending/Running' status
-
On 'All Runs' view:
- Add the link to the Build Definition Reference
- Add a 'Zero Data' message when no builds is present
- When a Team project is unselected, related build are removed from the view
-