-
Couldn't load subscription status.
- Fork 14
[WIP ]feat: update user and organization metadata #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP ]feat: update user and organization metadata #428
Conversation
Codecov Report
@@ Coverage Diff @@
## pajgo-feat/delete-inactive-users #428 +/- ##
===================================================================
Coverage ? 94.54%
===================================================================
Files ? 129
Lines ? 2366
Branches ? 0
===================================================================
Hits ? 2237
Misses ? 129
Partials ? 0
Continue to review full report at Codecov.
|
test/suites/updateMetadata.js
Outdated
| }); | ||
|
|
||
| it('must be able to run dynamic scripts / namespace fully available', function test() { | ||
| const dispatch = simpleDispatcher(this.users.router); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
теперь можно this.users.dispatch использовать если добавить INTERNAL транспорт в action
test/suites/updateMetadata.js
Outdated
| }); | ||
| }); | ||
|
|
||
| it('must be able to run dynamic scripts / namespace fully available', function test() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
предпочтительнее async использовать теперь
* promise to async
* remove key validation
* promise to async
* remove key validation
25186e7 to
d9f0aad
Compare
* test fix -> sentinel response order
|
Closed with re at #431 |
Sub task for Inactive users delete.
Added audience tracking and moved script logic to the LUA Script.