Nacho Codoñer
|
fde88dc90d
|
Merge branch 'release-3.4.1' into e2e-selfrunner-3.4.1
|
2026-04-20 18:42:53 +02:00 |
|
Nacho Codoñer
|
0439244de0
|
update to version 1.1.0-beta.36 across all relevant packages and configurations
|
2026-04-20 18:21:26 +02:00 |
|
Nacho Codoñer
|
863548d377
|
Merge branch 'devel' into release-3.4.1
|
2026-04-20 16:03:14 +02:00 |
|
Nacho Codoñer
|
a1432a0532
|
Merge branch 'release-3.4.1' into e2e-selfrunner-3.4.1
|
2026-04-20 14:28:29 +02:00 |
|
Nacho Codoñer
|
bb14f08950
|
Merge branch 'devel' into release-3.4.1
|
2026-04-20 14:26:28 +02: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 |
|
Nacho Codoñer
|
690a9c9833
|
prevent .cache directory from being copied during node_modules bundling; ensure consistent filtering through absolute path checks
|
2026-04-20 11:35:09 +02:00 |
|
Nacho Codoñer
|
24962c5036
|
prevent .cache directory from leaking into server and bundle outputs in e2e tests
|
2026-04-20 11:14:28 +02:00 |
|
Nacho Codoñer
|
73a9a7ca5f
|
remove custom error handlers and bundle probing logic from rspack proxy middleware and e2e tests; streamline implementation with built-in logging
|
2026-04-17 16:16:14 +02:00 |
|
Nacho Codoñer
|
574a0635de
|
enhance rspack proxy error logging and e2e diagnostics to improve CI feedback on upstream failures and bundle readiness
|
2026-04-17 14:18:39 +02:00 |
|
Nacho Codoñer
|
fdd253a988
|
improve e2e diagnostics by capturing failed HTTP responses, loaded scripts, and app-root content; simplify Angular devServer config
|
2026-04-16 19:08:13 +02:00 |
|
Nacho Codoñer
|
bcce2b774f
|
add retry logic to h1 assertion in e2e tests to improve stability on slow CI environments
|
2026-04-16 18:17:32 +02:00 |
|
Nacho Codoñer
|
fc8803bd7f
|
add diagnostic logging to e2e tests to debug CI-only failures related to h1 rendering and script load errors
|
2026-04-16 18:02:36 +02:00 |
|
Nacho Codoñer
|
cb70010d18
|
increase Playwright timeouts in jest setup to improve stability on slow CI runners
|
2026-04-16 17:38:12 +02:00 |
|
Nacho Codoñer
|
c2727e817a
|
improve process cleanup in e2e tests by adding afterEach hooks and refining port-killing logic for minimal environments
|
2026-04-16 17:29:39 +02:00 |
|
Nacho Codoñer
|
1dc6a0d7ab
|
improve process cleanup logic in e2e helpers to handle minimal environments and ensure reliable port release
|
2026-04-16 17:00:42 +02:00 |
|
Nacho Codoñer
|
96ce2671d4
|
add assertFileInTree helper and validate sw.js presence in monorepo production build tests
|
2026-04-16 12:39:38 +02:00 |
|
Nacho Codoñer
|
698b329bd1
|
add assertFileChanged helper and integrate into monorepo PWA tests to validate SW regeneration
|
2026-04-16 12:16:41 +02:00 |
|
Nacho Codoñer
|
b1fa59ee80
|
improve Workbox caching in Rspack with ignoreVary and expand monorepo PWA tests
|
2026-04-16 10:34:04 +02:00 |
|
Nacho Codoñer
|
3d573dbd02
|
add PWA manifest and meta tag assertions to monorepo e2e tests
|
2026-04-16 10:20:25 +02:00 |
|
Nacho Codoñer
|
9d432c2381
|
add workbox integration for service worker support in monorepo tests
|
2026-04-16 10:15:02 +02:00 |
|
Nacho Codoñer
|
6c4d810604
|
adjust Jest test timeout for slower CI runners
|
2026-04-16 10:14:42 +02:00 |
|
Nacho Codoñer
|
1a719df6ca
|
update copyNodeModulesWithoutGitignore to restructure .cache exclusion logic and simplify options handling
|
2026-04-15 18:34:57 +02:00 |
|
Nacho Codoñer
|
23dc5e7947
|
handle ENOENT errors in optimisticReaddir during directory operations to improve resilience against transient file system changes
|
2026-04-15 13:22:51 +02:00 |
|
Nacho Codoñer
|
cb937ab979
|
exclude transient .cache directory from node_modules during bundling to avoid ENOENT errors
|
2026-04-14 17:11:11 +02:00 |
|
Nacho Codoñer
|
0fc5094b18
|
increase test timeouts for CI environment to improve stability in e2e tests
|
2026-04-13 20:37:28 +02:00 |
|
Nacho Codoñer
|
9ce6aa1852
|
introduce devServerPort option in e2e tests to prevent port conflicts and set default to 18080. Update environment variables, test helpers, and timeouts for consistency.
|
2026-04-13 20:05:52 +02:00 |
|
Nacho Codoñer
|
be2610e927
|
adjust timeouts for CI environment to improve test stability
|
2026-04-13 18:30:40 +02:00 |
|
Nacho Codoñer
|
78c0971394
|
Revert "add port availability check and retry mechanism in killSingleProcessByPort function"
This reverts commit cbc7508d14.
|
2026-04-13 17:47:57 +02:00 |
|
Nacho Codoñer
|
d1af1d68c3
|
Merge branch 'release-3.4.1' into e2e-selfrunner-3.4.1
|
2026-04-13 17:07:18 +02:00 |
|
Nacho Codoñer
|
5461bd765c
|
add more commentary
|
2026-04-13 13:05:06 +02:00 |
|
Nacho Codoñer
|
2ecce24fac
|
bump @meteorjs/rspack to version 1.1.0-beta.35 across all skeletons and dependencies
|
2026-04-13 12:03:28 +02:00 |
|
Nacho Codoñer
|
18c23b3679
|
Merge branch 'release-3.4.1' into e2e-selfrunner
# Conflicts:
# .github/workflows/e2e-tests.yml
# .github/workflows/test-packages.yml
# package.json
# packages/webapp/socket_file_tests.js
|
2026-04-10 17:10:23 +02:00 |
|
Gabriel Grubba
|
dd3695a1a6
|
DEV: testing w/docker 4
|
2026-04-08 23:11:06 -03:00 |
|
Nacho Codoñer
|
e85ae994aa
|
Merge pull request #14323 from meteor/examples-enhancements
Enhance `meteor create --example/--from` command
|
2026-04-08 18:14:02 +02:00 |
|
Nacho Codoñer
|
611a11d723
|
ensure skel-full delegates to Rspack and uses SCSS
|
2026-04-08 15:20:04 +02:00 |
|
Nacho Codoñer
|
cbc7508d14
|
add port availability check and retry mechanism in killSingleProcessByPort function
|
2026-04-08 14:27:56 +02:00 |
|
Nacho Codoñer
|
a30525d7a8
|
remove outdated comment in create.js test file
|
2026-04-08 14:23:52 +02:00 |
|
Nacho Codoñer
|
40328b8517
|
update test to match 'simple-tasks' example instead of 'react'
|
2026-04-08 13:37:26 +02:00 |
|
Nacho Codoñer
|
9508cf8829
|
support cloning subdirectories and branches when parsing Git URLs in meteor create --from
|
2026-04-08 13:36:10 +02:00 |
|
Nacho Codoñer
|
7231e2f322
|
enhance meteor create --from to support auto-parsing of Git URLs (GitHub, GitLab, Bitbucket) for branch and subdirectory
|
2026-04-08 13:23:43 +02:00 |
|
Nacho Codoñer
|
6cff3474b5
|
remove .meteorignore file from skel-typescript-tailwind
|
2026-04-06 14:12:46 +02:00 |
|
Nacho Codoñer
|
203f4ebfe1
|
bump @meteorjs/rspack to 1.1.0-beta.34 across all packages and configurations
|
2026-04-01 19:40:28 +02:00 |
|
Nacho Codoñer
|
f56263b0fe
|
bump Playwright to version 1.59.0 across e2e test applications
|
2026-04-01 17:42:33 +02:00 |
|
Nacho Codoñer
|
08781dee0d
|
update @rsdoctor/rspack-plugin to version 1.5.7 across skeleton packages
|
2026-03-31 17:58:04 +02:00 |
|
Nacho Codoñer
|
b25c87ccee
|
Merge pull request #14146 from sblaisot/fix/dev-bundle-arch-apple-silicon
Fix: enable dev-bundle fast path on Apple Silicon Macs
|
2026-03-31 12:06:14 +02:00 |
|
Nacho Codoñer
|
fb5520ac19
|
Merge pull request #14144 from sblaisot/fix/stale-dev-bundle-cache-after-branch-switch
Fix: meteor node uses wrong Node.js version after git branch switch
|
2026-03-31 11:57:05 +02:00 |
|
Nacho Codoñer
|
97b1e8a948
|
Merge pull request #14128 from ebroder/fix-postcss-deleted-dep-crash
Handle deleted PostCSS dependency files gracefully
|
2026-03-31 11:53:21 +02:00 |
|
Nacho Codoñer
|
f7e639f460
|
Merge branch 'release-3.4.1' into examples-revamp
|
2026-03-30 22:25:49 +02:00 |
|
Nacho Codoñer
|
cd04e0e0c4
|
bump @meteorjs/rspack to 1.1.0-beta.33 across all skeletons and constants, add scripts and devDependencies for version management
|
2026-03-30 22:22:14 +02:00 |
|