aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-channel
Commit message (Expand)AuthorAgeFilesLines
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
* Merge branch 'release-2.9'simonbrandhof2011-07-171-2/+1
|\
| * Release 2.9simonbrandhof2011-07-171-1/+1
| * [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-07-081-1/+1
| * [maven-release-plugin] prepare release 2.9-RC1Simon Brandhof2011-07-081-3/+2
* | Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
* | temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
* | Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|/
* Add method ChannelDispatcher.Builder#addChannels(Channel...) + minor fixesSimon Brandhof2011-06-284-10/+33
* Fix violationsEvgeny Mandrikov2011-05-292-6/+6
* Provide a builder to the ChannelDispatcher class and depreciate all constructorsFreddy Mallet2011-05-242-8/+118
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
* Reduce technical debtsimonbrandhof2011-05-051-1/+1
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ...Freddy Mallet2011-04-262-4/+13
* Sonar Channel : Add license header to package-info.java fileFreddy Mallet2011-04-231-0/+19
* Add some javadoc to the Sonar Channel moduleFreddy Mallet2011-04-234-4/+52
* SONAR-2384 Support markdown in review commentssimonbrandhof2011-04-232-4/+4
* SONAR-2384 Fix CI failure by updating the header of the RegexChannel fileFreddy Mallet2011-04-231-2/+16
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-232-0/+100
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-232-15/+27
* Sonar Channel : Slightly improve the readability of the source code in charge...Freddy Mallet2011-04-222-7/+5
* fix SONAR-2295 : Line number representation in source code view are wrong for...Freddy Mallet2011-04-171-0/+1
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-291-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-281-1/+1
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-281-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-221-1/+1
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-221-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-181-1/+1
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-181-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+1
* Fix some violationssimonbrandhof2011-02-101-2/+2
* Upgrade copyright headerssimonbrandhof2011-02-0411-79/+79
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
* fix SONAR-2010 : the Integer.MAX_VALUE is returned only when the buffer can't...fmallet2010-11-253-9/+22
* fix SONAR-2010 : The ChannelReader doesn't allow a regular expression to cons...fmallet2010-11-251-1/+9
* Add a new push(CharSequence characters) to the CodeBuffer class to be able to...fmallet2010-11-112-9/+52