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 support to import from and export to the log engine #747

Merged
merged 7 commits into from
Aug 29, 2024

Conversation

nandorsoma
Copy link
Contributor

@nandorsoma nandorsoma linked an issue Aug 6, 2024 that may be closed by this pull request
@nandorsoma nandorsoma requested a review from henneberger August 7, 2024 08:36
@nandorsoma nandorsoma force-pushed the 731-importexport-logs branch from 11b7134 to c591b4d Compare August 19, 2024 11:09
@henneberger henneberger force-pushed the 731-importexport-logs branch 2 times, most recently from c0f183a to d719afc Compare August 29, 2024 02:59
throw addError(ErrorCode.GENERIC, node, "Could not find module [%s] at path: [%s]",
path, String.join("/", path.toStringList()));
}
if (path.getFirst().getDisplay().equals("log")) {
Copy link
Contributor

Choose a reason for hiding this comment

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

we can move this into the module loader as a custom module

Copy link
Contributor

Choose a reason for hiding this comment

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

Added #785 to address

@henneberger henneberger force-pushed the 731-importexport-logs branch from 50b905d to 52c371b Compare August 29, 2024 03:07
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
@henneberger henneberger merged commit 9253d96 into main Aug 29, 2024
1 check passed
@henneberger henneberger deleted the 731-importexport-logs branch August 29, 2024 04:04
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.

Add support to import from and export to the log engine
2 participants