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: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.0
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.13
Choose a head ref
  • 6 commits
  • 22 files changed
  • 8 contributors

Commits on Jul 18, 2024

  1. chore: patch 2.13.1 (#13927)

    * fix: let workspace pages download partial logs for unhealthy workspaces (#13761)
    
    * fix: get basic fix in for  preventing download logs from blowing up UI
    
    * fix: make sure blob units can't go out of bounds
    
    * fix: make sure timeout is cleared on component unmount
    
    * fix: reduce risk of shared cache state breaking useAgentLogs
    
    * fix: allow partial downloading of logs
    
    * fix: make sure useMemo cache is used properly
    
    * wip: commit current progress on updated logs functionality
    
    * docs: rewrite comment for clarity
    
    * refactor: clean up current code
    
    * fix: update styles for unavailable logs
    
    * fix: resolve linter violations
    
    * fix: update type signature of getErrorDetail
    
    * fix: revert log/enabled logic for useAgentLogs
    
    * fix: remove memoization from DownloadLogsDialog
    
    * fix: update name of timeout state
    
    * refactor: make log web sockets logic more clear
    
    * docs: reword comment for clarity
    
    * fix: commit current style update progress
    
    * fix: finish style updates
    
    (cherry picked from commit 940afa1)
    
    * fix(site): enable dormant workspace to be deleted (#13850)
    
    (cherry picked from commit 01b30ea)
    
    * chore: remove `organizationIds` from `AuthProvider` (#13917)
    
    (cherry picked from commit 80cbffe)
    
    ---------
    
    Co-authored-by: Michael Smith <throwawayclover@gmail.com>
    Co-authored-by: Bruno Quaresma <bruno@coder.com>
    Co-authored-by: Kayla Washburn-Love <mckayla@hey.com>
    4 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5edfccf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. chore: keep active users active in scim (#13955) (#13973)

    * chore: scim should keep active users active
    * chore: add a unit test to excercise dormancy bug
    * audit log should not be dropped when there is no change
    * add ability to cancel audit log
    
    (cherry picked from commit 03c5d42)
    
    Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
    stirby and Emyrk authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5b12020 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore(scripts): fix cherry-pick check in check_commit_metadata.sh (#…

    …13980) (#13994)
    
    (cherry picked from commit 5a4dbcf)
    
    Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
    stirby and mafredri authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    48c4859 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix: change time format string from 15:40 to 15:04 (#14033) (#14072)

    * Change string format to constant value
    
    (cherry picked from commit eacdfb9)
    
    Co-authored-by: Charlie Voiselle <464492+angrycub@users.noreply.github.com>
    stirby and angrycub authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d4f8a64 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. chore: update emoji-mart data (#13746) (#14189)

    (cherry picked from commit 4a0fd74)
    
    Co-authored-by: Kayla Washburn-Love <mckayla@hey.com>
    stirby and aslilac authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bddf0bf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore: sign the windows installer (#14353) (#14368)

    (cherry picked from commit 6f9b3c1)
    
    Co-authored-by: Kyle Carberry <kyle@coder.com>
    stirby and kylecarbs authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1a027b0 View commit details
    Browse the repository at this point in the history
Loading