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

Add ini file processor #329

Merged
merged 12 commits into from
Oct 20, 2023
Merged

Commits on Oct 19, 2023

  1. Support ini file in target

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bb43f0d View commit details
    Browse the repository at this point in the history
  2. Add int and boolean value in test case

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6c68f64 View commit details
    Browse the repository at this point in the history
  3. Add ini in supported format

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    16a8b34 View commit details
    Browse the repository at this point in the history
  4. Fix test case

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d658192 View commit details
    Browse the repository at this point in the history
  5. Reorder case

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3b89f36 View commit details
    Browse the repository at this point in the history
  6. Add assert error message

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e378124 View commit details
    Browse the repository at this point in the history
  7. fix

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    180f200 View commit details
    Browse the repository at this point in the history
  8. Support ini, cfg, conf with ConfigFileProcessor

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0a8c9f8 View commit details
    Browse the repository at this point in the history
  9. Change section name in test

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6247c6f View commit details
    Browse the repository at this point in the history
  10. Change file processor

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7b4e4c1 View commit details
    Browse the repository at this point in the history
  11. Remove unused import

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b64d2c1 View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary test

    yutaro-oguri committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6dd28bf View commit details
    Browse the repository at this point in the history