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

Allow supporting files to be added to requests #175

Merged
merged 11 commits into from
Mar 19, 2024
Merged

Commits on Mar 18, 2024

  1. Add filetype to RequestFiles

    Also changes the local_db's StatusField to a generic EnumField
    rebkwok committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d12a38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    248b31e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2dbd6b View commit details
    Browse the repository at this point in the history
  4. Add output and supporting files properties on FileGroup

    Also renames `get_file_paths` (used when releasing files) to
    `get_output_file_paths`
    
    Currently the UI doesn't differentiate between output and
    supporting files.
    rebkwok committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ac810b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69af32b View commit details
    Browse the repository at this point in the history
  6. Style supporting files

    rebkwok committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1177c5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2755b55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b176649 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d89a6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f42240 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Refactor supporting file info onto PathItem

    Give a PathItem knowledge of whether it is a supporting
    file or not.
    rebkwok committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c044a26 View commit details
    Browse the repository at this point in the history