Skip to content
Permalink
master

Commits on Apr 30, 2020

  1. ci: add reasoning behind bazel jobs depending on build

    filipesilva authored and dgp1130 committed Apr 30, 2020
  2. build: use @bazel/bazelisk

    filipesilva authored and dgp1130 committed Apr 30, 2020
  3. ci: update required status checks

    filipesilva authored and dgp1130 committed Apr 30, 2020
  4. ci: use xlarge for bazel tests

    filipesilva authored and dgp1130 committed Apr 30, 2020
  5. test: remove non-bazel test setup

    filipesilva authored and dgp1130 committed Apr 30, 2020
  6. build: update yarn lock

    filipesilva authored and dgp1130 committed Apr 30, 2020
  7. build: use rules_nodejs 1.6.0 features

    Contains fixes related to the symlink behaviour inside of bazel. Without it, webpack needs to be configured to be aware of symlinks and preserve the paths.
    filipesilva authored and dgp1130 committed Apr 30, 2020
  8. fix(@ngtools/webpack): remove internal markers

    With these in, we can't access the properties from other Bazel targets.
    filipesilva authored and dgp1130 committed Apr 30, 2020
  9. fix(@ngtools/webpack): export VirtualFileSystemDecorator type

    We shouldn't need to export this, but webpack-rollup-loader uses it.
    filipesilva authored and dgp1130 committed Apr 30, 2020

Commits on Apr 7, 2020

  1. docs: add windows note to bazel process doc

    filipesilva authored and mgechev committed Apr 7, 2020
  2. build: add missing raw-loader dependency

    The build-webpack large spec uses it, but it was toplevel only because it was hoisted.
    filipesilva authored and mgechev committed Apr 7, 2020
  3. style: reformat bazel files

    filipesilva authored and mgechev committed Apr 7, 2020
  4. build: update yarn lock

    filipesilva authored and mgechev committed Apr 7, 2020
  5. test(@angular/cli): test with Bazel

    filipesilva authored and mgechev committed Apr 7, 2020
  6. test(@angular/pwa): test with Bazel

    filipesilva authored and mgechev committed Apr 7, 2020
  7. build: move BUILD.bazel files for secondary entry points into own folder

    Without this change, module names will be computed with incorrect paths containing duplicate path fragments (e.g. `@angular-devkit/architect/testing/testing/test-logger`).
    filipesilva authored and mgechev committed Apr 7, 2020
Older