Showing custom badge or text on Azure DevOps Pipeline Summary Page - azure

I have a requiement where I need to show custom badge or some kind of custom message somewhere on summary page (Pipelines -> Select Build -> Summary Page) of Azure DevOps build Pipeline based on code coverage or unit test or static code analysis.
Is it possible to customize summary page of build? I checked few links which suggest we cann't custmize summary page but create some extenions.
Please help.

There are a couple of options for adding information to the build results page that you could explore depending on the depth of information you'd like to display.
Option 1 - add a tag to the build to indicate some type of status. This can be done manually or programmatically (using a logging command) as part of the build itself which could contain additional logic and evaulations/conditions before adding a tag. Badges do appear at the top of the build results page and will show across all tabs.
Option 2 - as you did mention, extensions allow you to customize results and even show additional tabs and information on the build results page. There is a sample extension called Build Results Enhancer that can help get you started.

Related

Azure DevOps extension - redirect Url

I would like to create a tab in Azure DevOps (either a header menu button or in Pipelines hub on the left side) that will be actually just a Wiki documentation. We are keeping all documents in wiki, so before creating Pipelines, we would like users to be able to get a button just to move them to Wiki hub link.
Option 1 - Pipelines hub on the left side
I am guided to go via html file that will be visualized, but if I use meta , we can get a frame inside of that tab. Since Pipeline tab is AzDO link and meta link is also Wiki from AzDO, my hubs and top header bar are duplicated - check out screenshot.
Option 1
Option 2 - When I used a target link in html, then I have an extra link to redirect. Check out my screenshot 2.
Option 2
Any good suggestion how to directly in the extension, integrate a redirect link to Wiki (with or without html).
Preferably this should be in a header menu button instead of Hub.
Thank you!

Want to Show Which Test Validation Step Failed Azure DevOps Test Report

In the Azure DevOps Test Report for a certain test plan, I see the different test cases. If a particular test case fails, I would like to see at which validation step it failed in the report. Is there any way to add a column or feature that displays this information?
https://imgur.com/wBqOjUB For example, this picture, the test case failed, but I would like to see the report include which validation step failed (step 1 or step 1.1). Right now when downloading the test report there is no feature that includes this.
Thanks!
Is there any way to add a column or feature that displays this
information?
I'm afraid this is currently impossible to achieve, azure devops does not support adding test step related information in the test report.
You could add your request for this feature on our UserVoice site , which is our main forum for product suggestions. After suggest raised, you can vote and add your comments for this feedback. The product team would provide the updates if they view it.

SharePoint 2013: Edit Renditions button missing

I've seen tutorials that claim there is an "Edit Renditions" button, and/or a Design tab on the ribbon with the option to edit renditions. However, I do not see either of these options. Please see below. The first image is what I see. (Note: Ribbon is not shown, but there is no Design tab, only Browse, Files, and Library tabs.) The second and third images are what I should be seeing, according to this and this.
First, make sure you meet the prerequisites to use this feature.
Prerequisites include:
Enable publishing features at the site collection level and site level.
Enable BLOB cache for your web application.
Use an asset library to store your images.
Please check the above, make sure you have configured them all. After that, when you click an image from the asset library, it will show as the following:
If you edit an image from an asset library on a page, the below will be displayed:
More information about image renditions, you can refer to the article.

Is there any possibility to create custom widget for Azure hosted API Management?

https://azure.microsoft.com/en-us/updates/new-azure-api-management-developer-portal-is-now-generally-available/
Extensibility—The portal comes built into every API Management instance (excluding the Consumption tier). If you wish to extend the portal’s core functionality (for example, create your own widgets to fetch data from other sources), fork the GitHub repository, implement the code changes, and self-host your own modified version of the portal.
Is it so that we can't do custom widgets on Azure hosted Developer portal? If so, then this is a backstep from the legacy portal as there we could write custom HTML and JS to get custom features.
I believe still there are couple of things you can do.
Home page
The default Home page is filled with dummy content. You can either remove the whole sections with the content or keep the structure and adjust the elements one by one. Replace the generated text and images with your own and make sure the links point to desired locations.
Layouts
Replace the automatically generated logo in the navigation bar with your own image.
Edit the content of the portal, customize the website's look, and publish the changes.
Please refer https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-developer-portal-customize and let me know how it goes
You can submit a pull request to the repository.
If you create a custom widget and this will be useful for many users it can be included in the default set of widgets.

Customizing Search Results Display in Sharepoint Services 3.0 Wiki

I'm looking at using a Windows SharePoint Services 3.0 wiki as a metadata repository. We basically want a community-driven dictionary and for various reasons we're using Sharepoint instead of say MediaWiki.
What can I do to customize or completely replace searchresults.aspx?
Features I'd add if I knew how:
Automatically load the #1 hit if it is a 100% match to the search term
Show the first few lines of each result as a preview so users don't have to click through to bad results
Add a "Page doesn't exist, click here to create it" link in cases where there's not a 100% match
I've got Sharepoint Designer installed and it looks like I'll be able to use it to upload any custom .aspx files I create but I don't see that it will give me access to searchresults.aspx.
Note: Since I plan to access this search tool from an external site via URL parameters it should be fine to leave the existing searchresults.aspx unchanged and just load this solution as a complementary search option.
Yes, everything is possible but you will need to customize it a little bit.
I would recommend you to build a custom web part to display your results. Here is a nice article to start with: http://msdn.microsoft.com/en-us/library/ms584220.aspx

Resources