Angular Robot
40e41e4d33
build: update github/codeql-action action to v3.24.9 ( #55039 )
...
See associated pull request for more information.
PR Close #55039
2024-03-28 13:05:57 -07:00
Angular Robot
1c0814f7a2
build: update github/codeql-action action to v3.24.8 ( #54932 )
...
See associated pull request for more information.
PR Close #54932
2024-03-19 16:59:48 +00:00
Joey Perrott
0be64c1628
ci: move saucelabs to regular CI job ( #54926 )
...
Move the saucelabs job to regular CI instead of the priviledged CI to prevent cache poisoning/overload
PR Close #54926
2024-03-18 11:02:37 -07:00
Joey Perrott
f50afb10c3
build: update to latest angular/dev-infra/github-actions/create-pr-for-changes ( #54904 )
...
Update to latest to correct node verison issue
PR Close #54904
2024-03-17 00:41:30 +00:00
Angular Robot
0472a92bc6
build: update cross-repo angular dependencies ( #54883 )
...
See associated pull request for more information.
PR Close #54883
2024-03-15 17:06:43 +00:00
Angular Robot
17199b9214
build: update peter-evans/create-or-update-comment action to v4 ( #54299 )
...
See associated pull request for more information.
PR Close #54299
2024-03-15 16:30:51 +00:00
Matthieu Riegler
1c9abb9ac8
build: Unplug AIO from CI ( #54765 )
...
The time has come to unplug AIO from the CI.
Farewell and thanks for your services 🫡
PR Close #54765
2024-03-11 10:59:07 -07:00
Angular Robot
684290976b
build: update scorecard action dependencies ( #54407 )
...
See associated pull request for more information.
PR Close #54407
2024-02-26 18:29:36 -08:00
Joey Perrott
96e9dbee7f
ci: automatically deploy to angular.dev on every push to the main branch ( #54436 )
...
Automatically deploy adev on each commit to the main branch
PR Close #54436
2024-02-15 10:50:03 -08:00
Joey Perrott
aefbe32cad
ci: remove feature-request bot ( #54442 )
...
Remove feature request bot from usage.
PR Close #54442
2024-02-14 15:33:54 -08:00
Angular Robot
6b345133e3
build: update cross-repo angular dependencies ( #54186 )
...
See associated pull request for more information.
PR Close #54186
2024-02-09 14:57:46 +00:00
Angular Robot
36a9bf3d6a
build: update actions/checkout action to v4 ( #54183 )
...
See associated pull request for more information.
PR Close #54183
2024-02-01 16:02:47 +00:00
Angular Robot
989d496708
build: update cross-repo angular dependencies ( #54178 )
...
See associated pull request for more information.
PR Close #54178
2024-01-31 20:13:06 +00:00
Angular Robot
4b11e0c15d
build: update actions/checkout digest to f43a0e5 ( #54177 )
...
See associated pull request for more information.
PR Close #54177
2024-01-31 17:35:59 +00:00
Angular Robot
f5ede2ab63
build: update slackapi/slack-github-action digest to 2a8087d ( #52000 )
...
See associated pull request for more information.
PR Close #52000
2024-01-31 16:47:31 +00:00
Paul Gschwendtner
25f91e38b2
build: ensure zone.js typing test is hermetic ( #54048 )
...
Currently the ZoneJS typing tests executes outside of Bazel, as a legacy
artifact of the monorepo merging (as it seems - not ideal at all).
Looks like this test relies on its own node modules, that were NOT
locked using a yarn lock file. This commit adds one, and specifically
locks it to a `@types/node` version that does not include the most
recent patch release (which seemingly introduced a breaking change)
that causes issues with TypeScript's lib checking.
Whenever we perform lock file maintenance in the future, we have the
following options:
- Consider disabling lib checking via `skipLibCheck` for this test. This
may be acceptable.
- Continue locking the node version,
- Waiting for chokidar to comply with the new signature
- Waiting for the breaking change to be rolled back.
Culprit change:
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/68300
PR Close #54048
2024-01-24 14:57:05 +01:00
Joey Perrott
a057b61d1f
ci: provide proper location for artifacts to allow for firebase to find the artifacts for deployment ( #53960 )
...
Move the artifacts during deployment into adev/ so that its at the same level as the firebase.json file.
PR Close #53960
2024-01-18 18:08:30 +01:00
Angular Robot
c67647b8c2
build: update cross-repo angular dependencies ( #53970 )
...
See associated pull request for more information.
PR Close #53970
2024-01-18 17:16:34 +01:00
Joey Perrott
455b64524f
ci: use ng-dev-previews project for previews ( #53958 )
...
Rather than use the actual adev site, we should be using the ng-dev-preview site
PR Close #53958
2024-01-17 11:19:27 -08:00
Joey Perrott
0accc64cc0
ci: use the config from adev for adev previews ( #53955 )
...
Properly use the adev firebase config.
PR Close #53955
2024-01-17 09:13:42 -08:00
Joey Perrott
e1b9b662a0
ci: set up previews of adev ( #53941 )
...
Set up preview actions to allow for a preview of the adev site to be deployed for a PR with the `adev: preview` label.
PR Close #53941
2024-01-16 19:18:30 -08:00
Joey Perrott
d04f98d713
ci: run adev tests on CI ( #53941 )
...
Run tests in adev for CI
PR Close #53941
2024-01-16 19:18:30 -08:00
Angular Robot
a2087a1978
build: update cross-repo angular dependencies ( #53606 )
...
See associated pull request for more information.
PR Close #53606
2024-01-12 10:27:01 -08:00
Jan Kuehle
acf1793d7b
refactor(zone.js): delete zone.js externs ( #53445 )
...
Externs were used for Closure Compiler. Users have moved on to other
bundlers like Webpack, esbuild, etc. Externs are no longer needed.
PR Close #53445
2024-01-09 13:20:51 -08:00
Joey Perrott
e7330560cd
ci: add adev to ci ( #53833 )
...
Add adev job to CI to ensure it continues to build as expected
PR Close #53833
2024-01-09 12:15:59 -08:00
Angular Robot
4a87a8ac10
build: update cross-repo angular dependencies ( #53836 )
...
See associated pull request for more information.
PR Close #53836
2024-01-08 11:31:57 -08:00
Angular Robot
13e89bcbd7
build: update scorecard action dependencies ( #53607 )
...
See associated pull request for more information.
PR Close #53607
2023-12-18 15:32:03 +00:00
Angular Robot
6b20561e1d
build: update cross-repo angular dependencies ( #52422 )
...
See associated pull request for more information.
PR Close #52422
2023-12-13 09:15:42 -08:00
JiaLiPassion
08b0c87a94
fix(zone.js): Promise.resolve(subPromise) should return subPromise ( #53423 )
...
In the original `Promise` impelmentation, zone.js follow the spec from
https://promisesaplus.com/#point-51 .
```
const p1 = Promise.resolve(1);
const p2 = Promise.resolve(p1);
p1 === p2; // false
```
in this case, `p2` should be the same status with `p1` but they are
still different instances.
And for some edge case.
```
class MyPromise extends Promise {
constructor(sub) {
super((res) => res(null));
this.sub = sub;
}
then(onFufilled, onRejected) {
this.sub.then(onFufilled, onRejected);
}
}
const p1 = new Promise(setTimeout(res), 100);
const myP = new MyPromise(p1);
const r = await myP;
r === 1; // false
```
So in the above code, `myP` is not the same instance with `p1`,
and since `myP` is resolved in constructor, so `await myP` will
just pass without waiting for `p1`.
And in the current `tc39` spec here https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve
`Promise.resolve(subP)` should return `subP`.
```
const p1 = Promise.resolve(1);
const p2 = Promise.resolve(p1);
p1 === p2; // true
```
So the above `MyPromise` can wait for the `p1` correctly.
PR Close #53423
2023-12-11 10:55:12 -08:00
Joey Perrott
0485eb816e
ci: correct label for bazel-saucelabs job ( #52873 )
...
Update the label to the correct schema
PR Close #52873
2023-11-13 22:08:44 +00:00
Angular Robot
8f045c1f45
build: update peter-evans/create-or-update-comment digest to 23ff157 ( #52279 )
...
See associated pull request for more information.
PR Close #52279
2023-11-02 10:43:16 -07:00
Angular Robot
0045f02ed3
build: update actions/checkout digest to b4ffde6 ( #52252 )
...
See associated pull request for more information.
PR Close #52252
2023-11-02 10:32:11 -07:00
Angular Robot
7888819063
build: update cross-repo angular dependencies ( #52191 )
...
See associated pull request for more information.
PR Close #52191
2023-10-26 14:12:34 -07:00
Angular Robot
83f5911a95
build: update all non-major dependencies ( #51897 )
...
See associated pull request for more information.
PR Close #51897
2023-10-18 17:49:46 +02:00
Angular Robot
6dc6471e75
build: update scorecard action dependencies ( #52126 )
...
See associated pull request for more information.
PR Close #52126
2023-10-18 17:45:28 +02:00
Paul Gschwendtner
77284d9dd0
ci: run bazel saucelabs job only on push builds
...
As part of the CircleCI migration it looks like we started
running the Bazel saucelabs job for all pull requests. This
was not done before because we weren't confident with the stability
of this job yet. This commit moves it back so that we don't block
pull requests with a job that is not considered stable.
2023-10-11 13:19:51 +02:00
Kristiyan Kostadinov
5a969e06b7
build: remove Windows CI check ( #52140 )
...
Based on recent discussions, these changes remove the Windows CI check because it has been too flaky for too long. Furthermore, we've concluded that the simulated file system in the compiler tests already catches the same set of bugs as running the tests on a real Windows system.
PR Close #52140
2023-10-10 14:07:03 -07:00
Angular Robot
5a4ccdfa7b
build: update cross-repo angular dependencies ( #52133 )
...
See associated pull request for more information.
PR Close #52133
2023-10-10 10:58:45 -07:00
Angular Robot
4a75c44b88
build: update all non-major dependencies ( #52023 )
...
See associated pull request for more information.
PR Close #52023
2023-10-09 12:01:32 -07:00
Angular Robot
5464bea73c
build: update github/codeql-action action to v2.21.9 ( #51992 )
...
See associated pull request for more information.
PR Close #51992
2023-10-05 14:07:21 -07:00
Joey Perrott
e12a10256c
ci: migrate snapshot publishing from CircleCI to GHA ( #51957 )
...
Migrate the snapshot publishing from CircleCI to GHA
PR Close #51957
2023-10-05 10:53:22 -07:00
Joey Perrott
f93352481b
ci: migrate saucelabs bazel job to Github Actions ( #51945 )
...
Use Github Actions to run saucelabs bazel jobs
PR Close #51945
2023-10-05 09:18:34 -07:00
Angular Robot
068b38a05d
build: update cross-repo angular dependencies ( #51996 )
...
See associated pull request for more information.
(cherry picked from commit e169b2da2e )
PR Close #51996
2023-10-03 08:07:48 -07:00
Joey Perrott
31edf79096
ci: add slack messages for failed aio deployments ( #51956 )
...
Send message to to slack when aio fails to deploy
PR Close #51956
2023-10-02 08:37:42 -07:00
Joey Perrott
47e841c834
ci: move permissions for google-internal-tests into job definition ( #51847 )
...
Move permissions into the job definition for security improvement.
PR Close #51847
2023-09-29 10:51:19 -07:00
Angular Robot
f3c5b2ea3a
build: update actions/checkout digest to 8ade135 ( #51873 )
...
See associated pull request for more information.
PR Close #51873
2023-09-27 13:07:29 -07:00
Angular Robot
acfea3cbe3
build: update scorecard action dependencies ( #51899 )
...
See associated pull request for more information.
PR Close #51899
2023-09-27 09:24:19 -07:00
Joey Perrott
18e34ad91f
ci: use pull request head sha instead of the sha provided in the github context ( #51908 )
...
Use the pull request head sha so that we don't test the code already committed.
PR Close #51908
2023-09-26 09:07:46 -07:00
Angular Robot
013aec850c
build: update cross-repo angular dependencies ( #51783 )
...
See associated pull request for more information.
PR Close #51783
2023-09-22 09:48:59 -07:00
Angular Robot
8a2dc0f2e0
build: update actions/checkout action to v4 ( #51793 )
...
See associated pull request for more information.
PR Close #51793
2023-09-19 12:19:19 +02:00
Angular Robot
e5a0116575
build: update scorecard action dependencies ( #51817 )
...
See associated pull request for more information.
PR Close #51817
2023-09-19 12:18:24 +02:00
Joey Perrott
06bf80dd04
ci: use head_ref for concurrency group ( #51784 )
...
Use the head_ref value for the conncurency group on ci-priviledged rather than the ref, so that the
main ref is not used and cancelling across pull requests and the main branch
PR Close #51784
2023-09-15 09:02:02 +02:00
Angular Robot
a2681c7c9d
build: update cross-repo angular dependencies ( #51780 )
...
See associated pull request for more information.
PR Close #51780
2023-09-14 19:35:45 +02:00
Joey Perrott
d91618f2d8
ci: migrate legacy saucelabs job to Github Actions ( #51695 )
...
Migrate the legacy saucelabs job
PR Close #51695
2023-09-13 10:49:47 -07:00
Kristiyan Kostadinov
f9939757d3
build: skip simulated file system tests on Windows ( #51738 )
...
The code for detecting a Windows CI run from #51701 didn't work, because Bazel isolates the environment variables. These changes work around the issue by passing in a custom variable with the `--test_env` flag.
PR Close #51738
2023-09-12 12:56:27 -07:00
Angular Robot
2b518bb899
build: update actions/checkout digest to f43a0e5 ( #51576 )
...
See associated pull request for more information.
PR Close #51576
2023-08-31 16:34:23 +00:00
Joey Perrott
544c778b98
ci: fix permissions issue in zonejs ci test ( #51600 )
...
Correct permissions issue in zonejs folders
PR Close #51600
2023-08-31 16:26:16 +00:00
Joey Perrott
2c11b83487
ci: migrate zonejs tests to gha ( #51352 )
...
Migreate zonejs tests from CircleCI to Github Actions
PR Close #51352
2023-08-30 19:42:55 +00:00
Joey Perrott
e6235accb1
docs: remove unreachable/incorrect contributor links ( #51350 )
...
PR Close #51350
2023-08-30 19:41:53 +00:00
Joey Perrott
2a2b61b1ed
ci: migrate monitoring jobs to GHA ( #51350 )
...
Migrate monitoring jobs to Github Actions from CircleCI
PR Close #51350
2023-08-30 19:41:53 +00:00
Joey Perrott
c3349fb2a1
ci: fix escaping for determing current stable version ( #51496 )
...
Fix the escaping for the sed command determining the stable version
PR Close #51496
2023-08-24 20:35:40 +00:00
Joey Perrott
26ad6d50cc
build: add AIO_PAYLOAD_TOKEN env variable ( #51489 )
...
add environement variable for deployment
PR Close #51489
2023-08-24 16:08:59 +00:00
Joey Perrott
6ca8219007
build: provide CI_BUILD_URL env variable ( #51488 )
...
Provide the link to the job workflow on github actions
PR Close #51488
2023-08-23 22:44:59 +00:00
Joey Perrott
5cea2b52f6
ci: properly provide environment variables for aio deployment ( #51484 )
...
Provide environment variables
PR Close #51484
2023-08-23 14:44:39 -07:00
Joey Perrott
c9ce89ee5c
ci: correctly check aio job results ( #51464 )
...
Correctly check the aio job result to determine if we should deploy.
PR Close #51464
2023-08-22 11:41:30 -07:00
Joey Perrott
12dbe1a6cf
ci: migrate aio jobs to GHA ( #51071 )
...
Migrate aio presubmit and deploy jobs to use Github Actions
PR Close #51071
2023-08-14 08:55:30 -07:00
Joey Perrott
b07266d6a9
ci: migrate framework tests to GHA ( #51101 )
...
Migrate framework presubmit test job to use Github Actions
PR Close #51101
2023-08-09 17:36:23 -07:00
Joey Perrott
d6efd71278
ci: correct changed github action paths ( #51168 )
...
Change to the new paths to the github actions after dev-infra refactor
PR Close #51168
2023-07-25 10:48:47 -07:00
Angular Robot
189d60198a
build: update cross-repo angular dependencies ( #51132 )
...
See associated pull request for more information.
PR Close #51132
2023-07-21 16:42:35 +00:00
Angular Robot
528fea7da1
build: update cross-repo angular dependencies ( #51127 )
...
See associated pull request for more information.
PR Close #51127
2023-07-21 14:12:58 +00:00
Angular Robot
6fed684301
build: update github/codeql-action action to v2.21.0 ( #51077 )
...
See associated pull request for more information.
PR Close #51077
2023-07-20 19:57:22 +00:00
Joey Perrott
743be79749
ci: migrate windows job to GHA ( #51010 )
...
Migrate windows job to use Github Actions
PR Close #51010
2023-07-17 14:51:36 +00:00
Joey Perrott
5a5bcd2565
ci: migrate devtools tests to GHA ( #51008 )
...
Migrate devtools tests to run on Github Actions
PR Close #51008
2023-07-14 09:43:36 -07:00
Diogo Teles Sant'Anna
d82c47333a
ci: prevent injection attacks by changing how to use user input ( #51026 )
...
Update the code to not use user input directly on executable code, as it can be used for injection attacks, as detailed [here](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections )
PR Close #51026
2023-07-13 09:35:57 -07:00
Angular Robot
6cac41f039
build: update github/codeql-action action to v2.20.3 ( #50930 )
...
See associated pull request for more information.
PR Close #50930
2023-07-13 09:33:53 -07:00
Joey Perrott
25153e94f6
ci: use frozen-lockfile in CI ( #51012 )
...
Use frozen-lockfile for the CI yarn install
PR Close #51012
2023-07-11 19:05:30 +00:00
Joey Perrott
6c76a83e31
ci: migrate lint job from CircleCI to GHA ( #50891 )
...
Migrate the lint job to Github Actions
PR Close #50891
2023-07-11 17:06:16 +00:00
Angular Robot
4782336fe4
build: update cross-repo angular dependencies ( #50881 )
...
See associated pull request for more information.
PR Close #50881
2023-06-30 11:43:29 -07:00
Angular Robot
471cdff082
build: update scorecard action dependencies ( #50880 )
...
See associated pull request for more information.
PR Close #50880
2023-06-30 11:42:48 -07:00
Paul Gschwendtner
00f01497bc
ci: reduce benchmark compare permissions
...
Even though the action is already guarded to only run for
organization members that manually trigger the action, we
can reduce the permissions by using a GitHub token without
any permissions to post the result comment.
2023-06-30 18:37:36 +02:00
Angular Robot
7aa913e512
build: update actions/checkout digest to c85c95e ( #50640 )
...
See associated pull request for more information.
PR Close #50640
2023-06-27 15:57:59 -07:00
Angular Robot
7f4a7b4ea2
build: update github/codeql-action action to v2.20.0 ( #50774 )
...
See associated pull request for more information.
PR Close #50774
2023-06-20 14:55:36 +02:00
Paul Gschwendtner
17a95dac22
build: resolve benchmark compare SHA from PR branch or upstream remote ( #50764 )
...
If we try to resolve the benchmark compare ref (which may be just
`main`), we are just looking inside the PR branch- but that may
not include the `main` SHA. i.e. it's possible to run a comparison
where the PR is slightly behind of the `main` branch, or a comparison
commit from a different branch is used.
We fix this/ and simplify the logic by resolving the SHAs directly in
the TypeScript code, instead of relying on the rather brittle Bash.
Note that current solution still works, but we sometimes may not be able
to resolve to an actual SHA- causing issues as in 864bd72cb2
PR Close #50764
2023-06-19 12:54:54 +00:00
Paul Gschwendtner
864bd72cb2
build: resolve benchmark compare ref to improve results text
...
Currently the compare ref might be `main`. We will use that value
and put it into the GitHub results comment. This is non-ideal because
in the future `main` might be a different SHA and the results comment
would become invalid/confusing.
We fix this by resolving the actual SHA when the benchmark was
initiated.
2023-06-19 14:10:31 +02:00
Paul Gschwendtner
28961e805f
build: pin action dependency for improved security
...
Pins the pull request comment branch action dependency
for improved security and deterministic behavior.
2023-06-19 14:10:31 +02:00
Paul Gschwendtner
ac13b65074
ci: fix benchmark compare to work with fork pull requests ( #50758 )
...
The checkout action always assumes the main repository, but
the branch name/SHA of the pull request will be from a fork.
We fix this by using an updated action that exposes the branch
repo owner and name, so that we can check out the actual PR
branch/SHA.
PR Close #50758
2023-06-19 10:40:30 +00:00
Paul Gschwendtner
d5736d7d50
build: create github action to run benchmark comparisons ( #50745 )
...
This commit creates a GitHub action that runs benchmark comparisons
for a single target whenever a command comment is created by trusted
Angular organization members:
```
/benchmark-compare <compare-ref> <benchmark-target>
```
The benchmark will be run locally in Github actions, using the same
machine to minimize number deviation. The results are then printed
to the GitHub PR using a comment.
At current time, no actual "green/red" state is computed, but rather
the raw results are printed. In the future, since we have all the
metric data from the benchpress JSON logs, we could implement something
more easy to understand- but that's a follow-up/needs more discussion.
PR Close #50745
2023-06-18 19:32:34 +00:00
Angular Robot
0f299c0061
build: update actions/checkout action to v3.5.3 ( #50689 )
...
See associated pull request for more information.
PR Close #50689
2023-06-13 14:48:02 +02:00
Angular Robot
ad82f3ab47
build: update all non-major dependencies ( #50583 )
...
See associated pull request for more information.
PR Close #50583
2023-06-13 12:45:12 +02:00
Angular Robot
22eb947db0
build: update github/codeql-action action to v2.3.6 ( #50585 )
...
See associated pull request for more information.
PR Close #50585
2023-06-06 14:13:39 -07:00
Angular Robot
f5b82b54b6
build: update github/codeql-action action to v2.3.5 ( #50508 )
...
See associated pull request for more information.
PR Close #50508
2023-05-30 13:04:42 -07:00
Angular Robot
7ac8f09dd6
build: update github/codeql-action action to v2.3.3 ( #50216 )
...
See associated pull request for more information.
PR Close #50216
2023-05-09 14:48:54 -07:00
Angular Robot
47c093a739
build: update cross-repo angular dependencies ( #50105 )
...
See associated pull request for more information.
PR Close #50105
2023-05-02 18:26:46 +02:00
Angular Robot
123f689cb6
build: update cross-repo angular dependencies ( #50107 )
...
See associated pull request for more information.
PR Close #50107
2023-05-02 16:10:48 +02:00
Angular Robot
d0a9150be0
build: update github/codeql-action action to v2.3.2 ( #50102 )
...
See associated pull request for more information.
PR Close #50102
2023-05-02 12:29:03 +02:00
Angular Robot
0ccf6c9b58
build: update cross-repo angular dependencies ( #50069 )
...
See associated pull request for more information.
PR Close #50069
2023-05-02 12:17:34 +02:00
Angular Robot
bfa6e6ad23
build: update cross-repo angular dependencies ( #50067 )
...
See associated pull request for more information.
PR Close #50067
2023-04-28 18:19:42 +02:00
Angular Robot
c650b40816
build: update cross-repo angular dependencies ( #49978 )
...
See associated pull request for more information.
PR Close #49978
2023-04-28 13:36:18 +02:00
Paul Gschwendtner
aba7f03920
ci: update link to start google presubmit ( #50060 )
...
Updates the golink to start a google presubmit, given that
documentation has moved.
PR Close #50060
2023-04-28 11:41:21 +02:00
Angular Robot
316d1d0905
build: update github/codeql-action action to v2.3.0 ( #49992 )
...
See associated pull request for more information.
PR Close #49992
2023-04-26 11:28:10 -07:00
Angular Robot
a5428a7fa6
build: update cross-repo angular dependencies ( #49964 )
...
See associated pull request for more information.
PR Close #49964
2023-04-24 11:53:26 -07:00
Angular Robot
27093a7167
build: update cross-repo angular dependencies ( #49956 )
...
See associated pull request for more information.
PR Close #49956
2023-04-21 09:06:25 -07:00
Angular Robot
bf8041fdfc
build: update angular/dev-infra digest to 1564c4e ( #49916 )
...
See associated pull request for more information.
PR Close #49916
2023-04-18 22:09:40 +00:00
Angular Robot
85f3a38bb3
build: update all non-major dependencies ( #49909 )
...
See associated pull request for more information.
PR Close #49909
2023-04-18 20:54:28 +00:00
Angular Robot
882ca66f05
build: update cross-repo angular dependencies ( #49891 )
...
See associated pull request for more information.
PR Close #49891
2023-04-18 19:06:46 +00:00
Angular Robot
ec30674e20
build: update scorecard action dependencies ( #49897 )
...
See associated pull request for more information.
PR Close #49897
2023-04-18 13:58:53 +00:00
Angular Robot
f023020368
build: update cross-repo angular dependencies ( #49887 )
...
See associated pull request for more information.
PR Close #49887
2023-04-17 15:46:39 +00:00
Angular Robot
3fcf8bd667
build: update actions/checkout digest to 8e5e7e5 ( #49815 )
...
See associated pull request for more information.
PR Close #49815
2023-04-17 13:31:19 +00:00
Angular Robot
85c1a6463f
build: update github/codeql-action action to v2.2.11 ( #49775 )
...
See associated pull request for more information.
PR Close #49775
2023-04-12 09:26:02 -07:00
Joey Perrott
8ad31d53b0
ci: remove lock-closed action ( #49650 )
...
Remove the lock-closed asction as it has been centralized within dev-infra
PR Close #49650
2023-04-06 15:37:14 -07:00
Angular Robot
12b2caad24
build: update scorecard action dependencies ( #49609 )
...
See associated pull request for more information.
PR Close #49609
2023-03-31 11:49:46 -07:00
Angular Robot
de55fdfceb
build: update cross-repo angular dependencies ( #49649 )
...
See associated pull request for more information.
PR Close #49649
2023-03-31 11:46:15 -07:00
Angular Robot
9400b0f652
build: update actions/checkout digest to 8f4b7f8 ( #49577 )
...
See associated pull request for more information.
PR Close #49577
2023-03-24 10:27:35 -07:00
Angular Robot
f0f1e7dfa7
build: update scorecard action dependencies ( #49508 )
...
See associated pull request for more information.
PR Close #49508
2023-03-21 16:39:09 +01:00
Angular Robot
1acf3ec84b
build: update cross-repo angular dependencies ( #49514 )
...
See associated pull request for more information.
PR Close #49514
2023-03-21 15:18:13 +01:00
Angular Robot
fa023dd41f
build: update actions/checkout digest to 24cb908 ( #49436 )
...
See associated pull request for more information.
PR Close #49436
2023-03-17 08:38:14 +01:00
Angular Robot
de0bdeea4c
build: update github/codeql-action action to v2.2.6 ( #49420 )
...
See associated pull request for more information.
PR Close #49420
2023-03-15 17:01:00 -07:00
Angular Robot
c10962b713
build: update cross-repo angular dependencies ( #49388 )
...
See associated pull request for more information.
PR Close #49388
2023-03-13 09:24:13 +00:00
Alan Agius
a50ff60bff
build: update cross-repo angular dependencies ( #49376 )
...
See associated pull request for more information.
(cherry picked from commit ba630a3c65 )
PR Close #49376
2023-03-09 11:32:03 -08:00
Angular Robot
8e76107b94
build: update cross-repo angular dependencies ( #49367 )
...
See associated pull request for more information.
PR Close #49367
2023-03-08 18:00:27 +00:00
Angular Robot
984d0f49b5
build: update cross-repo angular dependencies ( #49188 )
...
See associated pull request for more information.
PR Close #49188
2023-03-08 01:54:00 +00:00
Angular Robot
05d684f959
build: update cross-repo angular dependencies ( #49266 )
...
See associated pull request for more information.
PR Close #49266
2023-02-28 11:56:28 -08:00
Angular Robot
1c64e2b5ec
build: update github/codeql-action action to v2.2.5 ( #49242 )
...
See associated pull request for more information.
PR Close #49242
2023-02-28 08:18:21 -08:00
Joey Perrott
8ba8e0dcff
build: update to latest remote build execution setup ( #49133 )
...
Update to the latest RBE setup after key rotation.
PR Close #49133
2023-02-18 02:42:27 +00:00
Angular Robot
b98b2b3a88
build: update cross-repo angular dependencies ( #49058 )
...
See associated pull request for more information.
PR Close #49058
2023-02-14 16:18:46 +01:00
Angular Robot
62453bfe7a
build: update github/codeql-action action to v2.2.4 ( #49055 )
...
See associated pull request for more information.
PR Close #49055
2023-02-14 15:02:33 +01:00
Angular Robot
31a2e21d09
build: update cross-repo angular dependencies ( #48929 )
...
See associated pull request for more information.
PR Close #48929
2023-02-14 14:46:07 +01:00
Angular Robot
cb0feed496
build: update cross-repo angular dependencies ( #48996 )
...
See associated pull request for more information.
PR Close #48996
2023-02-10 17:28:36 +01:00
Angular Robot
845ef7102b
build: update github/codeql-action action to v2.2.2 ( #48889 )
...
See associated pull request for more information.
PR Close #48889
2023-02-08 15:07:06 +01:00
Angular Robot
6e0e94def4
build: update cross-repo angular dependencies ( #48875 )
...
See associated pull request for more information.
PR Close #48875
2023-02-02 09:37:39 -08:00
Angular Robot
e7a4fd3426
build: update cross-repo angular dependencies ( #48843 )
...
See associated pull request for more information.
PR Close #48843
2023-01-26 22:00:41 +00:00
Angular Robot
3440778671
build: update cross-repo angular dependencies ( #48437 )
...
See associated pull request for more information.
PR Close #48437
2023-01-24 18:30:43 +00:00
Angular Robot
4cd331b4e2
build: update cross-repo angular dependencies ( #48809 )
...
See associated pull request for more information.
(cherry picked from commit f254c98403303aeee20b5d7b94b4799907aa2de9)
PR Close #48809
2023-01-24 16:44:32 +00:00
Angular Robot
09053f770d
build: update github/codeql-action action to v2.1.39 ( #48816 )
...
See associated pull request for more information.
PR Close #48816
2023-01-24 16:43:02 +00:00
Angular Robot
1849ae2675
build: update cross-repo angular dependencies ( #48747 )
...
See associated pull request for more information.
PR Close #48747
2023-01-17 10:46:44 -08:00
Angular Robot
7840352dee
build: update all non-major dependencies ( #48755 )
...
See associated pull request for more information.
PR Close #48755
2023-01-17 09:16:19 -08:00
Angular Robot
d47bd480c9
build: update scorecard action dependencies ( #48465 )
...
See associated pull request for more information.
PR Close #48465
2023-01-13 10:34:47 -08:00
Angular Robot
f03f20c8ba
build: update actions/checkout digest to ac59398 ( #48460 )
...
See associated pull request for more information.
PR Close #48460
2023-01-13 10:33:47 -08:00
Paul Gschwendtner
64967da78a
ci: include branch name in update CLI help PRs ( #48716 )
...
This should make it easier to distinguish between PRs
as currently they same equivalent but actually target
different branches.
PR Close #48716
2023-01-12 11:44:51 -08:00
Alan Agius
7cfe97ca31
ci: set fetch-depth: 0 in update-events and update-cli-help actions ( #48698 )
...
This commits changes the fetch depth from 1 to 0 in the update-events` and `update-cli-help` actions. This is required as otherwise the PR creation would fail when the forked (https://github.com/angular-robot/angular ) is not in sync with (https://github.com/angular/angular ) ie the later has commits which are not in the former.
PR Close #48698
2023-01-11 07:44:00 -08:00
Alan Agius
2b83986a1a
ci: correctly interpolate ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN ( #48690 )
...
Previously, a single curly bracket was used to interpolate the `ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN` value which caused the value not to be provided correctly.
PR Close #48690
2023-01-11 06:56:18 -08:00
Alan Agius
4bd926edd9
ci: expose ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN secret as env ( #48687 )
...
Encrypted secrets need to be provided explicitly in workflow steps to be used.
See: https://docs.github.com/en/actions/security-guides/encrypted-secrets for more info.
PR Close #48687
2023-01-10 14:30:30 -08:00
Alan Agius
2dc31576ab
ci: add Angular CLI help pages action ( #48577 )
...
This commits adds an action to update the Angular CLI help contents that are used by AIO to generate CLI guides.
This also changes the setup to include the files are source files instead of having to clone the repository each time. This also simplifies the PR review process of the PR opened by the action.
PR Close #48577
2023-01-10 08:01:38 -08:00
Angular Robot
aa51e9b217
build: update all non-major dependencies ( #48462 )
...
See associated pull request for more information.
PR Close #48462
2023-01-04 11:38:40 -08:00
Paul Gschwendtner
e38bc6b806
build: switch from ng-comp-dev to canonical dev-infra preview Firebase project ( #48630 )
...
We are going with a single canonical dev-infra Firebase/GCP project
for previews. This commit switches to it.
PR Close #48630
2023-01-03 13:22:38 +00:00
Alan Agius
27da7338ea
ci: remove redundant aio dependencies installation step ( #48574 )
...
Remove redundant aio dependencies installation step from update-events action as this action only uses built-in node.js APIs
PR Close #48574
2022-12-24 11:26:34 +00:00
Joey Perrott
e59406f5e7
build: enable new merge ready status action ( #48494 )
...
Enable new action in preperation for sunset of github robot
PR Close #48494
2022-12-15 15:21:14 +00:00
Angular Robot
04d77f5cf5
build: update cross-repo angular dependencies ( #48405 )
...
See associated pull request for more information.
PR Close #48405
2022-12-09 11:26:14 -08:00
Alan Agius
d07241dd12
build: update cross-repo angular dependencies ( #48409 )
...
See associated pull request for more information.
Closes : #48339
(cherry picked from commit 31742210a38b3e01e25cfa9c4e13f6f0e13bf1dd)
PR Close #48409
2022-12-09 11:00:58 -08:00
Angular Robot
4311aa70f7
build: update cross-repo angular dependencies ( #48388 )
...
See associated pull request for more information.
PR Close #48388
2022-12-08 12:29:37 -08:00
Angular Robot
11a24c3740
build: update github/codeql-action action to v2.1.35 ( #48371 )
...
See associated pull request for more information.
PR Close #48371
2022-12-07 09:07:33 -08:00
Angular Robot
7c4e9ce5c0
build: update cross-repo angular dependencies ( #47882 )
...
See associated pull request for more information.
PR Close #47882
2022-12-06 12:48:11 -08:00
Paul Gschwendtner
ecddcbc269
build: switch new AIO preview action to use aio: preview label ( #48345 )
...
The new AIO preview deployment should take over the existing `aio:
preview` label- now after it being tested- and working as expected.
PR Close #48345
2022-12-05 14:52:37 -08:00
Paul Gschwendtner
192df7194b
build: set target firebase project when setting deploy target ( #48352 )
...
We now set the Firebase deploy target for AIO preview deployment
via GitHub actions. It looks like configuring the deploy target
also requires authentication / or a project.
PR Close #48352
2022-12-04 20:26:10 +00:00
Paul Gschwendtner
0d6b33c40f
build: check out project before setting AIO preview targets ( #48347 )
...
Checks out the Firebase project before setting the AIO preview targets.
Surprisingly Firebase requires a project when setting resource
identifiers for the targets. This is already done by the Firebase
deploy action from @FirebaseExtended, but we need to do it earlier.
PR Close #48347
2022-12-04 16:14:11 +00:00
Paul Gschwendtner
43e8f4798f
build: use npx for setting firebase deploy targets in AIO preview ( #48346 )
...
For the deploy job we still need to use the Firebase CLI to configure
the proper hosting deploy targets. See:
011ef66a04 .
We don't have node modules installed in this job, and it would
also be overkill to install them for just using firebase here.
Since the action uses `npx firebase-tools` down the line anyway,
we can use it without any speed downsides.
PR Close #48346
2022-12-04 13:18:40 +00:00
Paul Gschwendtner
011ef66a04
build: set firebase deploy target when deploying AIO preview ( #48338 )
...
The AIO firebase project specifies `aio` as deploy target. This means
that we need to configure this target before being able to deploy AIO
previews.
We use the default project target as target since the preview Firebase
project does not use multi site targets. See:
https://firebase.google.com/docs/hosting/multisites
PR Close #48338
2022-12-04 11:11:40 +00:00
Angular Robot
09fe75d0e9
build: update actions/checkout action to v3 ( #48337 )
...
See associated pull request for more information.
PR Close #48337
2022-12-03 16:09:10 +00:00
Angular Robot
d1a501e65b
build: update actions/checkout digest ( #48336 )
...
See associated pull request for more information.
PR Close #48336
2022-12-03 10:45:39 +00:00
Paul Gschwendtner
c3136d6723
build: setup github actions for preview deployment of AIO ( #48302 )
...
Sets up two new actions for supporting preview deployments
of AIO by applying a label. i.e. `AIO preview`.
PR Close #48302
2022-12-03 10:13:26 +00:00
Angular Robot
b935255ef9
build: update all non-major dependencies ( #48271 )
...
See associated pull request for more information.
PR Close #48271
2022-11-30 09:29:26 -08:00
Angular Robot
d4c3584d88
build: update github/codeql-action action to v2.1.34 ( #48272 )
...
See associated pull request for more information.
PR Close #48272
2022-11-29 12:29:20 -08:00
Angular Robot
73ad3bb9c8
build: update scorecard action dependencies ( #47866 )
...
See associated pull request for more information.
PR Close #47866
2022-11-23 10:54:13 -08:00
Joey Perrott
8d81fcbe20
build: add labeled trigger for assistant-to-the-branch-manager ( #48119 )
...
Add the labeled trigger
PR Close #48119
2022-11-18 12:16:48 -08:00
Joey Perrott
b592cdab53
build: update action version ( #48058 )
...
Update to the latest version of the assistant to the branch manager action
PR Close #48058
2022-11-17 09:33:49 -08:00
Joey Perrott
f70f50aef4
build: fix invalid yaml ( #47977 )
...
Fix the invalid yaml for the assistant to the branch manager action
PR Close #47977
2022-11-04 12:56:37 -07:00
Joey Perrott
549af69524
build: fix file extension for github action ( #47976 )
...
Fix the file extension for the new assistant-to-the-branch-mananager action
PR Close #47976
2022-11-04 09:27:15 -07:00
Joey Perrott
ad8ccedeca
build: enable the branch manager action in the repo ( #47942 )
...
Set up the branch manager action to automatically monitor if a pull request is able to merge into its target branches
PR Close #47942
2022-11-03 17:54:41 -07:00
Angular Robot
f7a1c92bbc
build: update cross-repo angular dependencies ( #47874 )
...
See associated pull request for more information.
PR Close #47874
2022-10-26 16:33:21 +02:00
Angular Robot
ad5eb5d042
build: update cross-repo angular dependencies ( #47846 )
...
See associated pull request for more information.
PR Close #47846
2022-10-26 14:12:24 +02:00
Angular Robot
e1bf693d9f
build: update cross-repo angular dependencies ( #47692 )
...
See associated pull request for more information.
PR Close #47692
2022-10-24 14:44:25 +02:00
Paul Gschwendtner
aff9f4a314
build: update ng-dev to fix caretaker check and update label config ( #47779 )
...
* Updates ng-dev to support the new g3sync canonical JSON configs
* Updates the google-internal-tests option to support the g3 sync
canonical JSON config
* Moves the YAML sync config to a dedicated JSON file, used by the
action and by `yarn ng-dev`.
* Updates the ng-dev caretaker config to fix that the Merge assistance
queue is always empty.
PR Close #47779
2022-10-17 09:57:17 +02:00
Paul Gschwendtner
ec97331c8e
build: wire up new github action for identifying g3-affecting PRs ( #47735 )
...
Wire up new github action for identifying g3-affecting PRs.
PR Close #47735
2022-10-13 09:43:43 +00:00
Joey Perrott
195a8d886e
build: update commit message based labels action
...
Update to the latest version of the action
2022-10-12 13:44:16 -06:00
Joey Perrott
7ab0a269ec
build: update comp labels to be area instead ( #47750 )
...
Updates all of the comp: * labels to area: * instead
PR Close #47750
2022-10-12 18:10:35 +00:00
Joey Perrott
510a295ed1
build: update to the latest version of the feature triage action
...
Update to the latest version of the feature triage action
2022-10-12 11:34:28 -06:00
Angular Robot
8921c12619
build: update all non-major dependencies ( #47551 )
...
See associated pull request for more information.
PR Close #47551
2022-10-11 23:14:51 +00:00
Joey Perrott
40aad8339c
ci: adjust workflow permissions for OpenSSF Scorecard results publishing ( #47721 )
...
Version 2 of the `openssf/scorecard-action` GitHub action requires the
`id-token: write` permission to publish results.
PR Close #47721
2022-10-10 22:29:01 +00:00
Angular Robot
f467c9eabb
build: update scorecard action dependencies ( #47385 )
...
See associated pull request for more information.
PR Close #47385
2022-10-10 20:05:23 +00:00
Angular Robot
e0dd2c53c2
build: update cross-repo angular dependencies ( #47600 )
...
See associated pull request for more information.
PR Close #47600
2022-10-06 16:53:39 +00:00
Angular Robot
d90e76054f
build: update cross-repo angular dependencies ( #47454 )
...
See associated pull request for more information.
PR Close #47454
2022-09-29 15:51:08 -07:00
George Kalpakas
4eff4d34a1
fix(docs-infra): fix Update AIO events GitHub Action ( #47452 )
...
Previously, the `Update AIO events` GitHub Action was using a version of
the `create-pr-for-changes` GitHub Action that relied on a GitHub App
key for Angular Robot. This, however, prevented PRs from being created
from the accounts fork.
Switch to a newer version of the `create-pr-for-changes` action that
uses a GitHub Personal Access Token instead.
PR Close #47452
2022-09-16 11:17:48 +02:00
Angular Robot
8deedc58a6
build: update cross-repo angular dependencies ( #47407 )
...
See associated pull request for more information.
PR Close #47407
2022-09-15 09:21:20 -07:00
George Kalpakas
19f189fa41
docs(docs-infra): add documentation on debugging the events generation process ( #47449 )
...
PR Close #47449
2022-09-15 09:20:14 -07:00
George Kalpakas
2456b8e4d5
build: use the create-pr-for-changes action from angular/dev-infra ( #47410 )
...
Use the `create-pr-for-changes` action of the `angular/dev-infra` repo,
instead of the `gkalpak/dev-infra` one. The latter was used during
development for debugging purposes during and was accidentally committed
to the repo.
PR Close #47410
2022-09-13 09:19:21 -07:00
George Kalpakas
c9241fdeb0
build(docs-infra): introduce new process for generating data for the events page ( #45588 )
...
This commit introduces a new process for generating data for the AIO
[events page](https://angular.io/events ), which streamlines the process
and minimizes duplication and manual work. For more details, see
`aio/scripts/generate-events/README.md`.
PR Close #45588
2022-09-12 12:25:44 -07:00
Angular Robot
ab936dd407
build: update cross-repo angular dependencies to f2a04c8 ( #47231 )
...
See associated pull request for more information.
PR Close #47231
2022-09-06 11:29:47 -07:00
Angular Robot
1f23fdb03c
build: update github/codeql-action action to v2.1.22 ( #47223 )
...
See associated pull request for more information.
PR Close #47223
2022-09-06 09:51:56 -07:00
Angular Robot
7884837a44
build: update cross-repo angular dependencies ( #47187 )
...
See associated pull request for more information.
PR Close #47187
2022-08-22 10:56:33 -07:00
Angular Robot
922a49877e
build: update cross-repo angular dependencies ( #47017 )
...
See associated pull request for more information.
PR Close #47017
2022-08-18 12:06:09 -07:00
Angular Robot
8546b17ade
build: update github/codeql-action action to v2.1.18 ( #47015 )
...
See associated pull request for more information.
PR Close #47015
2022-08-09 10:56:00 -07:00
Angular Robot
1a0850ce4d
build: update cross-repo angular dependencies to 6d9c069 ( #46905 )
...
See associated pull request for more information.
PR Close #46905
2022-08-01 09:38:34 -07:00
Angular Robot
f55224a1f9
build: update cross-repo angular dependencies to cdaaa15 ( #46853 )
...
See associated pull request for more information.
PR Close #46853
2022-07-20 08:48:43 -07:00
Angular Robot
0e3a2759b0
build: update github/codeql-action action to v2.1.16 ( #46885 )
...
See associated pull request for more information.
PR Close #46885
2022-07-19 16:05:05 +00:00
Jessica Janiuk
60d08b78aa
Revert "Revert "build: update cross-repo angular dependencies to 84dd092 ( #46848 )" ( #46849 )" ( #46852 )
...
This reverts commit b2a74469de .
PR Close #46852
2022-07-15 21:41:58 +00:00
Jessica Janiuk
b2a74469de
Revert "build: update cross-repo angular dependencies to 84dd092 ( #46848 )" ( #46849 )
...
This reverts commit 510f45957a .
PR Close #46849
2022-07-15 17:52:45 +00:00
Angular Robot
510f45957a
build: update cross-repo angular dependencies to 84dd092 ( #46848 )
...
See associated pull request for more information.
PR Close #46848
2022-07-15 16:00:33 +00:00
Angular Robot
62174b0350
build: update cross-repo angular dependencies ( #46834 )
...
See associated pull request for more information.
PR Close #46834
2022-07-14 22:35:08 +00:00
Angular Robot
58d2555e0d
build: update cross-repo angular dependencies to 294d737 ( #46821 )
...
See associated pull request for more information.
PR Close #46821
2022-07-13 16:31:04 +00:00
Angular Robot
2c35f8823e
build: update cross-repo angular dependencies to e8da4c0 ( #46809 )
...
See associated pull request for more information.
PR Close #46809
2022-07-12 23:53:52 +00:00