Skip to content

Commit

Permalink
feat: updates solution to 4 series
Browse files Browse the repository at this point in the history
  • Loading branch information
aknous committed Oct 11, 2024
1 parent c1a318f commit b017bfe
Show file tree
Hide file tree
Showing 184 changed files with 2,566 additions and 1,247 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/EssentialsPlugins-builds-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Build Essentials Plugin

on:
push:
branches:
- '**'

jobs:
getVersion:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit
build-3Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main
secrets: inherit
needs: getVersion
if: needs.getVersion.outputs.newVersion == 'true'
with:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}
build-4Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-4Series-builds.yml@main
secrets: inherit
needs: getVersion
if: needs.getVersion.outputs.newVersion == 'true'
with:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}
22 changes: 0 additions & 22 deletions .github/workflows/essentialsplugins-betabuilds-caller.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/essentialsplugins-releasebuilds-caller.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{ "scope": "force-patch", "release": "patch" },
{ "scope": "no-release", "release": false }
]
}
],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/exec",
{
"verifyReleaseCmd": "echo \"newVersion=true\" >> $GITHUB_OUTPUT",
"publishCmd": "echo \"version=${nextRelease.version}\" >> $GITHUB_OUTPUT && echo \"tag=${nextRelease.gitTag}\" >> $GITHUB_OUTPUT && echo \"type=${nextRelease.type}\" >> $GITHUB_OUTPUT && echo \"channel=${nextRelease.channel}\" >> $GITHUB_OUTPUT"
}
]
],
"branches": [
"main",
{
"name": "replace-me-feature-branch",
"prerelease": "replace-me-prerelease",
"channel": "replace-me-prerelease"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .vs/epi-stb-contemporaryresearch.4series/v17/.suo
Binary file not shown.
Empty file added LICENSE.md
Empty file.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "epi-stb-contemporaryresearch", "epi-stb-contemporaryresearch\epi-stb-contemporaryresearch.csproj", "{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "epi-stb-contemporaryresearch", "src\epi-stb-contemporaryresearch.csproj", "{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9967AEB3-B2E0-49AB-ADD8-CF16BEC09CFF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added epi-stb-contemporaryresearch.3series.suo
Binary file not shown.
25 changes: 25 additions & 0 deletions epi-stb-contemporaryresearch.4series.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "epi-stb-contemporaryresearch.4series", "src\epi-stb-contemporaryresearch.4series.csproj", "{EE224449-FF53-46B2-A72D-59604F42B694}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE224449-FF53-46B2-A72D-59604F42B694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE224449-FF53-46B2-A72D-59604F42B694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE224449-FF53-46B2-A72D-59604F42B694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE224449-FF53-46B2-A72D-59604F42B694}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F22536D-9368-4CED-B64E-E5A907E1A7AA}
EndGlobalSection
EndGlobal
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/4Series/bin/Debug/net472/PepperDashCore.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/4Series/bin/Debug/net472/Serilog.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/4Series/bin/Debug/net472/SimplSharpPro.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/4Series/bin/Debug/net472/System.Buffers.dll
Binary file not shown.
Binary file not shown.
Binary file added src/4Series/bin/Debug/net472/System.Memory.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/4Series/bin/Debug/net472/websocket-sharp.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Core.Bridges;

namespace epi_stb_contemporaryresearch.Bridge.JoinMap
{
public class ContemporaryResearchJoinMap : SetTopBoxControllerJoinMap
{
[JoinName("IsOnline")]
public JoinDataComplete IsOnline = new JoinDataComplete(
new JoinData()
{
JoinNumber = 49,
JoinSpan = 1
},
new JoinMetadata
{
Description = "IsOnline",
JoinCapabilities = eJoinCapabilities.ToSIMPL,
JoinType = eJoinType.Digital
});
public ContemporaryResearchJoinMap(uint joinStart) : base(joinStart, typeof (ContemporaryResearchJoinMap))
{

}
}
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Core.Bridges;

namespace epi_stb_contemporaryresearch.Bridge.JoinMap
{
public class ContemporaryResearchJoinMap : SetTopBoxControllerJoinMap
{
[JoinName("IsOnline")]
public JoinDataComplete IsOnline = new JoinDataComplete(
new JoinData()
{
JoinNumber = 49,
JoinSpan = 1
},
new JoinMetadata
{
Description = "IsOnline",
JoinCapabilities = eJoinCapabilities.ToSIMPL,
JoinType = eJoinType.Digital
});
public ContemporaryResearchJoinMap(uint joinStart) : base(joinStart, typeof (ContemporaryResearchJoinMap))
{

}
}
}
Loading

0 comments on commit b017bfe

Please sign in to comment.