[PR #386] [CLOSED] Make migration before merging this PR #947

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

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/386
Author: @tarungarg546
Created: 6/22/2020
Status: Closed

Base: masterHead: tg_#3btj7m_HC


📝 Commits (3)

  • a0f5afe Sync from fork and add my changes
  • 7d5682e Update readme
  • 374dada [CU - #3btj7m] Change HC notify logic

📊 Changes

156 files changed (+35651 additions, -11 deletions)

View changed files

📝 .gitignore (+121 -1)
📝 README.md (+1 -3)
hc/api/management/commands/healthcheck_migration.py (+60 -0)
📝 hc/api/management/commands/sendalerts.py (+24 -7)
📝 hc/api/models.py (+21 -0)
static/CACHE/css/output.b75ac6bb3165.css (+8146 -0)
static/CACHE/js/output.0142d8cf583a.js (+7 -0)
static/CACHE/js/output.041c081fe74c.js (+5 -0)
static/CACHE/js/output.06516d237413.js (+5 -0)
static/CACHE/js/output.29f0a0fc0cd4.js (+12 -0)
static/CACHE/js/output.2ecd024f8218.js (+10 -0)
static/CACHE/js/output.3d5bae4a92b8.js (+10 -0)
static/CACHE/js/output.4473de2db60d.js (+47 -0)
static/CACHE/js/output.474b61ce433b.js (+7 -0)
static/CACHE/js/output.5018637ea284.js (+7 -0)
static/CACHE/js/output.509fa473dfeb.js (+6 -0)
static/CACHE/js/output.630d4c4799bd.js (+7 -0)
static/CACHE/js/output.6f6be03fd21d.js (+35 -0)
static/CACHE/js/output.75d8e81ebd38.js (+5 -0)
static/CACHE/js/output.774373bf1664.js (+11 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/386 **Author:** [@tarungarg546](https://github.com/tarungarg546) **Created:** 6/22/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `tg_#3btj7m_HC` --- ### 📝 Commits (3) - [`a0f5afe`](https://github.com/healthchecks/healthchecks/commit/a0f5afe669604e495f1c9c9529cf50db7d0ecf66) Sync from fork and add my changes - [`7d5682e`](https://github.com/healthchecks/healthchecks/commit/7d5682ed76f71c2c9e9a00f875caebd033bf386e) Update readme - [`374dada`](https://github.com/healthchecks/healthchecks/commit/374dada9fac172a6c398269a49222b966d39f8a5) [CU - #3btj7m] Change HC notify logic ### 📊 Changes **156 files changed** (+35651 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+121 -1) 📝 `README.md` (+1 -3) ➕ `hc/api/management/commands/healthcheck_migration.py` (+60 -0) 📝 `hc/api/management/commands/sendalerts.py` (+24 -7) 📝 `hc/api/models.py` (+21 -0) ➕ `static/CACHE/css/output.b75ac6bb3165.css` (+8146 -0) ➕ `static/CACHE/js/output.0142d8cf583a.js` (+7 -0) ➕ `static/CACHE/js/output.041c081fe74c.js` (+5 -0) ➕ `static/CACHE/js/output.06516d237413.js` (+5 -0) ➕ `static/CACHE/js/output.29f0a0fc0cd4.js` (+12 -0) ➕ `static/CACHE/js/output.2ecd024f8218.js` (+10 -0) ➕ `static/CACHE/js/output.3d5bae4a92b8.js` (+10 -0) ➕ `static/CACHE/js/output.4473de2db60d.js` (+47 -0) ➕ `static/CACHE/js/output.474b61ce433b.js` (+7 -0) ➕ `static/CACHE/js/output.5018637ea284.js` (+7 -0) ➕ `static/CACHE/js/output.509fa473dfeb.js` (+6 -0) ➕ `static/CACHE/js/output.630d4c4799bd.js` (+7 -0) ➕ `static/CACHE/js/output.6f6be03fd21d.js` (+35 -0) ➕ `static/CACHE/js/output.75d8e81ebd38.js` (+5 -0) ➕ `static/CACHE/js/output.774373bf1664.js` (+11 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:14 +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#947
No description provided.