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

Community merge conflicts #113

Merged
merged 100 commits into from
Apr 4, 2023
Merged

Community merge conflicts #113

merged 100 commits into from
Apr 4, 2023

Conversation

jdkandersson
Copy link
Contributor

@jdkandersson jdkandersson commented Mar 22, 2023

This PR ensures that community contributions are not accidentally overridden by the action.

@jdkandersson jdkandersson marked this pull request as ready for review March 31, 2023 07:42
@jdkandersson jdkandersson requested a review from a team as a code owner March 31, 2023 07:42
Copy link
Contributor

@yanksyoon yanksyoon left a comment

Choose a reason for hiding this comment

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

Initial review up to src/types_.py done, will start reviewing from tests/conftests.py :) Thank you!

.github/workflows/e2e_test.yaml Show resolved Hide resolved
prepare_check_cleanup/reconcile.py Outdated Show resolved Hide resolved
prepare_check_cleanup/reconcile.py Show resolved Hide resolved
prepare_check_cleanup/reconcile.py Outdated Show resolved Hide resolved
src/action.py Show resolved Hide resolved
yanksyoon
yanksyoon previously approved these changes Apr 3, 2023
Copy link
Contributor

@yanksyoon yanksyoon left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you :)

tests/conftest.py Outdated Show resolved Hide resolved
tests/factories.py Outdated Show resolved Hide resolved
src/content.py Outdated Show resolved Hide resolved
src/content.py Show resolved Hide resolved
src/repository.py Show resolved Hide resolved
src/action.py Show resolved Hide resolved
tests/unit/test_reconcile.py Outdated Show resolved Hide resolved
tests/unit/test_repository.py Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Apr 4, 2023

Test coverage for c76d5f2

Name                      Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------------
src/__init__.py              51      0      8      0   100%
src/action.py               156      0     46      0   100%
src/check.py                 29      0     10      0   100%
src/constants.py              4      0      0      0   100%
src/content.py               52      0      8      0   100%
src/discourse.py            156      0     34      0   100%
src/docs_directory.py        29      0      8      0   100%
src/exceptions.py            13      0      0      0   100%
src/index.py                 28      0      6      0   100%
src/metadata.py              28      0     12      0   100%
src/migration.py            106      0     35      0   100%
src/navigation_table.py      53      0     16      0   100%
src/pull_request.py          17      0      4      0   100%
src/reconcile.py             76      0     36      0   100%
src/repository.py            89      0     18      0   100%
src/types_.py               130      0     22      0   100%
---------------------------------------------------------------------
TOTAL                      1017      0    263      0   100%

Static code analysis report

Run started:2023-04-04 04:30:28.069005

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 9386
  Total lines skipped (#nosec): 14
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

Copy link

@gregory-schiano gregory-schiano left a comment

Choose a reason for hiding this comment

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

LGTM !
Finally wasn't an easy PR :)

@jdkandersson jdkandersson merged commit 69bfd6d into main Apr 4, 2023
@jdkandersson jdkandersson deleted the community-merge-conflicts branch April 17, 2023 12:31
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.

6 participants