Skip to content

Commit

Permalink
Add Runbooks are in Git to the Projects Conversion state (#867)
Browse files Browse the repository at this point in the history
* feat: Add Runbooks are in Git to the Projects Conversion state

* feat: Add Runbooks are in Git to the Projects Conversion state

* Fixed Approved file for .net Framework
  • Loading branch information
stevencl840 authored Jul 29, 2024
1 parent fb4b786 commit 2493401
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3314,6 +3314,7 @@ Octopus.Client.Model
class GitPersistenceSettingsConversionStateResource
{
.ctor()
Boolean RunbooksAreInGit { get; set; }
Boolean VariablesAreInGit { get; set; }
}
class GitPersistenceSettingsResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3331,6 +3331,7 @@ Octopus.Client.Model
class GitPersistenceSettingsConversionStateResource
{
.ctor()
Boolean RunbooksAreInGit { get; set; }
Boolean VariablesAreInGit { get; set; }
}
class GitPersistenceSettingsResource
Expand Down
2 changes: 2 additions & 0 deletions source/Octopus.Server.Client/Model/PersistenceSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ public class GitPersistenceSettingsResource : PersistenceSettingsResource
public class GitPersistenceSettingsConversionStateResource
{
public bool VariablesAreInGit { get; set; }

public bool RunbooksAreInGit { get; set; }
}
}

0 comments on commit 2493401

Please sign in to comment.