1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/mirage/factories
Kevin Ansfield 519b736015
Added initial custom integrations UI (#1051)
refs https://github.com/TryGhost/Ghost/issues/9865, https://github.com/TryGhost/Ghost/issues/9942

- `integration`, `api-key`, and `webhook` models and respective mirage mocks
- moves integration routes around to match ember's concept of nested routes (nested routes reflect nested UI not nested URLs)
- adds custom integrations list to integrations screen
- adds custom integration screen
  - allow editing of integration details
  - show list of webhooks
  - webhook creation modal

NB: the `enableDeveloperExperiments` flag needs to be enabled in the `config.development.json` file for the custom integrations UI to be displayed until it's out of development.
2018-10-18 00:18:29 +01:00
..
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
invite.js Bump ember-cli-mirage to 0.4.2 (#969) 2018-03-19 09:53:17 +00:00
notification.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
post.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
role.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
subscriber.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
tag.js 🔥 Adapt image property changes (#661) 2017-04-24 18:22:39 +01:00
user.js Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00