aboutsummaryrefslogtreecommitdiff
path: root/layouts/issues
AgeCommit message (Collapse)Author
2023-09-02Severity aware resolution #278 from nbarton915/severity-aware-resolutionMantas Vilčinskas
2023-05-18issues resolution time now aware of whether severity was `down` or notNathan Barton
2023-04-22add md content classMantas Vilčinskas
2022-10-28Fix affected links in subdir to work with Hugo v0.101+Christian
2022-10-28Respect timezone even when enableLastMod and dateFormat is setShingo Omura
2021-12-25fix #213Mantas Vilčinskas
2021-08-23Fix #199Mantas Vilčinskas
2021-07-24Fix relative date for resolved issues and non-UTC browser timezone. (#197)Harald Kraemer
* Remove Storehouse from the README examples (#195) Their status page is no longer present, as they seem to be changing their web strategy * Fix relative date for resolved issues and non-UTC browser timezone. The missing <UTC> in the layout causes a weird glitch if the users browser is in a non-UTC timezone. For open incidents, the time is rendered as "23-07-2021 12:17:40 UTC", and then the javascript library correctly translates from UTC into the users browser time, resulting in say "30m ago". For a resolved incident, the timezone of the date was stripped due to the missing <UTC> in the format string, resulting in "23-07-2021 12:17:40". If the user has a browser is in the timezone CEST (UTC+2), this causes the relative time to jump from "30 minutes ago" for an open incident to "2 hours ago" for a closed incident, because now the time without time zone is not interpreted as UTC anymore. Co-authored-by: Justin Clift <82353280+jc-dgit@users.noreply.github.com> Co-authored-by: Harald Kraemer <harald.kraemer@sabio.de>
2021-02-24API updates, lastmod, NCMS/default config changes, version to 0.80Mantas Vilčinskas
2021-02-24Doc updates, bugfixes, add rel time to NCMSMantas Vilčinskas
2020-10-27add .Site.Params.useRelativeTimeKevin Hamer
2020-10-27Add .relative-time class and JS logicKevin Hamer
2020-10-27Relative URLs for /affected/ done #126Mantas Vilčinskas
2020-10-27Fix #126 - support for non-root dirMantas Vilčinskas
2020-06-15Append a trailing slash to all 'affected' URLsBenoit BERAUD
2020-04-12#102Mantas Vilčinskas
2019-12-15Design updates - dark mode finished, mini fixesMantas Vilčinskas
2019-10-06Mostly finished API #27 for index, issue, page; remove autorefresh #80Mantas Vilčinskas
2019-10-05Added API for index, fully added #43 with tweaks to yrly archiveMantas Vilčinskas
2019-10-04Added symbols for severity, informational posts, yearly layout defaultMantas Vilčinskas
2019-05-09#27 - 1st working API kindaMantas
2019-03-20Fix #64Mantas
2019-01-24cState is now stable on v3.0 - 2019-01-24 (info: #41)Mantas
2018-10-05Fix #28, #30Kashif Rafique
* Resolved after 0 minutes should just be resolved issue #28 * Submodules shouldn’t be in root repo * #31 - Remove themes/ * Delete test-issue-2.md * Delete test-issues.md * Fix indent
2018-08-03More work towards #16, should fix #17Mantas
2018-07-11v2-dev2Mantas
2018-07-05Add screenshotsMantas
2018-07-05v2 Dev Preview 1Mantas
2017-11-25cState goes stable 1.0; fix #4 & fix #5Mantas