aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1492 Allow notes per quality ruleFabrice Bellingard2012-01-2313-14/+142
| | | | => DB stuff & Ruby models implemented
* SONAR-3139 Enable Sonar CPD by defaultEvgeny Mandrikov2012-01-201-4/+4
|
* SONAR-3012 Fix bug on Derby in filters on violations resource tabFabrice Bellingard2012-01-201-9/+23
|
* SONAR-3081 "Violations" widget shows the number of "new violations"Fabrice Bellingard2012-01-202-14/+24
| | | | And links it to the drilldown service using the correct metric to easily find new violations.
* SONAR-3012 Improve widget renderingFabrice Bellingard2012-01-201-24/+20
| | | | - 2 columns instead of 3 - "On new code" just below "unreviewed violations"
* SONAR-3179 Use naming convention for localization of qualifiersEvgeny Mandrikov2012-01-206-44/+23
| | | | Change localization for "qualifier.BRK" from "Module" to "Sub-project".
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-1981-347/+402
|
* Remove unused icons + fix 1 violationFabrice Bellingard2012-01-194-2/+1
|
* SONAR-3185 Set default value of 'sonar.authenticator.createUsers' to trueEvgeny Mandrikov2012-01-191-1/+1
|
* SONAR-3012 Fix regression on the filter of the violations viewerFabrice Bellingard2012-01-192-2/+2
|
* Fix some minor violationsSimon Brandhof2012-01-192-5/+5
|
* Fix compatibility of FieldUtilsTest with Jacocosimonbrandhof2012-01-181-8/+0
|
* Merge branch 'SONAR-3129'Evgeny Mandrikov2012-01-191-3/+3
|\
| * SONAR-3129 Fix selection of columns for filter, when language not englishEvgeny Mandrikov2012-01-191-3/+3
| |
* | SONAR-1707 feed the column SNAPSHOTS.BUILD_DATE on files and directoriesSimon Brandhof2012-01-181-0/+1
| |
* | SONAR-3180 Remove the support of AJP connectorSimon Brandhof2012-01-186-46/+5
|/
* SONAR-3112 Metrics 'test_errors' and 'skipped_tests' should be qualitativeEvgeny Mandrikov2012-01-181-2/+2
|
* Fix javascript on the timemachine pageSimon Brandhof2012-01-181-1/+1
|
* Remove some useless database migrations because upgrade from 1.x to 2.x is ↵Simon Brandhof2012-01-186-184/+2
| | | | not supported
* Add missing sonar versions to database scriptsSimon Brandhof2012-01-1811-0/+11
|
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-1878-408/+518
|
* SONAR-3051 support POST, PUT and DELETE queries in GWT API.Simon Brandhof2012-01-184-53/+213
| | | | This patch is gracefully provided by Eugene Zadyra.
* SONAR-3179 Allow to declare resources which can be used for filtersEvgeny Mandrikov2012-01-185-7/+42
|
* SONAR-3012 Use the "Active" word in all widgets to be consistentFabrice Bellingard2012-01-184-6/+6
|
* SONAR-3012 Add filters for reviews on the violations viewerFabrice Bellingard2012-01-186-14/+83
| | | | | And make sure that when someone comes from the drilldown with a review metric, then the filter is set to the correct value
* SONAR-3179 Fix mistakeEvgeny Mandrikov2012-01-181-1/+1
|
* SONAR-3179 Add API to define resourcesEvgeny Mandrikov2012-01-189-5/+305
|
* SONAR-2907 Fix loading of settings from database, when used property ↵Evgeny Mandrikov2012-01-183-8/+23
| | | | 'sonar.branch'
* SONAR-3012 Remove local path to the Ruby templateFabrice Bellingard2012-01-181-1/+1
|
* Remove executable flag for files with imagesEvgeny Mandrikov2012-01-184-0/+0
|
* Remove dependency that should have not been committed.Fabrice Bellingard2012-01-171-6/+0
|
* SONAR-3012 Shows the new unreviewed violations count in the widgetFabrice Bellingard2012-01-179-36/+58
| | | | | | | | | - Links this count to the drilldown service - Open the right tab (Violations) + renaming of the metrics to be consistent with names To be done: adding a filter in the "Violations" Tab
* SONAR-3176 Complete documentation of differential views propertiesSimon Brandhof2012-01-171-2/+4
|
* SONAR-3175 Document the constraint on number of JAR files in jdbc-driver ↵Simon Brandhof2012-01-176-1/+10
| | | | directories
* SONAR-2994 Add missing localization for 'Sign Up' and 'Log In' pagesEvgeny Mandrikov2012-01-174-11/+15
|
* SONAR-2940 Filters: Unable to sort the "language" column on both waysFabrice Bellingard2012-01-171-0/+3
|
* Fix development mode of webapp + remove useless filesSimon Brandhof2012-01-174-37/+1
|
* Calling Field.setAccessible(true) is accepted here -> not a quality flawSimon Brandhof2012-01-171-1/+1
|
* SONAR-2946 Display the property keys in UI in all casesFabrice Bellingard2012-01-171-3/+1
|
* SONAR-3143 Fix edit/create button name on action plan pageFabrice Bellingard2012-01-171-2/+2
| | | | The title of the "Create Action Plan" button is wrongly changed when the action plan can't be created
* SONAR-3012 Add new_unreviewed_violations metricFabrice Bellingard2012-01-178-80/+271
| | | | In order to more easily track incoming violations without a review
* Remove unused Ruby code : JNDI support in activerecord adaptersSimon Brandhof2012-01-162-32/+7
|
* SONAR-3155 Change the info message displayed by the Timeline widget when ↵Simon Brandhof2012-01-161-1/+1
| | | | only one snapshot is available
* SONAR-3148 Do not log errors when the URL /charts/trends has bad parametersSimon Brandhof2012-01-162-25/+21
|
* Add some HTML ids for integration testsSimon Brandhof2012-01-162-4/+4
|
* SONAR-2990 The category filter is lost when adding a widget to a dashboardSimon Brandhof2012-01-164-10/+13
|
* SONAR-2009 Redirect to original URL when user logs inSimon Brandhof2012-01-162-1/+2
|
* Refactor org.sonar.batch.bootstrapper.BatchSimon Brandhof2012-01-162-31/+31
|
* Remove unused filesEvgeny Mandrikov2012-01-164-652/+0
|
* Fix violationsEvgeny Mandrikov2012-01-166-16/+21
|