| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 768a669 commit fe6a5ac
323 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,11 +114,11 @@ build:remote --cpu=k8 | |||
| 114 | 114 | build:remote --host_cpu=k8 | |
| 115 | 115 | ||
| 116 | 116 | # Toolchain and platform related flags | |
| 117 | - build:remote --crosstool_top=//dev-infra/bazel/remote-execution/cpp:cc_toolchain_suite | ||
| 118 | - build:remote --extra_toolchains=//dev-infra/bazel/remote-execution/cpp:cc_toolchain | ||
| 119 | - build:remote --extra_execution_platforms=//dev-infra/bazel/remote-execution:platform | ||
| 120 | - build:remote --host_platform=//dev-infra/bazel/remote-execution:platform | ||
| 121 | - build:remote --platforms=//dev-infra/bazel/remote-execution:platform | ||
| 117 | + build:remote --crosstool_top=@npm//@angular/dev-infra-private/bazel/remote-execution/cpp:cc_toolchain_suite | ||
| 118 | + build:remote --extra_toolchains=@npm//@angular/dev-infra-private/bazel/remote-execution/cpp:cc_toolchain | ||
| 119 | + build:remote --extra_execution_platforms=@npm//@angular/dev-infra-private/bazel/remote-execution:platform | ||
| 120 | + build:remote --host_platform=@npm//@angular/dev-infra-private/bazel/remote-execution:platform | ||
| 121 | + build:remote --platforms=@npm//@angular/dev-infra-private/bazel/remote-execution:platform | ||
| 122 | 122 | ||
| 123 | 123 | # Remote instance and caching | |
| 124 | 124 | build:remote --remote_instance_name=projects/internal-200822/instances/primary_instance | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,6 @@ merge: | |||
| 38 | 38 | - 'modules/benchmarks/**' | |
| 39 | 39 | - 'modules/system.d.ts' | |
| 40 | 40 | - 'packages/**' | |
| 41 | - - 'dev-infra/benchmark/driver-utilities/**' | ||
| 42 | 41 | # list of patterns to ignore for the files changed by the PR | |
| 43 | 42 | exclude: | |
| 44 | 43 | - 'packages/*' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,8 +106,7 @@ Fixes #<issue number> | |||
| 106 | 106 | # │ └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core| | |
| 107 | 107 | # │ elements|forms|http|language-service|localize|platform-browser| | |
| 108 | 108 | # │ platform-browser-dynamic|platform-server|router|service-worker| | |
| 109 | - # │ upgrade|zone.js|packaging|changelog|dev-infra|docs-infra|migrations| | ||
| 110 | - # │ ngcc|ve | ||
| 109 | + # │ upgrade|zone.js|packaging|changelog|docs-infra|migrations|ngcc|ve | ||
| 111 | 110 | # │ https://github.com/angular/angular/blob/master/CONTRIBUTING.md#scope | |
| 112 | 111 | # │ | |
| 113 | 112 | # └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|style|test | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - import {CaretakerConfig} from '../dev-infra/caretaker/config'; | ||
| 1 | + import {CaretakerConfig} from '@angular/dev-infra-private/ng-dev/caretaker/config'; | ||
| 2 | 2 | ||
| 3 | 3 | /** The configuration for `ng-dev caretaker` commands. */ | |
| 4 | 4 | export const caretaker: CaretakerConfig = { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - import {CommitMessageConfig} from '../dev-infra/commit-message/config'; | ||
| 1 | + import {CommitMessageConfig} from '@angular/dev-infra-private/ng-dev/commit-message/config'; | ||
| 2 | 2 | ||
| 3 | 3 | /** | |
| 4 | 4 | * The configuration for `ng-dev commit-message` commands. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - import {FormatConfig} from '../dev-infra/format/config'; | ||
| 1 | + import {FormatConfig} from '@angular/dev-infra-private/ng-dev/format/config'; | ||
| 2 | 2 | ||
| 3 | 3 | /** | |
| 4 | 4 | * Configuration for the `ng-dev format` command. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - import {GithubConfig} from '../dev-infra/utils/config'; | ||
| 1 | + import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config'; | ||
| 2 | 2 | ||
| 3 | 3 | /** | |
| 4 | 4 | * Github configuration for the `ng-dev` command. This repository is used as | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | - import {DevInfraMergeConfig} from '../dev-infra/pr/merge/config'; | ||
| 2 | - import {getDefaultTargetLabelConfiguration} from '../dev-infra/pr/merge/defaults'; | ||
| 1 | + import {DevInfraMergeConfig} from '@angular/dev-infra-private/ng-dev/pr/merge/config'; | ||
| 2 | + import {getDefaultTargetLabelConfiguration} from '@angular/dev-infra-private/ng-dev/pr/merge/defaults'; | ||
| 3 | 3 | import {github} from './github'; | |
| 4 | 4 | import {release} from './release'; | |
| 5 | 5 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | + import {ReleaseConfig} from '@angular/dev-infra-private/ng-dev/release/config'; | ||
| 1 | 2 | import {join} from 'path'; | |
| 2 | - import {ReleaseConfig} from '../dev-infra/release/config'; | ||
| 3 | 3 | ||
| 4 | 4 | /** Configuration for the `ng-dev release` command. */ | |
| 5 | 5 | export const release: ReleaseConfig = { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1155,7 +1155,6 @@ groups: | |||
| 1155 | 1155 | '.ng-dev/**', | |
| 1156 | 1156 | '.vscode/**', | |
| 1157 | 1157 | '.yarn/**', | |
| 1158 | - 'dev-infra/**', | ||
| 1159 | 1158 | 'docs/*.md', | |
| 1160 | 1159 | 'docs/images/**', | |
| 1161 | 1160 | 'goldens/*', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments