aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQLSimon Brandhof2011-09-0635-26/+6097
|
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-09-06130-3778/+6011
|
* Slight refactoring of ColumnView#name()Simon Brandhof2011-09-061-4/+3
|
* SONAR-2074 Use Prototype #getWidth() method to access DIV widthFabrice Bellingard2011-09-051-2/+2
|
* SONAR-893 Remove the possibility to recover snapshots once deletedFabrice Bellingard2011-09-052-39/+9
| | | | This can lead to problems. This functionality will be added back once we have a clean way to handle snapshot statuses.
* SONAR-2074 Fix bug on IE6/7Fabrice Bellingard2011-09-051-1/+1
|
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-021-2/+3
| | | | | | * Improve table clone_blocks and so DbCloneIndex. * Add purge of old clone blocks.
* SONAR-2074 Update the JS script + JS data generation to fix bug on IEFabrice Bellingard2011-09-011-7/+7
|
* SONAR-893 Improve style and textFabrice Bellingard2011-09-011-2/+2
|
* SONAR-2616 Improve the user auto-suggest boxFabrice Bellingard2011-09-014-11/+32
| | | | Initial bug : when assigning a review, if assignee does not exist an error message should appear.
* SONAR-2676 Remove the parameter list from rule description pageFabrice Bellingard2011-09-011-18/+1
| | | | | | | Showing the parameters with their description could lead to ambiguity => some parameter descriptions specify the default value given by the original tool, thus making confusion with the default value given by the quality profile activated on a project (-> the rule description page is independent of the user context).
* SONAR-1091 Add CPD over different projectsEvgeny Mandrikov2011-09-011-0/+40
| | | | | | | * Add table clone_blocks * Add DbCloneIndex, which can be activated in sonar-cpd-plugin using property "sonar.cpd.cross_project=true"
* SONAR-2074 Fix display bug caused by Protovis limitationFabrice Bellingard2011-08-311-6/+6
| | | | | If the array used to display the Y axis contains only data with the exact same value, Protovis function y() returns NaN, which makes it impossible to display the line for the given array.
* SONAR-893 Improve the "History" service for projectsFabrice Bellingard2011-08-312-54/+45
| | | | | | | | - Display snapshot that are currently being built without the possibility to modify their status - Remove the popup and the bulk change, as there's the recovery mechanism - Invert Event and Time columns - Set the table to minimum width
* SONAR-2074 Fix bug if event date slightly differs from snapshot dateFabrice Bellingard2011-08-311-3/+3
|
* SONAR-2745 Fix wrong language display on the Components service pageFabrice Bellingard2011-08-311-0/+14
|
* SONAR-893 Provide a new "History" service for projectsFabrice Bellingard2011-08-303-0/+121
|
* SONAR-2701 Change TimeMachine widget style to match Sonar table styleFabrice Bellingard2011-08-291-25/+3
|
* SONAR-2074 Pull the caption insert on top of the chart Fabrice Bellingard2011-08-291-9/+11
|
* SONAR-2701 Fix vertical alignment when spark lines are displayedFabrice Bellingard2011-08-291-0/+1
|
* SONAR-2074 Remove y-axis on the chartFabrice Bellingard2011-08-291-26/+3
|
* SONAR-2074 Fix timeline widget JS that caused a bug on PROD modeFabrice Bellingard2011-08-291-6/+6
|
* SONAR-2074 Improve timeline widgetFabrice Bellingard2011-08-261-7/+19
| | | | | | | - Default height set to 80 pixels - Events are displayed by default - Space added between measures in the footer - Adapt left margin to be able to display the max number on the Y axis - Chart displayed even if no values for a selected metric
* SONAR-2701 Improve "Time Machine" widgetFabrice Bellingard2011-08-261-23/+17
| | | | - Rename numberOfVersions into numberOfColumns - Always take the last snapshot to display
* SONAR-2734 Provide a new "Deletion" service for each projectFabrice Bellingard2011-08-265-9/+19
|
* SONAR-2701 Adjustments on TimeMachine widgetFabrice Bellingard2011-08-262-12/+25
| | | | | | | | | - Display only latest snapshot if number_of_versions set to 1 - Fix bug and actually always display oldest snapshot of the selected time frame - Improve CSS rendering - Do not display last column if no sparkline - Do not display metric domain if selected metrics all belong to the same domain (= if there's only one domain to display)
* SONAR-2702 Turn delete link into a buttonFabrice Bellingard2011-08-251-2/+3
|
* SONAR-2703 Pull the button out of the table Fabrice Bellingard2011-08-251-1/+2
|
* SONAR-2701 New "Time Machine" widget Fabrice Bellingard2011-08-252-0/+51
| | | Allows to display measures of required metrics by past version
* SONAR-2702 New "Exclusions" service in the "CONFIGURATION" sectionFabrice Bellingard2011-08-245-7/+32
|
* SONAR-2074 Improve timeline widgetFabrice Bellingard2011-08-231-8/+45
| | | - Add event labels
* SONAR-2074 Improve timeline widgetFabrice Bellingard2011-08-222-12/+44
| | | | | | | | - Add top and bottom "padding" inside the graph for better readibility - Display a message if only 1 snapshot available - Display the "legend" under the graph with localized metric names - Add possibility to specify widget height in the options - Select first the last snapshot values when rendering the widget - Add date label (localized)
* Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas"Fabrice Bellingard2011-08-22130-6011/+3778
| | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0.
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-08-19130-3778/+6011
|
* SONAR-2074 Improve timeline widgetFabrice Bellingard2011-08-194-47/+64
| | | | | | | - Improve JS code - Sort the trends directly in the TrendsChart Ruby class - Add optional title for graph - Graph aware of differential view system
* Compact database migration scripts created before version 2.1simonbrandhof2011-08-1942-1108/+58
|
* Fix compression of javascriptsimonbrandhof2011-08-191-16/+14
|
* SONAR-2074 New timeline widget: first basic versionFabrice Bellingard2011-08-181-0/+92
|
* SONAR-2714 Reorganize core properties into categoriesSimon Brandhof2011-08-182-2/+2
|
* SONAR-2713 default category is 'General'Simon Brandhof2011-08-182-5/+5
|
* Merge branch 'release-2.10'Simon Brandhof2011-08-171-10/+9
|\
| * Fix migration of manual measures (again)Simon Brandhof2011-08-171-10/+9
| |
* | SONAR-2716 Support localization of plugin propertiessimonbrandhof2011-08-161-5/+7
| |
* | Add missing l10n key in the page filterssimonbrandhof2011-08-161-1/+1
| |
* | Remove unused ruby code in time machineSimon Brandhof2011-08-161-27/+1
| |
* | SONAR-2694 Provide a new optional 'category' attribute on the @Property ↵Simon Brandhof2011-08-156-132/+157
| | | | | | | | annotation
* | SONAR-2412 add support of project deletion from the Java web service clientSimon Brandhof2011-08-151-37/+39
| |
* | SONAR-2412 Minor refactoringSimon Brandhof2011-08-151-4/+4
| |
* | Merge branch 'master' of https://github.com/gshakhn/sonar into gshakhn-masterSimon Brandhof2011-08-154-3/+25
|\ \
| * \ Merge remote-tracking branch 'upstream/master'George Shakhnazaryan2011-08-0324-61/+91
| |\ \