Skip to content
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

feat: add modfied col and timezone info to schedule col #20165

Merged
merged 7 commits into from
Jun 6, 2022

Conversation

pkdotson
Copy link
Member

@pkdotson pkdotson commented May 23, 2022

SUMMARY

This pr add modfied to alerts and reports and add timezone information to schedule column

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

after

Screen Shot 2022-05-23 at 3 18 15 PM

TESTING INSTRUCTIONS

Go to alerts and reports there should be modified column and time zone information in the schedule column.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@pkdotson pkdotson changed the title feat: add modfied and timezone to to schedule col feat: add modfied col and timezone info to schedule col May 23, 2022
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #20165 (72ece59) into master (2a1dcaf) will increase coverage by 0.12%.
The diff coverage is 79.41%.

❗ Current head 72ece59 differs from pull request most recent head 5022e34. Consider uploading reports for the commit 5022e34 to get more accurate results

@@            Coverage Diff             @@
##           master   #20165      +/-   ##
==========================================
+ Coverage   66.52%   66.65%   +0.12%     
==========================================
  Files        1726     1729       +3     
  Lines       64886    64910      +24     
  Branches     6832     6842      +10     
==========================================
+ Hits        43168    43268     +100     
+ Misses      19986    19893      -93     
- Partials     1732     1749      +17     
Flag Coverage Δ
javascript 51.57% <83.07%> (+0.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...d/packages/superset-ui-chart-controls/src/types.ts 100.00% <ø> (ø)
.../BigNumber/BigNumberWithTrendline/controlPanel.tsx 25.00% <0.00%> (-8.34%) ⬇️
...gins/plugin-chart-echarts/src/Pie/controlPanel.tsx 33.33% <0.00%> (-6.67%) ⬇️
...rt-echarts/src/Timeseries/Regular/controlPanel.tsx 33.33% <0.00%> (-6.67%) ⬇️
...gin-chart-echarts/src/Timeseries/transformProps.ts 58.33% <0.00%> (-0.62%) ⬇️
...lugin-chart-echarts/src/Timeseries/transformers.ts 50.40% <ø> (ø)
...ugin-chart-pivot-table/src/plugin/controlPanel.tsx 9.09% <0.00%> (-3.41%) ⬇️
superset/models/core.py 89.15% <0.00%> (ø)
superset/utils/async_query_manager.py 81.18% <0.00%> (ø)
...et-frontend/src/explore/reducers/exploreReducer.js 34.78% <50.00%> (-1.16%) ⬇️
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a1dcaf...5022e34. Read the comment docs.

@yousoph
Copy link
Member

yousoph commented Jun 2, 2022

/testenv up

@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

@yousoph Ephemeral environment spinning up at http://54.218.198.97:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

@yousoph
Copy link
Member

yousoph commented Jun 3, 2022

/testenv up FEATURE_ALERT_REPORTS = True

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2022

@yousoph Ephemeral environment spinning up at http://52.43.5.216:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

@yousoph yousoph closed this Jun 3, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2022

Ephemeral environment shutdown and build artifacts deleted.

@yousoph yousoph reopened this Jun 3, 2022
@yousoph
Copy link
Member

yousoph commented Jun 3, 2022

/testenv up FEATURE_ALERT_REPORTS = True

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2022

@yousoph Container image not yet published for this PR. Please try again when build is complete.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2022

@yousoph Ephemeral environment creation failed. Please check the Actions logs for details.

@yousoph
Copy link
Member

yousoph commented Jun 3, 2022

/testenv up FEATURE_ALERT_REPORTS = True

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2022

@yousoph Ephemeral environment spinning up at http://54.186.233.208:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

@@ -32,14 +32,17 @@ describe('alert list view', () => {

cy.get('[data-test="listview-table"]').should('be.visible');
// check alert list view header
cy.wait(500);
/// cy.get('[data-test="sort-header"]').debug()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a debug line here, this should be deleted right?

@pkdotson pkdotson merged commit 6f0d53e into apache:master Jun 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2022

Ephemeral environment shutdown and build artifacts deleted.

@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 2.0.0 labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels preset-io size/S 🚢 2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants