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

[supervisor] Reword upload message #5051

Merged
merged 1 commit into from
Aug 5, 2021
Merged

[supervisor] Reword upload message #5051

merged 1 commit into from
Aug 5, 2021

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Aug 4, 2021

No description provided.

@akosyakov
Copy link
Member

no objections, but is there an issue for it? not sure what is a trigger for the fix

@codecov
Copy link

codecov bot commented Aug 4, 2021

Codecov Report

Merging #5051 (3c3764a) into main (90d5372) will increase coverage by 37.21%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           main    #5051       +/-   ##
=========================================
+ Coverage      0   37.21%   +37.21%     
=========================================
  Files         0       15       +15     
  Lines         0     3853     +3853     
=========================================
+ Hits          0     1434     +1434     
- Misses        0     2301     +2301     
- Partials      0      118      +118     
Flag Coverage Δ
components-supervisor-app 37.21% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
components/supervisor/pkg/supervisor/tasks.go 55.22% <0.00%> (ø)
components/supervisor/pkg/supervisor/config.go 4.51% <0.00%> (ø)
components/supervisor/pkg/ports/exposed-ports.go 0.00% <0.00%> (ø)
components/supervisor/pkg/supervisor/supervisor.go 0.00% <0.00%> (ø)
components/supervisor/pkg/ports/ports.go 62.50% <0.00%> (ø)
components/supervisor/pkg/supervisor/git.go 0.00% <0.00%> (ø)
components/supervisor/pkg/ports/ports-config.go 79.85% <0.00%> (ø)
...mponents/supervisor/pkg/supervisor/notification.go 83.95% <0.00%> (ø)
components/supervisor/pkg/dropwriter/dropwriter.go 73.46% <0.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90d5372...3c3764a. Read the comment docs.

@aledbf
Copy link
Member Author

aledbf commented Aug 4, 2021

@akosyakov good point. In self-hosted, the message confuses users with prebuild images (even when this is just a plain build)

@akosyakov
Copy link
Member

/lgtm

@roboquat
Copy link
Contributor

roboquat commented Aug 4, 2021

LGTM label has been added.

Git tree hash: 5bb2a8bbb3d61716ef7b785c3c68076396334d08

@akosyakov
Copy link
Member

akosyakov commented Aug 5, 2021

/approve no-issue

but see #5051 (comment)

Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

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

LGTM

@roboquat
Copy link
Contributor

roboquat commented Aug 5, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akosyakov

Associated issue requirement bypassed by: akosyakov

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@roboquat roboquat merged commit bbacd23 into main Aug 5, 2021
@roboquat roboquat deleted the aledbf/reword branch August 5, 2021 10:34
@@ -506,7 +506,7 @@ func (r *loggingHeadlessTaskProgressReporter) write(data string, task *task, ter

func (r *loggingHeadlessTaskProgressReporter) done(success bool) {
workspaceLog := log.WithField("component", "workspace")
workspaceLog.WithField("taskLogMsg", taskLogMessage{Type: "workspaceTaskOutput", Data: "🚛 uploading prebuilt workspace"}).Info()
workspaceLog.WithField("taskLogMsg", taskLogMessage{Type: "workspaceTaskOutput", Data: "🚛 uploading workspace image"}).Info()
Copy link
Contributor

Choose a reason for hiding this comment

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

actually neither of those two messages is correct. In case of prebuilds the new message is wrong, incase of image builds the old one is.

Copy link
Member Author

Choose a reason for hiding this comment

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

@csweichel why the old message is correct for normal builds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants