This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Add age

David Greeson requested to merge add-age into master

Created by: HighSaltLevels

What/Why

It would look a lot cooler if the age was added to the status server when displayed on the site as well. This PR adds that support which includes a helper function to parse the time.Duration into a human friendly value like 3s for 3 seconds and 4d for 4 days.

Testing

I tested it locally by running the server and using curl to receive http response.

Merge request reports