Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
169d9de
Hub google oauth2 concept
shikokuchuo Feb 24, 2026
3874901
Apply styling to client login screen
shikokuchuo Feb 24, 2026
390c2c9
Fix auth when creating new projects
shikokuchuo Feb 24, 2026
c4aec00
Refactor review
shikokuchuo Feb 24, 2026
bf50beb
Remove RwLock on HubConfig
shikokuchuo Feb 24, 2026
c70b11a
Use brand styling
shikokuchuo Feb 24, 2026
5016b04
Read QUARTO_HUB_* env vars
shikokuchuo Feb 24, 2026
c7f7a3b
Optimize tracing
shikokuchuo Feb 24, 2026
900ebfb
Consolidate plan documents
shikokuchuo Feb 25, 2026
679181a
Use same-window login flow; add sign out to project selector
shikokuchuo Feb 25, 2026
826a5a6
Remove unused error state
shikokuchuo Feb 25, 2026
8ac8638
Security best practices review
shikokuchuo Feb 25, 2026
82c5bdd
Further security hardening
shikokuchuo Feb 25, 2026
7959fcd
Update lockfile
shikokuchuo Feb 25, 2026
1028976
Authenticate health endpoint as well
shikokuchuo Feb 26, 2026
9fb4736
Validation cleanups
shikokuchuo Feb 26, 2026
f45dcd2
Remove quarto CLI auth command to simplify implementation
shikokuchuo Feb 26, 2026
54da26e
Switch to cookies
shikokuchuo Feb 26, 2026
2158441
Use cookie crate
shikokuchuo Feb 26, 2026
f30f492
Use simple Vite proxy
shikokuchuo Feb 26, 2026
31edb32
Share Rust deps cache across branches
shikokuchuo Feb 26, 2026
0f5795b
Fix HubConfig initializer
shikokuchuo Feb 26, 2026
f7e75b7
Add more tests
shikokuchuo Feb 26, 2026
11e1114
Refctor review
shikokuchuo Feb 26, 2026
7270307
Ensure return to login screen when auth expires
shikokuchuo Feb 27, 2026
e709d5e
Fix allowlist fail UX
shikokuchuo Feb 27, 2026
7a5fb2b
Simplify vite proxy plugins
shikokuchuo Feb 27, 2026
a1cb512
Split out LoginScreen
shikokuchuo Feb 27, 2026
bae6c4b
Handle 403 allowlist failures
shikokuchuo Feb 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
shared-key: "rust-test-suite"

# Cache cargo-nextest and insta separately to avoid reinstalling
- name: Install nextest
Expand Down
Loading