stormkit-io / app-stormkit-io

Stormkit is an all in one solution for Full Stack Javascript applications.
https://app.stormkit.io
GNU General Public License v3.0
66 stars 8 forks source link

Feature request: Add commit sha to deployment link #397

Closed svedova closed 2 years ago

svedova commented 2 years ago

Is your feature request related to a problem? Please describe.

Add a link next to the branch name to redirect the user to the diff page.

Describe the solution you'd like

On the deployments page, a link that brings the user to the commit diff page could be useful to track the changes each deployment did.

For instance, clicking on the link somewhere in the red box:

Screenshot 2022-08-07 at 16 59 01

Should bring the user to a page like this:

image

We already have the commit sha information, all we need is to build a link like: https://github.com/stormkit-io/www-stormkit-io/commit/6f6050c0ab5bd335b8d84ed550fe001d88ada3d8.

svedova commented 2 years ago

Implemented by https://github.com/stormkit-io/app-stormkit-io/pull/398. Closing issue.