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

Swagger to yaml #253

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Swagger to yaml #253

wants to merge 13 commits into from

Commits on Aug 9, 2024

  1. Made a lot of changes. All should be in guide/resuls-viewer-react/src…

    …/componenets/YamlWriterUpload. 2 new buttons for handling swaggers
    Christian Michael Kang authored and Christian Michael Kang committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ae81594 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. At this stage the modal for the server URL input is ready now.

    Christian Michael Kang authored and Christian Michael Kang committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bf3c6f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Attempting to get tests set up

    Christian Michael Kang authored and Christian Michael Kang committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    12d3e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4f2b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Currently trying to figure out why my tests are failing

    Christian Michael Kang authored and Christian Michael Kang committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ca3d79f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Partway through working on providers. Not finished on that but no err…

    …ors for now
    Christian Michael Kang authored and Christian Michael Kang committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5fdbd49 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Have everything I wanted refactored and now everything works in the U…

    …I last step is tests
    Christian Michael Kang authored and Christian Michael Kang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    77a42b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. Made changes to index.tsx so that there are no more any in any of my …

    …functions
    Christian Michael Kang authored and Christian Michael Kang committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7184b0b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Tried to fix all differences between master and my branch, added more…

    … comments on more of my personal sections of code
    Christian Michael Kang authored and Christian Michael Kang committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a9ee70a View commit details
    Browse the repository at this point in the history
  2. There was a few console.logs I forgot to remove

    Christian Michael Kang authored and Christian Michael Kang committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e9ff7fc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fixed lint errors

    tkmcmaster committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bf97766 View commit details
    Browse the repository at this point in the history
  2. Fixed webpack build and package-lock

    - swagger2openapi requires some webpack fallback code. Added process fallback - https://webpack.js.org/configuration/resolve/#resolvefallback
    tkmcmaster committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    87cfb0a View commit details
    Browse the repository at this point in the history