Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
96bff10
Updated for the net10 support
arcenox Nov 16, 2025
e4b0215
update to release version
arcenox Nov 16, 2025
62c3ffa
added release for net9
arcenox Nov 16, 2025
e5037dd
added pattern to skip commits using comments on commit for cherry pic…
arcenox Nov 16, 2025
ade2439
remove unecessary build command
arcenox Nov 16, 2025
ae2a674
fixed the sync
arcenox Nov 16, 2025
03bd174
updated cherry detections
arcenox Nov 16, 2025
cf21cac
try merge based on commit
arcenox Nov 16, 2025
15acdce
Fixed the json options to be isolated (#375)
arcenox Nov 17, 2025
f7b961a
Fix/schedulerbackground (#376)
arcenox Nov 17, 2025
0af984b
beta version 17 release (#382)
arcenox Nov 17, 2025
15dee40
Feature/improvements (#386)
arcenox Nov 19, 2025
9d82d89
Update README.md
arcenox Nov 19, 2025
7ce13e5
Update README.md
arcenox Nov 19, 2025
5ae6cc7
updated beta version
arcenox Nov 20, 2025
2ea014a
Feature/new improvements (#397)
arcenox Nov 23, 2025
c7eb219
releas of stable version
arcenox Nov 23, 2025
593c553
Update README.md
arcenox Nov 23, 2025
7d50613
Release of stable version.
arcenox Nov 23, 2025
e4c1801
Fix schema assignment logic and add SetSchema method (#415)
SpaceOgre Nov 27, 2025
5251bd4
Add support for enabling/disabling background services (#413)
SpaceOgre Nov 27, 2025
6f6a580
Update Directory.Build.props
arcenox Nov 27, 2025
2e06180
Added logo locally
arcenox Nov 27, 2025
5c8216b
Fix retry logic and add unit tests for ExecuteTaskAsync (#429)
SpaceOgre Nov 29, 2025
4f888cb
fix: namespace conflicts for ModuleInitializer attribute in TickerQIn…
HulinCedric Dec 1, 2025
ebb26bf
Update Directory.Build.props
arcenox Dec 10, 2025
d7716b9
Update Directory.Build.props
arcenox Dec 10, 2025
298ca68
fix update ExecutionTime for CronTickerOccurrence (#461)
AlexeyKhlebnikov Dec 26, 2025
baed026
feat: add configurable policy name for Host auth (#482)
jods4 Jan 12, 2026
f47b7fd
fix: Host auth. should not depend on Authorization header (#481)
jods4 Jan 12, 2026
42d42c6
[Feature] Remove ASP.NET Core dependency from TickerQ.Utilities to su…
EarlJester Jan 12, 2026
52039f1
Fix missing await to AuthenticateHostAsync call (#494)
jods4 Jan 13, 2026
d24022f
Fix #497 (#503)
jods4 Jan 18, 2026
79fbbb2
Fix stackoverflow in JsonExampleGenerator (#519)
stevewoj Feb 4, 2026
da2d6d3
Feature/tickerq hub (#508)
arcenox Feb 4, 2026
ea1da0d
pre-release
arcenox Feb 4, 2026
e591557
fix references
arcenox Feb 4, 2026
af1cfda
Add missing ASP.NET Core package references to TickerQ.SDK (#537)
arcenox Feb 5, 2026
0e26c20
Claude/fix aspnetcore namespace xuvot (#540)
arcenox Feb 5, 2026
b427a77
Remove invalid ASP.NET Core package references (#541)
arcenox Feb 5, 2026
6e233eb
Claude/remove invalid aspnetcore packages xuvot (#542)
arcenox Feb 5, 2026
b4c0fe1
Claude/remove invalid aspnetcore packages xuvot (#543)
arcenox Feb 5, 2026
8c7d16d
Enable NuGet package generation for Web SDK projects (#546)
arcenox Feb 5, 2026
c686a9d
Fix #511 and #517: null reference and orphaned cron ticker bugs (#549)
arcenox Feb 9, 2026
fd743f1
Fix thread-safety bugs, resource leaks, and scheduling issues (#550)
desty2k Feb 9, 2026
7d576b0
added extension method for WebApplication
arcenox Feb 9, 2026
ff0d780
pre-release
arcenox Feb 9, 2026
ab9165a
fix and pre-release
arcenox Feb 9, 2026
abc83f1
removed the not-needed reference from the Tickerq.
arcenox Feb 9, 2026
831cd76
fixed based on the tickerq architecture.
arcenox Feb 9, 2026
a0221d3
update version
arcenox Feb 9, 2026
75cf665
fix and pre-release...
arcenox Feb 9, 2026
f3814bb
release a stable version
arcenox Feb 9, 2026
f862640
release a stable version along with the new libs for the hub.
arcenox Feb 9, 2026
39b9b90
Fix .NET 9+ EF Core query failures caused by ReadOnlySpan array.Conta…
arcenox Feb 10, 2026
b2684f4
fix the dashboard...
arcenox Feb 10, 2026
61c72a8
Add comprehensive unit tests for core TickerQ components (#582)
arcenox Feb 11, 2026
cbbd680
added rickerq hub to readme file.
arcenox Feb 11, 2026
898f713
Fix authorize against HostAuthorizationPolicy when set (#591)
stevewoj Feb 12, 2026
6fe6bff
Added dashboard group name for the openapi (#585)
arcenox Feb 13, 2026
5776656
fixed unit testing and issue of (#586)
arcenox Feb 13, 2026
646a75a
added the sample for worker service
arcenox Feb 16, 2026
d79bf98
fix issue 522 (#587)
arcenox Feb 25, 2026
d664833
Add JSON-serializable tracking fields to TimeTickerEntity (#609)
stevewoj Mar 6, 2026
4ddd580
Fix UseApplicationDbContext implementation #498 (#590)
Kedireng Mar 6, 2026
094dff7
added unit tests for more edge cases coverage. (#623)
arcenox Mar 13, 2026
257e222
Improve branch sync workflow, migrate to slnx, and clean up repo (#628)
arcenox Mar 13, 2026
0a48b8e
Fix EF Core type mapping error for MySQL providers in MigrateDefinedC…
arcenox Mar 14, 2026
b9507cc
Add IsEnabled property to CronTickerEntity with full-stack support (#…
arcenox Mar 14, 2026
55cb507
Fix TickerModelCustomizer not applying configured schema (#635)
arcenox Mar 14, 2026
2656d5a
Replace reflection-based JSON serialization in Dashboard with source …
arcenox Mar 14, 2026
544edf1
Fix Dashboard failing with old Startup.cs pattern (IHost not implemen…
arcenox Mar 14, 2026
ed1cd1c
Relax abstractions version constraints and fix sync workflow version …
arcenox Mar 14, 2026
88202f9
Relax abstractions version constraints and fix sync workflow version …
arcenox Mar 14, 2026
0ffa7b0
Eliminate inline scripts from Dashboard for CSP script-src 'self' sup…
arcenox Mar 14, 2026
757d148
Fix Dashboard BasePath not working with UsePathBase (#332) (#651)
arcenox Mar 14, 2026
0370af5
Fix design-time DbContext failure when TickerQEfCoreOptionBuilder is …
arcenox Mar 14, 2026
1a11f10
Fix source generator namespace sanitization for assemblies with inval…
arcenox Mar 14, 2026
f193634
Fix empty request deserialization throwing JsonException (#463) (#658)
arcenox Mar 14, 2026
b639ed1
Fix dashboard date format to use browser locale (#581) (#663)
arcenox Mar 14, 2026
e6f328b
Fix dashboard date format to use locale-independent YYYY-MM-DD (#666)
arcenox Mar 14, 2026
252c472
Add per-function concurrency control via maxConcurrency parameter (#670)
arcenox Mar 14, 2026
d8d2255
Centralize test project versions for cross-branch compatibility (#673)
arcenox Mar 14, 2026
d45691f
Fix AddStackExchangeRedis overriding EF Core persistence provider (#676)
arcenox Mar 15, 2026
fd2f78e
Sync changes from main to net9
arcenox Mar 15, 2026
83a3270
Fix Redis registration test to not require live Redis connection
arcenox Mar 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- net8
- net9

jobs:
check-nuget:
runs-on: ubuntu-latest
Expand All @@ -27,7 +28,7 @@ jobs:
id: check
run: |
VERSION="${{ steps.get-version.outputs.version }}"
PACKAGE_IDS=(tickerq tickerq.dashboard tickerq.utilities tickerq.entityframeworkcore tickerq.instrumentation.opentelemetry tickerq.caching.stackexchangeredis)
PACKAGE_IDS=(tickerq tickerq.dashboard tickerq.utilities tickerq.entityframeworkcore tickerq.instrumentation.opentelemetry tickerq.caching.stackexchangeredis tickerq.sdk tickerq.remoteexecutor)
MISSING=0

for ID in "${PACKAGE_IDS[@]}"; do
Expand Down Expand Up @@ -100,6 +101,8 @@ jobs:
dotnet build src/TickerQ.Dashboard/TickerQ.Dashboard.csproj --configuration Release
dotnet build src/TickerQ.Instrumentation.OpenTelemetry/TickerQ.Instrumentation.OpenTelemetry.csproj --configuration Release
dotnet build src/TickerQ.Caching.StackExchangeRedis/TickerQ.Caching.StackExchangeRedis.csproj --configuration Release
dotnet build src/TickerQ.SDK/TickerQ.SDK.csproj --configuration Release
dotnet build src/TickerQ.RemoteExecutor/TickerQ.RemoteExecutor.csproj --configuration Release

- name: Pack other projects
run: |
Expand All @@ -108,6 +111,8 @@ jobs:
dotnet pack src/TickerQ.Dashboard/TickerQ.Dashboard.csproj --configuration Release --output ./nupkgs
dotnet pack src/TickerQ.Instrumentation.OpenTelemetry/TickerQ.Instrumentation.OpenTelemetry.csproj --configuration Release --output ./nupkgs
dotnet pack src/TickerQ.Caching.StackExchangeRedis/TickerQ.Caching.StackExchangeRedis.csproj --configuration Release --output ./nupkgs
dotnet pack src/TickerQ.SDK/TickerQ.SDK.csproj --configuration Release --output ./nupkgs
dotnet pack src/TickerQ.RemoteExecutor/TickerQ.RemoteExecutor.csproj --configuration Release --output ./nupkgs

- name: Show .nupkg file sizes
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- net8
- net9

jobs:
pr:
name: PR Build and Test
Expand Down Expand Up @@ -56,8 +57,10 @@ jobs:
dotnet build src/TickerQ.Caching.StackExchangeRedis/TickerQ.Caching.StackExchangeRedis.csproj --configuration Release
dotnet build tests/TickerQ.Tests/TickerQ.Tests.csproj --configuration Release
dotnet build tests/TickerQ.EntityFrameworkCore.Tests/TickerQ.EntityFrameworkCore.Tests.csproj --configuration Release
dotnet build tests/TickerQ.Caching.StackExchangeRedis.Tests/TickerQ.Caching.StackExchangeRedis.Tests.csproj --configuration Release

- name: Run tests
run: |
dotnet test tests/TickerQ.Tests/ --configuration Release --no-build
dotnet test tests/TickerQ.EntityFrameworkCore.Tests/ --configuration Release --no-build
dotnet test tests/TickerQ.Caching.StackExchangeRedis.Tests/ --configuration Release --no-build
Loading
Loading