-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Add audit log extra to table and improve UX #50100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
nit: Should the copy button be there for the json? Seems a bit out of place? |
I thought about hiding it when the json is collapsed. wdyt? |
Yeah, I think that would look nicer. |
+1 - good to hide it when collapsed. Less clutter on the screen and you do not see what you copy anyway. Other than this... LGTM! |
Merging and will update the json rendered input component in another PR |
* Add Audit Log events extra * Rearrange audit log columns for readability * Add expand/collapse all button for extra json
* Add Audit Log events extra * Rearrange audit log columns for readability * Add expand/collapse all button for extra json (cherry picked from commit b7b0daf)
We were missing the
extra
field on the Audit Log, which is fairly critical. Now we will try to see if it is valid json, if so, render it as such, with the option to expand/collapse the json field.Also, added a title to the page to reinforce that these are Audit Log Events.
Rearrange the columns to put any dag/run/task info at the end, because for many events they are blank.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in airflow-core/newsfragments.