Commit |
Type |
Description |
757d038 |
feat |
spec-bundling: generate ESM mjs bundle for node spec bundles |
b6213c5 |
feat |
spec-bundling: support bundling ESM into CJS for legacy tests like protractor |
f2920bf |
feat |
spec-bundling: support for bootstrap scripts to be provided |
04a54cd |
feat |
spec-bundling: support specifying strategy for handling unknown linker declarations |
Commit |
Type |
Description |
2025d98 |
fix |
rework token revoke mechanism to not rely on post run |
Commit |
Type |
Description |
feba54c |
feat |
always require ts-node to be available |
70b51cd |
feat |
remove ts-node runtime registration as it does not work with ESM |
638993f |
feat |
support ESM-written repository configurations |
3276c53 |
feat |
support exceptional minor target labeling in the interim |
94c9c10 |
fix |
release: always publish experimental packages for lts patch |
91c9200 |
fix |
avoid ts-node esm shebang that breaks on windows |
fcb33b0 |
fix |
do not match dots automatically in pullapprove |
e0f37fc |
fix |
ensure config can be properly loaded on windows |
c713d4a |
fix |
exceptional minor changes should also land into next branch |
4505df9 |
fix |
yarnpkg lockfile package cannot be bundled with ESM |
Paul Gschwendtner
Commit |
Type |
Description |
8b36a85 |
feat |
browsers: add support for excluding files from browser runfiles |
ec636aa |
fix |
browsers: exclude unnecessary chromium file containing spaces on windows |
Commit |
Type |
Description |
23ccc87 |
fix |
pr: yargs positional placeholder does not match positional name |
Derek Cormier and Paul Gschwendtner
Commit |
Type |
Description |
4fdbd00 |
feat |
release: support for custom release pre-checks to be provided |
6367f3d |
feat |
move release output build and checks to staging phase |
Paul Gschwendtner
Commit |
Type |
Description |
acf5173 |
feat |
initial setup for publishing dev-infra orb |
Commit |
Type |
Description |
f556a9a |
feat |
create an action to rerequest reviews for post approval changes for non-googlers |
02239df |
fix |
properly spread the requested_teams values for pending reviews |
464d8a3 |
fix |
remove trekladyone from googlers list |
c9f0e5d |
fix |
use find instead of filter to allow a boolean check for non-approved reviews |
Commit |
Type |
Description |
d9ebdd2 |
feat |
pr: allow for manual override of targeted branches |
900c911 |
fix |
pr: properly name the rebase command |
89bffa6 |
fix |
pr: rename the positional arguments for pull requests |
01bb903 |
fix |
release notes not capturing multiple note keywords from single commit |
Joey Perrott, Paul Gschwendtner and renovate[bot]
Commit |
Type |
Description |
93fef04 |
fix |
do not throw if multiple remotes point to angular remote |
f77a668 |
fix |
make new-main-branch command more flexible to local setup |
Paul Gschwendtner
Commit |
Type |
Description |
5f7f2df |
feat |
allow for firebase functions to be deployed via bazel |
a5dd094 |
feat |
create status column |
8a7e038 |
feat |
create summary column (#520) |
6390a7e |
feat |
create target column |
01394f7 |
feat |
handle label webhook events from github |
ba150d2 |
feat |
handle status webhook events from github |
0469835 |
feat |
make the github token from a user's claim available in the app |
ccf9d47 |
feat |
Update label model to include font color (#520) |
f6fd0c4 |
feat |
use syncronous login functions to augment firebase authentication. |
c9d0bf5 |
fix |
avoid symlink that breaks github action cloning |
e3386cc |
fix |
move the getConverter logic into the base class |
2a9fe46 |
fix |
Properly set the initial value state for isDecorated on models |
Joey Perrott and Paul Gschwendtner
Commit |
Type |
Description |
44e81e1 |
feat |
create the base of the pull request table |
Commit |
Type |
Description |
03acd84 |
feat |
improve error output on intgeration test failure |
Joey Perrott and Paul Gschwendtner
Commit |
Type |
Description |
3e10e5f |
feat |
create account menu component (#502) |
11e58e3 |
feat |
create base of prs application |
28d1d81 |
feat |
create githubWebhook function |
bf5983a |
feat |
create initial model set in shared models directory |
50857c6 |
feat |
create login page (#502) |
82ecd90 |
feat |
establish firebase base for functions and local emulation |
Joey Perrott and Paul Gschwendtner
Commit |
Type |
Description |
e80739b |
feat |
api-golden: allow for module types to be provided |
Commit |
Type |
Description |
c05de8e |
feat |
pullapprove: handle references to author in condition |
9b5b3d4 |
feat |
pullapprove: support in operator in condition evaluation |
87e5ec9 |
feat |
add simple migration command for master branch rename |
31fa837 |
feat |
improve debug output for git client command dispatching |
72fcac4 |
fix |
do not print git client command stderr on success |
e9ce8d5 |
fix |
fix github token retrieval logic |
Alan Agius, Paul Gschwendtner and renovate[bot]
Commit |
Type |
Description |
6379fcf |
feat |
api-golden test should leverage package exports information for finding entries |
38f2a98 |
fix |
continue to support non-exports resolution in api-golden test |
Commit |
Type |
Description |
d831eaa |
fix |
lock formatting dependencies to avoid formating failures |
Paul Gschwendtner
Commit |
Type |
Description |
cd25674 |
fix |
use correct LinkerPackageMappingInfo field name |
Commit |
Type |
Description |
2c7dece |
fix |
avoid runtime error when pull request does not have status/checks |
George Kalpakas, Paul Gschwendtner and renovate[bot]
Commit |
Type |
Description |
c0d2a02 |
feat |
format yaml files with prettier by default |
fa77b14 |
fix |
correctly indent bullets in breaking changes and deprecations sections |
Alan Agius and Paul Gschwendtner
Commit |
Type |
Description |
81a01c5 |
feat |
integration: support for executables to be provided in tool mappings |
Commit |
Type |
Description |
e43bee7 |
feat |
support skipping version stamp in release stamp env |
b555dd0 |
fix |
release: only match on a single character prefixed version for snapshotting (#449) |
104c49a |
fix |
limit the amount of CPUs used by workers (#436) |
Alan Agius, George Kalpakas, Jason Bedard, Joey Perrott and Paul Gschwendtner