Sunday, February 17, 2008

Entry for feedback

Feel free to leave your comments on Codenotifier here.

5 comments:

Anonymous said...

Hello, Artem!

Codenotifier is excellent tool, I like it very much! How soon you'll add support of other cersion control systems (for example CVS) ?
Also, what do you think about adding some kind of 'Category' or 'Type' drop-down for projects? It would be very comfortable when having a lots of projects.

Greetings,
psylence

Artem Vasiliev said...

Thanks amigo!

I have no exact dates in my head but CVS support is on my shortlist, along with Git and Mercurial - not sure about the order.

Another thing I want to do in short term is search by projects and commits and simple integration with bugtracking tools.

Speaking of categories.. I thought of this site as more a tracking tool rather than discovery; but why not?

Then a project should have some description too.

Unknown said...

Hi guy,

This is a really easy and good tool. Do you plan to integrate diff?

Christophe

Artem Vasiliev said...

Hi Christophe,

Wow, what a timely question!
I've just finished integrating diff today )

Click 'Fetch Diff' at any commit and it will be there in about ten seconds - click Refresh to find out if it's already there.

And here's an axample of already fetched diff.

See, there are permalinks to each diffed file and to each line of diff. I think commenting diff lines might be useful also..

Just in case, I also made a Ruby gem to convert diff to HTML

Unknown said...

Really nice diff ;o) Waiting for the next cool feature...

Christophe