Skip to content

Extract .xsaccess files as JSON #16675

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

Merged
merged 7 commits into from
Jun 5, 2024
Merged

Extract .xsaccess files as JSON #16675

merged 7 commits into from
Jun 5, 2024

Conversation

mbaluda
Copy link
Contributor

@mbaluda mbaluda commented Jun 4, 2024

The JavaScript extractor now extracts SAP HANA .xsaccess files as JSON.

@mbaluda mbaluda requested a review from a team as a code owner June 4, 2024 14:30
@github-actions github-actions bot added the JS label Jun 4, 2024
@@ -182,6 +182,7 @@ public void basicTest() throws IOException {
addFile(true, LGTM_SRC, "package.json");
addFile(true, LGTM_SRC, ".eslintrc.yml");
addFile(true, LGTM_SRC, "vendor", "leftpad", "index.js");
addFile(true, LGTM_SRC, ".xsaccess");
Copy link
Contributor

Choose a reason for hiding this comment

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

The tests are still failing. I suspect this line needs to be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Now it passes but I do not see in the logs any evidence that the extraction actually happened

Copy link
Contributor

Choose a reason for hiding this comment

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

The trap file you added shows that the extraction happened.
The trap tests is another way of testing the extractor.

Copy link
Contributor

@erik-krogh erik-krogh left a comment

Choose a reason for hiding this comment

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

I don't think we need a change-note here.

@erik-krogh erik-krogh merged commit 2e5d9c3 into github:main Jun 5, 2024
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.

2 participants