todos-contra-el-fuego-web/imports/startup/server
vjrj b37069c3e5 WIP(meteor3): server BOOTS on 3.1 + Mongo 7; restivus async-patched
Major milestone: the Meteor 3.1 server boots and runs against dockerized
MongoDB 7, and the REST framework responds (status/uptime OK).

- collection2 v4: import its eager entry 'meteor/aldeed:collection2/static.js'
  from new eager files server|client/00-collection2-init.js so main.js runs and
  patches attachSchema before collections load (v4 is fully lazy, no main module).
- fixtures.js disabled: @cleverbeagle/seeder uses sync Mongo, no Meteor 3 support
  (dev fixtures, not needed for smoke). Debt.
- sitemaps.js disabled: gadicohen:sitemaps@0.0.17 pre-0.9 API, no 'sitemaps'
  global on Meteor 3. Debt (SEO).
- Vendored restivus patched for async endpoints: route handler is async and
  awaits _callEndpoint; _callEndpoint awaits the action + auth/role checks.

NEXT: Rest.js endpoints + helpers (countRealFires/firesUnion/whichAreFalsePositives/
fireFromHash/subscriptionsInsert/upsertFalsePositive) still use sync Mongo
(.count()/.findOne()/.fetch()/.insert()/.upsert()) -> convert to *Async, then
smoke test against Mongo 7.
2026-07-14 06:11:00 +02:00
..
accounts WIP(meteor3): boot progresses past linker + several async fixes 2026-07-13 23:46:45 +02:00
api.js Added fires union (wip) 2018-11-18 11:48:03 +01:00
catchExceptions.js Removed some coments 2018-05-03 01:37:22 +02:00
cron.js notif: remove code migrated to tcef-notifications microservice 2026-07-13 19:45:13 +02:00
email.js WIP(meteor3): boot progresses past linker + several async fixes 2026-07-13 23:46:45 +02:00
facts.js WIP(meteor3): boot progresses past linker + several async fixes 2026-07-13 23:46:45 +02:00
feedback.js Change feedback email 2018-02-21 20:50:44 +01:00
fixtures.js add support for user and document fixtures 2017-05-27 15:34:21 -05:00
i18n.js Fire popupsand active/archive urls 2018-02-08 11:15:23 +01:00
index.js WIP(meteor3): server BOOTS on 3.1 + Mongo 7; restivus async-patched 2026-07-14 06:11:00 +02:00
IPGeocoder.js smoke: REST API regression harness + baseline snapshots (Meteor 1.6.1.1) 2026-07-13 19:42:55 +02:00
isMaster.js Added master/worker pm2 detection and mail configuration 2018-04-04 08:42:02 +02:00
leaflet-workaround.js Refactor server startup: elimina segfaults, añade leaflet-workaround 2026-07-12 23:26:16 +02:00
migrations.js WIP(meteor3): boot progresses past linker + several async fixes 2026-07-13 23:46:45 +02:00
prerender.js Remove log 2018-02-17 08:52:50 +01:00
ravenLogger.js Log ravenLogger enabled/disabled 2018-05-22 18:19:37 +02:00
rest.js Rest api updated 2018-06-14 17:55:38 +02:00
sitemaps.js escala 2+3: Meteor 1.8.3 -> 2.3 (Mongo 3.2 compatible), dead-package remediation 2026-07-13 22:24:09 +02:00
subsUnion.js WIP(meteor3): boot progresses past linker + several async fixes 2026-07-13 23:46:45 +02:00