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

Enhancing bentofile json schema #8

Merged
merged 10 commits into from
Mar 25, 2024
Merged

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    c5c5293 View commit details
    Browse the repository at this point in the history
  2. test: added more tests for bentofileSchema.json; separated tests into…

    … one file per bentofile field
    phitoduck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6c8f4e7 View commit details
    Browse the repository at this point in the history
  3. feat: enhanced the regex of bentofile.yaml:service; added a markdown …

    …description to the bentofile.yaml:service field in the JSON schema
    phitoduck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    1389452 View commit details
    Browse the repository at this point in the history
  4. feat: moved 'markdownDescription' contents into individual markdown f…

    …iles to be rendered into the JSON schema file via a script and templating syntax
    phitoduck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4d80dce View commit details
    Browse the repository at this point in the history
  5. format

    phitoduck committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4cccd3d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    87e8585 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. feat: added more markdown descriptions to bentofileSchema.in.json; re…

    …named bentofileSchema.json to bentofile.out.json; schema matches bentofile.yaml and bentofile.yml; arrays in the schema require items to be unique
    phitoduck committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a62a741 View commit details
    Browse the repository at this point in the history
  2. feat: added .prettierignore and .eslintignore files and used them to …

    …ignore the read-only, generated bentofileSchema.out.json
    phitoduck committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5dc76a4 View commit details
    Browse the repository at this point in the history
  3. bump: 0.0.3 -> 0.0.4

    phitoduck committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    121a398 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d20d4b View commit details
    Browse the repository at this point in the history