forked from cloudfoundry/stratos
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Angular 10 (cloudfoundry#4724)
* update packages pre angular update * Fix TS 4.x error * After ng update @angular/core @angular/cli * update @angular/cdk for ng update @angular/material * after ng update @angular/material * @angular-builders/custom-webpack fix - ngtypecheck.ts part of build not used - import `webpack` not known * Row fix part 1 * ngrx-store-localstorage upgrade * after ng update @ngrx/store * after ng update @swimlane/ngx-charts * After @swimlane/ngx-graph bump * fixes for npm install warnings * row fixes part 2 * Fix most of common js deps, bring in typings - seems the build now complains when bringing in js depedencies ``` CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies ``` - the fix is to allow them, though we should look to moving away int eh future - dependencies are... - moment-timezone.... us - js-yaml.... us - webcola & dagre... ngx-graph - all others come from @cfstratos/ajsf-core * Ensure any cards that override abtract properties with @input have their get & set * Lint fixes * commas not semi colons in object types * Roll back TableCellCustomComponent naming change change * changes following self review * Roll back ngx-monaco-editor from 10.0.0-beta.1 to 9.0.0 - beta 1 is missing loader.js file, which is loaded by beta 1 - see atularen/ngx-monaco-editor#185 (comment) - also tidy location of monaco assets * Fix unit tests * Fix Application Deploy (problem #2) * Add debig for Application Deploy (problem #1) * Fix Org Spaces List * Fix Space Routes List * Safer api keys test * fix app wall test * Fix Application Wall Tests * More debug for Application Deploy * Add more debugging * Revert "Add more debugging" This reverts commit 41bd7a0. * Revert "More debug for Application Deploy" This reverts commit 008e91e. * Revert "Add debig for Application Deploy (problem #1)" This reverts commit 14e53c0.
- Loading branch information
1 parent
f41cf5f
commit 8a36a1f
Showing
206 changed files
with
4,399 additions
and
4,397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.