Rename model suffix to entity#12
Merged
Merged
Conversation
theEvilReaper
pushed a commit
that referenced
this pull request
Jun 8, 2025
* Rename classes from model to entity * Update model class usage
theEvilReaper
added a commit
that referenced
this pull request
Jun 8, 2025
* Add license file * Migrate config renovate.json # Conflicts: # renovate.json * Add GitHub Actions workflows for PR and main branch builds * Add merge request template * Add templates for different kind of issues * Update repositories section in the publishing task * Add publish workflow * Overhaul publishData section * Downgrade version constraint * Remove publishdata usage * Update pr template * Add library plugin from micronaut * Bump version * Update dependency gradle to v8.13 * Update plugin io.micronaut.library to v4.5.2 * Update plugin io.micronaut.platform.catalog to v4.5.2 * Refactor models to use UUIDs for identifiers and implement custom UUID generation * Rename model suffix to entity (#12) * Rename classes from model to entity * Update model class usage * Update codeowners file (#13) * Update codeowners file * Update CODEOWNERS --------- Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> * Rename package to onelitefeather (#14) * Update dependency gradle to v8.14 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency com.github.f4b6a3:uuid-creator to v6.1.1 (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin io.micronaut.platform.catalog to v4.5.3 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin io.micronaut.library to v4.5.3 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency gradle to v8.14.2 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update imports and more * Update FontEntity definition (#20) * Update gradle validation action * Bump version * Update group identifier * Switch to onelitefeather in the group definition --------- Co-authored-by: Phillipp Glanz <p.glanz@madfix.me> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joltras <72395471+Joltras@users.noreply.github.com> Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com>
theEvilReaper
added a commit
that referenced
this pull request
Jul 4, 2025
* Add license file * Migrate config renovate.json # Conflicts: # renovate.json * Add GitHub Actions workflows for PR and main branch builds * Add merge request template * Add templates for different kind of issues * Update repositories section in the publishing task * Add publish workflow * Overhaul publishData section * Downgrade version constraint * Remove publishdata usage * Update pr template * Add library plugin from micronaut * Bump version * Update dependency gradle to v8.13 * Update plugin io.micronaut.library to v4.5.2 * Update plugin io.micronaut.platform.catalog to v4.5.2 * Refactor models to use UUIDs for identifiers and implement custom UUID generation * Rename model suffix to entity (#12) * Rename classes from model to entity * Update model class usage * Update codeowners file (#13) * Update codeowners file * Update CODEOWNERS --------- Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> * Rename package to onelitefeather (#14) * Update dependency gradle to v8.14 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency com.github.f4b6a3:uuid-creator to v6.1.1 (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin io.micronaut.platform.catalog to v4.5.3 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin io.micronaut.library to v4.5.3 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency gradle to v8.14.2 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update imports and more * Update FontEntity definition (#20) * Update gradle validation action * Bump version * Update group identifier * Switch to onelitefeather in the group definition --------- Co-authored-by: Phillipp Glanz <p.glanz@madfix.me> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joltras <72395471+Joltras@users.noreply.github.com> Co-authored-by: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed changes
This pull request updates the model prefix to 'entity' for database classes. This change improves the identification of class bindings that are related to database entities
Types of changes
What types of changes does your code introduce to this project?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any ofthem, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.