Ghost/core/server/adapters/scheduling/post-scheduling
Naz e370d33378 Refactored scheduling index files into class/initializer pattern
refs https://github.com/TryGhost/Team/issues/694

- This refactor is not ideal but moves us closer to the desired form of class with injectable (and testable) parameters. Allowed to refactor the test slightly so at least we can check if schedulerd  subscribed events work and if they trigger the adapter with correct data
- Ideally the api/model calls shoudl be abstracted away as well, but that's for another time
- Also got rid of completely pointless "adapters/scheduling" unit test. All it was checking was if the "init" method was called int the passe in object
2021-05-25 22:32:41 +04:00
..
index.js Refactored scheduling index files into class/initializer pattern 2021-05-25 22:32:41 +04:00
post-scheduler.js Refactored scheduling index files into class/initializer pattern 2021-05-25 22:32:41 +04:00
scheduler-intergation.js Extracted scheduling integration fetching into separate module 2021-05-24 17:34:36 +04:00
scheduling-auth-token.js Simplified scheduling-auth-token module's interface 2021-05-24 17:34:36 +04:00