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

chore: refactor server/lib/config.ts to pkg/config #22530

Merged
merged 45 commits into from
Aug 17, 2022

Commits on Jul 21, 2022

  1. test

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    aa59a6b View commit details
    Browse the repository at this point in the history
  2. fix

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    99992ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    187f955 View commit details
    Browse the repository at this point in the history
  4. Migrate util/keys.js, path_helpers.js to pkg/config.

    They're only used inside config.ts
    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0e022e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b123ea View commit details
    Browse the repository at this point in the history
  6. fix

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5dfd312 View commit details
    Browse the repository at this point in the history
  7. fix

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a9fc499 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    918795e View commit details
    Browse the repository at this point in the history
  9. add types

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    91e51e7 View commit details
    Browse the repository at this point in the history
  10. Move resolveConfigValues

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    346803a View commit details
    Browse the repository at this point in the history
  11. setPluginResolvedOn

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b5b656b View commit details
    Browse the repository at this point in the history
  12. setUrls

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    17a7952 View commit details
    Browse the repository at this point in the history
  13. setUrls

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0684cbc View commit details
    Browse the repository at this point in the history
  14. setAbsolutePaths

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ea3ad12 View commit details
    Browse the repository at this point in the history
  15. setNodeBinary

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    51455ca View commit details
    Browse the repository at this point in the history
  16. relativeToProjectRoot

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    84f7981 View commit details
    Browse the repository at this point in the history
  17. setSupportFileAndFolder

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a524ef8 View commit details
    Browse the repository at this point in the history
  18. mergeDefaults

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    da91738 View commit details
    Browse the repository at this point in the history
  19. index.ts types & tests

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    e843451 View commit details
    Browse the repository at this point in the history
  20. use direct uri path.

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    48f4b18 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77e47bc View commit details
    Browse the repository at this point in the history
  22. fix types

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4005eeb View commit details
    Browse the repository at this point in the history
  23. Remove configApi

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    78a24fe View commit details
    Browse the repository at this point in the history
  24. fix typo.

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    cecdff3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2ae6e58 View commit details
    Browse the repository at this point in the history
  26. feedback

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    57eace1 View commit details
    Browse the repository at this point in the history
  27. fix types.

    sainthkh committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9f6248f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. feedback

    sainthkh committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6a7d5b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Merge branch 'develop'

    Conflicts:
    	packages/server/test/unit/config_spec.js
    sainthkh committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9eac66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b387035 View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    sainthkh committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c110394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9752697 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    33947ff View commit details
    Browse the repository at this point in the history
  2. remove data-context

    sainthkh committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    be35d7a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. remove globalContext file

    sainthkh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    8e59c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e681c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

Commits on Aug 15, 2022

  1. Fix merge conflicts.

    sainthkh committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2e811a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0153307 View commit details
    Browse the repository at this point in the history
  3. fix test failure.

    sainthkh committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8fdb994 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    551ff00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917416f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2af72f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac3da44 View commit details
    Browse the repository at this point in the history