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 LinkeDOMCrawler #1907

Merged
merged 5 commits into from
Jun 7, 2023
Merged

feat: add LinkeDOMCrawler #1907

merged 5 commits into from
Jun 7, 2023

Conversation

Strajk
Copy link
Contributor

@Strajk Strajk commented May 8, 2023

The clean approach of #1879
as discussed #1890 (comment)

2023-05-09 16:05 Rebased

@Strajk Strajk marked this pull request as ready for review May 8, 2023 10:08
@Strajk
Copy link
Contributor Author

Strajk commented May 29, 2023

🏓

Copy link
Member

@B4nan B4nan left a comment

Choose a reason for hiding this comment

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

we need some tests too :] maybe just duplicate this e2e test for jsdom?

https://github.com/apify/crawlee/tree/master/test/e2e/jsdom-default-ts

@@ -7,6 +7,7 @@
"@crawlee/basic": ["packages/basic-crawler/src"],
"@crawlee/browser": ["packages/browser-crawler/src"],
"@crawlee/http": ["packages/http-crawler/src"],
"@crawlee/linkedom": ["packages/linkedom-crawler/src"],
Copy link
Member

Choose a reason for hiding this comment

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

this also needs to be done in the root tsconfig.json (iirc that is what the IDE/ts language server is using when you want to click to definition, etc)

@@ -0,0 +1,64 @@
{
"name": "@crawlee/linkedom",
"version": "3.3.1",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"version": "3.3.1",
"version": "3.3.2",

and this will require regenerating the lockfile, plus a rebase is needed anyway i guess

@Strajk
Copy link
Contributor Author

Strajk commented Jun 5, 2023

  • added e2e tests
  • bumped version
  • rebased

tenor-7034491

test/e2e/linkedom-default-ts/actor/Dockerfile Outdated Show resolved Hide resolved
test/e2e/linkedom-default-ts/actor/Dockerfile Outdated Show resolved Hide resolved
test/e2e/linkedom-default-ts/actor/main.ts Outdated Show resolved Hide resolved
@B4nan B4nan merged commit 1c69560 into apify:master Jun 7, 2023
@B4nan
Copy link
Member

B4nan commented Jun 7, 2023

sorry for the waiting, and thanks again :]

@Strajk Strajk deleted the feat/linkedomcrawler branch June 7, 2023 13:11
@Strajk
Copy link
Contributor Author

Strajk commented Jun 7, 2023

tenor-263485356
tenor-104075553
tenor-8894384

thxxx! no worries mr. banan :))

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