generated from TogetherCrew/python-service
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Development #70
Merged
Merged
Development #70
Changes from 20 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
f62113b
feat: Added actions matrix creation!
amindadgar 60f668c
feat: zeroing self interactions!
amindadgar 637fe3e
fix: isort linter issue!
amindadgar 229c9b5
fix: linter issue again!
amindadgar 5586800
fix: linter issue again!
amindadgar 5d2c1d9
feat: added ignore received interactions!
amindadgar 65cf2ec
feat: Added user action test cases!
amindadgar 86b3e24
fix: isort linter!
amindadgar 13e4a00
feat: Added test case for other activities than active!
amindadgar 809ead9
fix: we were ignoring interactions wrong!
amindadgar f32d482
update: remove TODO comment!
amindadgar 3180fdb
feat: more modularizing code!
amindadgar 2e92964
fix: linter issues!
amindadgar e6d7fcd
fix: reactions weren't being ignored!
amindadgar 00720f3
fix: isort linter error!
amindadgar cb74ee3
feat: delete comments!
amindadgar e2566b7
feat: update dependency version!
amindadgar 0ed7861
Merge pull request #68 from TogetherCrew/feat/interaction-to-action
cyri113 315497c
feat: update test case command!
amindadgar 79b43c0
Merge pull request #69 from TogetherCrew/feat/update-CI
amindadgar edde9c9
update: dependency lib version!
amindadgar cb129fa
Merge pull request #71 from TogetherCrew/feat/update-core-analyzer-li…
amindadgar 0b5d072
fix: code cleaning + removing some unnecessary codes!
amindadgar c815dd4
fix: update import names based on changes!
amindadgar 2ad361a
feat: updating workflows based on new changes!
amindadgar a5d4c75
fix: more test cases based on updates!
amindadgar 4ff3cf1
fix: test case!
amindadgar 68760e9
fix: isort linter issue!
amindadgar 11049d8
fix: more cleaning for redis, and mongo clients!
amindadgar 20e682a
Merge pull request #81 from TogetherCrew/wip-80
amindadgar 8429bc2
fix: wrong variable call!
amindadgar 5d607aa
fix: black linter issue!
amindadgar f67715e
fix: isort linter issues!
amindadgar 8b380e2
fix: black linter issue!
amindadgar 27e3980
fix: test case with latest code updates!
amindadgar fb00b17
fix: variable refrenced before assignment!
amindadgar f3051c8
fix: wrong param reading discord_utils.py!
amindadgar 98d62ee
feat: using our redis singletone instance!
amindadgar 9c0d695
feat: disabling logs for neo4j and mongodb!
amindadgar 1cc46c7
fix: update test case to be like normal situation!
amindadgar 52b6a3f
fix: trying more to detach neo4j & mongodb logs!
amindadgar 67d885d
fix: black linter issue
amindadgar 7324f1d
Merge pull request #84 from TogetherCrew/wip-83
cyri113 2771973
feat: updating usage of Neo4jOps!
amindadgar 0f677d3
fix: import syntax error!
amindadgar 7e629ec
fix: removing the manually creation of neo4j instance!
amindadgar f726298
feat: increasing the neo4j backend lib version!
amindadgar 82b7ec3
fix: wrong branch to increase the version!
amindadgar f1ca0d6
fix: increase neo4j lib version!
amindadgar 4c4a2c8
fix: adding logs to the check the status!
amindadgar a83c817
fix: lint issues!
amindadgar 9f8ee96
fix: lint issues!
amindadgar 2a78d09
Merge pull request #88 from TogetherCrew/bugfix-87
amindadgar 52ec08e
fix: trying to comment the decode response!
amindadgar 84f5726
Merge pull request #86 from TogetherCrew/feat/use-neo4jops-singleton
cyri113 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Refactored
assess_engagement
function to use new parameters and structures.Consider simplifying the function by breaking it down into smaller, more manageable functions. This can improve readability and maintainability.