diff --git a/CurrentReleaseNotes.md b/CurrentReleaseNotes.md index f4aba218..73bde958 100644 --- a/CurrentReleaseNotes.md +++ b/CurrentReleaseNotes.md @@ -1,5 +1,5 @@ ## Issues fixes -- ### [Issue0158](https://github.com/expertasolutions/AzDo.VstsDashboard/issues/158) - - Fix the limitation of the default 100 Projects load from Azure DevOps Rest API - - Integrated various security fix \ No newline at end of file +- ### [Issue0177](https://github.com/expertasolutions/AzDo.VstsDashboard/issues/177) + - 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. \ No newline at end of file diff --git a/README.md b/README.md index 8262a0c3..ecf9832e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ The intention was to see what's currently happened into the CI/CD pipeline and p ![CICD_Screencapture](screenshots/CI_CD_Dashboard.png) ## **Important**: -- **Pipeline YAML**, due to missing Rest API functionality to extract Pipeline Deployment Stage in Pipeline Yaml, they’re not supporting viewing Deployment Stage health. There is a way to extract the information, but this will cause a major overhead in terms of usability of this extension to your users account request per min on Azure DevOps Service. -- **After February 5th, 2022**, there **no longer support** to enhance on this extension. Since we moved all of our Projects on GitHub +- **Pipeline YAML**: Starting ***October 2023***, We've re-open this extension, due to some Azure DevOps Rest API enhancement for Environments deployment history & Approval.
Due to missing Rest API functionality to extract Pipeline Deployment Stage in Pipeline Yaml, they’re not supporting viewing Deployment Stage health. There is a way to extract the information, but this will cause a major overhead in terms of usability of this extension to your users account request per min on Azure DevOps Service. +
***We expects to deploy new version with Pipeline Environment Stage Deployment health visual, before the end of 2023 year.*** +- **After February 5th, 2022**, there **no longer support** to enhance on this extension. Since we moved all of our Projects on GitHub ## Permissions Authorization Don't forget to Authorize the Extension permission under your Azure DevOps/Server Organization Settings/Extensions/CI/CD Dashboard. diff --git a/ci-vstsdashboardbuild.yml b/ci-vstsdashboardbuild.yml index c21800ea..75aa1fa1 100644 --- a/ci-vstsdashboardbuild.yml +++ b/ci-vstsdashboardbuild.yml @@ -71,15 +71,7 @@ stages: - stage: ExpertaPrivatePreview dependsOn: Build - condition: and( - succeeded(), - or( - eq(variables['build.sourceBranch'], 'refs/heads/master') - , eq(variables['build.sourceBranch'], 'refs/heads/feature/*') - , eq(variables['build.sourceBranch'], 'refs/heads/Issue*') - , eq(variables['build.sourceBranch'], 'refs/heads/Delivery/*') - ) - ) + condition: succeeded() jobs: - deployment: DeployExtension pool: diff --git a/src/ext/Dashboard/cells/buildReference.tsx b/src/ext/Dashboard/cells/buildReference.tsx index f9302753..85637fb8 100644 --- a/src/ext/Dashboard/cells/buildReference.tsx +++ b/src/ext/Dashboard/cells/buildReference.tsx @@ -192,9 +192,13 @@ function renderPendingBuild(buildRef:BuildDefinitionReference, buildList: Build[ {lastBuild.buildNumber} 
-  {branchName}  - {sourceVersionCtrl}  - {requestByCtrl} {clockCtrl} +
+  {branchName}  + {sourceVersionCtrl}  +
+
+ {requestByCtrl} {clockCtrl} +
); diff --git a/src/ext/Dashboard/dashboard.tsx b/src/ext/Dashboard/dashboard.tsx index 24d2ad52..e4b9f9e1 100644 --- a/src/ext/Dashboard/dashboard.tsx +++ b/src/ext/Dashboard/dashboard.tsx @@ -679,7 +679,14 @@ class CICDDashboard extends React.Component<{}, {}> { - {this.extensionVersion}  +
+ {this.extensionVersion} +
+
+ +  Make a request + +