Skip to content

Add Hub template, switch templates to in-memory#24

Merged
Theauxm merged 2 commits into
mainfrom
feat/hub-template-and-inmemory-default
Mar 17, 2026
Merged

Add Hub template, switch templates to in-memory#24
Theauxm merged 2 commits into
mainfrom
feat/hub-template-and-inmemory-default

Conversation

@Theauxm
Copy link
Copy Markdown
Member

@Theauxm Theauxm commented Mar 17, 2026

Summary

  • Add Trax.Samples.Hub template combining API + Scheduler + Dashboard in a single process
  • Switch Api and Scheduler templates from Postgres to UseInMemory() so they run without external dependencies
  • Add third-party license credits to all template Program.cs headers
  • Remove Newtonsoft.Json credit (no longer a dependency)

Test plan

  • Hub template builds and runs (scheduler, GraphQL, and dashboard all active on port 5000)
  • Api template builds and runs with in-memory provider
  • Scheduler template builds and runs with in-memory provider
  • Verify dotnet new trax-hub, dotnet new trax-api, dotnet new trax-scheduler all work after template install

Theauxm added 2 commits March 17, 2026 10:16
Add Trax.Samples.Hub combining API + Scheduler + Dashboard in one
process. Switch Api and Scheduler templates from Postgres to
UseInMemory() so they run without external dependencies. Add
third-party license credits to all template Program.cs headers.
@Theauxm Theauxm merged commit 7c5ac3a into main Mar 17, 2026
1 check passed
@Theauxm Theauxm deleted the feat/hub-template-and-inmemory-default branch March 17, 2026 16:48
@traxsharp
Copy link
Copy Markdown

traxsharp Bot commented Mar 17, 2026

This PR is included in version 1.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant