jfrag1 opened a new pull request #13752:
URL: https://github.com/apache/superset/pull/13752


   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   
   Currently, reading execution logs for alerts and reports can be confusing.  
Several log entries can be created by a single execution run, but nothing 
indicates that they are part of the same execution, except that they have the 
same timestamp.
   
   This PR gives each execution an UUID which is truncated to 6 characters on 
the execution log view.  This way, it will be much easier to tell which log 
entries belong to which execution.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Before:
   ![Screen Shot 2021-03-23 at 1 33 22 
PM](https://user-images.githubusercontent.com/47196419/112214412-6516ef80-8bdc-11eb-984b-77bbfdfc8de7.png)
   
   After:
   ![Screen Shot 2021-03-23 at 1 34 44 
PM](https://user-images.githubusercontent.com/47196419/112214567-955e8e00-8bdc-11eb-9bae-e14a07bd11e2.png)
   
   ### TEST PLAN
   <!--- What steps should be taken to verify the changes -->
   I've only tested manually.
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [x] Changes UI
   - [x] Requires DB Migration.
   - [x] Confirm DB Migration upgrade and downgrade tested.
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to