-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Create server and bot #1
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
Conversation
6e5ed57 to
3faa47d
Compare
Norbiros
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
What will happen if the server goes down for some time? Will everything be properly reconstructed
-
Why are you not using pygithub library?
-
Please, add a renovate bot config
do i really need a whole library to send 3 simple graphql requests? |
|
Do you really need |
|
cwelllllll to jakib starzyk |
9714857 to
ca6cd9b
Compare
|
todo: refactor utils (mainly dont keep them in one file) |
Norbiros
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still not sure how you want to update github_id_to_discord_id_mapping file. If a new person joins our project, you want to commit to this repository with new id and username.
we had this discussion at least once and we decided that just committing each time we add someone is good enough solution |
7004bf2 to
faee2d2
Compare
…tItemEvent - also add RWLock for forum channel
…verification utils to separate file - create separate functions for tasks like creating post or verificating signature
- split unit tests for utils into separate files - remove integration tests which are duplicated with unit tests - in integration tests test only basic flow, without checking every possibility that may occur in every function - move all fixtures and mock classes into src/tests/utils - add tests for process method in classes inheriting from ProjectItemEvent interface in test_process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 28 out of 36 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (1)
src/utils/github_api.py:44
- Syntax Error (in Python 3).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Norbiros
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk, it might work
No description provided.