Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:coder/coder-desktop-windows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:8f60b4d
Choose a base ref
Loading
...
head repository:coder/coder-desktop-windows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:2495779
Choose a head ref
Loading
  • 11commits
  • 65files changed
  • 2contributors

Commits on Apr 22, 2025

  1. fix: fix downloading different URLs to same destination (#70)

    fixes#69Fixes `Downloader` to remove the `DownloadTask` when it is done via a completion. This will allow changing Coder deployments, which use different URLs but whose files are downloaded to the same place.
    @spikecurtis
    spikecurtis authoredApr 22, 2025
    Configuration menu
    Copy the full SHA
    272895bView commit details
    Browse the repository at this point in the history
  2. feat: allow cancelation of download of a different URL (#71)

    Respects the cancelation token provided to `StartDownloadAsync` even when there is another download already in progress to the same destination.
    @spikecurtis
    spikecurtis authoredApr 22, 2025
    Configuration menu
    Copy the full SHA
    a5ab4f5View commit details
    Browse the repository at this point in the history
  3. feat: add support for URI activations for coder scheme (#72)

    relates to#52Adds support for Coder Desktop to handle the `coder:/` URI scheme by registering for this scheme and forwarding activations to the single instance of Coder Desktop.Also removes the `Package.appxmanifest`. It is unused since Coder Desktop is not a packaged app.
    @spikecurtis
    spikecurtis authoredApr 22, 2025
    Configuration menu
    Copy the full SHA
    bd221c4View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

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

Commits on Apr 30, 2025

  1. Configuration menu
    Copy the full SHA
    75cdfd0View commit details
    Browse the repository at this point in the history
  2. fix: fix Downloader to dispose tempFile and use synchronous IO (#81)

    Fixescoder/internal#598There is a possible race where if the cancellation token is expired, `Download()` never gets called and the tempFile is never disposed of (at least until GC). We also switch to synchronous IO so that a pending overlapped write won't block the deletion.These issues can cause races in our tests when we try to clean up the directory.
    @spikecurtis
    spikecurtis authoredApr 30, 2025
    Configuration menu
    Copy the full SHA
    e5d9dc1View commit details
    Browse the repository at this point in the history
  3. feat: add logging to App (#78)

    Adds logging to the Coder Desktop application.
    @spikecurtis
    spikecurtis authoredApr 30, 2025
    Configuration menu
    Copy the full SHA
    b803aa1View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. feat: add remote directory picker to file sync (#73)

    Adds a new remote directory picker window used when creating a file syncto select the remote directory.https://github.com/user-attachments/assets/3c661969-4ba8-46b0-8e3c-e97809c2ae1d## TODOs:- [x] Use a dropdown for picking workspace agent in the file sync UI,currently it's typed out (and will crash if empty lol)- [x] Fix reactivation of the window, try to make it function like anyother system dialog windowCloses#27
    @deansheather
    deansheather authoredMay 1, 2025
    Configuration menu
    Copy the full SHA
    e200dd4View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca3af3View commit details
    Browse the repository at this point in the history
  3. chore: add logging to mutagen controller (#79)

    Adds some logging to the mutagen controller.
    @spikecurtis
    spikecurtis authoredMay 1, 2025
    Configuration menu
    Copy the full SHA
    b84a4edView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2495779View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp