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

Add database support to plantUML #1133

Closed
wants to merge 2 commits into from
Closed

Conversation

tfij
Copy link
Contributor

@tfij tfij commented Jul 5, 2023

Issue: #1132

Please review this change. If it is ok I'll add more tests.

@tfij tfij force-pushed the plantuml_with_db branch from 3cb7470 to dfa4c4b Compare July 5, 2023 22:39
private static final String ALIAS_GROUP_NAME = "alias";
private static final String ALIAS_FORMAT = "\\s*(?:as \"?" + capture("[^\" ]+", ALIAS_GROUP_NAME) + "\"?)?";

private static final String COLOR_FORMAT = "\\s*(?:#" + anyOf("\\w|/\\\\-") + "+)?";

private static final String COMPONENT_TYPE_GROUP_NAME = "componentType";
private static final String COMPONENT_TYPE_FORMAT = capture("component", COMPONENT_TYPE_GROUP_NAME) + "?";
Copy link
Contributor Author

@tfij tfij Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a component keyword is optional and lib should support both

[Comp1] <<..c1..>>

and

component [Comp1] <<..c1..>>

Currently, it supports only the first option.

Issue: TNG#1132
Signed-off-by: Tomasz Fijalkowski <3066563+tfij@users.noreply.github.com>
@tfij tfij force-pushed the plantuml_with_db branch from dfa4c4b to 4d3fa29 Compare July 6, 2023 05:50
@tfij
Copy link
Contributor Author

tfij commented Jul 6, 2023

hi @codecholeric
waiting for your feedback about the change. Then I'll apply your suggestions and add more tests.

@tfij
Copy link
Contributor Author

tfij commented Jul 20, 2023

@codecholeric and @hankem
how can I help you in reviewing this code?

@codecholeric
Copy link
Collaborator

Superseded by #1184

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.

3 participants