Commit Graph

66 Commits

Author SHA1 Message Date
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
Jessica Parsons 7026fe737b Merge pull request #35 from steveoh/master
use windows on windows
2017-09-12 16:18:26 -07:00
steveoh 536b29149f use windows on windows 2017-09-12 17:06:47 -06:00
Jessica Parsons 4c358de4a8 Update what happens when creating a new incident 2017-09-11 17:12:21 -07: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
David Calavera fef087ba28 Merge pull request #33 from steveoh/master
update archetypes to match config systems
2017-09-06 13:36:06 -07:00
steveoh 08610dfc4f update archetypes to match config systems 2017-09-05 13:53:40 -06:00
Jessica Parsons 9c6851ccbb Merge pull request #29 from steveoh/affected-systems
add affected systems to incident cards
2017-09-05 08:29:24 -07: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 0f60b7dd96 Merge branch 'affected-systems' of https://github.com/steveoh/netlify-statuskit into affected-systems 2017-08-30 16:54:10 -06:00
steveoh c6e5108b44 add affected systems to incident cards
closes #12
2017-08-29 21:58:08 -06:00
Jessica Parsons 4ed4b7f384 Merge pull request #27 from steveoh/026
update for hugo 0.26
2017-08-29 15:34:06 -07:00
Jessica Parsons 9ccdacc1d9 Merge pull request #26 from steveoh/hugo-new
Fix #25
2017-08-29 11:58:28 -07:00
steveoh 7e98c90952 commit the lock file cause that's what you do 2017-08-29 10:16:55 -06:00
steveoh 24e41466b7 update for hugo 0.26 2017-08-29 09:41:51 -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
David Calavera 8af8c3e222 Merge pull request #24 from steveoh/patch-1
update for hugo 0.24
2017-07-19 08:02:00 -07:00
steveoh e4556478b3 fix file name 2017-07-18 09:39:29 -06:00
steveoh 51e4ba4e27 add linux and mac binaries 2017-06-29 16:51:20 -06:00
steveoh 2f3e1c7d26 add windows binary 2017-06-29 16:22:35 -06:00
steveoh 286d8059b1 add version. 2017-06-29 15:55:23 -06:00
steveoh 991d35c362 update readme
hugo can't find the toml if you are not working in the `site` directory
2017-06-29 11:06:30 -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 30a7266343 Merge pull request #22 from netlify/add_yarn_back
Add yarn.lock file.
2017-02-09 11:56:42 +01:00
David Calavera 52a8e35df9
Add yarn.lock file.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-09 11:52:18 +01:00
David Calavera b6f03b850b Merge pull request #21 from netlify/fix_archetype
Fix typo in the affected systems attribute.
2017-02-09 11:52:11 +01: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 b8e1614587 Merge pull request #20 from netlify/remove_yarn
Remove yarn to install dependencies.
2016-12-13 19:23:14 -08:00
David Calavera d277ab3f82
Remove yarn to install dependencies.
We can reconsider using it when it becomes more stable.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-12-09 10:41:41 -08:00
David Calavera fe720e75bc Merge pull request #19 from netlify/screenshot-link-in-readme
Add an Example StatusKit with Screenshot to README
2016-12-01 09:52:51 -08:00
Mathias Biilmann 88509e1c8f Add an Example StatusKit with Screenshot to README 2016-11-29 17:05:52 -08: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 0a81eb2f9b Merge pull request #17 from netlify/subsitute_state_with_severity
Rename state to severity.
2016-11-23 10:01:15 -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 5bed59b2e0 Merge pull request #15 from netlify/better_counting
Use UTC dates to count the days without incidents.
2016-11-23 08:45:57 -08:00
David Calavera 2fda8d46ee
Use UTC dates to count the days without incidents.
Ignore times to count in fixed 24h intervals.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-11-23 08:26:16 -08:00
David Calavera 08e3c0f8bb Merge pull request #13 from netlify/time_tracking
Add shortcode to track timing.
2016-11-22 13:42:48 -08:00
David Calavera 729671218e Merge pull request #14 from netlify/visual-tweaks-to-cards
Visual tweaks to cards
2016-11-22 13:42:22 -08:00