Skip to content

Commit 1cddfb6

Browse files
committed
Update branding and maintenance details across the project
- Changed all instances of "Eggsample Status" to "CodeIntegrity Status" in HTML, JSON, and XML files. - Updated the last modified timestamps for various issues and pages to reflect the current date. - Added a new SVG logo for CodeIntegrity and updated the existing PNG logo. - Modified meta descriptions to provide accurate information about service monitoring. - Updated the generator version in meta tags to reflect the latest version of cState.
1 parent 5d2c429 commit 1cddfb6

54 files changed

Lines changed: 374 additions & 1338 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config.yml

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# What is your status page called?
4545
# Shows up in the browser bar and meta tags
46-
title: Eggsample Status
46+
title: CodeIntegrity Status
4747

4848
# Should posts, which have a publish date
4949
# from the future, be built? Useful for
@@ -97,7 +97,7 @@ defaultContentLanguage: en
9797
#
9898
# Broken example:
9999
# baseUrl: /
100-
baseURL: https://example.com
100+
baseURL: https://status.codeintegrity.ai
101101

102102
# For features like Last modified, you
103103
# need to use a Git repository. If you
@@ -143,11 +143,7 @@ params:
143143
# For help, see the wiki:
144144
# https://github.com/cstate/cstate/wiki/Customization
145145
categories:
146-
- name: North Coast
147-
description: The main servers are located here.
148-
closed: true
149-
- name: Empty Category
150-
- name: Uncategorized
146+
- name: Services
151147
untitled: true
152148

153149
# These are your systems. Change them to
@@ -158,20 +154,14 @@ params:
158154
# For help, see the wiki:
159155
# https://github.com/cstate/cstate/wiki/Customization
160156
systems:
161-
- name: Gateway
162-
category: North Coast
163-
- name: Backup Gateway
164-
category: North Coast
165157
- name: Website
166-
description: The web frontend for the application.
167-
category: Uncategorized
168-
link: https://example.com/
169-
- name: API
170-
description: The guts of the application.
171-
category: Uncategorized
172-
- name: Media Proxy
173-
description: This is the service responsible for serving images, audio, and video. It is reliant on our CDN.
174-
category: Uncategorized
158+
description: Main website and marketing pages
159+
category: Services
160+
link: https://www.codeintegrity.ai
161+
- name: Dashboard
162+
description: Application platform and user dashboard
163+
category: Services
164+
link: https://app.codeintegrity.ai
175165

176166
# What date format to use?
177167
#
@@ -286,13 +276,13 @@ params:
286276
#
287277
# Recommended: png, bmp, jpg, or gif
288278
# for best browser support!
289-
logo: logo.png
279+
logo: logo.svg
290280

291281
# This is the description that is shown
292282
# on the footer and meta tags.
293283
#
294284
# Default: We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.
295-
description: We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.
285+
description: Real-time status and uptime monitoring for CodeIntegrity services. We monitor our systems 24/7 to ensure reliability.
296286

297287
# Tabs on homepage
298288
# Uncomment to enable.

content/issues/2018-01-17-sending-dms-impacted.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

content/issues/2018-04-13-unavailable-guilds-connection-issues.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/issues/2018-05-25-us-east-conn-issues.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/issues/2019-10-08-testing-new-pipeline.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/issues/2024-02-24-maintenance-window.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/issues/i-testing-cstate-functions.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

public/404.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en" class="no-js">
3-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
3+
<head>
44

55
<meta charset="utf-8">
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

9-
<meta name="description" content="We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.">
10-
<title>404 Page not found | Eggsample Status</title>
11-
<link rel="canonical" href="http://localhost:1313/404.html">
12-
<meta name="generator" content="cState v6.0 - https://github.com/cstate/cstate">
9+
<meta name="description" content="Real-time status and uptime monitoring for CodeIntegrity services. We monitor our systems 24/7 to ensure reliability.">
10+
<title>404 Page not found | CodeIntegrity Status</title>
11+
<link rel="canonical" href="https://status.codeintegrity.ai/404.html">
12+
<meta name="generator" content="cState v6.0.1 - https://github.com/cstate/cstate">
1313
<meta name="theme-color" content="#0a0c0f">
1414
<script>
1515
var themeBrandColor = '#0a0c0f';
@@ -427,6 +427,7 @@
427427

