italo jose
|
ee72a8013b
|
Merge branch 'devel' into release-3.5
|
2026-04-23 15:21:20 -03:00 |
|
Nacho Codoñer
|
17d6919311
|
Merge pull request #14352 from meteor/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
|
2026-04-23 18:04:12 +02:00 |
|
italo jose
|
e99d8afc09
|
Merge branch 'devel' into release-3.5
|
2026-04-23 08:37:56 -03:00 |
|
Gabriel Grubba
|
827702ea6c
|
Refactor test package workflow triggers
|
2026-04-22 09:37:33 -03:00 |
|
dependabot[bot]
|
809fd362e0
|
chore(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v8...v9)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-20 16:48:26 +00:00 |
|
dependabot[bot]
|
1bfcb7500b
|
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-20 16:48:24 +00: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
|
92c04d5436
|
Merge pull request #14326 from meteor/ci/removing-circleci
CI: move circleci to GitHub actions
|
2026-04-20 08:48:37 -03:00 |
|
Italo José
|
456116c27b
|
Merge branch 'devel' into release-3.5
|
2026-04-16 17:30:52 -03:00 |
|
italo jose
|
74539ad23d
|
Merge branch 'devel' into release-3.5
|
2026-04-16 17:21: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
|
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 |
|
italo jose
|
51b96dae88
|
Merge branch 'devel' into release-3.5
|
2026-04-09 12:26:46 -03:00 |
|
Gabriel Grubba
|
c554fd354f
|
DEV: testing w/docker 5
|
2026-04-08 23:19:40 -03:00 |
|
Gabriel Grubba
|
dd3695a1a6
|
DEV: testing w/docker 4
|
2026-04-08 23:11:06 -03:00 |
|
Gabriel Grubba
|
ae1d9bd299
|
DEV: testing w/docker 3
|
2026-04-08 22:43:55 -03:00 |
|
Gabriel Grubba
|
bdb3c03443
|
DEV: testing w/docker 2
|
2026-04-08 22:40:01 -03:00 |
|
Gabriel Grubba
|
d880f35485
|
DEV: testing w/docker
|
2026-04-08 22:35:11 -03:00 |
|
Gabriel Grubba
|
9b54f684e6
|
DEV: testing something
|
2026-04-08 22:03:24 -03:00 |
|
Gabriel Grubba
|
f5b5cdacf8
|
CI: move circleci to GitHub actions
|
2026-04-08 22:01:44 -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 |
|