Skip to content

feat: add AI platform push integration admin toggle - #5965

Merged
walker-tx merged 3 commits into
mainfrom
walker/admin-features-parity
Sep 4, 2026
Merged

feat: add AI platform push integration admin toggle#5965
walker-tx merged 3 commits into
mainfrom
walker/admin-features-parity

Conversation

@walker-tx

@walker-tx walker-tx commented Sep 1, 2026

Copy link
Copy Markdown
Member

Stack context

This PR is the third part of a four-PR stack that moves organization product-feature management from the legacy Dashboard Platform Admin surface into the standalone Admin application.

PR #6036 establishes the shared product-feature API and isolated Admin contract, and #6000 generates the private same-origin Admin SDK from it. This PR applies those foundations to the Admin Features page: it uses the generated contract for exhaustive feature classification and closes the remaining parity gap by adding AI Platform Push Integrations. The final PR can then remove the superseded Dashboard feature-management route.

What this PR does

  • migrates Admin feature reads and mutations onto the private generated Admin client
  • classifies the generated feature contract exhaustively so new features require an explicit UI decision
  • adds AI Platform Push Integrations to the organization Features page
  • preserves cache updates, rollback behavior, unauthorized redirects, pending state, and canonical organization lookup

@walker-tx
walker-tx requested a review from a team as a code owner September 1, 2026 23:52
@walker-tx walker-tx added the enhancement New feature or request label Sep 1, 2026
@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 140dc5f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 5 files

Re-trigger cubic

Comment thread client/admin/src/lib/gramAdminApi.ts Outdated
Comment thread client/admin/src/pages/organization/Features.tsx Outdated
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from b8635d6 to 541d519 Compare September 3, 2026 02:13
@walker-tx
walker-tx requested a review from a team as a code owner September 3, 2026 02:13
@walker-tx
walker-tx changed the base branch from main to walker/admin-sdk-generation September 3, 2026 02:15
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from 541d519 to 2afd4c9 Compare September 3, 2026 20:26
@walker-tx
walker-tx requested a review from adaam2 September 3, 2026 20:36
Comment thread client/admin/src/pages/organization/Features.tsx Outdated
Comment thread client/admin/src/pages/organization/Features.tsx
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from 2afd4c9 to 3720582 Compare September 3, 2026 21:16
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from 3720582 to 4b15932 Compare September 3, 2026 22:53
@walker-tx walker-tx added the ci:full Run all pull request CI jobs regardless of changed-path filters label Sep 3, 2026
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from 4b15932 to a009eab Compare September 3, 2026 23:31
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

atlas migrate lint on server/migrations

Status Step Result
No migration files detected  
ERD and visual diff generated View Visualization
No issues found View Report
Read the full linting report on Atlas Cloud

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

atlas migrate lint on server/clickhouse/migrations

Status Step Result
No migration files detected  
ERD and visual diff generated View Visualization
No issues found View Report
Read the full linting report on Atlas Cloud

@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from a009eab to 7ae8bce Compare September 3, 2026 23:39
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch 3 times, most recently from d107d21 to f65c415 Compare September 4, 2026 17:03
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from f65c415 to f620ea1 Compare September 4, 2026 17:55
Base automatically changed from walker/admin-sdk-generation to main September 4, 2026 18:15
@walker-tx
walker-tx force-pushed the walker/admin-features-parity branch from f620ea1 to 140dc5f Compare September 4, 2026 18:15
@walker-tx
walker-tx added this pull request to the merge queue Sep 4, 2026
Merged via the queue into main with commit 0731db6 Sep 4, 2026
45 checks passed
@walker-tx
walker-tx deleted the walker/admin-features-parity branch September 4, 2026 18:47
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

ci:full Run all pull request CI jobs regardless of changed-path filters enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants