This website requires JavaScript.
Explore
Help
Sign In
mrleo1nid
/
TeleWave
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
ci
Other workflows
3
build.yml
sonar.yml
test.yml
163 workflow runs
Actor
All actors
mrleo1nid
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
badges
main
Add upload cleanup functionality and improve error handling for media uploads
ci #84
:
Commit
a8b5a8f693
pushed by
mrleo1nid
main
2026-07-27 00:13:37 +00:00
16m12s
View workflow file
Add missing seasons endpoint and update metadata handling
ci #83
:
Commit
986f7ff52d
pushed by
mrleo1nid
main
2026-07-26 23:57:25 +00:00
16m24s
View workflow file
Refactor episode regex handling for improved clarity and maintainability
ci #82
:
Commit
07c43a6875
pushed by
mrleo1nid
main
2026-07-26 23:50:33 +00:00
14m47s
View workflow file
Add error handling for future schedule conflicts and media asset usage
ci #81
:
Commit
2045b1a3f2
pushed by
mrleo1nid
main
2026-07-26 23:35:46 +00:00
17m13s
View workflow file
Refactor regex handling and improve null checks across various components
ci #80
:
Commit
b80163b6b4
pushed by
mrleo1nid
main
2026-07-26 23:26:00 +00:00
4m42s
View workflow file
Add the Prettier run to the blame ignore list
ci #79
:
Commit
088af2318e
pushed by
mrleo1nid
main
2026-07-26 23:08:47 +00:00
5m17s
View workflow file
Refactor components to enhance code clarity and maintainability by updating prop types to use Readonly for better immutability. Adjust Result class methods for consistency, and streamline query functions in ChannelDetail and other components to improve…
ci #77
:
Commit
5449c05b5b
pushed by
mrleo1nid
main
2026-07-26 22:33:11 +00:00
13m31s
View workflow file
Update README.md to change quality gate badge URL for improved accuracy in project status reporting.
ci #76
:
Commit
ecb5417170
pushed by
mrleo1nid
main
2026-07-26 22:19:40 +00:00
10m44s
View workflow file
Refactor various components to improve code clarity and maintainability. Update ListUsersQueryHandler to utilize UserListFilter for parameter handling. Refactor BumperSpecFactory and related classes to encapsulate input parameters into dedicated record…
ci #75
:
Commit
19fa23b619
pushed by
mrleo1nid
main
2026-07-26 22:07:57 +00:00
11m45s
View workflow file
Enhance EntryTraceDialog component by refactoring data display logic into dedicated summary functions for improved readability and maintainability. Update GridTab to streamline checkbox state management with a new toggle function. Refactor RulesCard to…
ci #74
:
Commit
419aff54fa
pushed by
mrleo1nid
main
2026-07-26 21:37:15 +00:00
11m57s
View workflow file
Refactor JunctionFiller and SchedulePlanner to improve parameter handling by introducing JunctionPlacement record for cleaner code and better readability. Update Directory.Build.props to suppress additional warnings related to API boundaries and unused…
ci #73
:
Commit
38b6160bd2
pushed by
mrleo1nid
main
2026-07-26 21:08:47 +00:00
6m48s
View workflow file
Refactor various classes to initialize lists with empty array syntax for improved clarity and consistency. Update Program.cs to remove unnecessary partial class declaration due to changes in ASP.NET Core 10. Enhance MediaPathResolver by making AssetRel…
ci #71
:
Commit
940b622c03
pushed by
mrleo1nid
main
2026-07-26 20:50:00 +00:00
12m54s
View workflow file
Refactor RenderBumperPreviewCommandHandler to streamline background path resolution and rendering specification. Introduce helper methods for improved readability and maintainability. Update FindMissingEpisodesQueryHandler and RefreshShowEpisodesMetada…
ci #70
:
Commit
59cc453026
pushed by
mrleo1nid
main
2026-07-26 20:43:18 +00:00
10m46s
View workflow file
Add UploadLimits service and refactor user and media listing endpoints to use filter records for improved parameter handling. Update audio upload logic to streamline parameter passing and enhance clarity. Adjust ImageEndpoints to use HashSet for allowe…
ci #69
:
Commit
69d1319564
pushed by
mrleo1nid
main
2026-07-26 20:14:38 +00:00
8m54s
View workflow file
Refactor Program.cs to use async Run method for improved performance. Update index.html to specify language attribute for accessibility. Enhance BumperTemplateEditor and ScheduleGrid components by replacing divs with buttons for better keyboard accessi…
ci #68
:
Commit
0f0657e523
pushed by
mrleo1nid
main
2026-07-26 19:51:35 +00:00
15m28s
View workflow file
Enhance metadata handling by introducing ShowKind parameter across various components. Update SearchShowMetadataQuery and related handlers to support querying by show type, ensuring accurate metadata retrieval for series and films. Implement validation…
ci #67
:
Commit
b0740503bb
pushed by
mrleo1nid
main
2026-07-26 19:45:22 +00:00
16m1s
View workflow file
Refactor ShowAudience handling across the application to align with MPAA rating system. Update ShowAudience enum to reflect new ratings (G, PG, PG-13, R, NC-17) and adjust related data models, API types, and frontend components to support nullable audi…
ci #66
:
Commit
fdb0f321e4
pushed by
mrleo1nid
main
2026-07-26 19:27:25 +00:00
9m2s
View workflow file
Refactor Dockerfile and documentation for non-root user setup. Update CLAUDE.md and README.md to clarify media storage permissions and user requirements. Modify appsettings for local development database configuration. Enhance MediaEndpoints by removin…
ci #64
:
Commit
b52080e026
pushed by
mrleo1nid
main
2026-07-26 18:50:32 +00:00
8m55s
View workflow file
Update .env.example to extend scheduler configuration: increase HorizonDays to 7 and change RetentionHours to RetentionDays with a default of 90. Revise documentation in media-storage-and-streaming.md to reflect these changes. Remove outdated tv-schedu…
ci #63
:
Commit
e79769be81
pushed by
mrleo1nid
main
2026-07-26 18:37:29 +00:00
9m52s
View workflow file
Update README.md to replace build and test badges with a consolidated CI badge. Remove obsolete workflow files for build, test, and Sonar analysis, streamlining the CI/CD process.
ci #62
:
Commit
34701bd6b1
pushed by
mrleo1nid
main
2026-07-26 18:14:03 +00:00
6m51s
View workflow file
Refactor .gitignore to streamline ignored files and enhance clarity. Update CLAUDE.md to improve unit test instructions and add coverage reporting details. Revise README.md for better project overview and deployment instructions. Refactor ChannelEndpoi…
sonar.yml #60
:
Commit
205672b77d
pushed by
mrleo1nid
main
2026-07-26 17:50:22 +00:00
4m39s
View workflow file
Refactor ChannelDetail component to improve template copying functionality and update translations. Change variable names for clarity, ensuring the source channel is correctly referenced when copying templates. Enhance user confirmation prompts and upd…
test.yml #58
:
Commit
f36dbfa9cb
pushed by
mrleo1nid
main
2026-07-26 17:23:20 +00:00
3m42s
View workflow file
Refactor ChannelDetail component to improve template copying functionality and update translations. Change variable names for clarity, ensuring the source channel is correctly referenced when copying templates. Enhance user confirmation prompts and upd…
build.yml #57
:
Commit
f36dbfa9cb
pushed by
mrleo1nid
main
2026-07-26 17:19:38 +00:00
1m46s
View workflow file
Add CreateTemplate endpoint and related functionality for channels without grids
test.yml #56
:
Commit
9c865e1faa
pushed by
mrleo1nid
main
2026-07-26 17:16:28 +00:00
1m38s
View workflow file
Add CreateTemplate endpoint and related functionality for channels without grids
build.yml #55
:
Commit
9c865e1faa
pushed by
mrleo1nid
main
2026-07-26 17:14:50 +00:00
3m57s
View workflow file
Refactor ChannelDetail component to implement tabbed navigation for channel settings, enhancing user experience by organizing content into distinct sections. Introduce a new TABS constant for better maintainability and update related components (Bumper…
test.yml #54
:
Commit
69c236d8cc
pushed by
mrleo1nid
main
2026-07-26 17:06:39 +00:00
1m31s
View workflow file
Refactor ChannelDetail component to implement tabbed navigation for channel settings, enhancing user experience by organizing content into distinct sections. Introduce a new TABS constant for better maintainability and update related components (Bumper…
build.yml #53
:
Commit
69c236d8cc
pushed by
mrleo1nid
main
2026-07-26 17:05:08 +00:00
1m46s
View workflow file
Refactor AdminUserEndpoints and MediaEndpoints to include default parameter values for pagination and filtering, improving API usability. Update ManualInboxDialog to enhance show selection logic with auto-detection based on file names, and improve user…
test.yml #52
:
Commit
2387223f0b
pushed by
mrleo1nid
main
2026-07-26 13:23:34 +00:00
2m28s
View workflow file
Refactor AdminUserEndpoints and MediaEndpoints to include default parameter values for pagination and filtering, improving API usability. Update ManualInboxDialog to enhance show selection logic with auto-detection based on file names, and improve user…
build.yml #51
:
Commit
2387223f0b
pushed by
mrleo1nid
main
2026-07-26 13:21:05 +00:00
3m31s
View workflow file
Implement automatic media list refresh in MediaPanel: add activity tracking for queued and processing items, ensuring the media list updates when statuses change. Enhance query handling with refetch logic to improve user experience in media management.
test.yml #50
:
Commit
8fa4ea02fe
pushed by
mrleo1nid
main
2026-07-26 13:14:01 +00:00
3m4s
View workflow file
First
Previous
...
2
3
4
5
6
Next
Last