8000 Comparing mutagen-io:master...coder:main · mutagen-io/mutagen · GitHub
[go: up one dir, main page]

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: mutagen-io/mutagen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coder/mutagen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 24, 2025

  1. docker: treat exit code 127 as warranting agent installation

    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    xenoscopic committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ea5e029 View commit details
    Browse the repository at this point in the history
  2. deps: update to Go versions 1.23.6 and 1.22.12

    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    xenoscopic committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    6597b8a View commit details
    Browse the repository at this point in the history
  3. deps: update to Alpine 3.21 base images

    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    xenoscopic committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ada6a60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #524 from mutagen-io/v018-backports

    all: backport Docker transport fix in #523
    xenoscopic authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    55a5f6f View commit details
    Browse the repository at this point in the history
  5. all: bump version to v0.18.1

    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    xenoscopic committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    37734db View commit details
    Browse the repository at this point in the history
  6. deps: update Go subrepository dependencies

    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    xenoscopic committed Feb 24, 2025
    Configuration menu < 8000 /focus-group>
    Copy the full SHA
    0ff8138 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #526 from mutagen-io/v018-backports

    all: bump version to v0.18.1 and update Go subrepository dependencies
    xenoscopic authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    a225ae5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. ssh: explicitly set ~ for home directory unless using cmd.exe (#1)

    * docs: update security contact email
    
    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    
    * ssh: explicitly set ~ for home directory unless using cmd.exe
    
    * ssh: add tests for explicit ~
    
    * ssh: disable Docker transport tests
    
    * fixup: undo spurious character added
    
    * refactor path component logic into new function
    
    ---------
    
    Signed-off-by: Jacob Howard <jacob@mutagen.io>
    Co-authored-by: Jacob Howard <jacob@mutagen.io>
    spikecurtis and xenoscopic authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    e72b7b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. fix: use a more generic powershell error fragment for Windows probing (

    …#2)
    
    Closes coder/internal#566
    
    Very very funny to me that someone at Microsoft changed this error message, especially the "a name" <=> "the name".
    
    File sync working:
    ![image](https://github.com/user-attachments/assets/1901d00b-f8a4-489c-8b99-b9e62ea7e1fd)
    ethanndickson authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    764d30f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

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

Commits on May 1, 2025

  1. feat: allow specifying SSH config path via a daemon environment varia…

    …ble (#4)
    
    Relates to coder/internal#590
    
    I've tested this manually, and within Coder Desktop macOS, by setting `MUTAGEN_SSH_CONFIG_PATH` to `none`.
    
    From the man page for `ssh(1)`:
    ```
    -F configfile
        [...] If set to “none”, no configuration files will be read.
    ```
    
    Subsequent PRs for the Desktop apps will use the new Mutagen version (0.18.3), and specify `MUTAGEN_SSH_CONFIG_PATH=none`
    ethanndickson authored May 1, 2025
    Configuration menu
    Copy the full SHA
    e4acc9b View commit details
    Browse the repository at this point in the history
Loading
0