-
Notifications
You must be signed in to change notification settings - Fork 853
validation: AQL functions #11327
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
validation: AQL functions #11327
Conversation
…ql-functions * origin/devel: (25 commits) Bug fix/fixes 20200318 (#11319) updated CHANGELOG Feature/out of search in range (#11324) fix "fix" for collection figures (#11323) updated CHANGELOG compilation fixes for clang-10s more strict checking (#11316) fix failing query (#11317) KShortestPathsExecutor must reset its KShortestPathFinder, including all caches. (#11312) Feature/aql subquery execution block impl execute implementation expected number of rows (#11274) Add DTRACE points to measure request timings. (#11245) USE_STRICT_OPENSSL is Off by default Fix usesRevisionAsDocumentId population and add syncByRevision flag (#11314) Traversal Bugfix (#11310) Bug fix/issue 11275 (#11299) added simple test (#11301) Fix some typos (#10173) Documentation/typos 2020-01-24 (#10975) Update CHANGELOG Some cleanup for new executor test code, which accidentally fixes ASAN failures in ExecutorTestHelper (#11283) LZ4 update (#11306) ...
I still think it is very stupid to block the way to have more than one validator in the future. This will be the last time I mention that. I'll change validation to |
@ObiWahn : noted. But we have to keep usability in balance with internal flexibility. And in case we don't make any use of that flexibility, it just feels stupid to have an unnecessary complex user-facing API and an unnecessary complex internal API. |
@jsteemann |
@ObiWahn : yes, that is fine. Then please make it return just the schema, if there is any, and |
@ObiWahn : also happy to set this in stone. |
…ql-functions * origin/devel: Bug fix/schema validation return code (#11341) Fix explainer output when restricting collections (#11338) remove tabstops Improve endpoint handling. (#11236) revert HTTP return code change for user API, add tests (#11331) remove unused header files (#11320) Feature/aql subquery execution block impl execute implementation batch sub queries (#11318) Fix isAdminUser. (#11326)
Not using clang-format-9 the spacing is what our formating rules specify.
…ql-functions * origin/devel: Introduce more type-safe identifiers (#11270)
…ture/validation-aql-functions * 'devel' of https://github.com/arangodb/arangodb: upgrade RocksDB (#11308)
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
…ture/validation-aql-functions * 'devel' of https://github.com/arangodb/arangodb: Allow easier removal of validation rules. (#11346)
601625c
to
2b6d11a
Compare
…ture/validation-aql-functions * 'devel' of https://github.com/arangodb/arangodb: cheapify IN lookups on unsorted arrays (#11342) Bug fix/fix msvc2019 build (#11052)
…idation-aql-functions
…idation-web-ui * 'devel' of github.com:arangodb/arangodb: Fix an agency supervision bug. (#11356) (mostly) restore pre-3.7 API behavior (#11364) validation: AQL functions (#11327) Check MSVC_VERSION instead of CMAKE_GENERATOR (#11351) added sleep time (lousy fix) Feature/aql interleave function (#11352) cheapify IN lookups on unsorted arrays (#11342) Bug fix/fix msvc2019 build (#11052)
…ture/utf-8-validation * 'devel' of https://github.com/arangodb/arangodb: (21 commits) Bug fix/headers cleanup (#11391) Feature/internal issue #672 (#11370) GraphNodes now copy the graph when cloned (#11345) fix lame compile error Feature/aql subquery execution block impl execute implementation harvesting (#11349) remove obsolete recoveryData Feature/dismantle mmfiles (#11354) Fix an agency supervision bug. (#11356) (mostly) restore pre-3.7 API behavior (#11364) validation: AQL functions (#11327) Check MSVC_VERSION instead of CMAKE_GENERATOR (#11351) added sleep time (lousy fix) Feature/aql interleave function (#11352) cheapify IN lookups on unsorted arrays (#11342) Bug fix/fix msvc2019 build (#11052) Allow easier removal of validation rules. (#11346) upgrade RocksDB (#11308) Introduce more type-safe identifiers (#11270) Bug fix/schema validation return code (#11341) Fix explainer output when restricting collections (#11338) ...
Uh oh!
There was an error while loading. Please reload this page.