Ghost/core/server/data/schema
Aileen Nowak 35ecaee6d3 Slack integration
closes #6584
- Frontend Changes:
	- adds 'Apps' to Navigation Menu
	- adds 'Slack' as nested page to Apps
	- adds `apps.css`
	- adds `slack-integration` model and uses `slack-settings` custom transform to parse JSON file
	- adds validation for `slack` model
	- adds fixtures and `slack/test` API endpoint to Mirage
	- adds acceptance tests for `apps-test` and `slack-test`
	- adds unit tests for `slack-settings` and `slack-integration`
- Backend Changes:
	- adds API endpoint `slack/test` to send Test Notification
	- adds default-values for slack model
	- sends payload to slack:
		- text: the url of the blogpost / test message
		- icon_url: url to ghost logo
		- username: Ghost
	- adds `slack/index.js` to send webhook to slack if
		- a new post is published (if slack webhook url is saved in settings)
		- user clicks on 'Send Test Notification' in UI
	- adds `slack.init()` to `server.index.js` to add event listener
	- adds unit test for `slack/index`
2016-05-08 12:49:15 +02:00
..
clients Move db connection out of config 2016-02-12 13:56:23 +00:00
checks.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
commands.js Split migrations/index.js & add tests 2016-03-15 10:11:33 +00:00
default-settings.json Slack integration 2016-05-08 12:49:15 +02:00
index.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
schema.js deps: validator@5.1.0 2016-04-19 09:39:12 +08:00
versioning.js Rewrite DB update to be explicit 2016-03-17 21:17:19 +00:00