Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
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: charmbracelet/charm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.3
Choose a base ref
...
head repository: charmbracelet/charm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 17 commits
  • 43 files changed
  • 3 contributors

Commits on Mar 8, 2022

  1. chore: fix typo

    twpayne authored and muesli committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3434894 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. chore: bump lipgloss

    aymanbagabas committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    063573f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f7bdf View commit details
    Browse the repository at this point in the history
  3. refactor: remove httpURL log message

    Fixes: 506448b ("feat: add server public url")
    aymanbagabas committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    58ce2e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12292a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. feat: add prometheus stats server

    Use CHARM_SERVER_ENABLE_METRICS=true to enable the stats server
    aymanbagabas committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    77fc011 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

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

Commits on Mar 24, 2022

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

Commits on Mar 28, 2022

  1. fix: ui/keygen not generating keys for host

    ui/keygen ignores the passed host
    
    Fixes: #93
    aymanbagabas committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    682b314 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. feat: improve startup and shutdown of client/server

    * allow for custom client data directory
    * generate ssh keys in client
    * remove keygen animations
    * added close function to server
    * added close function to DB and Stats interfaces
    * don't fatalf on normal http/ssh server close
    Toby Padilla authored and toby committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    df1da60 View commit details
    Browse the repository at this point in the history
  2. fix: return on request limit middleware

    export MaxFSRequestSize
    aymanbagabas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    dfeba6f View commit details
    Browse the repository at this point in the history
  3. feat(fs): use a bufferless request

    * don't check client request size, leave that to the server
    * use a bufferless request when writting to CharmFS
    
    https://stackoverflow.com/a/39781706/10913628
    https://blog.depa.do/post/bufferless-multipart-post-in-go
    aymanbagabas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    96676a1 View commit details
    Browse the repository at this point in the history
  4. feat(server): support user max storage capacity

    use CHARM_SERVER_USER_MAX_STORAGE to set user storage capacity (in bytes)
    a value of zero disables user cap
    aymanbagabas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    45aa16a View commit details
    Browse the repository at this point in the history
  5. fix(server): setting headers after WriteHeader has no affect

    "Changing the header map after a call to WriteHeader (or Write) has no
    effect unless the modified headers are trailers."
    
    https://pkg.go.dev/net/http#ResponseWriter
    aymanbagabas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    eb31086 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c54237b View commit details
    Browse the repository at this point in the history
  7. feat: use authorized_keys to limit user accounts

    having an authorized_keys file will limit the users who can access the
    charm server to only those specified in the file
    
    Related: #55
    aymanbagabas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e191651 View commit details
    Browse the repository at this point in the history
  8. doc: update readme

    aymanbagabas committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    26bdca4 View commit details
    Browse the repository at this point in the history
Loading