Skip to content

data sync - #498

Open
mohitpubnub wants to merge 39 commits into
masterfrom
CLEN-3438
Open

data sync#498
mohitpubnub wants to merge 39 commits into
masterfrom
CLEN-3438

TEST(dataSync): channels crud, projection tests added and test helpers.

6b926d4
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Sep 4, 2026 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- src/core/components/request.ts  1
- src/core/endpoints/subscribe.ts  7
- src/errors/pubnub-api-error.ts  14
- src/core/components/token_manager.ts  21
- src/core/types/api/data-sync.ts  19
- src/core/endpoints/data_sync/channel/create.ts  12
- src/core/endpoints/data_sync/channel/get-all.ts  7
- src/core/endpoints/data_sync/channel/get.ts  6
- src/core/endpoints/data_sync/channel/remove.ts  11
- src/core/endpoints/data_sync/channel/update.ts  23
- src/core/endpoints/data_sync/entity/create.ts  13
- src/core/endpoints/data_sync/entity/get-all.ts  9
- src/core/endpoints/data_sync/entity/get.ts  6
- src/core/endpoints/data_sync/entity/remove.ts  11
- src/core/endpoints/data_sync/entity/update.ts  23
- src/core/endpoints/data_sync/membership/create.ts  13
- src/core/endpoints/data_sync/membership/get-all.ts  7
- src/core/endpoints/data_sync/membership/get.ts  6
- src/core/endpoints/data_sync/membership/remove.ts  11
- src/core/endpoints/data_sync/membership/update.ts  23
- src/core/endpoints/data_sync/relationship/create.ts  14
- src/core/endpoints/data_sync/relationship/get-all.ts  9
- src/core/endpoints/data_sync/relationship/get.ts  6
- src/core/endpoints/data_sync/relationship/remove.ts  11
- src/core/endpoints/data_sync/relationship/update.ts  23
- src/core/endpoints/data_sync/user/create.ts  12
- src/core/endpoints/data_sync/user/get-all.ts  7
- src/core/endpoints/data_sync/user/get.ts  6
- src/core/endpoints/data_sync/user/remove.ts  11
- src/core/endpoints/data_sync/user/update.ts  23
- src/core/pubnub-data-sync.ts  175
- src/core/endpoints/data_sync/channel/set.ts  14
- src/core/endpoints/data_sync/entity/set.ts  14
- src/core/endpoints/data_sync/membership/set.ts  15
- src/core/endpoints/data_sync/relationship/set.ts  15
- src/core/endpoints/data_sync/user/set.ts  14
- src/entities/data-sync-channel.ts  2
- src/entities/data-sync-entity.ts  2
- src/entities/data-sync-membership.ts  2
- src/entities/data-sync-relationship.ts  2
- src/entities/data-sync-subscribable.ts  25
- src/entities/data-sync-user.ts  2
         

Complexity decreasing per file
==============================
+ src/core/endpoints/access_manager/grant_token.ts  -22
         

See the complete overview on Codacy