mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 13:08:42 +00:00
Closes: #11755 Changes: - Created a new model: `Platform` that has a single attribute: `currentUnfrozenGitHubPrNumbers` - Updated bootstrap.js to throw an error if more than one platform record exists, and to create a platform record when the server is lifted with the `--drop` flag. - Updated the receive-from-github webhook to use a Platform record to track the PRs that are currently unfrozen in the fleetdm/fleet repo. Before this Pr is merged, we will need to: - [x] Migrate the Fleet website's database to add the new database table. - [x] Create a single platform record. |
||
|---|---|---|
| .. | ||
| receive-from-customer-fleet-instance.js | ||
| receive-from-github.js | ||
| receive-from-stripe.js | ||
| receive-usage-analytics.js | ||