Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Issues Overview

This application is not configured to allow new issues to be created.

1252.2.3closedFIX: CommitHash output variable may return cached results
1242.2.3closedFIX: Azure DevOps Git Repository errors when the Instance URL does not end with `/`
1232.2.2closedFIX: Update-WorkItem and Create-WorkItem should be patch not post
1222.2.1closedFIX: Azure DevOps Issue Source not returning the correct System.CreatedDate for a Work Item
1212.2.1closedFIX: Use ServiceUrl as well as LegacyUrl for Azure DevOps
1202.2.1closedAdd PreserveLastModified to Git::Checkout-Code
1192.1.0closedFIX: Restore ISyncRaft implementation
1151.12.4closedAllow commiting raft changes without a user
1141.12.3closedFIX: RaftItems losing folder paths when loading raft items
1131.12.2closed[Azure DevOps] Add Other Fields to Update Work Item
Add a property to Update Work Item that takes a map variable that contains other fields to update. The key of the map should be the column name (ex: set %test[System.WorkItemType] = Ticket).
1121.12.2closedAdd Find-WorkItems operation to AzureDevOps
1111.12.2closedUsability improvements to Upload Assets operation
1091.12.0closedAdd new Variable Templates to GitLab, GitHub, and Azure DevOps
1071.10.3closedFIX: LibGitSharp does not work on Docker/Linux
1061.10.3closedFIX: Git raft not returning sub folders
1051.10.3closedFIX: GitHub Serialization cannot convert JOBject to Dictionary<string, object>
1031.10.1closedFIX: RaftRepository wouldn't show in Otter due to missing attribute
https://github.com/Inedo/inedox-git/commit/1c501f719536b3080c6f572b11f7a20b0cd95d1c
1041.7.7closedAdd RepositoryUrl, UserName, Password, and CredentialName to GitRepositoryMonitor
As part of BuildMaster 6.2 / SDK 1.7, we removed the ability to directly set a Url, Username, and Password on a GitRepositoryMonitor. Here's what the fields used to look like: https://github.com/Inedo/inedox-git/blob/27c4d1e0476be975b5c3b14d643d6340fc2c2683/Git/Git.InedoExtension/RepositoryMonitors/GitRepositoryMonitor.cs Let's add these back, so that users can override or set these instead of having to use a resource. See EDO-7417 for more context
1021.7.6closedFix: GitHub Auth
GitHub no longer supports Username and Password authentication. Switch it over to personal access tokens and use the token based authorize header.
1011.7.6closedBuildMaster Dynamic List Not Giving Option for Secure Resource
When setting up a GitLab based dynamic list, you cannot select a secure resource causing the dynamic list to fail with the error, `Could not find resource ''`.
1001.7.6closedGitLab: ResourceName is not shown in BranchList Variable Source
951.7.4closedImprove performance of fetching raft item metadata
961.7.4closedImplement ISyncRaft on GitRaftRepository2
971.7.4closedOptimize raft performance
941.7.3closedFIX: Missing "From" operation property results in error at run time
The error generated is: ``` Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object. at Inedo.Extensions.AzureDevOps.Operations.GitHubGetSourceOperation.GetRepositoryUrlAsync(ICredentialResolutionContext context, CancellationToken cancellationToken) ```