Skip to content

Releases: expertasolutions/AzDo.VstsDashboard

1.23342.45

08 Dec 16:56
834083f
Compare
Choose a tag to compare

Issues fixes

  • Issue0170

    • Add Pipeline Stage Deployment Health (Stage Status) visible under 'Deployment Health Columns.
    • Refactor general UI
  • Issue0180

    • Persist the last selected View (Summary|All Runs) selected by the user.

1.23342.43

08 Dec 16:21
970d632
Compare
Choose a tag to compare

Issues fixes

  • Issue0170

    • Add Pipeline Stage Deployment Health (Stage Status) visible under 'Deployment Health Columns.
    • Refactor general UI
  • Issue0180

    • Persist the last selected View (Summary|All Runs) selected by the user.

1.23316.44

12 Nov 22:52
15969d5
Compare
Choose a tag to compare

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

05 Feb 16:48
6c35fa4
Compare
Choose a tag to compare

Issues fixes

  • Issue0158

    • Fix the limitation of the default 100 Projects load from Azure DevOps Rest API
    • Integrated various security fix

1.21122.6

02 May 15:28
5a6249c
Compare
Choose a tag to compare

Issues fixes

  • Issue0147

    • Fix the regression causes by the release 1.20209.3 where not data where load

1.20210.8

28 Jul 11:35
5f5aae1
Compare
Choose a tag to compare

Issues fixes

  • Issue0147

    • Fix the regression causes by the release 1.20209.3 where no data were load

1.20209.3

28 Jul 01:44
ede4569
Compare
Choose a tag to compare

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.

    Issue0141-01

  • 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
      1. Build Definition|Pipeline Name
      2. Build generated name
      3. Branch name

All these issues are part of the milestone ReleaseAugust2020

1.20166.7

15 Jun 02:57
2d67c9a
Compare
Choose a tag to compare

Issues fixes

  • Issue0133

    • Bug fixing, that randomly hang and made the entire extensions crash

    Issue0133-01

All these issues are part of the milestone Delivery-2006xx

1.20132.12

11 May 23:01
dd62d34
Compare
Choose a tag to compare

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

    • Column 'Last Run' has been renamed to "Build # | Branch & commit'

    • Add Pipeline status on "Build # | Branch & commit" build column

    • Cumulate running/pending pipeline runs when multiple runs at the same times

      Issue0117-01

  • Issue0126

    • Convert Classic Release Pipeline to CI/CD Yaml Pipeline
  • Other changes

    • UI display fix when no data is found.
  • Packages Dependencies update

All these issues are part of the milestone Delivery-200507

1.20115.51

24 Apr 16:31
4ce221b
Compare
Choose a tag to compare

Issues fixes

  • Issue0109

    • Add fullscreen capability

      Issue0109-01

      Issue0109-02

  • Issue0113

    • On 'All Runs', Fix the duplication of two differents status for the same build run.
  • Issue0115

    • Add Build Pipeline Reference Status by Pipeline

      Issue0115-01

  • 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

All these issues are part of the milestone Delivery-200430