-
Notifications
You must be signed in to change notification settings - Fork 80
Comparing changes
Open a pull request
base repository: charmbracelet/charm
base: v0.10.3
head repository: charmbracelet/charm
compare: v0.11.0
- 17 commits
- 43 files changed
- 3 contributors
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3434894 - Browse repository at this point
Copy the full SHA 3434894View commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 063573f - Browse repository at this point
Copy the full SHA 063573fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f7bdf - Browse repository at this point
Copy the full SHA d8f7bdfView commit details -
refactor: remove httpURL log message
Fixes: 506448b ("feat: add server public url")
Configuration menu - View commit details
-
Copy full SHA for 58ce2e3 - Browse repository at this point
Copy the full SHA 58ce2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12292a8 - Browse repository at this point
Copy the full SHA 12292a8View commit details
Commits on Mar 10, 2022
-
feat: add prometheus stats server
Use CHARM_SERVER_ENABLE_METRICS=true to enable the stats server
Configuration menu - View commit details
-
Copy full SHA for 77fc011 - Browse repository at this point
Copy the full SHA 77fc011View commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70fedcc - Browse repository at this point
Copy the full SHA 70fedccView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e5950ca - Browse repository at this point
Copy the full SHA e5950caView commit details
Commits on Mar 28, 2022
-
fix: ui/keygen not generating keys for host
ui/keygen ignores the passed host Fixes: #93
Configuration menu - View commit details
-
Copy full SHA for 682b314 - Browse repository at this point
Copy the full SHA 682b314View commit details
Commits on Mar 29, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for df1da60 - Browse repository at this point
Copy the full SHA df1da60View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfeba6f - Browse repository at this point
Copy the full SHA dfeba6fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 96676a1 - Browse repository at this point
Copy the full SHA 96676a1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 45aa16a - Browse repository at this point
Copy the full SHA 45aa16aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eb31086 - Browse repository at this point
Copy the full SHA eb31086View commit details -
Configuration menu - View commit details
-
Copy full SHA for c54237b - Browse repository at this point
Copy the full SHA c54237bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e191651 - Browse repository at this point
Copy the full SHA e191651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bdca4 - Browse repository at this point
Copy the full SHA 26bdca4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.3...v0.11.0