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

Lpd 35723 optimization 11 #58

Open
wants to merge 1,076 commits into
base: master
Choose a base branch
from

Conversation

shuyangzhou
Copy link

No description provided.

danvb112 and others added 30 commits September 19, 2024 15:00
… is Submit to workflow when the object definition has a linked workflow and Save when it does not
…adding an object entry in a existing playwright test
…idgetPage since it is already being tested in super.testPostByExternalReferenceCodeSitePage()
…e locale.prepend.friendly.url.style is set to 0
…n to unregistry the right services when unpublish
…ge is true, if they are already published, deploy them again to unregistry and registry the proper services, also throws MustHaveCascadeDeletionType exception when the original objectRelationship.isEdge is true because it means that someone is trying to change the deletion type of an already existing object relationship, without this the bind method cannot be reached because the validation will throw this exception, the bind method will ensure that an new edge will have the cascade deletion type
…tion 1 is published, because a bind can be defined between draft and published objects but a draft should not be considered part of the tree because it is not published
…t means that the parent is not totally binded, so the root object definition id stored in the child should be its own id, later the object definition 1 can be published and then it should be the root
…a new pagination support at persistence layer.
… soon as possible to reduce memory footprint.
…it of it.

# breaking

## What modules/apps/portal-search/portal-search-api/src/main/java/com/liferay/portal/search/configuration/IndexerRegistryConfiguration.java

Configuration value minimumBufferAvailabilityPercentage() has been removed.

## Why

This is no longer used, the whole buffer will be flushed upon overflowing.

----
…ic was to clear out all ObjectDefiniton's ResourcePermissions' actionIds down to 0, but leaving the empty ResourcePermission as orphan data. This also leads to multi-rounds of updates for the same ResourcePerssmion row, depending on how many bits of its actionIds need to be cleared. This new logic is just doing a single round of removal of ResourcePermission in the end to stop the orphan data, and avoid the unnecessary actionIds updates.
@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

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.