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

feat: Add dgrid #4280

Merged

Conversation

GordonSmith
Copy link
Member

@GordonSmith GordonSmith commented Nov 4, 2024

Consoldiate simple index.html testing

Checklist:

  • The commit message is properly formatted and free of typos.
    • The commit message title makes sense in a changelog, by itself.
    • The commit message includes a "fixes" reference if appropriate.
    • The commit is signed.
  • The change has been fully tested:
    • I have viewed all related gallery items
    • I have viewed all related dermatology items
  • There are no similar instances of the same problem that should be addressed
    • I have addressed them here
    • I have raised new issues to address them separately

Testing:

@GordonSmith GordonSmith requested a review from jeclrsg November 4, 2024 14:51
Copy link
Contributor

@jeclrsg jeclrsg left a comment

Choose a reason for hiding this comment

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

@GordonSmith noticed a handful of minor things. Also, GH Actions made a comment about a test in dgrid.browser.spec.ts. I didn't follow why it had a problem with that specific test, I saw one in there where it was expecting false to be true.

// File might not exit yet ---
}

apiPackage?.members.forEach(entyrPoint => {
Copy link
Contributor

Choose a reason for hiding this comment

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

typo here, entyrPoint instead of entryPoint

@@ -8,6 +8,7 @@ const menuList = ["List item 1", "This is Item 2", "List item 3", "This is list

describe("Widget.classed", () => {
it("set/get", function () {
debugger;
Copy link
Contributor

Choose a reason for hiding this comment

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

debugger statement left in here?


// Must be last...
export { Deferred, domConstruct, Memory, QueryResults } from "@hpcc-js/dgrid-shim";
// export { Deferred, domConstruct, Memory, QueryResults } from "./dgrid-shim.ts";
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be uncommented?

@@ -0,0 +1,106 @@

Copy link
Contributor

Choose a reason for hiding this comment

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

was this file supposed to be included in the commit?

@@ -8,6 +8,7 @@ export function removeStrict(): Plugin {
build.initialOptions.write = false;
build.onEnd((result) => {
result?.outputFiles?.forEach(file => {
console.log(file.path);
Copy link
Contributor

Choose a reason for hiding this comment

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

console.log left here? or is it supposed to be, and should it have some prefix about what's happening?

Consolidate simple index.html testing

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
@GordonSmith GordonSmith merged commit 8f35244 into hpcc-systems:candidate-3.x.x Nov 6, 2024
4 checks passed
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.

2 participants