This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Move internal/session into cmd/frontend/internal#63649
Merged
Conversation
This was referenced Jul 4, 2024
Merged
Member
Author
48139d4 to
32505c0
Compare
4e62cd8 to
a58e99a
Compare
32505c0 to
0a62e2a
Compare
a58e99a to
aed2286
Compare
0a62e2a to
8827da3
Compare
aed2286 to
e4995de
Compare
8827da3 to
4563099
Compare
e4995de to
f4b7b6b
Compare
4563099 to
96515fd
Compare
f4b7b6b to
8d6ab0f
Compare
Contributor
|
Caution License checking failed, please read: how to deal with third parties licensing. |
96515fd to
49c2385
Compare
8d6ab0f to
79705a2
Compare
Contributor
|
Caution License checking failed, please read: how to deal with third parties licensing. |
49c2385 to
4eafde8
Compare
79705a2 to
0db666b
Compare
Contributor
|
Caution License checking failed, please read: how to deal with third parties licensing. |
fcb7563 to
fe401db
Compare
36b2ba7 to
b73ef13
Compare
fe401db to
6b20598
Compare
b73ef13 to
04f9a28
Compare
pjlast
approved these changes
Jul 30, 2024
6b20598 to
b947d99
Compare
04f9a28 to
37d3a52
Compare
This was referenced Jul 30, 2024
b947d99 to
ab3a565
Compare
37d3a52 to
db9e049
Compare
ab3a565 to
80b67b9
Compare
db9e049 to
f394796
Compare
80b67b9 to
ce3a944
Compare
f394796 to
a70bd54
Compare
Base automatically changed from
es/07-03-unexportsomeexternallyirrelevantsymbolsfromuploadstore_split
to
main
July 31, 2024 01:26
Only frontend handles user sessions, so moving it into this package to indicate that properly. Test plan: Go compiler doesn't complain.
a70bd54 to
40fb2ac
Compare
This was referenced Aug 4, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Only frontend handles user sessions, so moving it into this package to indicate that properly.
Test plan: Go compiler doesn't complain.