@amiable-dev/docusaurus-plugin-stentorosaur 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/theme/StatusItem/MiniHeatmap.module.css +10 -12
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +10 -2
- package/scripts/bootstrap-summary.js +0 -0
- package/scripts/config.js +359 -0
- package/scripts/init.js +58 -0
- package/src/plugin-status.d.ts +127 -0
- package/templates/Makefile.status +146 -0
- package/templates/README.md +96 -0
- package/.notifyrc.example.json +0 -43
- package/ANALYSIS-MANIFEST.txt +0 -358
- package/ARCHITECTURE-DIAGRAM.txt +0 -220
- package/QUICKSTART.md +0 -440
- package/copyUntypedFiles.js +0 -24
- package/docs/README.md +0 -122
- package/docs/reference/CONFIGURATION.md +0 -994
- package/jest.setup.js +0 -17
- package/settings.json +0 -5
- package/tsconfig.tsbuildinfo +0 -1
package/jest.setup.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) Your Organization
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the MIT license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
require('@testing-library/jest-dom');
|
|
9
|
-
|
|
10
|
-
// Mock global fetch for jsdom environment
|
|
11
|
-
global.fetch = jest.fn(() =>
|
|
12
|
-
Promise.resolve({
|
|
13
|
-
ok: true,
|
|
14
|
-
json: () => Promise.resolve({}),
|
|
15
|
-
text: () => Promise.resolve(''),
|
|
16
|
-
})
|
|
17
|
-
);
|
package/settings.json
DELETED
package/tsconfig.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["./src/annotation-utils.ts","./src/data-source-resolver.client.ts","./src/data-source-resolver.ts","./src/data-source-validator.ts","./src/demo-data.ts","./src/github-service.ts","./src/historical-data.ts","./src/index.ts","./src/label-utils.ts","./src/maintenance-utils.ts","./src/options.ts","./src/plugin-status.d.ts","./src/time-utils.ts","./src/types.ts","./src/version.ts","./src/hooks/index.ts","./src/hooks/useDailySummary.ts","./src/hooks/useStatusData.ts","./src/notifications/simple-index.ts","./src/notifications/simple-notification-service.ts","./src/notifications/types.ts","./src/notifications/providers/discord-provider.ts","./src/notifications/providers/email-provider.ts","./src/notifications/providers/slack-provider.ts","./src/notifications/providers/telegram-provider.ts","./src/theme/css-modules.d.ts","./src/theme/theme-layout.d.ts","./src/theme/ChartPanel/index.tsx","./src/theme/IncidentHistory/index.tsx","./src/theme/Maintenance/MaintenanceItem/index.tsx","./src/theme/Maintenance/MaintenanceList/index.tsx","./src/theme/PerformanceMetrics/index.tsx","./src/theme/ResponseTimeChart/index.tsx","./src/theme/SLIChart/index.tsx","./src/theme/StatusBoard/index.tsx","./src/theme/StatusHistory/index.tsx","./src/theme/StatusItem/MiniHeatmap.tsx","./src/theme/StatusItem/index.tsx","./src/theme/StatusPage/index.tsx","./src/theme/UptimeChart/index.tsx","./src/theme/UptimeStatusPage/index.tsx","./src/theme/components/ExportButton.tsx","./src/theme/hooks/useChartExport.ts","./src/theme/hooks/useDataExport.ts","./src/utils/csv.ts","./src/utils/markdown.ts"],"version":"5.9.3"}
|