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

Implement domain deprecate CLI command #4030

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

Shaddoll
Copy link
Member

@Shaddoll Shaddoll commented Mar 3, 2021

What changed?
Implement domain deprecate CLI command

Why?

How did you test it?

Potential risks

@meiliang86 meiliang86 requested a review from a team March 3, 2021 01:57
SecurityToken: securityToken,
})
if err != nil {
if _, ok := err.(*s.EntityNotExistsError); !ok {
Copy link
Contributor

Choose a reason for hiding this comment

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

As call uses types from types package, you should also check agains an error (with same name) from this package.
This was probably copy-paste, in that case could you check if there are any more cases like this?

@Shaddoll Shaddoll force-pushed the cli-domain branch 3 times, most recently from 9ef867f to 5745415 Compare March 3, 2021 18:38
@coveralls
Copy link

coveralls commented Mar 3, 2021

Coverage Status

Coverage increased (+0.007%) to 64.547% when pulling 5de3888 on Shaddoll:cli-domain into 0c9a74d on uber:master.

@Shaddoll Shaddoll merged commit 586704e into cadence-workflow:master Mar 3, 2021
yux0 pushed a commit to yux0/cadence that referenced this pull request May 4, 2021
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.

4 participants