125 | 2.2.3 | | closed | FIX: CommitHash output variable may return cached results | |
|
124 | 2.2.3 | | closed | FIX: Azure DevOps Git Repository errors when the Instance URL does not end with `/` | |
|
123 | 2.2.2 | | closed | FIX: Update-WorkItem and Create-WorkItem should be patch not post | |
|
122 | 2.2.1 | | closed | FIX: Azure DevOps Issue Source not returning the correct System.CreatedDate for a Work Item | |
|
121 | 2.2.1 | | closed | FIX: Use ServiceUrl as well as LegacyUrl for Azure DevOps | |
|
120 | 2.2.1 | | closed | Add PreserveLastModified to Git::Checkout-Code | |
|
119 | 2.1.0 | | closed | FIX: Restore ISyncRaft implementation | |
|
115 | 1.12.4 | | closed | Allow commiting raft changes without a user | |
|
114 | 1.12.3 | | closed | FIX: RaftItems losing folder paths when loading raft items | |
|
113 | 1.12.2 | | closed | [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). |
112 | 1.12.2 | | closed | Add Find-WorkItems operation to AzureDevOps | |
|
111 | 1.12.2 | | closed | Usability improvements to Upload Assets operation | |
|
109 | 1.12.0 | | closed | Add new Variable Templates to GitLab, GitHub, and Azure DevOps | |
|
107 | 1.10.3 | | closed | FIX: LibGitSharp does not work on Docker/Linux | |
|
106 | 1.10.3 | | closed | FIX: Git raft not returning sub folders | |
|
105 | 1.10.3 | | closed | FIX: GitHub Serialization cannot convert JOBject to Dictionary<string, object> | |
|
103 | 1.10.1 | | closed | FIX: RaftRepository wouldn't show in Otter due to missing attribute | |
https://github.com/Inedo/inedox-git/commit/1c501f719536b3080c6f572b11f7a20b0cd95d1c |
104 | 1.7.7 | | closed | Add 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
|
102 | 1.7.6 | | closed | Fix: GitHub Auth | |
GitHub no longer supports Username and Password authentication. Switch it over to personal access tokens and use the token based authorize header. |
101 | 1.7.6 | | closed | BuildMaster 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 ''`. |
100 | 1.7.6 | | closed | GitLab: ResourceName is not shown in BranchList Variable Source | |
|
95 | 1.7.4 | | closed | Improve performance of fetching raft item metadata | |
|
96 | 1.7.4 | | closed | Implement ISyncRaft on GitRaftRepository2 | |
|
97 | 1.7.4 | | closed | Optimize raft performance | |
|
94 | 1.7.3 | | closed | FIX: 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)
``` |