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

Refactor webapi directory structure #100

Merged
merged 15 commits into from
Aug 8, 2023
Merged

Refactor webapi directory structure #100

merged 15 commits into from
Aug 8, 2023

Commits on Aug 3, 2023

  1. condense folders (no code changes)

    this commit moves any `*.cs` code living out of `webapi/CopilotChat`,
    into the `webapi/CopilotChat` folder, along with the `.csproj` file.
    
    other changes:
    - moves `deploy` folder into `scripts` folder
    - moves `importdocument` folder into `tools` folder
    - deletes the `CopilotChat.sln` file living at the root level
    dehoward committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5920d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c4135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eca13f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f760e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8cf65e View commit details
    Browse the repository at this point in the history
  6. revert appsettings.json

    dehoward committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c5492e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    5e91028 View commit details
    Browse the repository at this point in the history
  2. add subfolders for Models

    dehoward committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    16603dd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    6e20c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5343683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de42525 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65e58c8 View commit details
    Browse the repository at this point in the history
  5. fix dead link

    dehoward committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    f2d81bc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    d919173 View commit details
    Browse the repository at this point in the history
  2. update main.json log level

    dehoward committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c6b04e3 View commit details
    Browse the repository at this point in the history