Skip to content

spline #1131 Re-implement SPLINE::IS_VISIBLE_FROM_TX() function to pu…#1132

Merged
wajda merged 7 commits into
developfrom
bugfix/spline-1131-aql-udf
Nov 29, 2022
Merged

spline #1131 Re-implement SPLINE::IS_VISIBLE_FROM_TX() function to pu…#1132
wajda merged 7 commits into
developfrom
bugfix/spline-1131-aql-udf

Conversation

@wajda
Copy link
Copy Markdown
Contributor

@wajda wajda commented Nov 9, 2022

…re AQL

fixes #1131

  1. Replace the SPLINE::IS_VISIBLE_FROM_TX() user defined function with inline AQL expressions

The PR is still WIP because of missing unit tests. The included in the PR aql-gen-helper.spec.ignore.ts test requires mocks for @arangodb module, particularly the aql string interpolator that is used for AQL code generation. I need to figure out how to either mock it properly, or use a real embedded database instance to run tests again.

@wajda
Copy link
Copy Markdown
Contributor Author

wajda commented Nov 9, 2022

@korel-san , any idea how to solve the unit test issue better?

@wajda wajda force-pushed the bugfix/spline-1131-aql-udf branch from 88c18d0 to 08dcbb7 Compare November 16, 2022 10:20
@wajda wajda force-pushed the bugfix/spline-1131-aql-udf branch from 08dcbb7 to d0a7118 Compare November 25, 2022 20:52
@wajda wajda marked this pull request as ready for review November 26, 2022 00:20
@wajda wajda requested a review from cerveada as a code owner November 26, 2022 00:20
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wajda wajda merged commit 71970d5 into develop Nov 29, 2022
@wajda wajda deleted the bugfix/spline-1131-aql-udf branch November 29, 2022 10:30
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.

Re-implement SPLINE::IS_VISIBLE_FROM_TX() function to pure AQL

2 participants