-
Notifications
You must be signed in to change notification settings - Fork 127
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
Merge stage/v6.3.3
into main
#1055
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: BED-5146 - support toString and toInt * feat: BED-5130 - support instant type components epochseconds and epocmillis for datetimes * fix: BED-5149, BED-5148 - implement cypher size function and rework type inference handling * fix: BED-5138 - apply dangling constraints to projection select for all shortest path queries * fix: BED-5130 - use numeric type casts to ensure that no loss of precision takes place
… index values to int (#1006)
…#1024) * chore: introduce harness initializer that uses the GraphTestHarness interface for harness setup * chore: fix typo and some cleanup * NewADContainer * add logic to add tierzero property for test ADUsers * add nil check * add tenantID property when creating new azure tenant * chore: remove unimplemented edges from schema for better testing alignment --------- Co-authored-by: Brandon Shearin <bshearin@specterops.io>
* feat: BED-5159 - support coalesce function * fix: BED-5173 - use correct pgsql regex operator * chore: BED-5168 - enable schema manager to act independently to allow inline kind lookups and asserts in select parts of dawgs * chore: BED-5168 - update schema manager calls to support looking up the latest information in the database if there is a kind lookup failure * chore: BED-5168 - prepare for review
* fix: BED-5236 - break on error during decoding, including unexpected EOF errors * BED-5204: Resolve CVE-2024-45338 (#1031) * fix: CVE fixed by bumping Cuelang to latest (CVE was an indirect import from cue) * chore: add missing license headers * fix: bump x/net the rest of the way to v0.33.0 --------- Co-authored-by: Alyx Holms <aholms@specterops.io>
* chore: BED-5201 - PG cleanup and type checking tests * fix: BED-5185 * fix: BED-5193, BED-5171 * fix: BED-5192 * chore: prepare for codereview * chore: BED-5192 - fixup additional edge cases
* fix: BED-5255 avoid panic prone caching logic * fix: BED-5256 fix []uint64 negotiation for parameters
superlinkx
approved these changes
Jan 7, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Bringing
main
back up to date with hotfix work.Motivation and Context
Bringing
main
back up to date with hotfix work.Types of changes
Checklist: