Nacho Codoñer
18dd9c19a3
clarify version bump rules and update guidelines for test app .meteor/versions adjustments
2026-04-01 19:23:15 +02:00
Nacho Codoñer
6f4e4dd1b8
clarify changelog updating guidelines by including date updates for modified entries
2026-03-31 17:51:09 +02:00
Nacho Codoñer
7df1e7765f
clarify package versioning for beta, RC, and official releases
2026-03-31 17:48:00 +02:00
Nacho Codoñer
570f7662bd
add instructions for documenting bumped Meteor package versions in changelog
2026-03-31 17:46:38 +02:00
Nacho Codoñer
536bdaa30d
add integration and style preservation guidelines to docs-gap skill
2026-03-31 17:24:08 +02:00
Nacho Codoñer
5ca1a69282
add version-bump guidelines and automation workflows for Meteor releases
2026-03-31 17:19:22 +02:00
Nacho Codoñer
0e2f24000d
add docs-gap skill: generate reports for missing release documentation
2026-03-31 17:19:12 +02:00
Nacho Codoñer
b956ff9348
update changelog guidelines with branching model and inclusion/exclusion rules
2026-03-31 17:19:06 +02:00
Nacho Codoñer
0cab9ccd50
Merge pull request #14126 from meteor/changelog-skill
...
Implement changelog AI skill (WIP)
2026-03-31 15:59:41 +02:00
Nacho Codoñer
a6a749b381
Merge remote-tracking branch 'origin/examples-revamp' into examples-revamp
2026-03-30 22:25:02 +02:00
Nacho Codoñer
e3e59360c6
add "Examples" to workflow test matrix in e2e-tests
2026-03-30 22:24:54 +02:00
Nacho Codoñer
681d0df94e
refactor E2E workflow to replace retry action with custom retry steps for better control over test retries
2026-03-27 16:04:15 +01:00
Nacho Codoñer
c121868370
Merge branch 'devel' into release-3.4.1
2026-03-20 17:14:23 +01:00
Italo José
86bdc07e1a
Merge pull request #14040 from meteor/dependabot/github_actions/actions/github-script-8
...
build(deps): bump actions/github-script from 6 to 8
2026-03-20 10:55:26 -03:00
Nacho Codoñer
54f4b478f3
[Rspack][CI] Add warning for NPM_LINK_RSPACK in tests and CI logs
2026-03-19 11:57:13 +01:00
Nacho Codoñer
4077c95108
Merge branch 'devel' into release-3.4.1
2026-03-18 11:28:16 +01:00
Harry Adel
cec38c47a2
Docs: guide LLMs to use test-in-console/run.sh for package tests
...
AGENTS.md listed `./meteor test-packages` but not the headless
alternative. That command starts a web server and waits for a browser,
producing no terminal output, which causes LLM agents to hang.
Add `./packages/test-in-console/run.sh` alongside the existing
test-packages command in AGENTS.md with a note explaining the
difference. Also add package name examples and the PUPPETEER_DOWNLOAD_PATH
hint to the testing skill.
2026-03-12 21:12:51 +02:00
Nacho Codoñer
c9364f5c96
Merge branch 'release-3.4.1' into modern-tools-dev
...
# Conflicts:
# AGENTS.md
# package.json
# tools/e2e-tests/README.md
# tools/e2e-tests/babel.config.js
2026-03-09 13:56:10 +01:00
Nacho Codoñer
a7acf904c2
Merge branch 'devel' into release-3.4.1
...
# Conflicts:
# tools/modern-tests/package-lock.json
# tools/modern-tests/package.json
2026-03-09 13:49:45 +01:00
Nacho Codoñer
8299d6d541
Update .github/workflows/unit-tests.yml
...
Co-authored-by: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com >
2026-03-06 14:51:36 +01:00
Nacho Codoñer
00cd014bb6
update jest.config.js to include additional path ignores and add semver and underscore dependencies
2026-03-06 11:51:38 +01:00
Nacho Codoñer
e77f075f6e
update e2e workflow and add unit tests workflow
2026-03-06 10:50:40 +01:00
Nacho Codoñer
e96d9934a3
Merge branch 'release-3.4.1' into modern-tools-dev
2026-03-05 18:05:40 +01:00
Nacho Codoñer
99c5357227
Merge branch 'release-3.4.1' into tools-node-env-fix
...
# Conflicts:
# npm-packages/meteor-rspack/lib/meteorRspackHelpers.js
# npm-packages/meteor-rspack/package-lock.json
# npm-packages/meteor-rspack/package.json
# npm-packages/meteor-rspack/rspack.config.js
# packages/rspack/lib/constants.js
# tools/modern-tests/helpers.js
# tools/modern-tests/test-helpers.js
2026-03-04 17:16:11 +01:00
Nacho Codoñer
f9a5c2c7d9
Merge branch 'multiapp-rspack-runs' into modern-tools-dev
2026-03-03 15:19:07 +01:00
Nacho Codoñer
70096df87a
force refetch of submodules in Windows self-tests
2026-03-03 15:12:28 +01:00
Nacho Codoñer
24b36475d3
add e2e-coverage skill and documentation for maintaining E2E test coverage report
2026-03-03 14:53:15 +01:00
Nacho Codoñer
008bd95351
rename modern references on tests to e2e, like ./tools/e2e-tests/apps, create-app:e2e and etc
2026-03-03 13:06:29 +01:00
Nacho Codoñer
2002681d94
set NPM_LINK_RSPACK=false for release branches in e2e-tests workflow
2026-02-27 18:50:55 +01:00
Nacho Codoñer
852a8cbb91
remove NODE_ENV logging from e2e-tests workflow and jest setup
2026-02-26 17:00:24 +01:00
Nacho Codoñer
8cfc7110fd
add NODE_ENV print step to e2e-tests workflow
2026-02-26 15:48:53 +01:00
Nacho Codoñer
ab257b41cc
add support for client-side tests in modern tests and improve flexibility in Rspack build logic
2026-02-25 17:18:25 +01:00
Nacho Codoñer
25322059bf
add support for server-only app bundling and improve flexibility in modern tests
2026-02-25 16:17:54 +01:00
Nacho Codoñer
64ab79671b
set TOOL_NODE_FLAGS in e2e-tests workflow to prevent memory issues
2026-02-18 17:28:00 +01:00
Nacho Codoñer
6e320159d5
refine changelog formatting rules for major, minor, and patch releases
2026-02-09 17:54:59 +01:00
Nacho Codoñer
e04ee18f28
expanded guidelines for PR fetching using CLI and web/API fallbacks and added incremental update instructions
2026-02-09 17:14:00 +01:00
Nacho Codoñer
a06f420d10
update changelog authoring guide for clarity
2026-02-09 17:10:03 +01:00
Nacho Codoñer
f00918f9db
implement changelog skill
2026-02-09 16:41:25 +01:00
Nacho Codoñer
0b40068463
Merge branch 'devel' into release-3.4.1
2026-02-09 15:33:06 +01:00
Nacho Codoñer
28f3c77805
update testing documentation with new commands and examples
2026-02-06 15:16:45 +01:00
Nacho Codoñer
97a3eae36c
add AI context skill for maintaining AI documentation
2026-02-06 14:42:53 +01:00
Nacho Codoñer
9f3a0d7ed6
simplify AI context support and files
2026-02-06 12:57:42 +01:00
Nacho Codoñer
82e0ef1118
Merge branch 'devel' into dependabot/github_actions/actions/github-script-8
2026-01-30 18:58:22 +01:00
Nacho Codoñer
1213551a24
Merge branch 'release-3.4' into release-3.4.1
2026-01-27 20:34:23 +01:00
Nacho Codoñer
6743fb7dce
Update e2e-tests.yml
2026-01-27 20:14:07 +01:00
Nacho Codoñer
551a69643a
increase memory limit for E2E tests in CI workflow
2026-01-27 18:52:22 +01:00
Italo José
3e3f77a660
Merge branch 'release-3.4' into release-3.4.1
2025-12-19 09:23:17 -03:00
Nacho Codoñer
51ae7ce393
extend timeout for e2e test workflow tasks
2025-12-16 16:53:13 +01:00
Nacho Codoñer
7052636254
Extend timeout for e2e test workflow tasks
2025-12-16 16:52:33 +01:00
Nacho Codoñer
96b78b2f49
increase retry wait time for e2e test workflow
2025-12-16 16:37:11 +01:00