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

GH-525 cache constants and GH-526 query optimizer #527

Conversation

hmottestad
Copy link
Contributor

Issue resolved (if any): #525 and #526

Description of this pull request:


Please check all the lines before posting the pull request:

  • I've created tests for all my changes
  • My pull request isn't fixing or changing multiple unlinked elements (please create one pull request for each element)
  • I've applied the code formatter (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
  • All my commits have relevant names
  • I've squashed my commits (if necessary)

@hmottestad hmottestad changed the base branch from master to dev November 27, 2024 11:36
@hmottestad hmottestad force-pushed the GH-525-cache-constants-and-GH-526-query-optimizer branch from f57744a to ed4fb40 Compare November 28, 2024 13:42
@hmottestad hmottestad force-pushed the GH-525-cache-constants-and-GH-526-query-optimizer branch from ed4fb40 to 7792de4 Compare November 28, 2024 13:51
@hmottestad
Copy link
Contributor Author

@ate47 I've added some tests and also cleaned up the commits. Should be ready for a final review or merge.

Comment on lines -58 to -59
"node-sass": "^7.0.1",
"sparql-formatter": "^0.7.6"
Copy link
Contributor Author

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 or sass-embedded instead.

Copy link
Contributor Author

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.

@ate47 ate47 merged commit d19359b into the-qa-company:dev Nov 28, 2024
8 checks passed
@hmottestad hmottestad deleted the GH-525-cache-constants-and-GH-526-query-optimizer branch November 29, 2024 10:42
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