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 TOML support with BaseTomlService #9438

Merged
merged 4 commits into from
Aug 16, 2023

Commits on Aug 10, 2023

  1. Add TOML support with [BaseTomlService]

    Add base toml service to enable fetch of toml files
    Add spec file for the new toml service for automated testing
    This was added to allow a new way to retrive python version from pyproject.toml as described in issue badges#9410
    jNullj committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6e26a52 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Fix typo

    Co-authored-by: chris48s <chris48s@users.noreply.github.com>
    jNullj and chris48s committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9fb28ee View commit details
    Browse the repository at this point in the history
  2. refactor: improve code readability

    solve code review badges#9438 (comment)
    jNullj committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f762a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576caee View commit details
    Browse the repository at this point in the history