Skip to content

Commit

Permalink
refactor(docs-infra): complete removal of aio directory (#56496)
Browse files Browse the repository at this point in the history
Finish removal of aio directory as it is no longer used or relied upon.

PR Close #56496
  • Loading branch information
josephperrott authored and AndrewKushnir committed Jun 18, 2024
1 parent 7be9397 commit cc6cd08
Show file tree
Hide file tree
Showing 3,580 changed files with 15 additions and 193,935 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
.git
node_modules
dist
aio/node_modules
aio/tools/examples/shared/node_modules
aio/tools/examples/shared/example-scaffold

# All integration test node_modules folders
integration/animations/node_modules
Expand Down
9 changes: 0 additions & 9 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ build:snapshot-build --stamp
# exceeds the max source file size. To address this, we just *don't* stamp Firefox builds of Angular DevTools.
build:snapshot-build-firefox --nostamp

##########################################################
# AIO architect build configuration #
# See aio/angular.json for available configurations. #
# To build with a partiular configuration: #
# bazel build //aio:build --aio_build_config=<config> #
# Default config is `stable``. #
##########################################################
build --flag_alias=aio_build_config=//aio:flag_aio_build_config

###############################
# Output #
###############################
Expand Down
2 changes: 1 addition & 1 deletion .circleci/env-helpers.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function setSecretVar() {
# Create a function to set an environment variable, when called.
#
# Use this function for creating setter for public environment variables that require expensive or
# time-consuming computaions and may not be needed. When needed, you can call this function to set
# time-consuming computations and may not be needed. When needed, you can call this function to set
# the environment variable (which will be available through `$BASH_ENV` from that point onwards).
#
# Arguments:
Expand Down
1 change: 0 additions & 1 deletion .circleci/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ echo "source $envHelpersPath;" >> $BASH_ENV;
####################################################################################################
setPublicVar CI "$CI"
setPublicVar PROJECT_ROOT "$projectDir";
setPublicVar CI_AIO_MIN_PWA_SCORE "95";
# This is the branch being built; e.g. `pull/12345` for PR builds.
setPublicVar CI_BRANCH "$CIRCLE_BRANCH";
setPublicVar CI_BUILD_URL "$CIRCLE_BUILD_URL";
Expand Down
6 changes: 1 addition & 5 deletions .devcontainer/recommended-devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"postCreateCommand": "yarn install",
"extensions": [
"devondcarew.bazel-code",
"gkalpak.aio-docs-utils",
"ms-vscode.vscode-typescript-tslint-plugin",
// The following extensions are useful when working on angular.io (i.e. inside the `aio/` directory).
//"angular.ng-template",
//"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-tslint-plugin"
],
}
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
cache-node-modules: true
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Install node modules in aio
run: yarn install --frozen-lockfile --cwd aio
- name: Check code lint
run: yarn -s tslint
- name: Check for circular dependencies
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/monitoring.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update-cli-help.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update AIO Angular CLI help
name: Update ADEV Angular CLI help

on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ baseline.json

# Husky
.husky/_
aio/content/examples/.DS_Store


# Ignore cache created with the Angular CLI.
Expand Down
2 changes: 0 additions & 2 deletions .ng-dev/format.mts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const format: FormatConfig = {
'!packages/common/src/i18n/currencies.ts',
// Test cases contain non valid code.
'!packages/compiler-cli/test/compliance/test_cases/**/*.{js,ts}',
// Ignore AIO as its pending removal.
'!aio/**/*.{js,ts}',

// Ignore generated javascript file(s)
'!.github/actions/deploy-docs-site/main.js',
Expand Down
2 changes: 1 addition & 1 deletion .ng-dev/release.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const release: ReleaseConfig = {
return performNpmReleaseBuild();
},
releaseNotes: {
hiddenScopes: ['aio', 'bazel', 'dev-infra', 'docs-infra', 'zone.js', 'devtools'],
hiddenScopes: ['bazel', 'dev-infra', 'docs-infra', 'zone.js', 'devtools'],
},
releasePrLabels: ['area: build & ci', 'action: merge', 'PullApprove: disable'],
};
Loading

0 comments on commit cc6cd08

Please sign in to comment.