mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 17:19:42 +00:00
* Changes made to satisfy #8163. _cronSignature is set to current time when cron starts so that if cron fails to set _cronSignature to 'NOT_RUNNING' for any reason a new cron can be started after a set amount of time (1 hour for now) * fix lint errors * changed cronTimeout to CRON_TIMEOUT * Changed variable names and comments to be more clear * Fixed stub for failing test so that it matches new mongo db update call signature * First pass at unit tests, error messages and some other things need to be determined * Fixed a tab that snuck in :/ * Fixed lint issues (issues with spaces) * Fix infix operator spacing * Created constant. Make sure cron failure test verifies that it is failing for the right reason * Fixed lint errors * Removed no longer used uuid import |
||
|---|---|---|
| .. | ||
| analytics.js | ||
| auth.js | ||
| cors.js | ||
| cron.js | ||
| domain.js | ||
| ensureAccessRight.js | ||
| ensureDevelpmentMode.js | ||
| errorHandler.js | ||
| index.js | ||
| language.js | ||
| maintenanceMode.js | ||
| notFound.js | ||
| redirects.js | ||
| response.js | ||
| setupBody.js | ||
| static.js | ||
| v1.js | ||
| v2.js | ||
| v3.js | ||