-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
refactored confgWatcher usage
fix plugin stop sequence
add new method to access proxy instance
Can t find my comment about printit anymore. |
i found the right rules for parens,
:x |
Ok, thank you! |
About printit, it works that way:
From my point of view log levels are useless for a simple software like Cozy Light. Why do you need it? |
really !! disables color ? !! Why ? I don t get it sorry. Anyway, can we make it configurable at runtime ? |
Open an issue on the dedictaed repository describing your requirements. Then, we'll see what we could do. |
Ok. I'm working on the merge, please do not commit anymore on this PR. I expect to finish next week. |
add cozyLight as last argument in plugin.configure
fix start in series of app and plugin
Seems ok for shipping now. I fixed some late stuff. I ll delay some other updates to later. The problems i lately found was sufficiently important that i don t respect your demand to not commit on it. Hope it won t be too much troubles. |
Ok np, thank you! |
Sorry I can't integrate your recent commit I renamed file and it make thinks too complex to merge them. I'll tell you when I will finish the merge. |
I merged this PR so you can open a new one if you want to make fixes. I changed requires to make them look more like the Node way. |
Thank you for that big work on the codebase. That's very helpful. |
Hi, Don t worry it s not finish ; ) But at least we can focus on other topics now this is more workable. I ll give a check to the test and the merge later! thank you. |
Hi, i did not see the heavy changes you are still doing until now. Do you mind using an alternate branch than master for such large changes ? |
This said, you maybe interested to merge this commit too, helps to detect faulty apps / plugin / main server in their stop sequence. |
hi,
here is the refactoring applied. While general compatibility was kept in order to insure that no breaking changes was introduced, here is a list of interesting changes,
HTH