Skip to content

Feature/update release v1.3.1#9256

Open
sonct1 wants to merge 7 commits into
makeplane:masterfrom
cmc-telecom:feature/update-release-v1.3.1
Open

Feature/update release v1.3.1#9256
sonct1 wants to merge 7 commits into
makeplane:masterfrom
cmc-telecom:feature/update-release-v1.3.1

Conversation

@sonct1

@sonct1 sonct1 commented Jun 18, 2026

Copy link
Copy Markdown

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Improvement (change that would cause existing functionality to not work as expected)
  • Code refactoring
  • Performance improvements
  • Documentation update

Screenshots and Media (if applicable)

Test Scenarios

References

Nguyễn Trọng Cường and others added 7 commits April 20, 2026 18:03
- Add KeycloakOAuthProvider with full OIDC flow support
- Add error codes (5113, 5124) and OAuth adapter integration
- Add App and Space OAuth endpoints with URL routing
- Update account model and migration for keycloak provider
- Add instance config variables and API support
- Add frontend types and OAuth hooks for web/space/admin
- Add admin config UI (toggle, form, routes)
- Add Keycloak logo assets for all three apps
- Add comprehensive unit tests for provider (16 tests, all passing)
- Add missing keycloak entry in availableAuthenticationModes array
- Add keycloak service to docker-compose-local.yml
- Add keycloak local dev guide
Add comprehensive specification for unlocking premium features in the
Plane Community Edition while maintaining upstream compatibility.

Key findings from codebase analysis:

Architecture:
- All premium UI is gated via @/plane-web/* path alias resolving to ce/
- CE stubs return <></> or upgrade banners for paid features
- Backend has ZERO edition enforcement — all API endpoints work
  regardless of Instance.edition value
- vite-tsconfig-paths supports array fallback in paths config

Strategy: Sparse overlay directory (ee-local/)
- Single tsconfig.json change: add ee-local/* as first fallback
- Override only specific CE stubs, everything else falls through
- Near-zero merge conflict risk on upstream pulls
- TypeScript type-checking detects interface drift automatically

Feature classification:
- Tier 0 (config only): OIDC/Keycloak SSO, Wiki, Real-time Collab,
  Page Versions — already fully implemented, just need env vars
- Tier 1 (overlay unlock): Active Cycles, Project Publish, Estimates,
  Issue Relations — backend + core frontend exist, CE stubs block them
- Tier 2 (needs new code): Gantt Dependency Paths, Bulk Ops, View
  Publish — backend exists but frontend needs significant implementation
- Tier 3 (not in repo): Time Tracking, Epics, Automations, RBAC, SAML,
  LDAP, PQL, etc. — no code exists, would require full development

Includes phased implementation plan, upstream pull workflow, and
overlay directory structure.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Nguyễn Trọng Cường seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8c9549d5-17d7-45b9-b961-789d5351047b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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