Skip to content

Commit

Permalink
Merge pull request #247 from angular/main
Browse files Browse the repository at this point in the history
Create a new pull request by comparing changes across two branches
  • Loading branch information
GulajavaMinistudio authored Jan 6, 2025
2 parents dcba232 + f8d22a9 commit 3b631b9
Show file tree
Hide file tree
Showing 1,416 changed files with 48,271 additions and 57,744 deletions.
14 changes: 7 additions & 7 deletions .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ dist

# All integration test node_modules folders
integration/animations/node_modules
integration/animations-async/node_modules
integration/cli-elements-universal/node_modules
integration/cli-hello-world/node_modules
integration/cli-hello-world-ivy-i18n/node_modules
integration/cli-hello-world-lazy/node_modules
integration/cli-hello-world-mocha/node_modules
integration/cli-signal-inputs/node_modules
integration/platform-server-hydration/node_modules
integration/defer/node_modules
integration/dynamic-compiler/node_modules
integration/forms/node_modules
integration/injectable-def/node_modules
integration/ivy-i18n/node_modules
integration/ng-add-localize/node_modules
integration/ng_elements/node_modules
integration/ng_update/node_modules
integration/ng_update_migrations/node_modules
integration/ng-add-localize/node_modules
integration/nodenext_resolution/node_modules
integration/npm_package_archives.bzl/node_modules
integration/platform-server/node_modules
integration/platform-server-hydration/node_modules
integration/service-worker-schema/node_modules
integration/side-effects/node_modules
integration/standalone-bootstrap/node_modules
integration/terser/node_modules
integration/trusted-types/node_modules
integration/typings_test_rxjs7/node_modules
integration/typings_test_ts49/node_modules
integration/typings_test_ts50/node_modules
integration/typings_test_ts51/node_modules
integration/typings_test_ts52/node_modules
integration/typings_test_ts55/node_modules
integration/typings_test_ts56/node_modules
integration/typings_test_ts57/node_modules
modules/ssr-benchmarks/node_modules
6 changes: 0 additions & 6 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ query --output=label_kind
# By default, failing tests don't print any output, it goes to the log file
test --test_output=errors

################################
# Settings for CircleCI #
################################

# Bazel flags for CircleCI are in /.circleci/bazel.linux.rc and /.circleci/bazel.windows.rc

##################################
# Remote Build Execution support #
# Turn on these settings with #
Expand Down
19 changes: 0 additions & 19 deletions .circleci/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions .circleci/bazel.common.rc

This file was deleted.

23 changes: 0 additions & 23 deletions .circleci/bazel.linux.rc

This file was deleted.

17 changes: 0 additions & 17 deletions .circleci/bazel.windows.rc

This file was deleted.

16 changes: 0 additions & 16 deletions .circleci/config.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .circleci/env-helpers.inc.sh

This file was deleted.

4 changes: 0 additions & 4 deletions .circleci/env.linux.sh

This file was deleted.

88 changes: 0 additions & 88 deletions .circleci/env.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .circleci/env.windows.sh

This file was deleted.

11 changes: 0 additions & 11 deletions .circleci/setup_cache.sh

This file was deleted.

3 changes: 1 addition & 2 deletions .devcontainer/recommended-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Image metadata and config.
# Ideally, the Node.js version should match what we use on CI.
# See `executors > default-executor` in `.circleci/config.yml`.
FROM cimg/node:18.13.0@sha256:45d0ee279f522c4562a464df71108104cc9b2187205333ffd0707d4f05589731


Expand All @@ -12,7 +11,7 @@ LABEL name="Angular dev environment" \
EXPOSE 4000 4200 4433 5000 8080 9876


# Switch to `root` (CircleCI images use `circleci` as the user).
# Switch to `root`.
USER root


Expand Down
Loading

0 comments on commit 3b631b9

Please sign in to comment.