Skip to content
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

apis: add UISession (a straight port of the old view.proto) #4525

Merged
merged 1 commit into from
May 6, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented May 6, 2021

Hello @milas, @landism,

Please review the following commits I made in branch nicks/uisession6:

4ec22ef (2021-05-06 15:15:34 -0400)
apis: add UISession (a straight port of the old view.proto)

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks nicks requested review from landism and milas May 6, 2021 19:15
@nicks
Copy link
Member Author

nicks commented May 6, 2021

the only hand-written stuff is in uisession_types.go , everything else is generated

TiltCloudTeamName string `json:"tiltCloudTeamName" protobuf:"bytes,6,opt,name=tiltCloudTeamName"`

// TiltCloudSchemeHost reports the base URL of the Tilt Cloud instance
// associated with this Tilt binary. Usually https://cloud.tilt.dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// associated with this Tilt binary. Usually https://cloud.tilt.dev
// associated with this Tilt process. Usually https://cloud.tilt.dev

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(this is mostly changed via env var when running tilt)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

// associated with this Tilt binary. Usually https://cloud.tilt.dev
TiltCloudSchemeHost string `json:"tiltCloudSchemeHost" protobuf:"bytes,7,opt,name=tiltCloudSchemeHost"`

// TiltCloudTeamID reports the unique team name if the user is signed into
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// TiltCloudTeamID reports the unique team name if the user is signed into
// TiltCloudTeamID reports the unique team id if the user is signed into

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@nicks nicks merged commit 241811e into master May 6, 2021
@nicks nicks deleted the nicks/uisession6 branch May 6, 2021 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants