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: 68883 - BindDefinition to support DbType fix #69402

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dannyb648
Copy link
Contributor

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the package.json.

If removing a declaration:

  • If a package was never on Definitely Typed, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
  • Delete the package's directory.
  • Add it to notNeededPackages.json.

@typescript-bot
Copy link
Contributor

typescript-bot commented Apr 20, 2024

@dannyb648 Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

This PR can be merged once it's reviewed by a DT maintainer.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Only a DT maintainer can approve changes without tests

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.

Inactive

This PR has been inactive for 14 days — please merge or say something if there's a problem, otherwise it will be closed!


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 69402,
  "author": "dannyb648",
  "headCommitOid": "3180e5b7cde23b99f5b5a5c63664fffc95c04374",
  "mergeBaseOid": "ada5856a4c132e4d4494a607db68ea5535db07ee",
  "lastPushDate": "2024-04-20T07:41:49.000Z",
  "lastActivityDate": "2024-05-10T14:17:22.000Z",
  "mergeOfferDate": "2024-05-01T21:59:30.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "oracledb",
      "kind": "edit",
      "files": [
        {
          "path": "types/oracledb/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "connorjayfitzgerald",
        "dannyb648",
        "jacobwheale"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "rbuckton",
      "date": "2024-05-01T21:58:46.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "dhrumit9",
      "date": "2024-04-20T08:54:30.000Z",
      "isMaintainer": false
    },
    {
      "type": "approved",
      "reviewer": "connorjayfitzgerald",
      "date": "2024-04-20T08:51:48.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 2067592745,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Author is Owner The author of this PR is a listed owner of the package. Untested Change This PR does not touch tests labels Apr 20, 2024
@typescript-bot typescript-bot added this to Waiting for Code Reviews in New Pull Request Status Board Apr 20, 2024
@typescript-bot
Copy link
Contributor

Hey @dannyb648,

😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module.

This can potentially save days of time for you!

@typescript-bot
Copy link
Contributor

🔔 @connorjayfitzgerald @jacobwheale — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in New Pull Request Status Board Apr 20, 2024
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Apr 20, 2024
@dhrumit9
Copy link

I think at line 2226 for the interface Lob the read-only type should also be of DBType | number

@dhrumit9
Copy link

Similarly at line 2314 for Metadata interface fetchType property

@dhrumit9
Copy link

For Advance Queue
ln 2969 payloadType

For BaseDBObject
ln 3087 attributes.type
ln 3095 readonly elementType

@dannyb648
Copy link
Contributor Author

Added those now @dhrumit9 - should patch all those youve mentioned - I really appreciate those spots, thanks!

@typescript-bot typescript-bot removed the Owner Approved A listed owner of this package signed off on the pull request. label Apr 20, 2024
@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Code Reviews in New Pull Request Status Board Apr 20, 2024
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in New Pull Request Status Board Apr 20, 2024
@typescript-bot
Copy link
Contributor

@connorjayfitzgerald Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Apr 20, 2024
@typescript-bot typescript-bot added the Other Approved This PR was reviewed and signed-off by a community member. label Apr 20, 2024
@dhrumit9
Copy link

Hey @dannyb648, @connorjayfitzgerald, what is the expected timeline for this to be merged/released?

@RDIL
Copy link
Contributor

RDIL commented Apr 22, 2024

@dhrumit9 it's waiting review from a DT maintainer, so probably some time in the next few days.

@typescript-bot
Copy link
Contributor

typescript-bot commented Apr 24, 2024

⏳ Hi @dannyb648,

It's been a few days since this PR was approved by rbuckton, dhrumit9, connorjayfitzgerald and we're waiting for a DT maintainer to give a review.

If you would like to short-circuit this wait, you can edit some of the test files in the package which verify how the .d.ts files work. This would allow the PR to be merged by you or the DT module owners after a re-review.

@typescript-bot
Copy link
Contributor

Re-ping @jacobwheale:

This PR has been out for over a week, yet I haven't seen any reviews.

Could someone please give it some attention? Thanks!

@typescript-bot typescript-bot added the Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label May 1, 2024
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels May 1, 2024
@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Author to Merge in New Pull Request Status Board May 1, 2024
@typescript-bot
Copy link
Contributor

@dannyb648: Everything looks good here. I am ready to merge this PR (at 3180e5b) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

(@connorjayfitzgerald, @jacobwheale: you can do this too.)

@SudevAtST
Copy link

@dannyb648 can you please merge this?
It has been a while since our CI is broken due to this and we have to hold back to 6.2.0 which was last working version.

@SudevAtST
Copy link

@dannyb648 can you please merge this? It has been a while since our CI is broken due to this and we have to hold back to 6.2.0 which was last working version.

@connorjayfitzgerald @jacobwheale If @dannyb648 is unavailable, can you please help to get this merged?

@typescript-bot typescript-bot added the Unmerged The author did not merge the PR when it was ready. label May 12, 2024
@typescript-bot
Copy link
Contributor

Re-ping @dannyb648 / @jacobwheale:

This PR has been ready to merge for over a week, and I haven't seen any requests to merge it. I will close it on May 31st (in three weeks) if this doesn't happen.

(If there's no reason to avoid merging it, please do so. Otherwise, if it shouldn't be merged or if it needs more time, please close it or turn it into a draft.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author is Owner The author of this PR is a listed owner of the package. Maintainer Approved Other Approved This PR was reviewed and signed-off by a community member. Owner Approved A listed owner of this package signed off on the pull request. Popular package This PR affects a popular package (as counted by NPM download counts). Self Merge This PR can now be self-merged by the PR author or an owner Unmerged The author did not merge the PR when it was ready. Untested Change This PR does not touch tests
Projects
New Pull Request Status Board
Waiting for Author to Merge
Development

Successfully merging this pull request may close these issues.

None yet

7 participants