]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2011-04-21 Fabrice BellingardMerge remote branch 'upstream/master'
2011-04-21 Fabrice BellingardSONAR-1973 Improve Resource Viewer
2011-04-20 Evgeny MandrikovSONAR-2341 Deprecate Project.getPackaging and don't...
2011-04-20 Evgeny MandrikovIncrease coverage for a new code in UnitTestDecorator
2011-04-20 Evgeny MandrikovUpdate some Maven plugins to latest versions for thread...
2011-04-20 Evgeny MandrikovSONAR-2379 Fix ClassCastException in DependencyUnmarshaller
2011-04-20 Fabrice BellingardSONAR-1973 Improve Resource Viewer
2011-04-20 Evgeny MandrikovSONAR-2293,SONAR-2282 Re-apply changes, which were...
2011-04-20 Fabrice BellingardSONAR-2347 Add unit test to ReviewsDecorator
2011-04-20 Evgeny MandrikovSONAR-2378 Fix directory attributes in zip archive
2011-04-20 simonbrandhofSONAR-2255 the metric 'classes' must not be 0 on unit...
2011-04-20 Fabrice BellingardSONAR-1973 Add possibility to show only switched-off...
2011-04-20 Evgeny MandrikovRemove unused file
2011-04-20 Evgeny MandrikovFix crlf
2011-04-20 Evgeny MandrikovFix crlf
2011-04-20 simonbrandhofSONAR-2367 Filter error when a column is on a disabled...
2011-04-20 Fabrice BellingardMerge remote branch 'upstream/master'
2011-04-20 Fabrice Bellingard[SONAR-2327] Fix a bug
2011-04-20 Fabrice Bellingard[SONAR-1973] Remodeling of UI based on Simon's feedback
2011-04-20 Fabrice Bellingard[SONAR-1973] Increase table primary keys
2011-04-20 Fabrice Bellingard[SONAR-1957] Add ViolationQuery on SonarIndex and Decor...
2011-04-20 Fabrice Bellingard[SONAR-1957] Adds "switched off" attribute on Violation...
2011-04-20 Fabrice Bellingard[SONAR-1973] Make it possible to edit the last comment
2011-04-20 Fabrice Bellingard[SONAR-1973] Add title & assignee on review, improve UI
2011-04-20 Fabrice Bellingard[SONAR-2347] Close a review when its corresponding...
2011-04-20 Fabrice Bellingard[SONAR-1973] Update code to use the permanent ID of...
2011-04-20 Fabrice Bellingard[SONAR-1973] Add a updated_at column
2011-04-20 Fabrice Bellingard[SONAR-1973] Fix small issue with icon replacement...
2011-04-20 Fabrice Bellingard[SONAR-1973] Improve UI
2011-04-20 Fabrice Bellingard[SONAR-1973] Add images
2011-04-20 Fabrice Bellingard[SONAR-1973] Improve UI
2011-04-20 Evgeny MandrikovSONAR-2372 Upgrade to maven-cobertura-plugin 2.5
2011-04-20 Fabrice Bellingard[SONAR-1973] Change icons
2011-04-20 Fabrice BellingardTemporary commit before merging with Simon's modificati...
2011-04-20 Fabrice Bellingard[SONAR-2327] Improve code of the DB request
2011-04-20 Fabrice Bellingard[SONAR-2327] Rename methods to stick to Ruby conventions
2011-04-20 Fabrice Bellingard[SONAR-2327] Add the commented_by param on the review...
2011-04-20 Fabrice Bellingard[SONAR-2327] Add more params to SQL query for reviews...
2011-04-20 Fabrice Bellingard[SONAR-1973] "Add comment" link should not be visible...
2011-04-20 Fabrice Bellingard[SONAR-1973] Fix a wrong link
2011-04-20 Fabrice Bellingard[SONAR-2327] First implementation of the review service
2011-04-20 Fabrice Bellingard[SONAR-1973] Add status and type constants
2011-04-20 Fabrice Bellingard[SONAR-1973] Displays the comment in right DIV after...
2011-04-20 Fabrice Bellingard[SONAR-1973] Update correctly the "Add" button visibility
2011-04-20 Fabrice Bellingard[SONAR-1973] Adds select box for severity
2011-04-20 Fabrice Bellingard[SONAR-1973] Add security checks before saving reviews...
2011-04-20 Fabrice Bellingard[SONAR-1973] Adds validation, improves form & removes...
2011-04-20 Fabrice Bellingard[SONAR-1973] Add validations on forms
2011-04-20 Fabrice Bellingard[SONAR-1973] Rename code elements to follow conventions
2011-04-20 Fabrice Bellingard[SONAR-1973] Improve review&comment forms
2011-04-20 Fabrice Bellingard[SONAR-1973] Add/list reviews&comments
2011-04-20 Fabrice BellingardReviewData changed into ReviewComment : OK
2011-04-20 Fabrice BellingardTEMP commit before changing review_data into review_comment
2011-04-20 Fabrice Bellingard[SONAR-1973] Add first model of review concept
2011-04-20 Fabrice Bellingard[SONAR-1973] Add first model of review concept
2011-04-19 Evgeny MandrikovSONAR-2371 SurefireSensor should not insert unit test...
2011-04-19 Evgeny MandrikovSONAR-2358 Don't use org.codehaus.plexus.util.StringInp...
2011-04-19 simonbrandhofFix support of SQLServer
2011-04-19 simonbrandhofSONAR-2278 Improve exception handling of decorators
2011-04-18 simonbrandhofFix copyright headers
2011-04-18 simonbrandhofSONAR-2366 Upgrade embedded database to Derby 10.7...
2011-04-18 simonbrandhofFix loading of db dialect in ruby on rails
2011-04-17 Evgeny MandrikovSONAR-2282 Show last lines of source code, even if...
2011-04-17 simonbrandhofSONAR-2249 Display Violation message with new lines...
2011-04-17 simonbrandhofSONAR-2293 support CR and CR/LF newlines in source...
2011-04-17 simonbrandhofSONAR-2115 : use StringBuilder.append() instead of...
2011-04-16 Freddy Malletfix SONAR-2295 : Line number representation in source...
2011-04-16 Freddy Malletfix SONAR-2115 : Files with Windows end of lines are...
2011-04-15 simonbrandhofSONAR-1865 Dollars ($) are not accepted in java class...
2011-04-15 Evgeny MandrikovRemove warnings about reuseExistingRulesConfiguration...
2011-04-14 simonbrandhofSONAR-2359 Most of properties sonar.jdbc.* should not...
2011-04-14 simonbrandhofSONAR-2100 ruby on rails webapp : do not load JDBC...
2011-04-13 Evgeny MandrikovRemove maven-clover2-plugin from pluginManagement becau...
2011-04-12 simonbrandhofSONAR-2309 Error when browser locale is Hebrew
2011-04-12 simonbrandhofSONAR-2284 upgrade to jruby 1.6.1
2011-04-12 simonbrandhofSONAR-2329 NonUniqueResultException occurs when analyzi...
2011-04-12 simonbrandhofSlight refactoring of squid
2011-04-12 simonbrandhofSONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF...
2011-04-12 simonbrandhofSONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID
2011-04-12 simonbrandhofSONAR-2349 New rule to detect empty Java files
2011-04-12 Evgeny MandrikovImprove ProjectFileSystem
2011-04-11 simonbrandhofSONAR-791 compare package declaration with physical...
2011-04-11 simonbrandhofAPI: add methods to InputFileUtils
2011-04-10 simonbrandhofAPI: add the file org.sonar.api.resources.InputFileUtils
2011-04-08 Evgeny MandrikovJpaDatabaseSession: Don't log and throw NonUniqueResult...
2011-04-08 simonbrandhofSONAR-2322 Filter unit tests files listed in surefire...
2011-04-07 Evgeny MandrikovSONAR-2234 JpaDatabaseSession: improve exception messag...
2011-04-07 Evgeny MandrikovSONAR-2225 JpaDatabaseSession: improve exception messag...
2011-04-06 simonbrandhofRe-apply lost refactoring
2011-04-06 simonbrandhofSONAR-2332 Filter unit tests files listed in surefire...
2011-04-05 Evgeny MandrikovFix typo
2011-04-04 Evgeny MandrikovFix violations
2011-04-04 Evgeny MandrikovSONAR-2332 Findbugs plugin must remove temporary files...
2011-04-04 Evgeny MandrikovFix crlf
2011-04-04 Evgeny MandrikovSONAR-1898 Introduce new entry point - SonarPlugin
2011-04-04 Evgeny MandrikovAdd tests for onar-googleanalytics-plugin
2011-04-04 Evgeny MandrikovSONAR-2303 "Architectural constraint" rule should work...
2011-04-01 simonbrandhofFix some violations
2011-03-31 simonbrandhofMerge release 2.7
2011-03-31 simonbrandhofRelease 2.7 2.7
next