|
|
25dc1b99c0
|
WIP(meteor3): boot progresses past linker + several async fixes
Past the client-bundle underscore linker (pin underscore@1.6.4) and now working
through the server async/await migration on Meteor 3.1 + Mongo 7:
- Removed fibers (imports/startup/server/fibers.js + import) — gone in Meteor 3.
- accounts/oauth.js: upsert -> upsertAsync (top-level await).
- migrations.js: startup async + await Migrations.migrateTo (async in 2.x).
mongo7 marked at version 18 so historical up() bodies (still sync Mongo) don't
run — prod data restores already-migrated. Documented.
- subsUnion.js: fully async (fetchAsync/findOneAsync/countAsync/upsertAsync,
observeAsync with async callbacks).
- facts.js: dropped dead sync findOne.
- email.js: ostrio:mailer 2.5 is a default export (was named import); dropped
removed static MailTime.Template (built-in default '{{{html}}}').
NEXT wall + remaining chain (multi-session):
1. aldeed:collection2@4.2.0 needs simpl-schema 3.x (app has 1.x) -> 'attachSchema
is not a function'. Requires upgrading npm simpl-schema to 3.x and migrating
all collection schemas (SimpleSchema.RegEx.Id etc.) across ~8 files.
2. Rest.js + helpers (countRealFires/firesUnion/whichAreFalsePositives/
fireFromHash/subscriptionsInsert/upsertFalsePositive) -> *Async.
3. Patch vendored restivus to await async endpoint handlers.
4. methods/publications/comments to async; cron SyncedCron(quave)/Facts imports.
5. alanning:roles@1.2.10 + gadicohen:sitemaps@0.0.17 warn incompatible -> bump.
6. React 16 -> 18 render root.
Run with: NODE_OPTIONS='--dns-result-order=ipv4first --no-network-family-autoselection'
MONGO_URL='mongodb://localhost:27019/fuegos?replicaSet=rs0'
|
2026-07-13 23:46:45 +02:00 |
|
vjrj
|
61339f4eb2
|
Email sending by our cron
|
2018-04-06 17:20:35 +02:00 |
|
vjrj
|
1570ef7d44
|
email job update only in server
|
2018-04-06 13:01:12 +02:00 |
|
vjrj
|
3311637c28
|
isMaster is a function
|
2018-04-04 09:19:20 +02:00 |
|
vjrj
|
a6bd1095bf
|
Added master/worker pm2 detection and mail configuration
|
2018-04-04 08:42:02 +02:00 |
|
vjrj
|
ea50b17df3
|
Added isMailServer setting for Mail-Time server/client configuration
|
2018-04-04 08:31:02 +02:00 |
|
vjrj
|
a732daebc5
|
Update mailer and reconfigure interval
|
2018-01-31 17:03:35 +01:00 |
|
vjrj
|
c67609b417
|
More work in email translations
|
2018-01-23 12:50:04 +01:00 |
|
vjrj
|
3bf21c8caf
|
Added web and email notifications. Tests. Fire page
|
2018-01-16 16:19:29 +01:00 |
|
vjrj
|
a0e5dc4723
|
i18n in server. Some fixes
|
2017-12-09 17:54:18 +01:00 |
|
cleverbeagle
|
3bc98bc3a6
|
add last minute tweaks found while writing docs
|
2017-06-13 08:12:26 -05:00 |
|