You cannot post messages because only members can post, and you are not currently a member.
Description:
code_swarm developers group
|
|
|
convert git activity.log
|
| |
the git line found in convert_logs/README didn't work for me.
This worked:
----
git log --name-status --
pretty=format:'%n------------- ------------------------------ -----------------------------
%nr%h | %ae | %ai (%aD) | x lines%nChanged paths: %N' > activity.log
---
cheers
|
|
My experience and tips with code_swarm and many questions...
|
| |
Hi,
Well, my experience with code_swarm wasn't so easy, but finally I got
it to work for me and the results are great!
I'll try to summarize everything. First off, I'm using Rictic's fork.
But many things here still apply to the original. Let me explain.
The best result I get is on OSX 10.5.8. What I do is that I git clone... more »
|
|
Python 3 fix
|
| |
Please add to Event object lt comparator
def __lt__(self, other):
return self.date < other.date
so, codeswarm will be compatible with Python 3
PS
for widows? before generating svn log, we should change console
codepage "chcp 1251"
|
|
GNU changelog patch
|
| |
GNU is a very old project, predating most source control systems, and thus it stores its history not in a VCS's logs, but in Changelogs. A couple of years ago I submitted a patch to parse Changelogs, but it never seemed to have gotten accepted. Would it be considered for inclusion now? Thanks, - Jordi G. H.... more »
|
|
VSS Support
|
| |
I see that Visual SourceSafe (VSS) is listed as being supported on the homepage. Is there any documentation on generating the activity log for a VSS database or can you give me any information to work with? Thanks.
|
|
minimal distance between developers ?
|
| |
trying to visualise some repository, i encountered a problem where
developers would often drift one over the other, thus creating
unreadable output.
as the project has only few developers, they all gather in the middle
of the screen, overlap, and edges are empty. is it possible to set
some sort of minimal distance or "negative gravity" at close distances... more »
|
|
Letting the animation taper off at the end...
|
| |
Hi everyone,
first of all a huge thank you to Michael as well as all other
contributors to this project, it's an amazing way to visualize changes
to the codebase...
I do have one question, is it at all possible to let the last commit
that's being rendered move towards the as it normally would if there's... more »
|
|
First vs. second rgb value in color assignments
|
| |
Greetings. Been having fun experimenting with code_swarm. Thanks for creating it. How do the two rgb values assigned to a given regexp work? Been experimenting some, but so far haven't worked out what determines which color gets used and when. Both show up in my few test visualizations, but seemingly arbitrarily. Guess I need to learn... more »
|
|
Visualize forum activity instead of changes to a software project
|
| |
Can this version be used to display forum activity (users postings
topics in different forums)?
I have created a input.xml file, containing the ForumID/TopicID's for
the filename-tag, but this doesn't look interesting. The forum member
names are displayed with dots respresenting the forum topics (in a... more »
|
|
|