Skip to content

Latest commit

 

History

History
214 lines (202 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

214 lines (202 loc) · 14.4 KB

2022.6.28 (2022-06-28)

bazel

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

github-actions

Commit Type Description
2025d98 fix rework token revoke mechanism to not rely on post run

ng-dev

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

Special Thanks

Paul Gschwendtner

2022.6.12 (2022-06-12)

bazel

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

ng-dev

Commit Type Description
23ccc87 fix pr: yargs positional placeholder does not match positional name

Special Thanks

Derek Cormier and Paul Gschwendtner

2022.6.5 (2022-06-05)

ng-dev

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

Special Thanks

Paul Gschwendtner

2022.5.29 (2022-05-29)

circleci-orb

Commit Type Description
acf5173 feat initial setup for publishing dev-infra orb

github-actions

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

ng-dev

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

Special Thanks

Joey Perrott, Paul Gschwendtner and renovate[bot]

2022.5.1 (2022-05-01)

ng-dev

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

Special Thanks

Paul Gschwendtner

2022.4.24 (2022-04-24)

apps

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

Special Thanks

Joey Perrott and Paul Gschwendtner

2022.4.17 (2022-04-17)

apps

Commit Type Description
44e81e1 feat create the base of the pull request table

bazel

Commit Type Description
03acd84 feat improve error output on intgeration test failure

Special Thanks

Joey Perrott and Paul Gschwendtner

2022.4.10 (2022-04-10)

apps

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

Special Thanks

Joey Perrott and Paul Gschwendtner

2022.4.3 (2022-04-03)

bazel

Commit Type Description
e80739b feat api-golden: allow for module types to be provided

ng-dev

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

Special Thanks

Alan Agius, Paul Gschwendtner and renovate[bot]

2022.3.27 (2022-03-27)

bazel

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

ng-dev

Commit Type Description
d831eaa fix lock formatting dependencies to avoid formating failures

Special Thanks

Paul Gschwendtner

2022.3.20 (2022-03-20)

bazel

Commit Type Description
cd25674 fix use correct LinkerPackageMappingInfo field name

ng-dev

Commit Type Description
2c7dece fix avoid runtime error when pull request does not have status/checks

Special Thanks

George Kalpakas, Paul Gschwendtner and renovate[bot]

2022.3.13 (2022-03-13)

ng-dev

Commit Type Description
c0d2a02 feat format yaml files with prettier by default
fa77b14 fix correctly indent bullets in breaking changes and deprecations sections

Special Thanks

Alan Agius and Paul Gschwendtner

2022.3.6 (2022-03-06)

bazel

Commit Type Description
81a01c5 feat integration: support for executables to be provided in tool mappings

ng-dev

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)

Special Thanks

Alan Agius, George Kalpakas, Jason Bedard, Joey Perrott and Paul Gschwendtner