Skip to content

adds --scale range option#1114

Merged
knative-prow-robot merged 2 commits intoknative:masterfrom
mpetason:issue-822-pt3
Nov 24, 2020
Merged

adds --scale range option#1114
knative-prow-robot merged 2 commits intoknative:masterfrom
mpetason:issue-822-pt3

Conversation

@mpetason
Copy link
Copy Markdown
Contributor

Description

Fixes #822

Changes

  • adds --scale range option, #..#

Reference

Fixes #822

Replaces previous PR where I had issues with a rebase - #1070
Replaces previous PR where I had issues with a rebase - #986

@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Nov 11, 2020
@knative-prow-robot knative-prow-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 11, 2020
@knative-metrics-robot
Copy link
Copy Markdown

The following is the coverage report on the affected files.
Say /test pull-knative-client-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/kn/commands/service/configuration_edit_flags.go 84.8% 85.2% 0.4

@navidshaikh navidshaikh added this to the v0.20.0 milestone Nov 12, 2020
@mpetason
Copy link
Copy Markdown
Contributor Author

@maximilien

@navidshaikh navidshaikh removed this from the v0.20.0 milestone Nov 17, 2020
@rhuss
Copy link
Copy Markdown
Contributor

rhuss commented Nov 17, 2020

@mpetason Thanks a lot for all your work. Let's get that landed, I will give a review this week so that we finally be able to merge it. Thanks also for your patience.

Copy link
Copy Markdown
Contributor

@maximilien maximilien left a comment

Choose a reason for hiding this comment

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

LGTM

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 17, 2020
Copy link
Copy Markdown
Contributor

@maximilien maximilien left a comment

Choose a reason for hiding this comment

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

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 20, 2020
@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maximilien, mpetason

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

The pull request process is described here

Details 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

@mpetason
Copy link
Copy Markdown
Contributor Author

/test pull-knative-client-integration-tests

@mpetason
Copy link
Copy Markdown
Contributor Author

It doesn't look like the failing test is associated with my changes. I'll try running it again on Monday.

@mpetason
Copy link
Copy Markdown
Contributor Author

/test pull-knative-client-integration-tests

@navidshaikh
Copy link
Copy Markdown
Contributor

/retest

@knative-prow-robot knative-prow-robot merged commit ed4fa06 into knative:master Nov 24, 2020
return err
}
} else {
return fmt.Errorf("Scale must be of the format x..y or x")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
return fmt.Errorf("Scale must be of the format x..y or x")
return fmt.Errorf("scale must be of the format x..y or x")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

error messages should begin with lower case

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Should I make this edit and create a new PR, or commit suggestion? Not sure how it works after a merge.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support --scale

6 participants