428428
.date { color: #c3bfb6; }
429429

430+
.tag { color: #fff; }
430431
.tag, .archive__head { background-color: #1d1f20; }
431432
.tag:hover { background: #222; }
432433
.issue:hover,
@@ -462,7 +463,7 @@
462463
<body class="default list">
463464
<header>
464465
<div class="contain">
465-
<a href="http://localhost:1313/">← Go back to <em>Eggsample Status</em></a>
466+
<a href="https://status.codeintegrity.ai/">← Go back to <em>CodeIntegrity Status</em></a>
466467
<div class="padding"></div>
467468
<div class="padding"></div>
468469

@@ -489,7 +490,7 @@ <h1 class="clean" id="component-title">404 - There is nothing here.</h1>
489490
<div class="contain center">
490491
<small>Last updated:
491492

492-
July 30, 2025 at 5:47 PM UTC
493+
January 9, 2026 at 10:24 PM UTC
493494

494495
</small>
495496
<div class="padding"></div>
@@ -588,7 +589,7 @@ <h1 class="clean" id="component-title">404 - There is nothing here.</h1>
588589

589590

590591

591-
console.log('cState v6.0 - https://github.com/cstate/cstate');
592+
console.log('cState v6.0.1 - https://github.com/cstate/cstate');
592593
document.getElementsByTagName('html')[0].className = 'js';
593594

594595

@@ -711,11 +712,11 @@ <h1 class="clean" id="component-title">404 - There is nothing here.</h1>
711712

712713
<div class="footer">
713714
<div class="contain">
714-
<p><strong class="bold">&copy; Eggsample Status, 2025</strong>
715+
<p><strong class="bold">&copy; CodeIntegrity Status, 2026</strong>
715716
&nbsp; • &nbsp; <a href="#">Back to top</a>
716717
</p>
717718

718-
<p>We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.</p>
719+
<p>Real-time status and uptime monitoring for CodeIntegrity services. We monitor our systems 24/7 to ensure reliability.</p>
719720

720721

721722
<small class="footer__copyright faded">Powered by <a href="https://github.com/cstate/cstate"><b>cState</b></a></small>
@@ -728,7 +729,7 @@ <h1 class="clean" id="component-title">404 - There is nothing here.</h1>
728729
729730
Subscribe via RSS —
730731

731-
<a href="http://localhost:1313/index.xml" class="no-underline">to all updates</a>
732+
<a href="https://status.codeintegrity.ai/index.xml" class="no-underline">to all updates</a>
732733

733734

734735

public/affected/api/index.html

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

9-
<meta name="description" content="We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.">
10-
<title>API | Eggsample Status</title>
9+
<meta name="description" content="Real-time status and uptime monitoring for CodeIntegrity services. We monitor our systems 24/7 to ensure reliability.">
10+
<title>API | CodeIntegrity Status</title>
1111
<link rel="canonical" href="http://localhost:1313/affected/api/">
12-
<link rel="alternate" type="application/json" href="http://localhost:1313/affected/api/index.json" title="Eggsample Status" />
13-
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/affected/api/index.xml" title="Eggsample Status" />
14-
<link rel="alternate" type="image/svg+xml" href="http://localhost:1313/affected/api/index.svg" title="Eggsample Status" />
15-
<meta name="generator" content="cState v6.0 - https://github.com/cstate/cstate">
12+
<link rel="alternate" type="application/json" href="http://localhost:1313/affected/api/index.json" title="CodeIntegrity Status" />
13+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/affected/api/index.xml" title="CodeIntegrity Status" />
14+
<link rel="alternate" type="image/svg+xml" href="http://localhost:1313/affected/api/index.svg" title="CodeIntegrity Status" />
15+
<meta name="generator" content="cState v6.0.1 - https://github.com/cstate/cstate">
1616
<meta name="theme-color" content="#0a0c0f">
1717
<script>
1818
var themeBrandColor = '#0a0c0f';
@@ -430,6 +430,7 @@
430430

431431
.date { color: #c3bfb6; }
432432

433+
.tag { color: #fff; }
433434
.tag, .archive__head { background-color: #1d1f20; }
434435
.tag:hover { background: #222; }
435436
.issue:hover,
@@ -465,7 +466,7 @@
465466
<body class="default list">
466467
<header>
467468
<div class="contain">
468-
<a href="http://localhost:1313/">← Go back to <em>Eggsample Status</em></a>
469+
<a href="http://localhost:1313/">← Go back to <em>CodeIntegrity Status</em></a>
469470
<div class="padding"></div>
470471
<div class="padding"></div>
471472

@@ -493,16 +494,6 @@ <h1 class="clean">API</h1>
493494

494495

495496

496-
497-
498-
499-
500-
The guts of the application.
501-
502-
503-
504-
505-
506497

507498

508499

@@ -744,7 +735,7 @@ <h3>
744735

745736

746737

747-
console.log('cState v6.0 - https://github.com/cstate/cstate');
738+
console.log('cState v6.0.1 - https://github.com/cstate/cstate');
748739
document.getElementsByTagName('html')[0].className = 'js';
749740

750741

@@ -867,11 +858,11 @@ <h3>
867858

868859
<div class="footer">
869860
<div class="contain">
870-
<p><strong class="bold">&copy; Eggsample Status, 2025</strong>
861+
<p><strong class="bold">&copy; CodeIntegrity Status, 2026</strong>
871862
&nbsp; • &nbsp; <a href="#">Back to top</a>
872863
</p>
873864

874-
<p>We continuously monitor the status of our services and if there are any interruptions, a note will be posted here.</p>
865+
<p>Real-time status and uptime monitoring for CodeIntegrity services. We monitor our systems 24/7 to ensure reliability.</p>
875866

876867

877868
<small class="footer__copyright faded">Powered by <a href="https://github.com/cstate/cstate"><b>cState</b></a></small>

public/affected/api/index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"is": "issue",
99
"title": "New Pipeline Rollout",
1010
"createdAt": "2019-10-05 16:24:00 +0000 UTC",
11-
"lastMod": "2021-04-17 14:19:08 +0300 EEST",
11+
"lastMod": "2026-01-09 22:15:43 -0800 PST",
1212
"permalink": "http://localhost:1313/issues/2019-10-08-testing-new-pipeline/",
1313
"severity": "disrupted",
1414
"resolved": true,
@@ -22,7 +22,7 @@
2222
"is": "issue",
2323
"title": "US East Connection Issues",
2424
"createdAt": "2018-04-25 04:13:00 +0000 UTC",
25-
"lastMod": "2019-12-21 21:27:28 +0200 EET",
25+
"lastMod": "2026-01-09 22:15:43 -0800 PST",
2626
"permalink": "http://localhost:1313/issues/2018-05-25-us-east-conn-issues/",
2727
"severity": "down",
2828
"resolved": true,
@@ -36,7 +36,7 @@
3636
"is": "issue",
3737
"title": "Unavailable Guilds & Connection Issues",
3838
"createdAt": "2018-04-13 15:54:00 +0000 UTC",
39-
"lastMod": "2020-02-29 19:16:59 +0200 EET",
39+
"lastMod": "2026-01-09 22:15:43 -0800 PST",
4040
"permalink": "http://localhost:1313/issues/2018-04-13-unavailable-guilds-connection-issues/",
4141
"severity": "down",
4242
"resolved": true,
@@ -50,7 +50,7 @@
5050
"is": "issue",
5151
"title": "Issues Sending DMs",
5252
"createdAt": "2017-12-17 16:24:00 +0000 UTC",
53-
"lastMod": "2019-12-21 21:27:28 +0200 EET",
53+
"lastMod": "2026-01-09 22:15:43 -0800 PST",
5454
"permalink": "http://localhost:1313/issues/2018-01-17-sending-dms-impacted/",
5555
"severity": "disrupted",
5656
"resolved": true,

0 commit comments

Comments
 (0)