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

build: add PR lint action #10990

Merged
merged 4 commits into from
Sep 22, 2020
Merged

Conversation

nytai
Copy link
Member

@nytai nytai commented Sep 22, 2020

SUMMARY

Brings back PR title linting. This time it run as a github actions workflow instead of a bot that depends on apache infra.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@nytai nytai changed the title build: add PR lint action fail: add PR lint action Sep 22, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2020

Codecov Report

Merging #10990 into master will increase coverage by 4.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10990      +/-   ##
==========================================
+ Coverage   61.46%   65.60%   +4.14%     
==========================================
  Files         382      815     +433     
  Lines       24139    38358   +14219     
  Branches        0     3607    +3607     
==========================================
+ Hits        14836    25164   +10328     
- Misses       9303    13086    +3783     
- Partials        0      108     +108     
Flag Coverage Δ
#cypress 56.89% <ø> (?)
#javascript 61.73% <ø> (?)
#python 61.14% <ø> (-0.32%) ⬇️

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

Impacted Files Coverage Δ
superset/db_engine_specs/mysql.py 79.16% <0.00%> (-12.50%) ⬇️
superset/db_engine_specs/sqlite.py 65.62% <0.00%> (-9.38%) ⬇️
superset/databases/commands/create.py 82.97% <0.00%> (-8.52%) ⬇️
superset/databases/commands/update.py 85.71% <0.00%> (-8.17%) ⬇️
superset/utils/celery.py 82.14% <0.00%> (-3.58%) ⬇️
superset/databases/api.py 86.17% <0.00%> (-3.20%) ⬇️
superset/models/core.py 85.35% <0.00%> (-3.04%) ⬇️
superset/db_engine_specs/postgres.py 97.43% <0.00%> (-2.57%) ⬇️
superset/views/core.py 72.09% <0.00%> (-2.38%) ⬇️
superset/result_set.py 96.69% <0.00%> (-1.66%) ⬇️
... and 437 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 dc893fe...99aa49e. Read the comment docs.

@nytai nytai marked this pull request as ready for review September 22, 2020 03:26
@nytai nytai closed this Sep 22, 2020
@nytai nytai reopened this Sep 22, 2020
@nytai nytai changed the title fail: add PR lint action build: add PR lint action Sep 22, 2020
@nytai nytai changed the title build: add PR lint action fail: add PR lint action Sep 22, 2020
@nytai nytai changed the title fail: add PR lint action build: add PR lint action Sep 22, 2020
@nytai nytai merged commit 96a61e3 into apache:master Sep 22, 2020
@nytai nytai deleted the tai/add-prlint-workflow branch September 22, 2020 04:21
amitmiran137 pushed a commit to ofekisr/incubator-superset that referenced this pull request Sep 22, 2020
…l_access/dashboard_by_id_endpoints

* upstream/master: (29 commits)
  fix(presto): default unknown types to string type (apache#10753)
  feat(row-level-security): add base filter type and filter grouping (apache#10946)
  docs: add gallery screenshot & link in README (apache#10988)
  docs: add a "Gallery" page (apache#10968)
  build: add PR lint action (apache#10990)
  adding filters back that caused issues (apache#10989)
  chore: selectors refactor in SQLLab test suite (Cypress) (apache#10944)
  ESLint: Remove ts-ignore comments (apache#10933)
  style: fix checkbox color (apache#10970)
  fix: changed disabled rules in datasets module (apache#10979)
  fix: update the time filter for 'Last Year' option in explore (apache#10829)
  fix: use nullpool even for user lookup in the celery (apache#10938)
  Allow empty observations in alerting (apache#10939)
  fix: re-enabling several globally disabled lint rules (apache#10957)
  fix: setting specific exceptions common/query_context.py (apache#10942)
  Pylint disabled rule `pointless-string-statement` is not raising warining anymore - removing (apache#10975)
  fix: pylint disabled rules in dashboard/api.py (apache#10976)
  fix: removed disabled lint rule `too-many-locals` in connectors/base/models.py (apache#10958)
  ESLint: Re-enable rule no-access-state-in-setstate (apache#10870)
  fix: simply is_adhoc_metric (apache#10964)
  ...
auxten pushed a commit to auxten/incubator-superset that referenced this pull request Nov 20, 2020
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.38.0 labels Feb 19, 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 size/M 🚢 0.38.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants