Commit Graph

44 Commits

Author SHA1 Message Date
Marius Pana 070f6de0af new incident 2023-10-16 13:29:47 +03:00
Marius Pana 167c86618c update latest incident 2022-09-23 18:04:47 +03:00
Marius Pana 5c51b3ae40 added new incident 2022-09-19 13:05:44 +03:00
Marius Pana 6db0a4f907 add new incident 09/13/2022 2022-09-13 12:20:23 +03:00
Marius Pana be72f9b98b update latest incident 2022-09-03 12:51:13 +03:00
Marius Pana 887bb6f956 update last incident 2022-09-03 12:46:04 +03:00
Marius Pana 9fdc8c5f35 update incident 2022-09-03 11:32:42 +03:00
Marius Pana fe03670671 add new service 2022-09-03 11:32:31 +03:00
Marius Pana 0d29cecca8 accept all upstream incoming changes 2019-06-14 17:34:50 +03:00
Marius Pana 732a922db4 update favicons 2019-05-28 16:04:42 +03:00
Marius Pana bf2f6f0e2d new systems to monitor 2019-05-28 15:24:54 +03:00
Matthew Somerville 4b14c4be61 Don't show fixed 'days since' by default.
Instead, show the date of the last incident to users lacking JavaScript.
2019-04-16 11:54:10 -06:00
Marius Pana d950806e32 removed cloudportal from archetype as the overall service is functional without it 2019-02-27 16:12:24 +02:00
steveoh 8c8e97cbfc
fix: update Pages to AllPages
fixes #47
2019-02-08 12:18:09 -07:00
Marius Pana f53754e500 added new maintenance 2018-08-23 13:25:51 +03:00
Marius Pana f71cb79878 updates 2018-08-23 12:03:10 +03:00
Marius Pana 9c97502729 updated and resolved "possible configuration issues" 2018-07-26 12:45:44 +03:00
Marius Pana a822983361 added image, changed default logo 2018-07-16 19:22:07 +03:00
Marius Pana 4755e269a4 applied PR https://github.com/netlify/netlify-statuskit/pull/42 to fix duplicates 2018-07-16 12:08:29 +03:00
Marius Pana 95d0b2d04e spearhead volume rm issue 2018-07-16 11:55:53 +03:00
Marius Pana 2f26bd2865 added all cloud systems 2018-07-16 11:47:06 +03:00
Marius Pana 100cafb42e spearhead customizations 2018-07-07 13:54:48 +03:00
steveoh 7df3bec8fe add viewport meta data (#49)
closes #48
2018-02-16 16:19:23 +00:00
steveoh b8802f8707 Interactive Gulp task for incident creation (#34)
* Add inquirer to get some prompts

* Create some questions

Refs #16

* Add tomljs to read config for choices

* Kebab-case the input file name

* Fix listing errors

* Lint all relevant js files

* Add new incident npm script

* Set as default so out of the box this just works

* refactor out args that are used everywhere

* Add inquirer validation

* Handle inquirer answers

* Create toml from answers

* Fix linting

* Treat title and file name separately

This allows for Hugo new to work and enhances the gulp task but breaks
TranslationBaseName e.g.: `post` for `post.es.md` (if `Multilingual` is
enabled.) which I’m not sure is enabled by default.

* add comment to replace

* update new issue creation

* fix spelling
2017-09-11 17:10:31 -07:00
steveoh 08610dfc4f update archetypes to match config systems 2017-09-05 13:53:40 -06:00
steveoh 783a480827 flex more 2017-09-05 09:26:19 -06:00
steveoh 9ad492dfbe No more floats. Flex out! 💪 2017-08-30 19:02:11 -06:00
steveoh 59c9ec9774 Add accessibility items 2017-08-30 19:00:58 -06:00
steveoh 0c06ef17c7 Use mute instead of opacity everywhere 2017-08-30 18:59:32 -06:00
steveoh c6e5108b44 add affected systems to incident cards
closes #12
2017-08-29 21:58:08 -06:00
steveoh 977be66adc default severity to under maintenance to guard nils 2017-08-29 09:32:11 -06:00
steveoh 6dd1d6ab05 use regular pages to not pick up all page types 2017-08-29 09:31:34 -06:00
steveoh 8ff8e97da5 update for hugo 0.24
From Hugo 0.24 this must be provided in the archetype file itself, if needed. Example:
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
draft: true
---
2017-06-29 11:01:47 -06:00
David Calavera 25edff34bb
Fix typo in the affected systems attribute.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-09 11:49:53 +01:00
David Calavera 53270f98df
Use the default favicons path to set the link.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-28 15:56:28 -08:00
David Calavera 444a66a192
Remove favicons from the environment.
It's hard to assume people will have those setup correctly from the
beginning.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-28 10:52:19 -08:00
David Calavera 3d127900bf
Rename state to severity.
This is a more accurated representation of what it means.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-23 09:53:38 -08:00
David Calavera a1221afba7
Add shortcode to track timing.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-22 13:06:44 -08:00
David Calavera 38a75244ae
Simplify date format keeping timezone information.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:42:14 -08:00
David Calavera 306bbcb179 Merge pull request #5 from netlify/new-footer-links
New Footer Links
2016-11-21 17:25:29 -08:00
David Calavera 40b493c9b6
Fix footer in all pages.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:22:46 -08:00
David Calavera e20a6bc9af
Fix clear template issue formatting the date.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 17:06:08 -08:00
Rafael Conde ca33db7791 New Footer Links 2016-11-21 16:42:59 -08:00
David Calavera 0143a64735
🌅
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-21 15:33:10 -08:00