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

Make our types definitions typescript modules #1754

Merged
merged 3 commits into from
Oct 8, 2021
Merged

Conversation

mmorhun
Copy link
Contributor

@mmorhun mmorhun commented Oct 8, 2021

Signed-off-by: Mykola Morhun mmorhun@redhat.com

What does this PR do?

As *.d.ts files are used to defines types for *.js files, our types definitions should be regular typescript modules (files).

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

N/A refactoring

How to test this PR?

N/A refactoring

PR Checklist

As the author of this Pull Request I made sure that:

Reviewers

Reviewers, please comment how you tested the PR when approving it.

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Copy link

@akurinnoy akurinnoy left a comment

Choose a reason for hiding this comment

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

LGTM

src/api/kube.ts Outdated Show resolved Hide resolved
@@ -21,7 +23,7 @@ export interface V1CertificateSpec {
secretName: string
issuerRef: V1CertificateSpecIssuerReference
commonName: string
dnsNames: List<string>
dnsNames: string[]

Choose a reason for hiding this comment

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

I'm not sure where the List comes from and if it can be replaced with Array. I suppose it should be OK as far as the build doesn't fail.

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
@openshift-ci openshift-ci bot removed the lgtm label Oct 8, 2021
@openshift-ci
Copy link

openshift-ci bot commented Oct 8, 2021

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: akurinnoy, AndrienkoAleksandr, mmorhun, tolusha

The full list of commands accepted by this bot can be found 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

@mmorhun mmorhun merged commit dd013e2 into main Oct 8, 2021
@mmorhun mmorhun deleted the rename-dts-to-ts branch October 8, 2021 12:24
@che-bot che-bot added this to the 7.38 milestone Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants