Commit Graph

41803 Commits

Author SHA1 Message Date
Harry Adel
e883ea296e Add coverage for async accounts auth APIs 2026-04-23 18:13:38 +02:00
Harry Adel
421f3d8115 Add async accounts auth wrappers 2026-04-23 18:13:30 +02:00
Harry Adel
1b37e70ea6 Merge branch 'release-3.5' into async-method-calls 2026-04-23 17:51:15 +02:00
Italo José
f429717bcd Merge pull request #14363 from meteor/fix/livedata-test
fixing broken test
2026-04-23 10:16:02 -03:00
italo jose
c6919921b1 style: apply consistent spacing for function declarations in livedata_connection_tests.js 2026-04-23 09:19:56 -03:00
italo jose
e99d8afc09 Merge branch 'devel' into release-3.5 2026-04-23 08:37:56 -03:00
Gabriel Grubba
ac9aa46239 Merge pull request #14359 from meteor/Grubba27-patch-6
Refactor test package workflow triggers
2026-04-22 09:46:13 -03:00
Gabriel Grubba
827702ea6c Refactor test package workflow triggers 2026-04-22 09:37:33 -03:00
Italo José
a51e528fd1 Merge pull request #14069 from harryadel/accounts-async-client
[accounts-base] Asyncify client side calls
2026-04-22 09:33:01 -03:00
Nacho Codoñer
c1fa742bca Merge pull request #14353 from meteor/fix-flakiness-timeout
[SelfRunner] Increase TIMEOUT_SCALE_FACTOR and resources for self-tests flakiness optimization
2026-04-20 18:42:01 +02:00
Nacho Codoñer
d1e46e07d5 adjust TIMEOUT_SCALE_FACTOR values in test-tools workflow configuration 2026-04-20 18:07:35 +02:00
Nacho Codoñer
0a33bdf271 swap CPU/memory/seccomp options within test-tools workflow configuration 2026-04-20 17:30:05 +02:00
Nacho Codoñer
c6dd463f9b update test-tools workflow: allocate 4 CPUs, 16GB memory, and disable seccomp for container 2026-04-20 17:00:29 +02:00
Nacho Codoñer
8242189321 increase TIMEOUT_SCALE_FACTOR to 14 for self-tests optimization 2026-04-20 16:28:15 +02:00
Gabriel Grubba
ef359af77e Merge pull request #14351 from meteor/ci/removing-travis-and-circle
CI: removing circle and travis CI
2026-04-20 10:37:52 -03:00
Gabriel Grubba
b54df7c753 CI: removing circle CI
As mentioned  in both https://github.com/meteor/meteor/pull/14300 and https://github.com/meteor/meteor/pull/14326, we are removing circle and travis tests from core and making it all to be vm based
2026-04-20 09:00:23 -03:00
Gabriel Grubba
92c04d5436 Merge pull request #14326 from meteor/ci/removing-circleci
CI: move circleci to GitHub actions
2026-04-20 08:48:37 -03:00
Harry Adel
0b3c68ad85 Remove stray Blaze submodule update 2026-04-20 00:44:27 +02:00
Harry Adel
524e5198d8 Update ddp typescript 2026-04-20 00:43:08 +02:00
Harry Adel
6d0565b6ff Add more clarity to docs 2026-04-20 00:42:31 +02:00
Harry Adel
495a7246ce Merge branch 'accounts-async-client' of github.com:harryadel/meteor into accounts-async-client 2026-04-20 00:37:20 +02:00
Harry Adel
e93cb5bb4f Use try/finally for setting loggingIn flag 2026-04-20 00:37:09 +02:00
Harry Adel
a19af31a14 Merge branch 'release-3.5' into accounts-async-client 2026-04-19 23:55:39 +02:00
Italo José
e6be53cc16 Merge pull request #14327 from meteor/oxc/phase-2
[phase2] Applying linter, formatter and new tests for a few pkgs
2026-04-17 09:23:34 -03:00
Italo José
456116c27b Merge branch 'devel' into release-3.5 2026-04-16 17:30:52 -03:00
italo jose
f1b6ab0935 Merge branch 'release-3.5' into oxc/phase-2 2026-04-16 17:22:44 -03:00
italo jose
74539ad23d Merge branch 'devel' into release-3.5 2026-04-16 17:21:12 -03:00
italo jose
328190df62 refactor: standardize on double quotes and arrow functions across packages 2026-04-16 17:18:14 -03:00
italo jose
0ea4b4abc0 Merge branch 'release-3.5' into oxc/phase-2 2026-04-16 17:16:47 -03:00
Italo José
73f172507d Merge pull request #14337 from meteor/gh/code-owners
chore: update code owners list for repository maintenance
2026-04-16 13:05:26 -03:00
Italo José
96ddb1a921 Merge branch 'devel' into gh/code-owners 2026-04-16 13:05:10 -03:00
Harry Adel
e3bc10502c Merge branch 'release-3.5' into accounts-async-client 2026-04-16 16:10:44 +02:00
Italo José
f8ad963055 Merge pull request #14341 from meteor/docs/update-hostname
Update deployment hostname for Meteor app
2026-04-15 14:49:52 -03:00
italo jose
9cb75cd529 docs: update EU region DEPLOY_HOSTNAME URL in deployment guide 2026-04-15 14:05:40 -03:00
Italo José
3fd0ff17c4 Update deployment hostname for Meteor app 2026-04-15 14:03:12 -03:00
italo jose
9b9564cc28 chore: add wildcard to CODEOWNERS to include all contributors 2026-04-13 10:28:34 -03:00
italo jose
6882a92b5e chore: update GitHub username casing for @grubba27 in CODEOWNERS 2026-04-13 10:13:23 -03:00
italo jose
9f7816d05d chore: update code owners list for repository maintenance 2026-04-13 10:12:40 -03:00
italo jose
5328c4fb68 refactor: clean up session test formatting and add design specification for utility package coverage 2026-04-10 16:36:46 -03:00
italo jose
502f685794 test: add reactive coverage for Session and document zero-coverage utility test designs 2026-04-10 16:32:18 -03:00
italo jose
7487caf802 refactor: clean up puppeteer runner code and add design specification for utility package tests 2026-04-10 11:25:28 -03:00
Italo José
c160725eb5 Merge branch 'devel' into oxc/phase-2 2026-04-10 10:55:24 -03:00
Italo José
7b3305e921 Merge branch 'oxc/phase-1' into oxc/phase-2 2026-04-10 10:54:49 -03:00
italo jose
e689ca52c2 refactor: reformat test files 2026-04-10 10:46:41 -03:00
italo jose
1ba5d36cae test: add comprehensive unit tests for binary-heap and callback-hook packages and document zero-coverage utility design. 2026-04-10 10:16:48 -03:00
italo jose
a675461a2c test: add comprehensive test suites for webapp-hashing, ordered-dict, retry, and base64 packages. 2026-04-10 09:30:10 -03:00
Italo José
958ad33973 Merge pull request #14101 from Eshaan-byte/fix/update-mapbox-node-pre-gyp-to-v2
Update @mapbox/node-pre-gyp from 1.0.11 to 2.0.3
2026-04-10 08:06:20 -03:00
Italo José
1f745b78fd Merge pull request #14309 from meteor/oxc/phase-1
[phase1] Applying linter, formatter and new tests for a few pkgs
2026-04-10 07:35:24 -03:00
italo jose
b3b3f8d50c chore: remove ignored packages from oxlint and fmt configurations 2026-04-09 16:57:26 -03:00
italo jose
1e9ef391b5 rollback the changes for potencial conflicts 2026-04-09 16:56:11 -03:00