On 09/12/2018 12:00 PM, Robert Munteanu wrote:
On Sat, 2018-09-08 at 12:54 +0200, Daniel Gruno wrote:
On 09/05/2018 08:38 PM, Robert Munteanu wrote:
Hi,
I'm using the demo Kibble instance to visualise code contributions
for
the Apache Sling project. One thing I noticed is that Kibble things
we're 75% HTML, which is not right - we're a Java project.
I think it's due to the fact that we use gitpubsub and have
registered
our github.com/apache/sling-site repository with kibble. That
repository's master branch holds all the HTML we publish, including
lots of Javadocs, Maven plug-in documentation, etc.
The easiest path would be to simply exclude the sling-site repository
in
your reports. If you're using a quick filter, instead of filtering
on
'sling', you could do a negative lookahead and filter on
'sling(?!-site)' as the quick filter accepts regular expressions.
Thanks for the suggestestion. I ended up excluding the sling-site
repository completely from the 'Apache Sling' view. It's not ideal as
it does not capture documentation contributions, which are quite
important as well.
It would be great if in the future we would have a more fine-grained
solution.
Ideal solutions are rare :)
Could you elaborate on exactly *what* you want to see, and what you want
to filter away? Some things may be possible, but when you have to do
aggregations on something like 3 million commits in real-time, it gets
tricky to exclude paths and individual files without throwing a huge lag
spike into the mix.
Thanks,
Robert