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 read-only flux and image in the GUI. #697

Merged
merged 6 commits into from
Jul 24, 2023
Merged

Allow read-only flux and image in the GUI. #697

merged 6 commits into from
Jul 24, 2023

Commits on Jul 23, 2023

  1. Warning fix.

    davidgiven committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    315889f View commit details
    Browse the repository at this point in the history
  2. Combine enums for flux source/sink types. config.cc now knows whether…

    … they're
    
    read-only, write-only, and read-write.
    davidgiven committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9867f8c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Rename all the flux and image types to prefix the enums, due to them …

    …being in
    
    the global namespace now.
    davidgiven committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b9ef5b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b21e87 View commit details
    Browse the repository at this point in the history
  3. Consolidate the image constructors in the same way that's been done f…

    …or the
    
    flux constructors.
    davidgiven committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8f98a1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e13cf2 View commit details
    Browse the repository at this point in the history