Ghost/ghost/admin/app/routes/settings
Kevin Ansfield 352c4af1d7 Refactored usage of .get('property') with es5 getters
no issue
- ran [es5-getter-ember-codemod](https://github.com/rondale-sc/es5-getter-ember-codemod)
- [es5 getters RFC](https://github.com/emberjs/rfcs/blob/master/text/0281-es5-getters.md)
- updates the majority of `object.get('property')` with `object.property` with exceptions:
  - `.get('nested.property')` - it's not possible to determine if this is relying on "safe" path chaining for when `nested` doesn't exist
  - `.get('config.x')` and `.get('settings.x')` - both our `config` and `settings` services are proxy objects which do not support es5 getters
- this PR is not exhaustive, there are still a number of places where `.get('service.foo')` and similar could be replaced but it gets us a long way there in a quick and automated fashion
2019-03-06 13:54:14 +00:00
..
design Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
integration/webhooks Fixed sticky validation errors when editing webhooks 2018-11-13 11:40:24 +00:00
integrations Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
tags Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
code-injection.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
design.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
general.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
integration.js Added custom integrations - Content API Keys and "Site rebuild" webhooks (#1063) 2018-11-06 10:59:47 +00:00
integrations.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
labs.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
tags.js Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00