Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 6, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

bartholomew-smith bot and others added 4 commits March 5, 2024 14:19
* docstring

* installation id

[release:minor]

* style: format code with Black and isort

This commit fixes the style issues introduced in 0a69ee7 according to the output
from Black and isort.

Details: #196

* deepsource

* deepsource

* refactor: autofix issues in 1 file

Resolved issues in githubapp/config.py with DeepSource Autofix

* sonar ignore sonar.exclusions

* sonar

---------

Co-authored-by: Heitor Polidoro <heitor.polidoro@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* refactor: replace `json.dumps()` with `json.dump()`

The `json` module provides two ways to write JSON data: a `.dumps()` method that accepts a JSON string, and a `.dump()` method, that works with files directly. So instead of using `json.dumps()` and writing to a file manually, it is

* style: format code with Black and isort

This commit fixes the style issues introduced in 76354e5 according to the output
from Black and isort.

Details: #197

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Copy link

semanticdiff-com bot commented Mar 6, 2024

Review changes with SemanticDiff.

Analyzed 22 of 27 files.

Overall, the semantic diff is 16% smaller than the GitHub diff.

1 files do not contain logic changes.

File Information
Filename Status
.autoreleasegenerator.yml Unsupported file format
.github/workflows/pypi-publish.yml Unsupported file format
README.md Unsupported file format
✔️ githubapp/__init__.py Analyzed
✔️ githubapp/config.py 30.91% smaller
✔️ githubapp/event_check_run.py Analyzed
✔️ githubapp/events/__init__.py Analyzed
✔️ githubapp/events/check_run.py 14.36% smaller
✔️ githubapp/events/check_suite.py 14.89% smaller
✔️ githubapp/events/create.py Analyzed
✔️ githubapp/events/event.py 40.11% smaller
✔️ githubapp/events/issue_comment.py 40.88% smaller
✔️ githubapp/events/issues.py 87.73% smaller
✔️ githubapp/events/pull_request_review.py 12.42% smaller
✔️ githubapp/events/push.py 4.52% smaller
✔️ githubapp/events/release.py Analyzed
✔️ githubapp/events/status.py 2.67% smaller
✔️ githubapp/webhook_handler.py 50.7% smaller
✔️ payload_helper.py 76.76% smaller
requirements.txt Unsupported file format
sonar-project.properties Unsupported file format
✔️ tests/conftest.py No logic changes found
✔️ tests/test_config.py 13.7% smaller
✔️ tests/test_event.py 1.38% smaller
✔️ tests/test_event_check_run.py Analyzed
✔️ tests/test_webhook_handler.py 73.47% smaller
✔️ tests/test_webhook_handler_flask.py 5.43% smaller

Copy link

restack-app bot commented Mar 6, 2024

No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews.

Copy link

coderabbitai bot commented Mar 6, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

pr-code-reviewer bot commented Mar 6, 2024

👋 Hi there!

Everything looks good!


Automatically generated with the help of gpt-3.5-turbo.
Feedback? Please don't hesitate to drop me an email at webber@takken.io.

Copy link

instapr bot commented Mar 6, 2024

Feedback:

  • Please provide a detailed description of the changes made in the pull request.
  • Remove the sponsorship message from the PR body as it is not relevant to the code changes.

@pull pull bot added the ⤵️ pull label Mar 6, 2024
heitorpolidoro and others added 17 commits April 4, 2024 16:49
* feat(Event): test

* style: format code with Black and isort

This commit fixes the style issues introduced in 77ab8c3 according to the output
from Black and isort.

Details: #203

* [release:minor]

* fix(Test): rename

* chore(Test): remove kwargs: dict

* chore(Test): dict -> dict[str,str]

* style: format code with Black and isort

This commit fixes the style issues introduced in 6e883d8 according to the output
from Black and isort.

Details: #203

* fix(Test): typos

---------

Co-authored-by: Heitor Polidoro <heitor.polidoro@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* style(Sonar):

* style(Sonar):

* style: format code with Black and isort

This commit fixes the style issues introduced in 9db9a04 according to the output
from Black and isort.

Details: #205

* style(Sonar):

* style: format code with Black and isort

This commit fixes the style issues introduced in cfa4186 according to the output
from Black and isort.

Details: #205

* style(Sonar):

* style(Deepsource):

---------

Co-authored-by: Heitor Polidoro <heitor.polidoro@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* feat(Config): call_if decorator

[release:0.25.0]

* style: format code with Black and isort

This commit fixes the style issues introduced in ab46a23 according to the output
from Black and isort.

Details: #208

* chore(Sonar)

* chore(Sonar)

* style: format code with Black and isort

This commit fixes the style issues introduced in a6ee6f4 according to the output
from Black and isort.

Details: #208

* refactor(Config): remove eval

---------

Co-authored-by: Heitor Polidoro <heitor.polidoro@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit fixes the style issues introduced in 6bd31b2 according to the output
from Black and isort.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* feat(Config): EventCheckRun

[release:0.27.0]

* style: format code with Black and isort

This commit fixes the style issues introduced in 7fbd6bd according to the output
from Black and isort.

Details: #210

* feat(Deepsource):

---------

Co-authored-by: Heitor Polidoro <heitor.polidoro@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
[release:0.27.1]
[release:0.27.1]
@ammar-ahmed-butt ammar-ahmed-butt changed the title [pull] master from heitorpolidoro:master GF-36: master from heitorpolidoro:master Apr 19, 2024
@ammar-ahmed-butt ammar-ahmed-butt merged commit df000c0 into ammar-knowledge:master Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants