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

[Fleet] Improve performance of Fleet setup #102219

Merged
merged 18 commits into from
Jun 17, 2021

Commits on Jun 15, 2021

  1. Remove endpoint from the default packages

    Alejandro Fernández Gómez committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    0bd33ac View commit details
    Browse the repository at this point in the history
  2. Change the default spinner for the initial load

    Alejandro Fernández Gómez committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a9d1051 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Export fleet endpoint package as a constant

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    dd27708 View commit details
    Browse the repository at this point in the history
  2. Use constants for special packages

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    affa5b9 View commit details
    Browse the repository at this point in the history
  3. Simplify type signature of isRequiredPackage

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    8cf78d6 View commit details
    Browse the repository at this point in the history
  4. Remove unused types

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9e1026e View commit details
    Browse the repository at this point in the history
  5. Simplify required and default package definitions

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    87560af View commit details
    Browse the repository at this point in the history
  6. Treat REQUIRED_PACKAGES as independent from DEFAULT_PACKAGES

    We want to keep the assumption that the lists contain the same packages
    only in `epm/constants.ts`
    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ddf3633 View commit details
    Browse the repository at this point in the history
  7. Install all default packages, not only the required ones

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    825bbf1 View commit details
    Browse the repository at this point in the history
  8. Document the purpose of each package list

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3f85ec2 View commit details
    Browse the repository at this point in the history
  9. Handle auto-update for non-default packages

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    36cb102 View commit details
    Browse the repository at this point in the history
  10. Make endpoint non-removable

    Alejandro Fernández Gómez committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    54720f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a69b64c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    b400b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e229c7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e3a2dc View commit details
    Browse the repository at this point in the history
  4. Fix type check

    jen-huang committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7142778 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e46532 View commit details
    Browse the repository at this point in the history