You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jayvdb July 22, 2022
For the notable plugin, I set debug: true and plugin_notable_types: commit, issue, pull_request, and obviously have indepth enabled, and now I am seeing quite a few of the following in the log
metrics/compute/jayvdb/plugins > notable > indepth > successfully processed ansible/ansible-lint
TypeError: contributions.filter is not a function
at Object.default [as notable] (file:///metrics/source/plugins/notable/index.mjs:83:41)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async file:///metrics/source/plugins/core/index.mjs:67:30
at async Promise.all (index 0)
at async metrics (file:///metrics/source/app/metrics/index.mjs:64:22)
at async retry.retries.retries (file:///metrics/source/app/action/index.mjs:398:34)
at async retry (file:///metrics/source/app/action/index.mjs:57:22)
at async file:///metrics/source/app/action/index.mjs:397:20
metrics/compute/jayvdb/plugins > notable > indepth > failed to compute for pdm-project/pdm
metrics/compute/jayvdb/plugins > notable > indepth > successfully processed TheLartians/ModernCppStarter
pdm now appears in my svg jayvdb/jayvdb@01ec971 without any of the numerical scores inside its circle.
So I am guessing that plugin_notable_types of issue & pull_request are incompatible with indepth at the moment, unless there was a commit also in the repo.
Discussed in #1148
Originally posted by jayvdb July 22, 2022
For the notable plugin, I set
debug: true
andplugin_notable_types: commit, issue, pull_request
, and obviously haveindepth
enabled, and now I am seeing quite a few of the following in the logRun: https://github.com/jayvdb/jayvdb/runs/7468279468?check_suite_focus=true
I don't have any commits in that repo, but I did create an issue: https://github.com/pdm-project/pdm/issues/created_by/jayvdb
pdm now appears in my svg jayvdb/jayvdb@01ec971 without any of the numerical scores inside its circle.
So I am guessing that
plugin_notable_types
ofissue
&pull_request
are incompatible withindepth
at the moment, unless there was a commit also in the repo.But the problem is a bit more nuanced than that, as I only have a rejected issue in TheLartians/ModernCppStarter#131, and only an unmerged closed PR in ansible/ansible-lint#2196 - both repos that were "successfully processed".
The text was updated successfully, but these errors were encountered: