Piotr Sarnacki
21f25cd2bf
[deprecations] Remove all of the views from the app
2016-01-12 16:55:22 +01:00
Piotr Sarnacki
becde631d5
[deprecations] Use ember-data-filter plugin
...
At some point we may try to refactor places where we use store.filter(),
but at the moment it would result with an overly complicated code, so
I'd prefer to use a plugin.
2016-01-12 16:55:22 +01:00
Piotr Sarnacki
1c33475ff6
[deprecations] Don't use snapshot.get()
2016-01-12 16:55:22 +01:00
Piotr Sarnacki
f9df4b1896
[deprecations] Don't use before observer
2016-01-07 13:15:59 +01:00
Piotr Sarnacki
85b2837c52
[deprecations] Disable fetching records in the background by Ember Data
2016-01-07 11:28:52 +01:00
Piotr Sarnacki
39cf0b3044
[deprecations] Don't use ArrayController
2016-01-07 11:22:40 +01:00
Piotr Sarnacki
4b71704b1c
[deprecations] Don't use second argument in a property
...
This makes Ember.js think that we're trying to use the property as
setter and it's deprecated
2016-01-07 11:18:05 +01:00
Piotr Sarnacki
e7ca2c8bfe
[deprecations] Use Store#unloadRecord instaed of Store#dematerializeRecord
2016-01-07 11:18:05 +01:00
Piotr Sarnacki
a920ae9cd7
[deprecations] Use modelName instead of typeKey
2016-01-07 11:18:05 +01:00
Piotr Sarnacki
4e3a755908
[deprecations] Use Adapter#findRecord instead of Adapter#find
2016-01-07 11:18:05 +01:00
Piotr Sarnacki
a6087d4fcd
[deprecations] Use Component#_state instead of Component#state
2016-01-07 11:18:00 +01:00
Piotr Sarnacki
131a09c9c5
[deprecations] Use store.query instead of store.find where appropriate
2016-01-07 10:41:08 +01:00
Piotr Sarnacki
f5823669b2
[deprecations] Use regular computed property instead of arrayComputed
2016-01-07 10:40:17 +01:00
Piotr Sarnacki
03332a8654
[deprecations] Don't run Ember.set directly in didInsertElement
2016-01-07 10:40:14 +01:00
Piotr Sarnacki
16da227dd9
[deprecations] Use LinkComponent instead of LinkView
2016-01-07 10:35:55 +01:00
Piotr Sarnacki
959da82d91
Add config/deprecation-workflow.js
...
This config file is used by ember-cli-deprecation-workflow addon, which
allows to tackle deprecations one at a time by setting the strategy for
each deprecation.
2016-01-06 12:28:56 +01:00