-
Notifications
You must be signed in to change notification settings - Fork 28
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
Change linked pull request fetch #95
Comments
Honestly doesn't make sense to me though. Never had this problem in development and testing. |
The was a few times when the fetched linked pull-requests were evaluating the wrong comments, which led to my first change with the regex on how we fetched linked PRs. But then, there was a second issue that the comment containing |
Example of another plugin implementing GraphQl search: ubiquity-os-marketplace/daemon-disqualifier#15 (comment) |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1 | 75 |
Issue | Specification | 1 | 19.5 |
Issue | Comment | 2 | 21.96 |
Review | Comment | 2 | 0 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
@gentlementlegen it didnt collect any review comments this time. … | 19.5content: p: symbols: \b\w+\b: count: 65 multiplier: 0.1 score: 1 em: symbols: \b\w+\b: count: 16 multiplier: 0.1 score: 0 multiplier: 3 | 1 | 19.5 |
The was a few times when the fetched linked pull-requests were e… | 21.2content: p: symbols: \b\w+\b: count: 105 multiplier: 0.2 score: 1 code: symbols: \b\w+\b: count: 1 multiplier: 0.2 score: 1 multiplier: 1 | 0.9 | 19.08 |
Example of another plugin implementing GraphQl search: https://g… | 3.6content: p: symbols: \b\w+\b: count: 18 multiplier: 0.2 score: 1 multiplier: 1 | 0.8 | 2.88 |
Resolves #95 QA: - https://github.com/ubiquity/devpool-direct… | 0content: p: symbols: \b\w+\b: count: 3 multiplier: 0 score: 1 ul: symbols: \b\w+\b: count: 70 multiplier: 0 score: 1 li: symbols: \b\w+\b: count: 35 multiplier: 0 score: 1 multiplier: 0 | 0.3 | - |
I think ideally we should use codegen or similar tools to get th… | 0content: p: symbols: \b\w+\b: count: 32 multiplier: 0.2 score: 1 multiplier: 0 | 1 | - |
[ 0.82 WXDAI ]
@0x4007
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 1 | 0.32 |
Review | Comment | 1 | 0.5 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
Honestly doesn't make sense to me though. Never had this problem… | 1.6content: p: symbols: \b\w+\b: count: 16 multiplier: 0.1 score: 1 multiplier: 1 | 0.2 | 0.32 |
I don't know GraphQL | 0.5content: p: symbols: \b\w+\b: count: 5 multiplier: 0.1 score: 1 multiplier: 1 | 1 | 0.5 |
[ 5.9 WXDAI ]
@Keyrxng
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Review | Comment | 2 | 5.9 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
Looks okay to me | 0.4content: p: symbols: \b\w+\b: count: 4 multiplier: 0.1 score: 1 multiplier: 1 | 1 | 0.4 |
Since the `graphql.config.yml` should provide static typ… | 5.5content: p: symbols: \b\w+\b: count: 52 multiplier: 0.1 score: 1 code: symbols: \b\w+\b: count: 3 multiplier: 0.1 score: 1 multiplier: 1 | 1 | 5.5 |
Originally posted by @0x4007 in ubiquity/devpool-directory-tasks#31 (comment)
My suspicion is that the linked pull-request was not properly fetched. This can be solved by using graphql instead of manually fetching linked events. This might not be the cause of the problem but this is a needed improvement.
The text was updated successfully, but these errors were encountered: