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

4417 fix codeql issues #5793

Merged
merged 15 commits into from Oct 7, 2022
Merged

4417 fix codeql issues #5793

merged 15 commits into from Oct 7, 2022

Conversation

michaelrogers
Copy link
Contributor

@michaelrogers michaelrogers commented Sep 20, 2022

Closes #4417

Describe your changes:

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Changes appear not to be breaking changes?
  • Appropriate unit tests included?
  • Code style and in-line documentation are appropriate?
  • Commit messages meet standards?
  • Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
  • Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)

@michaelrogers michaelrogers linked an issue Sep 20, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 20, 2022

Codecov Report

Merging #5793 (ed9c4a4) into master (866859a) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head ed9c4a4 differs from pull request most recent head b7f1ada. Consider uploading reports for the commit b7f1ada to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5793      +/-   ##
==========================================
- Coverage   54.12%   54.09%   -0.03%     
==========================================
  Files         598      598              
  Lines       22945    22945              
  Branches     2076     2076              
==========================================
- Hits        12418    12413       -5     
- Misses       9945     9950       +5     
  Partials      582      582              
Flag Coverage Δ *Carryforward flag
e2e-ci 39.49% <ø> (ø) Carriedforward from 212a78b
e2e-full 51.23% <ø> (ø) Carriedforward from 212a78b
e2e-stable 48.73% <ø> (-0.01%) ⬇️
unit 50.30% <ø> (-0.04%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...c/plugins/persistence/couch/CouchObjectProvider.js 50.43% <0.00%> (-1.08%) ⬇️

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 866859a...b7f1ada. Read the comment docs.

@michaelrogers michaelrogers marked this pull request as ready for review September 20, 2022 20:22
Copy link
Collaborator

@unlikelyzero unlikelyzero left a comment

Choose a reason for hiding this comment

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

These changes look great!

Can you update our relevant documentation with why these matter?

Also, can you create a calendar event/ticket to remove LGTM in december 2022? It looks like it's shutting down

@unlikelyzero
Copy link
Collaborator

@michaelrogers it looks like app.js will be removed sooner than I thought. We should wait until #5797 is merged and then updated accordingly

@akhenry
Copy link
Contributor

akhenry commented Oct 3, 2022

app.js has been removed. Can we move ahead with this?

@michaelrogers michaelrogers removed the request for review from ozyx October 6, 2022 17:07
@unlikelyzero unlikelyzero added this to the Target:2.1.2 milestone Oct 7, 2022
Copy link
Collaborator

@unlikelyzero unlikelyzero left a comment

Choose a reason for hiding this comment

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

This looks great. We just need to ignore **/*.spec.js changes, and this is gtg

@michaelrogers michaelrogers enabled auto-merge (squash) October 7, 2022 16:25
@michaelrogers michaelrogers merged commit 026eb86 into master Oct 7, 2022
@michaelrogers michaelrogers deleted the 4417-fix-codeql-issues branch October 7, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CodeQL issues
4 participants