[PR #402] [CLOSED] Spike Integration with Healthcheck #953

Closed
opened 2026-02-25 23:44:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/402
Author: @noob-master147
Created: 7/14/2020
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • a202f5b integration for Spike
  • 44d2a9f AddSpikeTestCase
  • e313e24 add integration page for spike.sh
  • 5a5847f copy changes tp spike.sh integration page
  • 1e8b6ea order for spike.sh in add more section
  • f9713e4 welcome.html remove refactoring
  • 68154ac updated welcome.htnl

📊 Changes

14 files changed (+187 additions, -1 deletions)

View changed files

📝 hc/api/models.py (+3 -0)
📝 hc/api/transports.py (+14 -0)
hc/front/tests/test_add_spike.py (+30 -0)
📝 hc/front/urls.py (+1 -0)
📝 hc/front/views.py (+22 -0)
static/img/integrations/setup_spike_1.png (+0 -0)
static/img/integrations/setup_spike_2.png (+0 -0)
static/img/integrations/setup_spike_3.png (+0 -0)
static/img/integrations/spike.png (+0 -0)
📝 templates/front/channels.html (+10 -1)
📝 templates/front/welcome.html (+7 -0)
templates/integrations/add_spike.html (+94 -0)
templates/integrations/spike_description.html (+5 -0)
templates/integrations/spike_title.html (+1 -0)

📄 Description

@cuu508 , We have fixed Autoresolve functionality and test it.
I am creating this PR again because the last PR got reverted.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/402 **Author:** [@noob-master147](https://github.com/noob-master147) **Created:** 7/14/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`a202f5b`](https://github.com/healthchecks/healthchecks/commit/a202f5bb420c9906520b1ba4dcfc166489c720cb) integration for Spike - [`44d2a9f`](https://github.com/healthchecks/healthchecks/commit/44d2a9f33b6f46a704579c11a4468f2d245212f4) AddSpikeTestCase - [`e313e24`](https://github.com/healthchecks/healthchecks/commit/e313e24083d87f75c13a6ec49e24a0a181c6755f) add integration page for spike.sh - [`5a5847f`](https://github.com/healthchecks/healthchecks/commit/5a5847fb5e10057dcdb9d4e5e27159ddd2f4c7d4) copy changes tp spike.sh integration page - [`1e8b6ea`](https://github.com/healthchecks/healthchecks/commit/1e8b6eac1c4679b2090a12164fcfe6f1295657f2) order for spike.sh in add more section - [`f9713e4`](https://github.com/healthchecks/healthchecks/commit/f9713e451b6421521909394290a970f35a6d5305) welcome.html remove refactoring - [`68154ac`](https://github.com/healthchecks/healthchecks/commit/68154ac7117b19ae9e58798c5b36da74d7535cbc) updated welcome.htnl ### 📊 Changes **14 files changed** (+187 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/models.py` (+3 -0) 📝 `hc/api/transports.py` (+14 -0) ➕ `hc/front/tests/test_add_spike.py` (+30 -0) 📝 `hc/front/urls.py` (+1 -0) 📝 `hc/front/views.py` (+22 -0) ➕ `static/img/integrations/setup_spike_1.png` (+0 -0) ➕ `static/img/integrations/setup_spike_2.png` (+0 -0) ➕ `static/img/integrations/setup_spike_3.png` (+0 -0) ➕ `static/img/integrations/spike.png` (+0 -0) 📝 `templates/front/channels.html` (+10 -1) 📝 `templates/front/welcome.html` (+7 -0) ➕ `templates/integrations/add_spike.html` (+94 -0) ➕ `templates/integrations/spike_description.html` (+5 -0) ➕ `templates/integrations/spike_title.html` (+1 -0) </details> ### 📄 Description @cuu508 , We have fixed Autoresolve functionality and test it. I am creating this PR again because the last PR got reverted. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#953
No description provided.