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

Fix/ensure Created by is set in Experiment Tracking #937

Merged
merged 4 commits into from
Jun 23, 2022

Conversation

tynandebold
Copy link
Member

@tynandebold tynandebold commented Jun 22, 2022

Signed-off-by: Tynan DeBold [email protected]

Description

Fixes #911.

Development notes

It was a one-line fix. The author field wasn't being set, and now it is.

QA notes

Take a look at the Gitpod link and view the most-recent run. The field should be filled in.

This PR also includes a tiny fix of a style inconsistency for exp. tracking run titles that was introduced in #919.

Checklist

  • Read the contributing guidelines
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added new entries to the RELEASE.md file
  • Added tests to cover my changes

@tynandebold tynandebold requested a review from limdauto as a code owner June 22, 2022 13:49
@tynandebold tynandebold removed the request for review from limdauto June 22, 2022 13:49
@tynandebold tynandebold requested a review from yetudada as a code owner June 22, 2022 13:49
@tynandebold tynandebold changed the title Ensure Created by is set in Experiment Tracking Fix/ensure Created by is set in Experiment Tracking Jun 22, 2022
@tynandebold tynandebold removed the request for review from yetudada June 22, 2022 13:57
@@ -117,6 +117,7 @@ const RunMetadata = ({
<tr>
<td className="details-metadata__title" colSpan="2">
<span
className="details-metadata__title-detail"
Copy link
Member Author

Choose a reason for hiding this comment

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

This is to fix the title font not being correct here (second edit):

image

@@ -72,7 +72,7 @@ def format_run(
user_run_details.notes if user_run_details and user_run_details.notes else ""
)
run = Run(
author="",
author=run_blob.get("username"),
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the operative change in this PR.

Copy link
Contributor

@antonymilne antonymilne left a comment

Choose a reason for hiding this comment

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

🎉

Copy link
Contributor

@Huongg Huongg left a comment

Choose a reason for hiding this comment

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

LGTM 👍

…x/created-by-is-empty-exp-tracking

Signed-off-by: Tynan DeBold <[email protected]>
@tynandebold tynandebold merged commit 399ddee into main Jun 23, 2022
@tynandebold tynandebold deleted the fix/created-by-is-empty-exp-tracking branch June 23, 2022 11:05
@tynandebold tynandebold mentioned this pull request Jul 1, 2022
5 tasks
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.

"Created By" is empty in experiment-tracking view
3 participants