Actions Page Rework + Versioning + Archiving#1892
Open
AaronPlave wants to merge 13 commits intodevelopfrom
Open
Actions Page Rework + Versioning + Archiving#1892AaronPlave wants to merge 13 commits intodevelopfrom
AaronPlave wants to merge 13 commits intodevelopfrom
Conversation
2 tasks
c62768f to
be26563
Compare
dandelany
requested changes
Mar 19, 2026
Collaborator
dandelany
left a comment
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.
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 WIP backend branch NASA-AMMOS/aerie#1803
This PR moves the actions page into the workspace and introduces action+action definition versioning and archiving.
TODO: