-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip: sessions API #12441
Draft
ascorbic
wants to merge
21
commits into
main
Choose a base branch
from
astro-dot-session
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
wip: sessions API #12441
+2,090
−578
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d8c64e - Browse repository at this point
Copy the full SHA 6d8c64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55cd1a - Browse repository at this point
Copy the full SHA d55cd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a913010 - Browse repository at this point
Copy the full SHA a913010View commit details
Commits on Nov 17, 2024
-
feat: adds session options (#12450)
* feat: add session config * chore: add session config docs * Fix * Expand doc * Handle schema * Remove example * Format * Lock * Fix schema * Update packages/astro/src/types/public/config.ts Co-authored-by: Sarah Rainsberger <[email protected]> * Update packages/astro/src/types/public/config.ts Co-authored-by: Sarah Rainsberger <[email protected]> * Add link to Sessions RFC in config.ts * Move session into experimental --------- Co-authored-by: Sarah Rainsberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 067c49b - Browse repository at this point
Copy the full SHA 067c49bView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a9907d - Browse repository at this point
Copy the full SHA 2a9907dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31aa5eb - Browse repository at this point
Copy the full SHA 31aa5ebView commit details
Commits on Nov 21, 2024
-
feat: prototype session support (#12471)
* feat: add session object * Add tests and fix logic * Fixes * Allow string as cookie option * wip: implement sessions (#12478) * feat: implement sessions * Add middleware * Action middleware test * Support URLs * Remove comment * Changes from review * Update test * Ensure test file is run
Configuration menu - View commit details
-
Copy full SHA for d96c507 - Browse repository at this point
Copy the full SHA d96c507View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc28da3 - Browse repository at this point
Copy the full SHA cc28da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8f546 - Browse repository at this point
Copy the full SHA 6f8f546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c1eae - Browse repository at this point
Copy the full SHA 91c1eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6763eff - Browse repository at this point
Copy the full SHA 6763effView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9d6c9 - Browse repository at this point
Copy the full SHA fa9d6c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85552de - Browse repository at this point
Copy the full SHA 85552deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82551ae - Browse repository at this point
Copy the full SHA 82551aeView commit details
Commits on Nov 25, 2024
-
fix: use virtual import for storage drivers (#12520)
* fix: use virtual import for storage drivers * Don't try to resolve anythign in build * Fix test * Polyfill node:url * Handle custom drivers directly * No need for path * Update packages/astro/src/core/session.ts Co-authored-by: Emanuele Stoppa <[email protected]> --------- Co-authored-by: Emanuele Stoppa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7634898 - Browse repository at this point
Copy the full SHA 7634898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e53f85 - Browse repository at this point
Copy the full SHA 3e53f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666781b - Browse repository at this point
Copy the full SHA 666781bView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd3d990 - Browse repository at this point
Copy the full SHA dd3d990View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa94b5 - Browse repository at this point
Copy the full SHA daa94b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4aa1e - Browse repository at this point
Copy the full SHA 7f4aa1eView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2a417a - Browse repository at this point
Copy the full SHA e2a417aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.