Merge updates: PR #104, dependency upgrades, and Hangtools rebranding#2
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Hangfire.Tags packaging/docs for the Hangtools rebrand and consolidates dashboard “Go” navigation logic into the shared embedded JavaScript resource (removing per-page inline scripts).
Changes:
- Moved tag navigation (“Go” button) logic from inline
<script>blocks in Razor pages toResources/script.jsand updated the dashboard pages accordingly. - Updated NuGet package metadata URLs across projects to point to
https://github.com/Hangtools/Hangfire.Tags. - Refreshed README badges/images to use the new GitHub org/repo.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| src/FaceIT.Hangfire.Tags/Resources/script.js | Adds shared click handler for the tags “Go” button. |
| src/FaceIT.Hangfire.Tags/FaceIT.Hangfire.Tags.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags/Dashboard/Pages/TagsSearchPage.cshtml | Removes inline JS; switches button to data-base-url for shared handler. |
| src/FaceIT.Hangfire.Tags/Dashboard/Pages/TagsSearchPage.generated.cs | Regenerated output reflecting the Razor page change. |
| src/FaceIT.Hangfire.Tags/Dashboard/Pages/TagsJobsPage.cshtml | Removes inline JS; switches related-tag “Go” button to data-base-url. |
| src/FaceIT.Hangfire.Tags/Dashboard/Pages/TagsJobsPage.generated.cs | Regenerated output reflecting the Razor page change. |
| src/FaceIT.Hangfire.Tags.SqlServer/FaceIT.Hangfire.Tags.SqlServer.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags.SQLite/FaceIT.Hangfire.Tags.SQLite.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags.Redis.StackExchange/FaceIT.Hangfire.Tags.Redis.StackExchange.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags.Pro.Redis/FaceIT.Hangfire.Tags.Pro.Redis.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags.PostgreSql/FaceIT.Hangfire.Tags.PostgreSql.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags.MySql/FaceIT.Hangfire.Tags.MySql.csproj | Updates package/repository URLs for rebranding. |
| src/FaceIT.Hangfire.Tags.Mongo/FaceIT.Hangfire.Tags.Mongo.csproj | Updates package/repository URLs for rebranding. |
| README.md | Updates badge and image URLs to Hangtools repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ab70f05 to
3ab2767
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes URL cleanups, OIDC publication, and earlier modernization commits.