-
-
Notifications
You must be signed in to change notification settings - Fork 192
For names replace enum fields values symbols to abbreviations #556
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
Open
uldisn
wants to merge
25
commits into
yiisoft:master
Choose a base branch
from
d2app:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2de47ab
For models generator enum fields values constant names and methods sy…
uldisn 0059a5d
fixed
uldisn 6322210
Code formatting and added debug info in test
uldisn e0b7bcc
Adde to enum constant generation spcial case for 'minus' (-)
uldisn 5ea3ed8
Class constant array changed to property array
uldisn 1fd8c53
Added exception for "-" and validation for duplicate enum value const…
uldisn 3ca2fbd
fixed bug
uldisn 5957916
fixed bug
uldisn c7b1a87
Refactored enum test to use centralized loop for constant and method …
uldisn 22498d2
Fixed method existence checks in `ModelGeneratorTest` and corrected t…
uldisn 45874c9
Refactored `ModelGeneratorTest` to update setter and checker method n…
uldisn cb4c5a8
Updated setter method names in `ModelGeneratorTest` for consistency b…
uldisn 15098f6
Fixed typo in `ModelGeneratorTest`: corrected method name `assertTrru…
uldisn 9b01122
Fixed typo in `ModelGeneratorTest`: corrected `isTypeMinusB` to `isTy…
uldisn ecef46f
Refactored `Generator` to introduce `EnumGenerator` for cleaner ENUM …
uldisn 6170d24
Fixed bug #558: Resolved issue with generating rules for multiple fie…
uldisn 9b9507c
Removed duplicate changelog entries for bug fixes #556 and #558.
uldisn 78469ef
Added changelog entry for bug #558: Fixed issue with generating rules…
uldisn 81febdd
Added missing newline in changelog after bug #558 entry.
uldisn b6c63c2
Updated `EnumGenerator` to accept `Generator` instance, refactored me…
uldisn e449482
Updated `EnumGenerator` to accept `Generator` instance, refactored me…
uldisn 5d0fd23
Removed changelog entry for bug #556 as unnecessary.
uldisn 886b5ca
Fixed duplicate constant name generation in `EnumGenerator` and updat…
uldisn 96c2def
Refactored `EnumGenerator` to replace `createValueForName` with `crea…
uldisn ac27c75
Update CHANGELOG.md
uldisn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.