Kevin Ansfield
850a223dd4
Dropped use of @classic
decorator in transforms
...
refs https://github.com/TryGhost/Admin/pull/2242
- there was no further EmberObject specific usage to migrate for these classes so the @classic decorator is not necessary
2022-02-02 18:48:59 +00:00
Gabriel Csapo
b4c3e1ae40
[chore] runs native classes codemod for app/transforms ( #2242 )
...
refs https://github.com/TryGhost/Admin/pull/2227
- a continuation of #2227 that runs the native classes codemod against app/transforms
2022-02-02 10:40:43 +00:00
Rish
5fe20898d6
Revert "Revert "Updated usage of subscriptions data for members ( #1834 )""
...
This reverts commit d539d4ca53
.
2021-02-09 07:52:40 +05:30
Rish
d539d4ca53
Revert "Updated usage of subscriptions data for members ( #1834 )"
...
This reverts commit fbd42ef33e
.
2021-02-04 11:56:26 +05:30
Rishabh Garg
fbd42ef33e
Updated usage of subscriptions data for members ( #1834 )
...
no issue
depends on cc08be0e34
The subscriptions data on member - stripe.subscriptions - is flattened to top level subscriptions in v4 API. This PR -
- Updates model to use the new data structure
- Updates serializer to handle new data structure
- Updates references to subscriptions data
2021-02-02 16:08:07 +00:00
Kevin Ansfield
ba4c53134f
Upgraded eslint-plugin-ghost
and fixed new linter errors
...
no issue
- update imports for `@ember-data` package (https://github.com/emberjs/rfcs/blob/master/text/0395-ember-data-packages.md )
- use `computed.reads` where applicable (https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/require-computed-macros.md )
- fix usage of `scheduleOnce` so that functions are only scheduled once (https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-incorrect-calls-with-inline-anonymous-functions.md )
2020-01-16 17:01:12 +00:00
Rish
5a609a785f
Enabled write operation for member name and note
...
no issue
- Allows editing member's name and note in admin
2019-10-10 17:29:35 +05:30
Rish
40fddac43c
Updated member model to use new subscriptions structure
...
no issue
Members API was updated to have new subscription structure, this updates model and its transformation to match it.
2019-10-03 23:10:42 +05:30
Rishabh Garg
c72e7b6040
Updated member management data ( #1150 )
...
no issue
- Updated hard-coded data in member management to use real values from API
2019-04-16 20:32:43 +05:30