Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/aquarium-fish
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: adobe/aquarium-fish
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 1 commit
  • 33 files changed
  • 1 contributor

Commits on Feb 23, 2024

  1. Native driver bugfixes and org improvements (#57)

    Fixed multiple issues with Native driver on macos - mostly:
    * Proper passing of metadata as env variables to the workload - sudo & su are quite prohibitive there and to not make the node config harder I used just storing the metadata to env export variable and source it in the shell command. The file is stored in tmp and available via ACL to the newly created user only.
    * Proper log output for the workload right into the node log - it prepends stdout/stderr lines with the resource identifier and looks nice.
    * Using current fish node group as dynamic user group by default - otherwise the user is incomplete.
    * Configuration for the binaries location - by default it tries to find it in PATH, but now it's easy to override.
    * Modern MacOS on M1 doesn't allow to remove the created user, so have to give aquarium-fish binary "Full Disk Access" permission (added to wiki).
    
    Also a couple of small improvements:
    * Moved improved tests helpers from #54 
    * Moved a couple of fixes for build system from #54 
    * Found & fixed issue with single-process archiving during the build on macos
    sparshev authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b42228e View commit details
    Browse the repository at this point in the history
Loading