Conversation
Collaborator
scazan
commented
Jan 28, 2026
- Client Side Permissions for ProcessBuilder (Client Side Permissions for ProcessBuilder #501)
- Add skipCache (Add skipCache #509)
- Replace legacy encoders in proposal endpoints (Replace legacy encoders in proposal endpoints #510)
- Run e2e dev server on diff port (Run e2e dev server on diff port #513)
- Improve vitest config (Improve vitest config #511)
- Fix active process notification href (Fix active process notification href #514)
- Remove .jsx from icon imports (should fix flaky builds) (Remove .jsx from icon imports (should fix flaky builds) #516)
- Add worktree rule to CLAUDE.md (Add worktree rule to CLAUDE.md #517)
- Add in temporary exception for legacy processes (Add in temporary exception for legacy processes #518)
This adds in the client side check to throw an UNAUTHORIZED error if you do not have permissions for a decision instance. For some clarity it also updated `decisionId` to `decisionProfileId` to differentiate the instance ID from the instance's profile ID. It uses our pre-existing error component which will now accept error types for different error types. <img width="564" height="405" alt="Screenshot 2026-01-27 at 12 24 55" src="https://github.com/user-attachments/assets/cd392400-0f84-4367-85a1-971a9ce50a36" /> --------- Co-authored-by: Valentino Hudhra <2587839+valentin0h@users.noreply.github.com>
- **Add skip cache** - **Skip cache for draft proposals** - **Improve types**
To be able to run `pn dev` and `pn dev:e2e` side by side. App: `:4100` API: `:4300` When we start using other services in e2e (like realtime, tiptap, etc) we can add those separate ports then, if needed.
- Uses `run` instead of `watch` to run tests - Optimises for speed by setting `--maxWorkers` to a good balance (depending on cores) without ovewhelming the supabase gotrue service (which results in errors)
Fixes the navigation to a legacy decision page, but active decisions are not legacy which would crash.
With the mention of flaky builds I remembered running into issues with the way a handful of icons were being imported in the LoginPanel component. This removes the `.jsx` from the imports which should fix this particular issue.
Adds in a rule to tell agents not to go searching outside of the current worktree / working directory.
To not cause issues with legacy processes that have the back button (and without complicating the code), adding in a different URL for the three processes that are complete on the live version of common temporarily.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.