Skip to content

Tags: pvcnt/mergeable

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add a button to copy pull URL (#118)

Since links in the table are not real links, it is not possible to copy
the URL using a right click. This adds a button to copy the URL to the
clipboard. This button appears when hovering a row.

v0.6.0

Toggle v0.6.0's commit message
fix: splitting queries incorrectly removed quotes

This made it impossible to use any search queries with quotes in it.

Closes #107

v0.5.0

Toggle v0.5.0's commit message
fix: sync data on schedule

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: ignore bot comments in top-level discussion (#97)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: move to vitest (#63)

Closes #59

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Manage redirection of SPA with a simpler server backend based on SWS (#…

…55)

This new implementation solves the case where the backend returns 404 if
the page loaded is `/settings` or `/stars`.

Additionally, this brings a very light server, with less CVE and build
on top of distroless image.

Closes #51

v0.1.0

Toggle v0.1.0's commit message
fix: restore Helm Chart