summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Gemfile: missing rss gemHEAD20230618T212156ZmasterRobin H. Johnson2023-06-182-0/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Gemfile: update gemsRobin H. Johnson2023-06-181-16/+18
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Take the most recent loading of status or notices.Alec Warner2021-11-151-1/+1
| | | | | | Don't just use status; as a notice posting is also on the main page. Signed-off-by: Alec Warner <antarus@gentoo.org>
* For the main page, add a last modified header.Alec Warner2021-11-151-0/+1
| | | | | | Ideally, the CDN can HEAD and take updates faster. Signed-off-by: Alec Warner <antarus@gentoo.org>
* Gemfile: add puma-daemon and downgrade againRobin H. Johnson2021-08-222-14/+17
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Gemfile: re-add thinRobin H. Johnson2021-08-222-0/+8
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* try to migrate to pumaRobin H. Johnson2021-08-222-19/+18
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Migrate to Tyrian v220200511T025318ZMax Magorsch2020-05-114-82/+83
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Use the latest version of tyrian v120200424T191000ZMax Magorsch2020-04-241-6/+6
| | | | | | | https://assets.gentoo.org/tyrian/v1/ points to the latest version of tyrian v1. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Update the CDN urls20200424T182525ZMax Magorsch2020-04-241-6/+6
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* welcome to 202020200314132927ZMikle Kolyada2020-03-141-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Remove piwik.Alec Warner2020-02-121-13/+0
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* services.rb: sync from infra repo20190511T002100ZRobin H. Johnson2019-05-101-25/+25
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* service_registry: easy helper for service/host_downRobin H. Johnson2019-05-101-0/+11
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Remove defunct Google+Brian Evans2019-04-191-1/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* copyright: year 2019Mikle Kolyada2019-01-091-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Update Gemfile for security purposes.Alec Warner2018-07-111-15/+20
|
* Sentence case missing sentence case.Matthew Marchese2018-04-143-6/+6
| | | | Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
* Sentence case site wide.Matthew Marchese2018-04-142-26/+26
| | | | Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
* Update the copyright years.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-02-211-1/+1
| | | | | | Bug: https://bugs.gentoo.org/643462 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Theme update, meta order, CDNAlex Legler2016-05-141-7/+7
|
* bug 583026Alex Legler2016-05-141-1/+1
|
* Remove empty notices directoryAlex Legler2016-01-072-1/+1
|
* Re-add proper site titleAlex Legler2015-12-251-1/+1
|
* Use properly named Notice methodsAlex Legler2015-12-251-3/+3
|
* .gitignore updateAlex Legler2015-12-251-1/+4
|
* Layout updateAlex Legler2015-12-252-100/+124
| | | | | | Incorporates latest Tyrian layout, indents properly, adds new way of displaying update timestamps in the footer, adds android theme color, and rainbows.
* Ruby style updatesAlex Legler2015-12-255-91/+106
|
* Update dependenciesAlex Legler2015-12-252-16/+16
|
* Sync services.rb.example with current live versionAlex Legler2015-12-251-17/+66
|
* Update favicon.ico url from http to https.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-07-221-1/+1
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Fix maintenance start timesAlex Legler2015-01-281-9/+8
|
* Sync new Tyrian footerAlex Legler2015-01-281-6/+13
|
* Fix rounded corner of Gentoo sites button againAlex Legler2015-01-281-1/+1
|
* Make columns configurable via services.rb as wellAlex Legler2014-10-103-6/+40
|
* Improve exception handlingAlex Legler2014-10-101-2/+10
| | | | | This avoids all-UNKNOWN NAME displays in the event a missing nagios status is requested
* Add blogsAlex Legler2014-10-091-2/+2
|
* Goodbye sharingAlex Legler2014-09-212-17/+3
|
* Use httpdate which uses GMT instead of +0000Alex Legler2014-09-211-1/+1
|
* Actually link to the Logo and Name guidelinesAlex Legler2014-09-211-1/+1
|
* Thanks for the icons, but no more attribution needed.Alex Legler2014-09-211-3/+0
|
* Replace pixel icons with vector icons from the glyph fonts included in TyrianAlex Legler2014-09-2114-15/+40
|
* Render visible notices; not just active notices on the Atom feed.Alex Legler2014-09-201-1/+1
|
* Rework notice selection JSAlex Legler2014-09-201-2/+2
| | | | | * Use =~ instead of =* to capture words as intended * Quote strings to allow fancy characters
* Be more resilient to bad noticesAlex Legler2014-09-201-2/+2
|
* Refactor notice selection and make it more foolproof for empty affects blocks.Robin H. Johnson2014-09-201-2/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@orbis-terrarum.net>
* Update the example.Robin H. Johnson2014-09-111-14/+29
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* And robin needs to stop thinking in Perl.Robin H. Johnson2014-09-101-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Improve handling of description detection.Robin H. Johnson2014-08-271-2/+14
| | | | Signed-off-by: Robin H. Johnson <robbat2@orbis-terrarum.net>
* Merge branch 'old-master'Robin H. Johnson2014-08-180-0/+0
|\