Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Angular 10 #4724

Merged
merged 35 commits into from
Nov 16, 2020
Merged

Upgrade to Angular 10 #4724

merged 35 commits into from
Nov 16, 2020

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    730a090 View commit details
    Browse the repository at this point in the history
  2. Fix TS 4.x error

    richard-cox committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    81c0154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a86e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    627ce5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb486d8 View commit details
    Browse the repository at this point in the history
  6. @angular-builders/custom-webpack fix

    - ngtypecheck.ts part of build not used
    - import `webpack` not known
    richard-cox committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a6f1cc7 View commit details
    Browse the repository at this point in the history
  7. Row fix part 1

    richard-cox committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    532690d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c173c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb8ae53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a925b19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8b1660 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3fd753 View commit details
    Browse the repository at this point in the history
  13. row fixes part 2

    richard-cox committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    edddb16 View commit details
    Browse the repository at this point in the history
  14. 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
    richard-cox committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ab19c99 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8ea5443 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Lint fixes

    richard-cox committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    85fee0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8111c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7ed65c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acea639 View commit details
    Browse the repository at this point in the history
  5. 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
    richard-cox committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0b94a77 View commit details
    Browse the repository at this point in the history
  6. Fix unit tests

    richard-cox committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f4a538a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    12ce1d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e53c0 View commit details
    Browse the repository at this point in the history
  3. Fix Org Spaces List

    richard-cox committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    17a486d View commit details
    Browse the repository at this point in the history
  4. Fix Space Routes List

    richard-cox committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    24b4c49 View commit details
    Browse the repository at this point in the history
  5. Safer api keys test

    richard-cox committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    0ecae0e View commit details
    Browse the repository at this point in the history
  6. fix app wall test

    richard-cox committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4d4a45e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40867b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    008e91e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Add more debugging

    richard-cox committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    41bd7a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Revert "Add more debugging"

    This reverts commit 41bd7a0.
    richard-cox committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f6c50b1 View commit details
    Browse the repository at this point in the history
  2. Revert "More debug for Application Deploy"

    This reverts commit 008e91e.
    richard-cox committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e6ae29b View commit details
    Browse the repository at this point in the history
  3. Revert "Add debig for Application Deploy (problem #1)"

    This reverts commit 14e53c0.
    richard-cox committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    c6f9815 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into angular-10

    # Conflicts:
    #	src/frontend/packages/core/src/core/permissions/stratos-user-permissions.checker.ts
    richard-cox committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    3c36bb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    5045a47 View commit details
    Browse the repository at this point in the history