Skip to content

Commit 7417a57

Browse files
feat: Update repository configuration in ChangeLog and add SyncApi selection in Program.cs
1 parent a9af8a7 commit 7417a57

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/XtremeIdiots.Portal.Web/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
.TrimKeyPrefix("XtremeIdiots.Portal.Web:")
4343
.Select("RepositoryApi:*", environmentLabel)
4444
.Select("ServersIntegrationApi:*", environmentLabel)
45+
.Select("SyncApi:*", environmentLabel)
4546
.Select("GeoLocationApi:*", environmentLabel)
4647
.Select("XtremeIdiots:*", environmentLabel)
4748
.Select("GameTracker:*", environmentLabel)

src/XtremeIdiots.Portal.Web/Views/ChangeLog/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@
140140
// Repository configuration
141141
const repositories = [
142142
{ name: 'portal-core', fullName: 'frasermolyneux/portal-core', description: 'Core shared libraries and models' },
143-
{ name: 'portal-event-ingest', fullName: 'frasermolyneux/portal-event-ingest', description: 'Event ingestion service' },
143+
{ name: 'portal-server-events', fullName: 'frasermolyneux/portal-server-events', description: 'Service Bus event processing' },
144144
{ name: 'portal-repository', fullName: 'frasermolyneux/portal-repository', description: 'Data repository layer' },
145145
{ name: 'portal-repository-func', fullName: 'frasermolyneux/portal-repository-func', description: 'Repository Azure Functions' },
146146
{ name: 'portal-servers-integration', fullName: 'frasermolyneux/portal-servers-integration', description: 'Game server integration' },
147147
{ name: 'portal-sync', fullName: 'frasermolyneux/portal-sync', description: 'Data synchronization service' },
148148
{ name: 'xtremeidiots-portal', fullName: 'frasermolyneux/xtremeidiots-portal', description: 'Main web portal application' },
149-
{ name: 'portal-bots', fullName: 'frasermolyneux/portal-bots', description: 'Discord and chat bots' }
149+
{ name: 'portal-server-agent', fullName: 'frasermolyneux/portal-server-agent', description: 'Game server agent for log tailing' }
150150
];
151151
152152
let allCommits = [];

0 commit comments

Comments
 (0)