Commit Graph

374 Commits

Author SHA1 Message Date
Nacho Codoñer
ac268d26f1 merge latest devel to release 3.4.1 2026-04-10 17:19:15 +02:00
italo jose
818ab002d6 chore: update type-coverage workflow to use oss-vm runner 2026-04-09 14:29:23 -03:00
italo jose
097d40251b Merge branch 'devel' into ts/type-coverage-setup 2026-04-09 14:28:03 -03:00
Gabriel Grubba
8f3e4a5fb8 Merge branch 'devel' into ci/removing-travis 2026-04-08 21:24:18 -03:00
italo jose
887e35977e chore: remove redundant workspace permission fix from test-packages workflow 2026-04-08 14:57:52 -03:00
italo jose
b63e7a1388 chore: remove redundant workspace cleanup step from code style workflow 2026-04-08 13:42:58 -03:00
italo jose
f7d705316f chore: add step to clean .babel-cache before checkout in code style workflow 2026-04-08 13:38:34 -03:00
italo jose
4d7012965a chore: update code style check workflow to use oss-vm runner 2026-04-08 11:47:23 -03:00
Gabriel Grubba
fd95281186 DEV: feedback comments 2026-04-08 09:11:48 -03:00
italo jose
fb33dcac71 chore: lower TypeScript type coverage threshold to 80% 2026-04-07 12:47:42 -03:00
italo jose
444efdade7 chore: lower TypeScript type coverage threshold to 85% and update CI workflow to use npm ci 2026-04-07 12:42:59 -03:00
Gabriel Grubba
197398d16f Revert "DEV: testing parallel"
This reverts commit c4b83550d2.
2026-04-07 09:18:12 -03:00
italo jose
b433a00e48 feat: integrate type coverage reporting and CI workflow with updated TypeScript configuration 2026-04-06 17:51:56 -03:00
Gabriel Grubba
9734ff382d removed more that do not have tests 2026-04-03 12:29:19 -03:00
Gabriel Grubba
596c2ce945 testing something 2 2026-04-03 12:19:26 -03:00
Gabriel Grubba
4afb4a69dc revert and testing something 2 2026-04-03 11:42:44 -03:00
Gabriel Grubba
aadd560e2e err testing something agai 2026-04-03 11:25:28 -03:00
Gabriel Grubba
8ff666fb81 testing something 2026-04-03 11:00:05 -03:00
Gabriel Grubba
868624c76d testing parallelism 2026-04-02 19:28:31 -03:00
Gabriel Grubba
88422e1dbe Revert "DEV: parallelism"
This reverts commit 761289035a.
2026-04-01 23:07:04 -03:00
Gabriel Grubba
761289035a DEV: parallelism
DEV: 🚀

DEV: last parallelism test
2026-04-01 23:06:53 -03:00
Gabriel Grubba
c4b83550d2 DEV: testing parallel 2026-04-01 22:40:47 -03:00
Gabriel Grubba
e5c79bb099 DEV: lint 2026-04-01 22:09:54 -03:00
Gabriel Grubba
f8a7e2623c DEV: err it should work now! 2026-04-01 21:54:33 -03:00
Gabriel Grubba
d13ea22a80 DEV: it should WORK! 2026-04-01 21:47:24 -03:00
Gabriel Grubba
59c7b5aea9 DEV: it works 🎉 2026-04-01 21:41:20 -03:00
Gabriel Grubba
be596bb93d DEV: add recursive 2026-04-01 21:35:19 -03:00
Gabriel Grubba
bef6090680 DEV: Move test packages to a vm-based ci
another take on https://github.com/meteor/meteor/pull/14254
2026-04-01 21:07:01 -03:00
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
Italo José
37828ae9e1 Merge branch 'devel' into oxc/first-config 2026-03-30 17:43:36 -03: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
italo jose
6a28f4acd3 refactor: simplify pre-push hook by replacing auto-commit and blame-ignore logic with direct format and lint checks. 2026-03-27 13:50:35 -03: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
italo jose
fdf833a5ee feat: Introduce and configure oxfmt for consistent code formatting and style checking. 2026-03-26 11:04:07 -03:00
italo jose
caf327efde feat: replace ESLint and JSHint with oxfmt for code style checking and formatting 2026-03-25 15:56:46 -03: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