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

Migrate package manager: NPM -> PNPM #27320

Open
wants to merge 90 commits into
base: 24_1
Choose a base branch
from
Open

Migrate package manager: NPM -> PNPM #27320

wants to merge 90 commits into from

Commits on May 7, 2024

  1. WIP: pnpm package manager

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    13e5685 View commit details
    Browse the repository at this point in the history
  2. WIP: pnpm package manager

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    94af5d4 View commit details
    Browse the repository at this point in the history
  3. Fix all:build script

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    44b6a57 View commit details
    Browse the repository at this point in the history
  4. Temporary ignore TS errors

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0825ebe View commit details
    Browse the repository at this point in the history
  5. Fix CI

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    787baf3 View commit details
    Browse the repository at this point in the history
  6. Fix CI

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3c66849 View commit details
    Browse the repository at this point in the history
  7. Update GHA for pnpm

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f07a325 View commit details
    Browse the repository at this point in the history
  8. Add devextreme-screenshot-comparer package to demos

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    325c1f0 View commit details
    Browse the repository at this point in the history
  9. Fix e2e deps

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ee3bcf6 View commit details
    Browse the repository at this point in the history
  10. Fix systemjs build

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    db940c5 View commit details
    Browse the repository at this point in the history
  11. Fixes

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b63bec5 View commit details
    Browse the repository at this point in the history
  12. Fixes

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9e66f1f View commit details
    Browse the repository at this point in the history
  13. Fixes 2

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    25dd03e View commit details
    Browse the repository at this point in the history
  14. Hoist devextreme|-dist to the root

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5db7eeb View commit details
    Browse the repository at this point in the history
  15. Fix demos deps

    Alexander Bulychev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    949424d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. NX caching, debug logging

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e278b7d View commit details
    Browse the repository at this point in the history
  2. Fix qunit test runner

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9217d9a View commit details
    Browse the repository at this point in the history
  3. Fix qunit test runner - inferno and deps

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d43f507 View commit details
    Browse the repository at this point in the history
  4. Fix tgz installations, fix systemjs builder

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ced96c1 View commit details
    Browse the repository at this point in the history
  5. Use NPM for bundler tests, fix localization generation

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a06be6e View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0fa2c47 View commit details
    Browse the repository at this point in the history
  7. More deps and GHA fixes

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f2ef8c2 View commit details
    Browse the repository at this point in the history
  8. Set publishConfig for wrappers

    Alexander Bulychev committed May 8, 2024
    Configuration menu
    Copy the full SHA
    86c522a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge 24.1

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    eaa7066 View commit details
    Browse the repository at this point in the history
  2. Fix NX cache, remove WA for wrappers

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    46063d0 View commit details
    Browse the repository at this point in the history
  3. Use NX for run CI tasks

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a357b50 View commit details
    Browse the repository at this point in the history
  4. Merge branch '24_1' into ci/pnpm

    # Conflicts:
    #	e2e/testcafe-devextreme/package.json
    #	package-lock.json
    #	packages/devextreme-monorepo-tools/package.json
    #	packages/testcafe-models/package.json
    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    10d62d5 View commit details
    Browse the repository at this point in the history
  5. failed tests research

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cf4a30a View commit details
    Browse the repository at this point in the history
  6. Fix demos tests

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    101ab8a View commit details
    Browse the repository at this point in the history
  7. Research

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4d636dd View commit details
    Browse the repository at this point in the history
  8. Upgrade testcafe for e2e tests

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9af04b8 View commit details
    Browse the repository at this point in the history
  9. Upgrade testcafe, fix demos deps, fix passing params

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3ac6f1b View commit details
    Browse the repository at this point in the history
  10. Downgrade testcafe to 2.5.0

    Alexander Bulychev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1d36306 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. WA: add axe-core to the root

    Alexander Bulychev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3eff734 View commit details
    Browse the repository at this point in the history
  2. Fix angular gulpfile

    Alexander Bulychev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0ca8a4b View commit details
    Browse the repository at this point in the history
  3. Research

    Alexander Bulychev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1bc47bb View commit details
    Browse the repository at this point in the history
  4. Fix demos frameworks configs

    Alexander Bulychev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    698ce11 View commit details
    Browse the repository at this point in the history
  5. Merge branch '24_1' into ci/pnpm

    Alexander Bulychev committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5219a79 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Research

    Alexander Bulychev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ed93815 View commit details
    Browse the repository at this point in the history
  2. Fix playground Vue building

    Alexander Bulychev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b16479c View commit details
    Browse the repository at this point in the history
  3. Research

    Alexander Bulychev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3834fb8 View commit details
    Browse the repository at this point in the history
  4. try

    pomahtri committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5e7e4d7 View commit details
    Browse the repository at this point in the history
  5. try

    pomahtri committed May 14, 2024
    Configuration menu
    Copy the full SHA
    646bb2f View commit details
    Browse the repository at this point in the history
  6. try

    pomahtri committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9e6c36b View commit details
    Browse the repository at this point in the history
  7. Update zone.js main links

    Alexander Bulychev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d0666f4 View commit details
    Browse the repository at this point in the history
  8. Add chrome setup step, research demos

    Alexander Bulychev committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fd36a36 View commit details
    Browse the repository at this point in the history
  9. Research

    Alexander Bulychev authored and iBat committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e3389aa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Research

    Alexander Bulychev committed May 15, 2024
    Configuration menu
    Copy the full SHA
    df5497e View commit details
    Browse the repository at this point in the history
  2. Turn off debug logs

    Alexander Bulychev committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9aab117 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge 24.1

    Alexander Bulychev committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b9382e4 View commit details
    Browse the repository at this point in the history
  2. Try old approach for testcafe tests

    Alexander Bulychev committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ad51eb View commit details
    Browse the repository at this point in the history
  3. Merge branch '24_1' into ci/pnpm

    # Conflicts:
    #	tools/scripts/build-all.ts
    Alexander Bulychev committed May 17, 2024
    Configuration menu
    Copy the full SHA
    87f557a View commit details
    Browse the repository at this point in the history
  4. Upgrade testcafe to 2.6.2

    Alexander Bulychev committed May 17, 2024
    Configuration menu
    Copy the full SHA
    49e91f8 View commit details
    Browse the repository at this point in the history
  5. Update angular fluent etalons

    Alexander Bulychev committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6e23ac8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix devextreme/time_zone_utils import

    Alexander Bulychev committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d5c67b6 View commit details
    Browse the repository at this point in the history
  2. Update etalons

    Alexander Bulychev committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1fd3dc4 View commit details
    Browse the repository at this point in the history
  3. Update etalons 2

    Alexander Bulychev committed May 20, 2024
    Configuration menu
    Copy the full SHA
    20ce46c View commit details
    Browse the repository at this point in the history
  4. Research

    Alexander Bulychev committed May 20, 2024
    Configuration menu
    Copy the full SHA
    056b5d9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Add corepack enable

    Alexander Bulychev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    877dd15 View commit details
    Browse the repository at this point in the history
  2. Research

    Alexander Bulychev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    917c308 View commit details
    Browse the repository at this point in the history
  3. Merge 24.1

    Alexander Bulychev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4b77b2a View commit details
    Browse the repository at this point in the history
  4. Revert "Update etalons"

    This reverts commit 1fd3dc4.
    Alexander Bulychev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    66e31f8 View commit details
    Browse the repository at this point in the history
  5. Revert "Update etalons 2"

    This reverts commit 20ce46c.
    Alexander Bulychev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    86d5cff View commit details
    Browse the repository at this point in the history
  6. Revert "Update angular fluent etalons"

    This reverts commit 6e23ac8.
    Alexander Bulychev committed May 21, 2024
    Configuration menu
    Copy the full SHA
    84574a1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Skip broken tests

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    106ac15 View commit details
    Browse the repository at this point in the history
  2. Merge 24.1

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6075f63 View commit details
    Browse the repository at this point in the history
  3. More unstable tests ignored

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    00a64f2 View commit details
    Browse the repository at this point in the history
  4. Get rid of root deps

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6ea96da View commit details
    Browse the repository at this point in the history
  5. Fix eslint configs

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a37f3d3 View commit details
    Browse the repository at this point in the history
  6. Ignore test

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d5f03bc View commit details
    Browse the repository at this point in the history
  7. Lint tune

    Alexander Bulychev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8bce811 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    f8fa935 View commit details
    Browse the repository at this point in the history
  2. gen: pnpm-lock

    pomahtri committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    05c59e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a788fa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6abb248 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    897c839 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    442f252 View commit details
    Browse the repository at this point in the history
  7. tmp fix gantt demos

    pomahtri committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a223b5c View commit details
    Browse the repository at this point in the history
  8. tmp increase timeout

    pomahtri committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5800a2d View commit details
    Browse the repository at this point in the history
  9. comment some more tests

    pomahtri committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    24ac8b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    8932637 View commit details
    Browse the repository at this point in the history
  2. gen: pnpm-lock

    pomahtri committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    49f835c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    606c633 View commit details
    Browse the repository at this point in the history
  2. fix duplicate pack target

    pomahtri committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a6e96f3 View commit details
    Browse the repository at this point in the history
  3. fix lock

    pomahtri committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    12d67d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

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