-
Notifications
You must be signed in to change notification settings - Fork 600
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
Implement token-based sessions. #4690
Open
adsnaider
wants to merge
19
commits into
rust-lang:main
Choose a base branch
from
adsnaider:sessions
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.
Open
+432
−26
Commits on May 20, 2022
-
Created persistent sessions table.
Unfortunately, due to diesel-rs/diesel#2411, the table can't be named `sessions` as it causes patch conflicts with recent_crate_downloads.
Configuration menu - View commit details
-
Copy full SHA for e322fd9 - Browse repository at this point
Copy the full SHA e322fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ec8c6 - Browse repository at this point
Copy the full SHA 81ec8c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c209f4 - Browse repository at this point
Copy the full SHA 5c209f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef54f0 - Browse repository at this point
Copy the full SHA 5ef54f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51ab65 - Browse repository at this point
Copy the full SHA c51ab65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fe1d2 - Browse repository at this point
Copy the full SHA 04fe1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d5d71 - Browse repository at this point
Copy the full SHA 21d5d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9af39c - Browse repository at this point
Copy the full SHA b9af39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af70a2 - Browse repository at this point
Copy the full SHA 2af70a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c774eee - Browse repository at this point
Copy the full SHA c774eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81831e5 - Browse repository at this point
Copy the full SHA 81831e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fb29d - Browse repository at this point
Copy the full SHA b0fb29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1280232 - Browse repository at this point
Copy the full SHA 1280232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ad3cc - Browse repository at this point
Copy the full SHA 14ad3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c215d23 - Browse repository at this point
Copy the full SHA c215d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7466b63 - Browse repository at this point
Copy the full SHA 7466b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c51d08 - Browse repository at this point
Copy the full SHA 2c51d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26aeb88 - Browse repository at this point
Copy the full SHA 26aeb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 731e2fd - Browse repository at this point
Copy the full SHA 731e2fdView 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.