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

🎨 change location of adapters #8286

Merged
merged 3 commits into from
Apr 7, 2017

Conversation

kirrg001
Copy link
Contributor

@kirrg001 kirrg001 commented Apr 6, 2017

closes #7687

  • change location from content/storage or content/scheduling to content/adapters/storage or content/adapters/scheduling
  • i have added a @todo to Ghost 1.0.0 Documentation  #7421 to check if both adapter types needs an update in the documentation
  • i have tested adding a custom storage adapter, works

Note: we could do way more for adapter improvements e.g. transform scheduling into classes and source out scheduling base, but scheduling is right now not a candidate for having lot's of custom adapters available. We build a good JavaScript solution, people usually use as default. Furthermore, we could group the default adapters into one folder e.g. core/server/adapters. But as we would like to re-group our folders anyway, we can do that after 1.0 launch. Or pre launch 1.0?

closes TryGhost#7687

- change location from content/storage or content/scheduling to content/adapters/storage or content/adapters/scheduling
- i have added a @todo to TryGhost#7421 to check if both adapter types needs an update in the documentation
@ErisDS ErisDS merged commit be5b584 into TryGhost:master Apr 7, 2017
@ErisDS ErisDS removed their assignment Jun 22, 2021
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.

Adapter improvements
2 participants