1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/tests
Kevin Ansfield c33e801149 Fetch config from endpoint rather than meta tags (#368)
refs TryGhost/Ghost#7628 (issue), refs TryGhost/Ghost#7631 (required)

- update `config` service to fetch from public configuration endpoint
- add `beforeModel` to `application` route to fetch config and pause further processing until the request is complete
- remove `<meta name="env-*">` tags from generated `default.hbs` and internal testing `index.html`
- add mirage config to simulate configuration endpoint and helper to simulate enabled oauth config
- update `ghost-oauth2` torii provider to use auth server URL from server-provided config
2016-10-28 14:07:50 +01:00
..
acceptance Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
helpers Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
integration Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
unit Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
.jscsrc Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
.jshintrc Update ember-cli to version 2.7.0 🚀 (#148) 2016-07-31 20:47:19 +01:00
index.html Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
test-helper.js Increase timeout in ember tests 2015-10-20 16:00:16 +01:00