Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | 5.3 ver | Mantas Vilčinskas | |
2022-02-12 | 5.3 ver | Mantas Vilčinskas | |
2022-02-12 | External link button to link to a component #223 | Mantas Vilčinskas | |
External link button to link to a component | |||
2022-02-12 | rss xml bugfix #228 from kaystrobach/patch-1 | Mantas Vilčinskas | |
Patch 1 | |||
2022-02-12 | typo fix | Mantas Vilčinskas | |
Update README.md | |||
2022-02-08 | Update README.md | Tárikly Távora | |
Typo: Mistyped artifacts | |||
2022-02-03 | [BUGFIX] avoid escaping the xml prolugue in list.html | Kay Strobach | |
#226 | |||
2022-02-03 | [BUGFIX] avoid escaping the xml prolugue in index.html | Kay Strobach | |
#226 | |||
2021-12-27 | add optional external link button | aperullo | |
2021-12-25 | fix #213 | Mantas Vilčinskas | |
2021-12-25 | #221 - rss cors | Mantas Vilčinskas | |
2021-12-20 | Merge pull request #216 from kaystrobach/patch-1 | Mantas Vilčinskas | |
[TASK] add xml declaration to provide clean xml code for all readers | |||
2021-12-16 | add xml declaration | Kay Strobach | |
2021-12-16 | [TASK] add xml declaration to provide clean xml code for all readers | Kay Strobach | |
2021-10-10 | cState v5.2 update #211 | Mantas Vilčinskas | |
2021-10-10 | Merge branch 'master' into dev | Mantas Vilčinskas | |
2021-10-10 | 5.2 update | Mantas Vilčinskas | |
2021-10-10 | 5.2 update | Mantas Vilčinskas | |
2021-10-10 | 5.2 update | Mantas Vilčinskas | |
2021-10-10 | #202 - changed my mind, old close marker wasn't ok | Mantas Vilčinskas | |
2021-10-10 | demo of informational pins | Mantas Vilčinskas | |
2021-10-10 | fix bug so same post doesn't show up twice | Mantas Vilčinskas | |
2021-10-10 | Simplify readme | Mantas Vilčinskas | |
2021-10-10 | Update shields | Mantas Vilčinskas | |
2021-10-02 | only allow informational posts to be pinned | Mantas Vilčinskas | |
2021-10-02 | pin to page top in netlify cms | Mantas Vilčinskas | |
2021-10-02 | #205 - add pinned informational posts | Mantas Vilčinskas | |
2021-10-02 | cState v5.1 | Mantas Vilčinskas | |
cState v5.1 | |||
2021-10-02 | fix #208 - /affected/gateway/index.svg shows component status | Mantas Vilčinskas | |
2021-10-02 | affected/list.json - json api serves correct json again BUGFIX | Mantas Vilčinskas | |
2021-10-02 | 5.1 | Mantas Vilčinskas | |
2021-10-02 | 5.1 | Mantas Vilčinskas | |
2021-10-02 | 5.1 | Mantas Vilčinskas | |
2021-10-01 | need to test #208 | Mantas Vilčinskas | |
I think the code for index.svg can be the same (or mostly the same) and be reapplied for other categories just because of how hugo parses things will get this done soon for v5.1 | |||
2021-10-01 | cState v5.0.5 officially released | Mantas Vilčinskas | |
cState v5.0.5 | |||
2021-10-01 | 5.0.5 | Mantas Vilčinskas | |
2021-10-01 | 5.0.5 | Mantas Vilčinskas | |
2021-10-01 | 5.0.5 | Mantas Vilčinskas | |
2021-09-28 | zar-far fix | Mantas Vilčinskas | |
2021-09-04 | Fix #204 | Mantas Vilčinskas | |
2021-08-23 | Fix #199 | Mantas Vilčinskas | |
2021-08-04 | Merge pull request #200 from tyger796/patch-1 | Mantas Vilčinskas | |
Fixed a typo | |||
2021-08-03 | Fixed a typo | tyger796 | |
2021-08-01 | Remove sponsor | Mantas Vilčinskas | |
2021-08-01 | Remove sponsor | Mantas Vilčinskas | |
2021-07-24 | v5.0.4 #194 | Mantas Vilčinskas | |
Bug fixes | |||
2021-07-24 | 5.0.4 | Mantas Vilčinskas | |
2021-07-24 | 5.0.4 | Mantas Vilčinskas | |
2021-07-24 | 5.0.4 | Mantas Vilčinskas | |
2021-07-24 | Fix 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> |