Derek Cormier
a079720de1
build(bazel): fix remote cache missses on Windows and OSX
...
Caused by chromium debug logs in @angular/build-tooling.
2022-11-22 13:51:16 -07:00
Derek Cormier
837d2a7a45
build(bazel): remove unused AIO package.json scripts
...
No longer needed after the migration
2022-11-22 13:51:16 -07:00
Derek Cormier
92d18bbac0
build(bazel): use workspace status command for AIO version stamping
...
Fixes a bug where the navigation map did not have the correct SHAs.
2022-11-22 13:51:16 -07:00
Derek Cormier
f37dd0fc96
build(bazel): create AIO example playgrounds for manual testing
...
After the bazel migration, AIO examples are no longer fully formed in
the source tree.
2022-11-22 13:51:16 -07:00
Derek Cormier
ffea372105
build(bazel): update documentation for docs authors
...
Where possible, preseve the original yarn commands.
2022-11-22 13:51:16 -07:00
Derek Cormier
c777fa7e22
build(bazel): fix a11y and pwa tests on Windows
...
Needed to use absoulte paths and fix a separator.
2022-11-22 13:51:16 -07:00
Derek Cormier
7bcefdcc63
build(bazel): selectively enable network access for some aio targets
...
By default network access is disabled for actions on ci.
2022-11-22 13:51:16 -07:00
Derek Cormier
b4c40c5d55
build(bazel): merge aio/tools/defaults.bzl and tools/defaults.bzl
...
Detect the correct workspace for the source maps dep.
2022-11-22 13:51:16 -07:00
Derek Cormier
8420a293b3
build(bazel): restore filtering for example e2e tests
...
Added a wrapper script that performs bazel queries, filters, then runs
the tests.
2022-11-22 13:51:16 -07:00
Derek Cormier
3dba677763
build(bazel): adjust aio opensearch substitution with bazel paths
...
Now points to the bazel dist folder.
2022-11-22 13:51:16 -07:00
Derek Cormier
1aeb8aa85c
build(bazel): run firebase deployment tests under bazel
...
The deployment is still run from a yarn script.
2022-11-22 13:51:16 -07:00
Derek Cormier
e1cc2e14b4
build(bazel): test aio pwa score under bazel
...
Refactored the a11y score tests to share the pattern of running an http
server alongside a test script.
2022-11-22 13:51:16 -07:00
Derek Cormier
9752d2d72b
build(bazel): run aio a11y tests under bazel
...
Wrap existsing scripts under bazel and write a new script
to spin up an http server on an unused port.
2022-11-22 13:51:16 -07:00
Derek Cormier
67a3dcc115
build(bazel): post-rebase fixes for aio bazel build
...
Updated cli source snapshot and had to fix up lockfile.
2022-11-22 13:51:16 -07:00
Derek Cormier
3288868217
build(bazel): run aio firebase redirect tests under bazel
...
Adjust to run under ci.
2022-11-22 13:51:16 -07:00
Derek Cormier
7fd6f04df1
build(bazel): run aio systemjs example e2es concurrently
...
These had to be run with the 'exclusive' tag under bazel due to
hardcoded ports.
2022-11-22 13:51:16 -07:00
Derek Cormier
8775a745ad
build(bazel): fix some aio linting errors
...
Surfaced by modifying ci to include aio targets
2022-11-22 13:51:16 -07:00
Derek Cormier
50dee93f35
build(bazel): add aio targets to ci
...
This is a first pass. There is more work to do on package.json, adding
more test targets under bazel, and revising documentation.
2022-11-22 13:51:16 -07:00
Derek Cormier
bc1e93d639
build(bazel): refactor aio example e2es to fix windows performance
...
Use the same config flag to enable local vs npm deps as aio.
2022-11-22 13:51:16 -07:00
Derek Cormier
9a27c4cb50
build(bazel): incrementally build aio example zips and live examples
...
The existing scripts were amended to work on one example at a time
2022-11-22 13:51:16 -07:00
Derek Cormier
c5acfb2b33
build(bazel): run aio app tests with bazel-provided chromium
...
Similar to the e2e protractor tests
2022-11-22 13:51:16 -07:00
Derek Cormier
b5ebe9ae6e
build(bazel): run aio application e2e tests under bazel
...
Includes a postinstall fix for puppeteer so that chromium
can be run with protractor on osx under bazel
2022-11-22 13:51:16 -07:00
Derek Cormier
8678550a94
build(bazel): create targets for aio docs tests
...
This replaces the docs-test npm script
2022-11-22 13:51:16 -07:00
Derek Cormier
655427f9b8
build(bazel): add a bazel aio serve target
...
This works with ibazel but is not highly incremental
2022-11-22 13:51:16 -07:00
Derek Cormier
431c562815
build(bazel): add bazel targets for aio doc generation
...
This is an incremental step to produce dgeni output with bazel. The
generated outputs are not yet used by other targets.
2022-11-22 13:51:16 -07:00
George Kalpakas
79bd0f1e96
build(docs-infra): upgrade cli command docs sources to 6ccbc6b4c ( #48076 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/23b229e89...6ccbc6b4c ):
**Modified**
- help/build.json
- help/generate.json
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/22d1977c5...6ccbc6b4c ) since PR #48018 :
**Modified**
- help/build.json
##
Closes #48018
PR Close #48076
2022-11-17 09:32:06 -08:00
George Kalpakas
ef0a27fabe
build(docs-infra): upgrade cli command docs sources to 23b229e89 ( #47869 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/46cb32b90...23b229e89 ):
**Modified**
- help/analytics.json
- help/config.json
PR Close #47869
2022-10-26 17:33:12 +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
cddae0741b
build: update cross angular deps and lock dependencies ( #47717 )
...
Renovate no longer updated the dependencies because they were expanded
to a range. Ranges did not satisfy the `@next` tag anymore- so Renovate
did was not able to update.
This fixes the dependencies by locking them- and also updates the
versions according to our Renovate config.
PR Close #47717
2022-10-17 12:11:25 +02:00
George Kalpakas
6bcde0e20a
build(docs-infra): upgrade cli command docs sources to 46cb32b90 ( #47703 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/77c70052e...46cb32b90 ):
**Modified**
- help/generate.json
PR Close #47703
2022-10-10 20:04:56 +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
George Kalpakas
382330cd6b
build(docs-infra): upgrade cli command docs sources to 77c70052e ( #47590 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/556a775f3...77c70052e ):
**Modified**
- help/completion.json
PR Close #47590
2022-09-30 10:54:00 -07: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
c39a3a1539
build(docs-infra): upgrade cli command docs sources to 556a775f3 ( #47554 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/4a6e62d46...556a775f3 ):
**Modified**
- help/build.json
- help/test.json
PR Close #47554
2022-09-29 10:53:50 -07:00
Angular Robot
8cef5dd7c1
build: update all non-major dependencies ( #47487 )
...
See associated pull request for more information.
PR Close #47487
2022-09-21 16:00:46 +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
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
bea953a5cf
build: update dependency typescript to ~4.8.0 ( #47293 )
...
See associated pull request for more information.
PR Close #47293
2022-09-06 13:10:36 -07:00
Angular Robot
4cafd08866
build: update all non-major dependencies ( #47225 )
...
See associated pull request for more information.
PR Close #47225
2022-09-06 09:53:29 -07:00
George Kalpakas
dba71a1873
build(docs-infra): upgrade cli command docs sources to 4a6e62d46 ( #47305 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/14d4d528c...4a6e62d46 ):
**Modified**
- help/generate.json
PR Close #47305
2022-09-06 09:51:15 -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
George Kalpakas
8d4bc831aa
build(docs-infra): upgrade cli command docs sources to 14d4d528c ( #47148 )
...
Updating [angular#main](https://github.com/angular/angular/tree/main ) from
[cli-builds#main](https://github.com/angular/cli-builds/tree/main ).
##
Relevant changes in
[commit range](https://github.com/angular/cli-builds/compare/a764b37fa...14d4d528c ):
**Modified**
- help/cache.json
PR Close #47148
2022-08-15 15:15:09 +00:00
Angular Robot
b59fe01c29
build: update eslint dependencies to v5.33.0 ( #47087 )
...
See associated pull request for more information.
PR Close #47087
2022-08-09 10:00:11 -07:00
Angular Robot
ab9ce8a008
build: update all non-major dependencies ( #46707 )
...
See associated pull request for more information.
PR Close #46707
2022-08-08 09:23:56 -07:00
Paul Gschwendtner
9d9def3303
refactor(docs-infra): update safevalues and account for API changes ( #47048 )
...
Updates `safevalues` to unblock
https://github.com/angular/angular/pull/46707 . As part of this commit
the necessary refactorings due to API changes are also made.
PR Close #47048
2022-08-05 09:56:56 -07:00
Angular Robot
cb42788785
build: update eslint dependencies to v5.32.0 ( #47016 )
...
See associated pull request for more information.
PR Close #47016
2022-08-02 11:59:42 -07:00
Angular Robot
996071035b
build: update eslint dependencies to v5.31.0 ( #46968 )
...
See associated pull request for more information.
PR Close #46968
2022-08-01 09:46:41 -07:00
Angular Robot
e736f95884
build: update eslint dependencies to v5.30.7 ( #46884 )
...
See associated pull request for more information.
PR Close #46884
2022-07-19 16:04:37 +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
9f9e4f2314
build: update eslint dependencies to v5.30.6 ( #46794 )
...
See associated pull request for more information.
PR Close #46794
2022-07-12 15:54:12 +00:00