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

Automatically Generate JSON Schema #4227

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 21, 2023

  1. add json schema deps

    tbezman committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c91181b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f809145 View commit details
    Browse the repository at this point in the history
  3. add binary to generate schema

    tbezman committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1e13b20 View commit details
    Browse the repository at this point in the history
  4. test out schema build in CI

    tbezman committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bfadcc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7c55c6 View commit details
    Browse the repository at this point in the history
  6. seutp rust toolchain

    run on push and pull request
    
    try removing on
    
    add name to action
    
    add back on
    
    update the directory
    
    specify musl target
    
    install musl tool
    
    try cargo action
    
    specify manifest path
    
    install libssl
    
    add pkg-config
    
    try another package
    
    vendored feature
    
    remove install packages
    
    generate json schema
    tbezman committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4822942 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    6226c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04cfaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8989771 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eba8be View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    5afc3a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6a3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b0622 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a709ab View commit details
    Browse the repository at this point in the history
  5. fix ci workflow

    tbezman committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    15c7dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0e9ff5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    240bc01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e05822 View commit details
    Browse the repository at this point in the history
  9. fix path in node script

    tbezman committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    44346fa View commit details
    Browse the repository at this point in the history
  10. remove unused feature flag

    tbezman committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    83bf44d View commit details
    Browse the repository at this point in the history