You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dpgaspar (via GitHub)" <gi...@apache.org> on 2023/06/16 10:23:12 UTC

[GitHub] [superset] dpgaspar opened a new pull request, #24423: chore: remove deprecated apis /slice_json/ and /annotation_json/

dpgaspar opened a new pull request, #24423:
URL: https://github.com/apache/superset/pull/24423

   ### SUMMARY
   Removes old deprecated APIs:
   - `/superset/slice_json/...` 
   - `/superset/annotation_json/...`
   
   Effort on removing deprecated APIs from `/superset`: https://github.com/apache/superset/discussions/24332
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] 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
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dpgaspar merged pull request #24423: chore: remove deprecated apis /slice_json/ and /annotation_json/

Posted by "dpgaspar (via GitHub)" <gi...@apache.org>.
dpgaspar merged PR #24423:
URL: https://github.com/apache/superset/pull/24423


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #24423: chore: remove deprecated apis /slice_json/ and /annotation_json/

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #24423:
URL: https://github.com/apache/superset/pull/24423#issuecomment-1594467922

   ## [Codecov](https://app.codecov.io/gh/apache/superset/pull/24423?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#24423](https://app.codecov.io/gh/apache/superset/pull/24423?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (8df5ba0) into [master](https://app.codecov.io/gh/apache/superset/commit/23bb1c48a13236b47cdbff65f3de6658204e7168?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (23bb1c4) will **decrease** coverage by `10.88%`.
   > The diff coverage is `100.00%`.
   
   > :exclamation: Current head 8df5ba0 differs from pull request most recent head 422bd64. Consider uploading reports for the commit 422bd64 to get more accurate results
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #24423       +/-   ##
   ===========================================
   - Coverage   68.91%   58.03%   -10.88%     
   ===========================================
     Files        1904     1904               
     Lines       73920    73879       -41     
     Branches     8119     8119               
   ===========================================
   - Hits        50944    42879     -8065     
   - Misses      20865    28889     +8024     
     Partials     2111     2111               
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | hive | `?` | |
   | mysql | `?` | |
   | postgres | `?` | |
   | presto | `53.87% <100.00%> (+0.01%)` | :arrow_up: |
   | python | `60.62% <100.00%> (-22.66%)` | :arrow_down: |
   | sqlite | `?` | |
   | unit | `54.64% <100.00%> (+0.02%)` | :arrow_up: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://app.codecov.io/gh/apache/superset/pull/24423?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [superset/views/utils.py](https://app.codecov.io/gh/apache/superset/pull/24423?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQvdmlld3MvdXRpbHMucHk=) | `49.80% <ø> (-31.19%)` | :arrow_down: |
   | [superset/views/core.py](https://app.codecov.io/gh/apache/superset/pull/24423?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQvdmlld3MvY29yZS5weQ==) | `32.75% <100.00%> (-35.92%)` | :arrow_down: |
   
   ... and [300 files with indirect coverage changes](https://app.codecov.io/gh/apache/superset/pull/24423/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org