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

Fix docker cp #20

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Fix docker cp #20

wants to merge 19 commits into from

Commits on Jul 19, 2024

  1. Fix docker cp

    AnderG committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bb0d010 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Rename ActiveMount to activeMount as it is not intended to be exporte…

    …d. Change the variable names already using the activeMount name
    AnderG committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e55a292 View commit details
    Browse the repository at this point in the history
  2. Rename Activate and Deactivate to activateVolume and deactivateVolume…

    … respectively. Also add a docstring for them.
    AnderG committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    b18043e View commit details
    Browse the repository at this point in the history
  3. Declare activeMountInfo closer to it's usage

    AnderG committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7043a09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0d28c0 View commit details
    Browse the repository at this point in the history
  5. Safely ignore json.Marshal errors

    AnderG committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    03f2054 View commit details
    Browse the repository at this point in the history
  6. Reduce activeMount file permissions

    AnderG committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0764601 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1985b52 View commit details
    Browse the repository at this point in the history
  8. Rename DeactivateVolume to deactivateVolume as it should have been in…

    … a previous commit
    AnderG committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3a67652 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Remove log messages from activemount and place them in the calls to t…

    …he activateVolume and deactivateVolume functions
    AnderG committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c57da77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9aadb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38424e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    197c6fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6634d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e441320 View commit details
    Browse the repository at this point in the history
  7. Change activateVolume and deactivateVolume parameters not to depend o…

    …n Docker structures. This way we can call them without an actual request.
    AnderG committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    149fe1a View commit details
    Browse the repository at this point in the history
  8. Improve Mount error mangement

    AnderG committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    01de48d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 21, 2024

  1. Fix issues raised in the review

    AnderG committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    10b7f9c View commit details
    Browse the repository at this point in the history