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

Extend headless and sitemap transformers to pass app URL through transformer parameter #4725

Merged
merged 3 commits into from
Jan 14, 2024

Conversation

uarlouski
Copy link
Member

No description provided.

@uarlouski uarlouski requested a review from a team as a code owner January 11, 2024 17:52
Copy link

github-actions bot commented Jan 11, 2024

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@uarlouski uarlouski force-pushed the feature/flexible-transformer-config branch from 435fdd0 to bd456d5 Compare January 11, 2024 18:10
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (60b926b) 97.41% compared to head (e447e01) 97.42%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #4725      +/-   ##
============================================
+ Coverage     97.41%   97.42%   +0.01%     
+ Complexity     6812     6579     -233     
============================================
  Files           916      916              
  Lines         18923    18939      +16     
  Branches       1260     1261       +1     
============================================
+ Hits          18433    18451      +18     
+ Misses          383      382       -1     
+ Partials        107      106       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uarlouski uarlouski force-pushed the feature/flexible-transformer-config branch from bd456d5 to e9b0a63 Compare January 12, 2024 10:14
@uarlouski uarlouski changed the title draft transfotmer Extend headless and sitemap transformers to pass app URL through transformer parameter Jan 12, 2024
|
a|main application page URL, used as initial seed URL that is fetched by the crawler to extract new URLs in it and follow them for crawling.

IMPORTANT: The main page url value defined by this property gets overriden by the value defined in `mainPageUrl` transformer parameter.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
IMPORTANT: The main page url value defined by this property gets overriden by the value defined in `mainPageUrl` transformer parameter.
IMPORTANT: The main page URL value defined by this property gets overriden by the value defined in `mainPageUrl` transformer parameter.

Comment on lines 117 to 118
+ "be removed in VIVIDUS 0.7.0, pelase see official documentation for corresponding"
+ " replacements.");
Copy link
Collaborator

Choose a reason for hiding this comment

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

it's better to provide replacement options right, instead of asking users to search for the documentation

Copy link
Member Author

Choose a reason for hiding this comment

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

well its easy to describe transformer parameter but when it comes to property name we will have it pass from child classes making it clumsy

@uarlouski uarlouski force-pushed the feature/flexible-transformer-config branch from e9b0a63 to b4168bc Compare January 12, 2024 14:14
@uarlouski uarlouski requested a review from valfirst January 13, 2024 07:10
@uarlouski uarlouski force-pushed the feature/flexible-transformer-config branch from b4168bc to 3d53f54 Compare January 13, 2024 09:45
Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

6 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@valfirst valfirst merged commit d38c883 into master Jan 14, 2024
10 checks passed
@valfirst valfirst deleted the feature/flexible-transformer-config branch January 14, 2024 13:38
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