I noticed new options in an existing pipeline I built which got me wondering what it was and what else was added that I didn't notice. Most other services have release notes, surely this exists for ADFv2? How do I get on the list?
You can find the ADF V2 release notes from the ADF portal https://adf.azure.com/datafactories
at the top right part of the page.
sample release note screenshot
Closest thing to a patch notes we have is the roadmap: https://azure.microsoft.com/en-us/updates/?tag=data-factory
Hope this helped!
Related
is there a way to export experiments from an azure ml designer workspace to another? Like moving changes from INT to QA to PROD
Thanks in advance
Regards,
Kiran
This seems to be similar to this question. Lu Zhang's and Anders' answers indicate that exporting the designer is on the roadmap, but not supported at that time.
Alternatively
Check out the Create reproducible ML pipelines section of the documentation on MLOps by Microsoft.
Specifically for the designer tool it recommends to click ... at the top right of the designer and select Clone to save a copy of your design as a specific verion that would go through the QA Process.
As an admin of a private GitLab instance, it would be great to know when new versions are available, especially for security updates.
I couldn't find a way to subscribe to a "newsletter" of new releases and how important it is. How can I do it?
GitLab releases a new version monthly, always on the 22nd of the month. This way you don't need to subscribe.
Still, if you would prefer a notification from GitLab, I would recommend to subscribe to their release newsletter here. It has two e-mails each monthy.
Use the release notification from project page: https://gitlab.com/gitlab-org/gitlab
click on bell and select custom, then you can choose New release. have pfun ;)
volker.
GitLab releases a new version every single month on the 22nd. You can check our blog here and release notes here. You can also check what's coming in our upcoming releases.
When I started to have a lot of build pipelines it has become more comfortable to use 'Folders' view instead of 'Recent'. But it is too annoying to switch it all the time. Is it possible to configure 'Folders' view be default one? Thanks.
As far as I know, this is not possible.
What might help you is enabling the new preview feature for Multi-stage pipelines. To do this, click your profile picture on the top right, click 'Preview features' and enable 'Multi-stage pipelines'.
This new view doesn't allow you to set the default view to folder view. However, it does give you the option to select 'Folder view' on the top right (next to the search box). This changes the URL, which enables you to create a bookmark that starts in Folder view automatically.
Your URL should look something like
https://dev.azure.com/{organization_name}/{project_name}/_build?view=pipelines&option=folders
Is it possible to make 'Folders' view default in Azure Pipelines?
Agree with rickvdbosch, we could not set the 'Folders' view as default, at least for now.
Some other communities raised the same requirement earlier on the Developer Community, and this requirement has been passed to product team, you can check the details from the ticket:
Builds - Pipelines should default to the folder view if you have one or more folders
Note:You can vote and add your comments for this feedback. When there are enough communities vote and add comments for this feedback, the product team member will take this feedback seriously.
Hopw this helps.
I am new to SharePoint, sorry if answer to my question is obvious.
I am trying to deploy my very simple workflow as WSP package, it deploys without errors, I activate it, but I can't find my workflow and associate it with list. Could you help me, please, what I do wrong?
I do it so:
Create empty project
Choose trust level as a Farm solution
Add State Machine Workflow
Choose list Workflow
Associate workflow with list Task
Create simple workflow
Press CTRL-F5 in VS2010, and see that WF appears
Pack it to WSP package
Upload and activate it.
Check is it associated to list. It doesn't.
Try to associate it manually, but I can't see it. Why? Where is my error?
I try to google about the problem, but find nothing.
I think that I missed something important in basic priciples, but I can't understand what. Help me please.
Thank you in advance.
I've found the answer. The root of the problem is next:
I've tryed to add WSP Farm solution to sandbox solution gallery. I have to use another way for deploying, for example PowerShell.
PS: Thanks to Balamurugan-S KAUST answer
I would like to include release notes with every release of our intranet project. We use Jira. Is there a way to generate the release notes automatically based on the fixes that were submitted to SVN? We usually check the files back with the jira key id.
vikasde,
To my knowledge Jira does not offer a way to retrieve this information in a straight-forward manner on a jira number basis. However, it has been quite some time since I looked into this. Jira does generate release notes for all jiras contained within a release (fixes checked in or not). What I have done in the past, as part of the release build, is to have a script retrieve the contents of the "Edit/Copy Release Notes" jira url and paste that into an xml file stored within the build products. If there is a better way to achieve this functionality I would definitely be interested as well.
EDIT: It appears that starting in Jira 3.5 you can retrieve issues by id through the soap interface.