-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v9] Add Session tracker to DB, App, and Windows Desktop Sessions #12611
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you have to do any noteworthy adaptations or did it backport cleanly?
It should have backported cleanly, but I had to run |
API_IMPORT_PATH is consistently being resolved as an empty string, breaking proto generation. Since the path is fixed, it seems simpler to read api/go.mod and do away with the Go program. * Explicitly set API_IMPORT_PATH * Delete the print-import-path program * Read api module from api/go.mod, push variables to target
1d7fde0
to
3b3f925
Compare
@codingllama I just had to include the fix for |
Right, completely forgot about that. Thanks for pulling it in. |
Backports #12304
Backports #10478 (
make grpc
fix)