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

Make every configuration field optional and use default if not passed #48

Merged
merged 3 commits into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. fix(test): Use serial_test to run synchronous tests

    Now file tests will be done synchronously so as not to mess up with the file system
    alt-art committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    86ed8bc View commit details
    Browse the repository at this point in the history
  2. feat(config): Make every field the default

    You dont have to pass every field on the configurations file anymore. Now commit as a default for every field and will use them instead of throwing a error about a required field and that's why the init command will be discontinued.
    alt-art committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fcf3291 View commit details
    Browse the repository at this point in the history
  3. fix(test): Windows can't make assert_ft close work because was ma…

    …de by Microsoft
    
    WINDOWS IS SHIT
    alt-art committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6759555 View commit details
    Browse the repository at this point in the history