Skip to content

test: coded app preview cleanup#885

Closed
fikewa-olatunji wants to merge 29 commits into
mainfrom
test/coded-app-preview-cleanup
Closed

test: coded app preview cleanup#885
fikewa-olatunji wants to merge 29 commits into
mainfrom
test/coded-app-preview-cleanup

Conversation

@fikewa-olatunji

Copy link
Copy Markdown
Contributor

Temporary draft PR to test Apollo Vertex AI Chat redirect URI cleanup on pull_request.closed. This should deploy previews, register the PR-specific AI Chat redirect URIs, then be closed to verify cleanup removes only those URIs.

Deploy Apollo preview apps through UiPath Coded Apps and remove the Vercel PR workflow.
Copilot AI review requested due to automatic review settings July 4, 2026 21:46
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Apollo Coded App preview deployments are ready.

Project Status Preview Updated (PT)
apollo-design Ready Preview · Logs Jul 04, 2026, 02:54:29 PM
apollo-docs Ready Preview · Logs Jul 04, 2026, 02:54:29 PM
apollo-landing Ready Preview · Logs Jul 04, 2026, 02:54:29 PM
apollo-vertex Ready Preview · Logs Jul 04, 2026, 02:54:29 PM

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Dependency License Review

  • 1945 package(s) scanned
  • ✅ No license issues found
  • ⚠️ 2 package(s) excluded (see details below)
License distribution
License Packages
MIT 1715
ISC 89
Apache-2.0 55
BSD-3-Clause 27
BSD-2-Clause 23
BlueOak-1.0.0 8
MPL-2.0 4
MIT-0 3
CC0-1.0 3
MIT OR Apache-2.0 2
(MIT OR Apache-2.0) 2
Unlicense 2
LGPL-3.0-or-later 1
Python-2.0 1
CC-BY-4.0 1
(MPL-2.0 OR Apache-2.0) 1
Unknown 1
Artistic-2.0 1
(WTFPL OR MIT) 1
(BSD-2-Clause OR MIT OR Apache-2.0) 1
CC-BY-3.0 1
0BSD 1
(MIT OR CC0-1.0) 1
MIT AND ISC 1
Excluded packages
Package Version License Reason
@img/sharp-libvips-linux-x64 1.2.4 LGPL-3.0-or-later LGPL pre-built binary, not linked
khroma 2.1.0 Unknown MIT per GitHub repo, missing license field in package.json

Copilot AI 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.

Pull request overview

This PR is a draft experiment to validate Apollo Vertex AI Chat redirect URI cleanup when a PR is closed, by switching PR preview deployments from the prior Vercel workflow to a new “Coded App Preview Deployments” workflow that deploys via uip-go and runs a cleanup job on pull_request.closed.

Changes:

  • Add a new PR-triggered workflow to deploy Coded App previews and update a PR comment, plus a close-triggered job to remove AI Chat redirect URIs.
  • Remove the existing Vercel deployments workflow.
  • Ignore local UiPath Coded Apps packaging artifacts in .gitignore.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.

File Description
.gitignore Ignores local UiPath coded-app packaging/build artifacts to reduce accidental commits.
.github/workflows/vercel-deploy.yml Removes the legacy Vercel deployment workflow (including push-to-main behavior).
.github/workflows/preview-deploy.yml Adds PR preview deployments via uip-go, PR comment updates, and redirect cleanup on PR close.

Comment on lines +27 to +30
permissions:
issues: write
pull-requests: write

Comment on lines +277 to +280
permissions:
issues: write
pull-requests: write

Comment on lines +363 to +369
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 1
persist-credentials: false
ref: ${{ github.event.pull_request.base.sha }}

Comment on lines +3 to +8
on:
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
- 'support/**'
@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage + size by package

Per-package bundle size on this PR (no JS/TS source changes detected under packages/* or web-packages/*).

Package Coverage New-line coverage Packed (gzip) Unpacked vs main
@uipath/apollo-core 9.0% 43.82 MB 57.31 MB ±0
@uipath/apollo-react 34.5% 7.27 MB 27.60 MB ±0
@uipath/apollo-wind 40.1% 392.6 KB 2.55 MB +9 B
@uipath/ap-chat 85.8% 43.41 MB 55.85 MB ±0

"Coverage" is each package's own coverage.include scope (e.g. apollo-core instruments only scripts/). "Packed"/"Unpacked" come from npm pack --dry-run and only cover built packages — "—" means not measured this run (package not affected / not built). "vs main" is the packed (gzipped) delta against the last successful main build (the package-sizes artifact from the Release workflow); "—" there means no main baseline was available this run. The baseline is main's latest build, not this PR's exact merge-base, so it includes any drift since the branch diverged. Packages with no vitest config are omitted.

@fikewa-olatunji

Copy link
Copy Markdown
Contributor Author

Cleanup flow test: preview deployment registered the Apollo Vertex AI Chat redirect URIs, now closing to trigger redirect cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci size:XL 500-999 changed lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants