-
Notifications
You must be signed in to change notification settings - Fork 124
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
BED-5198 - Merge main
into stage/v6.3.1
#1035
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
* BED-5060: Add check for if user is attempting to edit their own role/SSO * BED-5060: Disable editing roles and auth method for oneself in UI * BED-5060: Finished implementation of roles/sso guarding Fix bug where user's password could get deleted Fix bug with GetAuthSecret not returning errnotfound * BED-5060: run prepare-for-codereview * BED-5060: Fix API tests * refactor: ensure audit secret audit logs are maintained * BED-5060: add tests for new errors on the API Adjust update user form to hide fields * BED-5060: Fix whitespace * BED-5060: Remove extraneous admin password --------- Co-authored-by: Mistah J <[email protected]>
* set ff to true for 6.3.0 migration file (#999) * CySQL Updates (#1005) * 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 * fix: BED-5154 - switch entity references in translation to int8[] and index values to int (#1006) --------- Co-authored-by: Arianna Cooper <[email protected]>
* BED-5065: initial change * BED-5065: adjust where error is being checked in db Adjust where error is being checked on api * BED-5065: Add error checking * BED-5065: Make error text look better * BED-5065: Add null checks to error * BED-5065: Move error logic out of helper functions * BED-5065: Add missing error checks * BED-5065: Add field specific error to principal name Move error check to useEffect * BED-5065: Remove extraneous error type Co-authored-by: mistahj67 <[email protected]> --------- Co-authored-by: mistahj67 <[email protected]>
…loading foreign members (#1029) * fix: fall back to ObjectID when DomainSID is missing while loading foreign members * chore: split out DomainSID retrival code into getNodeDomainSIDOrObjectID
* 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
superlinkx
approved these changes
Dec 20, 2024
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
Prep for merging and closing
stage/v6.3.1
Motivation and Context
This chases any historical mismatches with
main
before a PR is made to close outstage/v6.3.1
.Types of changes
Checklist: