Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Matt Rakow 7d00e8179d
Add mocha-test-setup to published packages (#20204) 2024-03-19 12:54:05 -07:00
Matt Rakow d530594684
Demote mocha-test-setup to fluid-internal package scope (#19759) 2024-02-22 22:58:37 +00:00
Tyler Butler 5bd40df610
Rename test-loader-utils and test-dds-utils to @fluid-private scope (#17703)
This is one in a series of PRs to rename current packages that are only
published to our internal npm feeds to use the @fluid-private scope.

This PR covers the following fluid-internal packages:

- test-dds-utils
- test-loader-utils
2023-11-07 17:03:25 -08:00
Tyler Butler 92941a780f
Rename test-version-utils and test-pairwise-generator to @fluid-private scope (#17697)
This is one in a series of PRs to rename current packages that are only
published to our internal npm feeds to use the \@fluid-private scope.

This PR covers the following fluid-internal packages:

- test-version-utils
- test-pairwise-generator
2023-11-07 11:30:37 -08:00
Tyler Butler 4b682834df
Rename stochastic-test-utils and test-drivers to @fluid-private scope (#17702)
This is one in a series of PRs to rename current packages that are only
published to our internal npm feeds to use the @fluid-private scope.

This PR covers the following fluid-internal packages:

- stochastic-test-utils
- test-drivers
2023-11-07 09:28:19 -08:00
Curtis Man ac1eee5e70
flub list uses --outFile arg instead of console redirect (#17927)
Uses the --outFile argument instead of console redirect so the output
files doesn't get overwritten if there is an error.

---------

Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
2023-10-21 21:50:08 -07:00
Tyler Butler 41a1993dba
Rename test-end-to-end-tests to @fluid-private scope (#17701)
This is one in a series of PRs to rename current packages that are only
published to our internal npm feeds to use the @fluid-private scope.

This PR covers the following fluid-internal packages:

- @fluid-internal/test-end-to-end-tests
2023-10-13 00:07:10 +00:00
Tyler Butler 510658faa9
build: Add per-feed package lists to aid reviews (#17634)
As we add/remove/move packages, these lists will change and we can use
them to verify _before we run the publishing pipeline_ what will be
published. The CI pipeline just publishes the packages in each list to
the feed in question. This makes it far less likely that we find out a
package is missing in a feed only after we do a release.

They are generated by running the `generate:packageList` script from the
root of the release group. They are also generated during a build, so
these files are kept up-to-date as changes are made.
2023-10-05 13:23:54 -07:00