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

Real modules #675

Merged
merged 7 commits into from
Nov 16, 2020
Merged

Real modules #675

merged 7 commits into from
Nov 16, 2020

Conversation

adrianmroz
Copy link
Collaborator

@adrianmroz adrianmroz commented Nov 9, 2020

Closes #666

@adrianmroz adrianmroz changed the title Add plugin settings to ServerSettings Real modules Nov 10, 2020
Copy link
Member

@mkuthan mkuthan left a comment

Choose a reason for hiding this comment

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

Keep going

if (!module || !isFunction(module.plugin)) {
LOGGER.warn(`Couldn't load module ${name} from path ${path}`);
}
module.plugin(app, settings, SERVER_SETTINGS, appSettings, LOGGER);
Copy link
Member

Choose a reason for hiding this comment

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

Add info log about loaded modules

Base automatically changed from feature/modules to master November 10, 2020 09:53
@adrianmroz adrianmroz merged commit 06a4815 into master Nov 16, 2020
@adrianmroz adrianmroz deleted the feature/real-modules branch November 16, 2020 11:06
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.

Plugin system for turnilo backend
3 participants