-
Notifications
You must be signed in to change notification settings - Fork 9
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
GH-525 cache constants and GH-526 query optimizer #527
GH-525 cache constants and GH-526 query optimizer #527
Conversation
qendpoint-store/src/main/java/com/the_qa_company/qendpoint/utils/VariableToIdSubstitution.java
Outdated
Show resolved
Hide resolved
f57744a
to
ed4fb40
Compare
…r and move from node-sass to sass
…he StatementPattern level
ed4fb40
to
7792de4
Compare
@ate47 I've added some tests and also cleaned up the commits. Should be ready for a final review or merge. |
"node-sass": "^7.0.1", | ||
"sparql-formatter": "^0.7.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.npmjs.com/package/node-sass
This package has been deprecated
Author message:Node Sass is no longer supported. Please use
sass
orsass-embedded
instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to update in order to build the frontend.
Issue resolved (if any): #525 and #526
Description of this pull request:
Please check all the lines before posting the pull request:
mvn formatter:format
on the backend,npm run format
on the frontend) before posting my pull request,mvn formatter:validate
to validate the formatting on the backend,npm run validate
on the frontend