Actions Page Rework + Versioning + Archiving#1892
Merged
Conversation
2 tasks
c62768f to
be26563
Compare
dandelany
requested changes
Mar 19, 2026
Collaborator
There was a problem hiding this comment.
UI notes from testing with @AaronPlave today:
- The action run logs have some weird formatting/collapse behavior if you log a line that contains BOTH text and a JSON object. Eg. logging
{a: b, ...}on its own looks fine, but if you logmyObject is {a: b, ...big nested object}the logs will have some funky formatting with a timestamp inserted halfway through:
- General UI thought was that the action run results page feels "too application-y" and "not enough like a report". We discussed combining things on to one report-style page, with sections in the following order: Errors, Results, Logs, Parameters (leaving off any that don't apply). I'll run this by @nat-sims before we totally commit to it.
be26563 to
54709c6
Compare
duranb
requested changes
Mar 31, 2026
… from action logs, show preview of JSOn objects in first line
JosephVolosin
pushed a commit
that referenced
this pull request
Apr 23, 2026
* WIP migration of actions from separate page to be within workspace * Tweaks * Updated action demo * Fixes and removal of unused files * Tweak * Column size fixes * WIP * WIP updates * Tweaks * More updates * Test fixes * Format * Styling * Format * Change actions error console run link to route through onViewActionRun to open the action run in the same page but with unsaved changes prompting * Fixes and refactoring * Permissions fix * Test fix * Style tweak * Test refactor * Fix status display * Fix demo action * Reorder * Refactor ConsoleLog to be more generic by using message slot. Refactor uses of ConsoleLog to slot in custom message components. * Show message when no parameters are found when running an action * Action run console log object formatting fix * Bug fixes, prevent user from archiving last action version, prevent user from running action with no unarchived versions * Format * Add missing let declarations * Permissions fix for cancel * Rename variable * Fix * Refactor * Refactor * Fix * test: update repository URL in e2e action demo to be consistent with rename effort * UI changes: preserve whitespace in action logs, remove long timestamp from action logs, show preview of JSOn objects in first line * fix linting --------- Co-authored-by: duranb <duran.bry@gmail.com> Co-authored-by: Dan Delany <daniel.t.delany@jpl.nasa.gov>
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.
___REQUIRES_AERIE_PR___="1803"Corresponding backend branch NASA-AMMOS/plandev#1803. Closes #1778
This PR moves the actions page into the workspace and introduces action+action definition versioning and archiving.
Workflows to test:
TODO: