data sync by mohitpubnub · Pull Request #498 · pubnub/javascript · GitHub
Skip to content

data sync#498

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

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

Conversation

@mohitpubnub

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

@pubnub-ops-terraform

pubnub-ops-terraform commented May 22, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/CODEOWNERS:
- Line 1: The CODEOWNERS entry currently lists "jguz-pubnub" without the
required @ prefix; update the owner token on the same line so it reads
"`@jguz-pubnub`" (i.e., change the token "jguz-pubnub" to "`@jguz-pubnub`") to
ensure GitHub recognizes the user; locate the line containing "*        
`@mohitpubnub` `@parfeon` jguz-pubnub" and add the missing @ before jguz-pubnub.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f3bb076d-503f-4e28-b5b9-465bfb055e22

📥 Commits

Reviewing files that changed from the base of the PR and between 0ad7d97 and e82c07a.

⛔ Files ignored due to path filters (64)
  • dist/web/pubnub.js is excluded by !**/dist/**, !dist/** and included by none
  • dist/web/pubnub.min.js is excluded by !**/dist/**, !**/*.min.js, !dist/** and included by none
  • dist/web/pubnub.worker.js is excluded by !**/dist/**, !dist/** and included by none
  • dist/web/pubnub.worker.min.js is excluded by !**/dist/**, !**/*.min.js, !dist/** and included by none
  • lib/core/components/request.js is excluded by !lib/** and included by none
  • lib/core/constants/operations.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/entity/create.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/entity/get-all.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/entity/get.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/entity/patch.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/entity/remove.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/entity/update.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/relationship/create.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/relationship/get-all.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/relationship/get.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/relationship/patch.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/relationship/remove.js is excluded by !lib/** and included by none
  • lib/core/endpoints/data_sync/relationship/update.js is excluded by !lib/** and included by none
  • lib/core/pubnub-common.js is excluded by !lib/** and included by none
  • lib/core/pubnub-data-sync.js is excluded by !lib/** and included by none
  • lib/core/types/api/data-sync.js is excluded by !lib/** and included by none
  • lib/core/types/transport-request.js is excluded by !lib/** and included by none
  • lib/errors/pubnub-api-error.js is excluded by !lib/** and included by none
  • lib/transport/middleware.js is excluded by !lib/** and included by none
  • lib/types/index.d.ts is excluded by !lib/** and included by none
  • package-lock.json is excluded by !**/package-lock.json, !package-lock.json and included by none
  • src/core/components/request.ts is excluded by none and included by none
  • src/core/constants/operations.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/channel/create.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/channel/get-all.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/channel/get.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/channel/patch.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/channel/remove.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/channel/update.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/entity/create.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/entity/get-all.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/entity/get.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/entity/patch.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/entity/remove.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/entity/update.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/membership/create.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/membership/get-all.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/membership/get.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/membership/patch.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/membership/remove.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/membership/update.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/relationship/create.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/relationship/get-all.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/relationship/get.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/relationship/patch.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/relationship/remove.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/relationship/update.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/user/create.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/user/get-all.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/user/get.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/user/patch.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/user/remove.ts is excluded by none and included by none
  • src/core/endpoints/data_sync/user/update.ts is excluded by none and included by none
  • src/core/pubnub-common.ts is excluded by none and included by none
  • src/core/pubnub-data-sync.ts is excluded by none and included by none
  • src/core/types/api/data-sync.ts is excluded by none and included by none
  • src/core/types/transport-request.ts is excluded by none and included by none
  • src/errors/pubnub-api-error.ts is excluded by none and included by none
  • src/transport/middleware.ts is excluded by none and included by none
📒 Files selected for processing (1)
  • .github/CODEOWNERS

Comment thread .github/CODEOWNERS Outdated
@mohitpubnub mohitpubnub marked this pull request as ready for review June 25, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants