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

Load components from the configuration file #15

Closed
piraz opened this issue Jun 30, 2015 · 1 comment
Closed

Load components from the configuration file #15

piraz opened this issue Jun 30, 2015 · 1 comment
Assignees
Milestone

Comments

@piraz
Copy link
Contributor

piraz commented Jun 30, 2015

Load components defined into the configuration files.

piraz referenced this issue in piraz/firenado Jul 1, 2015
the library and application files.

Started to load the application configuration file to the conf
module. Data sources, pythonpath and port are being loaded by now.

Application configs are used during the application bootstrap.

Components declared in the library and application config files
are being loaded too.

Refers: #4, #14, #15

Components de
@piraz piraz added this to the firenado 0.1 milestone Jul 2, 2015
piraz referenced this issue in piraz/firenado Jul 2, 2015
…lers during the application bootstrap.

The applicatio run task is running correctly and handlers
registered on the library and application configuration are
resolving too.

To get this working the enabled components on conf.components were
loaded during the application bootstrap and the handlers registere
on them were added to the Tornado application.

Used the pythonpath insted of python_path on the application run
task.

Refers: #15
Fixes: #14
@piraz piraz changed the title Load components form the configuration file Load components from the configuration file Jul 2, 2015
@piraz piraz self-assigned this Jul 2, 2015
piraz referenced this issue in piraz/firenado Jul 24, 2015
As classes are loaded from the config in runtime a funciton was
introduced to conf to help with this task.

Used the function to load modules during the application bootstrap.

Refs: #3 #15.
@piraz
Copy link
Contributor Author

piraz commented Sep 11, 2015

Components are being loaded from the config file.

@piraz piraz closed this as completed Sep 11, 2015
piraz added a commit that referenced this issue Sep 8, 2016
Getting changes from candango September, 7 2016.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant