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

[FEATURE] Add Configuration Schema #274

Merged
merged 44 commits into from
Mar 24, 2020
Merged

[FEATURE] Add Configuration Schema #274

merged 44 commits into from
Mar 24, 2020

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    036b53e View commit details
    Browse the repository at this point in the history
  2. Add more schemas

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    fb6f502 View commit details
    Browse the repository at this point in the history
  3. Use tabs

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e68ace7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234ad0a View commit details
    Browse the repository at this point in the history
  5. Restructure schema files

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c95927a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b21994 View commit details
    Browse the repository at this point in the history
  7. Add framework schema

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    bbef4c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c480ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f546bd9 View commit details
    Browse the repository at this point in the history
  10. Add validate test

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a97dcda View commit details
    Browse the repository at this point in the history
  11. Add filterErrors test, refactor

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cf00391 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8d0ba2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    61de70f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f092963 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd91e16 View commit details
    Browse the repository at this point in the history
  16. Fix some special cases

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    2b68bfa View commit details
    Browse the repository at this point in the history
  17. Refactor readConfigFile

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ca03e2d View commit details
    Browse the repository at this point in the history
  18. Improve error messages

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    197265a View commit details
    Browse the repository at this point in the history
  19. Don't use better-ajv-errors

    It turns out that it filters the errors so that it's hard to find the
    corresponding original error.
    Also, it doesn't bring that much value, and the suggestion could be
    added into our code as well.
    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    62cde6c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e665a2b View commit details
    Browse the repository at this point in the history
  21. Adopt error messages

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    4e41c16 View commit details
    Browse the repository at this point in the history
  22. Restructure files

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    59a77c0 View commit details
    Browse the repository at this point in the history
  23. Tests

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    00c934d View commit details
    Browse the repository at this point in the history
  24. Fix Node 10

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    21535d9 View commit details
    Browse the repository at this point in the history
  25. Schema refactoring / fixes

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    673d434 View commit details
    Browse the repository at this point in the history
  26. Add bundles schema definition

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5e2c638 View commit details
    Browse the repository at this point in the history
  27. type module

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    1724fd0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    60b2d99 View commit details
    Browse the repository at this point in the history
  29. Fix tests on Windows

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3473e94 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    584c500 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    558dceb View commit details
    Browse the repository at this point in the history
  32. Remove test

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9e990fe View commit details
    Browse the repository at this point in the history
  33. Code review changes part 1

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    08776eb View commit details
    Browse the repository at this point in the history
  34. Fix ui5framework.integration.js

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    1e72cc9 View commit details
    Browse the repository at this point in the history
  35. Code review changes part 2

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    186a3a2 View commit details
    Browse the repository at this point in the history
  36. Code review changes part 3

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    7df1980 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bed154b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    581e939 View commit details
    Browse the repository at this point in the history
  39. Fix yaml documentIndex logic

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    db5d4ec View commit details
    Browse the repository at this point in the history
  40. Fix another test on windows

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    8bf7f6d View commit details
    Browse the repository at this point in the history
  41. Support Windows Line-Endings

    matz3 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    de84807 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6f32895 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3a4329e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2341c79 View commit details
    Browse the repository at this point in the history