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

Implement ConfigBuilder #1002

Merged
merged 39 commits into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. research symfony/config configbuildergenerator

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d75ecb2 View commit details
    Browse the repository at this point in the history
  2. add value as configurable

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5a66193 View commit details
    Browse the repository at this point in the history
  3. change value config to variable and add private config

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    87fe145 View commit details
    Browse the repository at this point in the history
  4. add Collectors by their fqn

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1e9f01c View commit details
    Browse the repository at this point in the history
  5. fix test

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0020ea9 View commit details
    Browse the repository at this point in the history
  6. move configbuilder into nicer dir

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    dd45d67 View commit details
    Browse the repository at this point in the history
  7. implement configbuilders

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    57ac9d5 View commit details
    Browse the repository at this point in the history
  8. update configbuilder

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bba8a36 View commit details
    Browse the repository at this point in the history
  9. tmp

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a803b89 View commit details
    Browse the repository at this point in the history
  10. add emittertypes

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4b2b883 View commit details
    Browse the repository at this point in the history
  11. update defaults for bool flags

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e02d400 View commit details
    Browse the repository at this point in the history
  12. add baseline parsing

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    62473a0 View commit details
    Browse the repository at this point in the history
  13. only export values if set

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    607b2ed View commit details
    Browse the repository at this point in the history
  14. remove generated configbuilder

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d877a47 View commit details
    Browse the repository at this point in the history
  15. configure services

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    12fac0b View commit details
    Browse the repository at this point in the history
  16. add DocBlock to array

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f0ff50e View commit details
    Browse the repository at this point in the history
  17. fix psalm stuff

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    395ad0a View commit details
    Browse the repository at this point in the history
  18. remove unused layers

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    edf5670 View commit details
    Browse the repository at this point in the history
  19. move config to contract namespace

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cdce7ef View commit details
    Browse the repository at this point in the history
  20. move types to contract namespace

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    668e657 View commit details
    Browse the repository at this point in the history
  21. fix typo

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d43b6a1 View commit details
    Browse the repository at this point in the history
  22. wip

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c12da13 View commit details
    Browse the repository at this point in the history
  23. implement graphviz fromatterconfig

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e96a100 View commit details
    Browse the repository at this point in the history
  24. only set private if true

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    34ec119 View commit details
    Browse the repository at this point in the history
  25. use deptrac.config.php as default make command

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ea4b488 View commit details
    Browse the repository at this point in the history
  26. implement codeclimateconfig

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bab7b9b View commit details
    Browse the repository at this point in the history
  27. add all other CollectorConfigs

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7165fe7 View commit details
    Browse the repository at this point in the history
  28. add excludeFiles

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6cb4846 View commit details
    Browse the repository at this point in the history
  29. remove readonly

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3746ec9 View commit details
    Browse the repository at this point in the history
  30. cleanup collector creation

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0f0dab0 View commit details
    Browse the repository at this point in the history
  31. fix cs

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    33a39e5 View commit details
    Browse the repository at this point in the history
  32. fix deptrac.config.php

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    81a79d5 View commit details
    Browse the repository at this point in the history
  33. comment in xdebughandler

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d6ec68a View commit details
    Browse the repository at this point in the history
  34. fix rebase

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    322adfb View commit details
    Browse the repository at this point in the history
  35. add throws ParseException

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c5eeff3 View commit details
    Browse the repository at this point in the history
  36. fix deptrac.config.php

    and cleanup yaml version
    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    789c7f3 View commit details
    Browse the repository at this point in the history
  37. cleanup ServiceContainerBuilder

    enforce container to load php config
    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    986a594 View commit details
    Browse the repository at this point in the history
  38. remove duplicate method

    Gennadi McKelvey authored and gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    30d4d9f View commit details
    Browse the repository at this point in the history
  39. cleanup

    gennadigennadigennadi committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    94af79f View commit details
    Browse the repository at this point in the history