Branches (4)

upstream (default)

15e9e25 chore(deps): bump actions/setup-go from 5 to 6 in the all group (#748)

Click to expand commit body
Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

7d32125-integrate-git-bug

aa5abfc feat(web): add description meta to bug pages

Click to expand commit body
Add proper description metadata to bug listing and individual bug pages
for better SEO and page information. Bug list uses repo description or
fallback, individual bug pages use truncated bug message.

Implements: bug-8d2588d
Co-authored-by: Crush <crush@charm.land>

Amolith and Crush created

web-frontend

6599dca feat(webui): add patch/diff links on commit page

Click to expand commit body
Implements: bug-05a795c
Co-authored-by: Crush <crush@charm.land>

Amolith and Crush created

updated-at-last-commit

f2c609e feat: prioritize latest commit time for repo UpdatedAt

Click to expand commit body
Change the order of operations in UpdatedAt() to first try getting
the timestamp from the latest commit before falling back to the
last-modified file. This ensures more accurate update timestamps.

Co-Authored-By: Crush <crush@charm.land>

Amolith and Crush created