Skip to content

Commit f520c29

Browse files
geofflamrockOctobob
authored andcommitted
Add setting to enable/disable using the Octopus Deploy GitHub App
+semver: minor GitOrigin-RevId: 870d7282d70f4180ff1d9357d07eeab89be2129b
1 parent a4c0275 commit f520c29

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/Octopus.Client.Tests/PublicSurfaceAreaFixture.ThePublicSurfaceAreaShouldNotRegress..NETCore.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3238,6 +3238,7 @@ Octopus.Client.Model
32383238
Boolean IsCommunityActionTemplatesEnabled { get; set; }
32393239
Boolean IsCompositeDockerHubRegistryFeedEnabled { get; set; }
32403240
Boolean IsConfigureFeedsWithLocalOrSmbPathsEnabled { get; set; }
3241+
Boolean IsGitHubAppEnabled { get; set; }
32413242
Boolean IsHelpSidebarEnabled { get; set; }
32423243
Boolean IsKubernetesCloudTargetDiscoveryEnabled { get; set; }
32433244
Boolean IsNavigationVisualUpliftEnabled { get; set; }

source/Octopus.Server.Client/Model/FeaturesConfigurationResource.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public class FeaturesConfigurationResource : Resource
4141
[Writeable]
4242
public bool IsProjectsPageOnboardingEnabled { get; set; }
4343

44+
[Writeable]
45+
public bool IsGitHubAppEnabled { get; set; }
46+
4447
[Writeable]
4548
public string DefaultPowerShellEdition { get; set; }
4649
}

0 commit comments

Comments
 (0)