aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some unit testsJulien Lancelot2013-08-212-0/+45
|
* Add some unit testsJulien Lancelot2013-08-215-62/+324
|
* Remove TimeZome in unit test because it's unstableJulien Lancelot2013-08-212-23/+11
|
* SONAR-3524 Do not zoom in treemap if next step is emptyJulien Lancelot2013-08-212-5/+11
|
* SONAR-2986 Revert preventing tracking profile's change on version 1 and ↵Julien Lancelot2013-08-218-125/+65
| | | | display changelog from version 2 in the console
* Revert "SONAR-3524 Impossible to go back on empty treemap"Julien Lancelot2013-08-211-32/+22
| | | | This reverts commit 668c03e9d570c5a5800c0db2092251bb26a9933f.
* SONAR-4569 Add some comments in codeJulien Lancelot2013-08-211-1/+3
|
* SONAR-2986 Update quality profile's changelog messages after Ann's feedbackJulien Lancelot2013-08-211-2/+2
|
* SONAR-4576 Sometimes some project modules are displayed in the "Bulk ↵Julien Lancelot2013-08-201-5/+2
| | | | Deletion" page and can't be removed
* SONAR-4569 The 'Bulk Deletion'>'Ghosts' page should display ALL projects ↵Julien Lancelot2013-08-202-7/+12
| | | | whose definition exist in the DB but which are not displayed in the SonarQube main page
* Fix quality flawsJulien Lancelot2013-08-2019-68/+53
|
* Add unit tests on rule change tracking on first version profileJulien Lancelot2013-08-206-12/+70
|
* SONAR-2986 Incorrect list of versions in changelog for profileJulien Lancelot2013-08-205-62/+80
|
* SONAR-4580 If project name contains a quote, it will not be added in the ↵Julien Lancelot2013-08-191-2/+2
| | | | recent projects list
* SONAR-3524 Impossible to go back on empty treemapJulien Lancelot2013-08-191-22/+32
|
* Ignore test that temporary fails on TimeZoneJulien Lancelot2013-08-191-0/+2
|
* SONAR-4475 Revert check of last admin removalJulien Lancelot2013-08-1911-109/+7
|
* SONAR-4475 Restore reverted commit by fixing errors catching when deleting a ↵Julien Lancelot2013-08-1914-16/+182
| | | | user
* Use DateUtils.parseDateTime instead of DateUtils.parseDate in test to fix ↵Julien Lancelot2013-08-192-7/+7
| | | | timezone issues
* Fix tests due to timezone set to GMTJulien Lancelot2013-08-191-2/+2
|
* Fix tests due to timezone set to GMT+2Julien Lancelot2013-08-191-2/+2
|
* Fix some quality flawsSimon Brandhof2013-08-1714-19/+15
|
* Fix some quality flawsSimon Brandhof2013-08-164-4/+4
|
* Fix tests when timezone is not GMT+2Simon Brandhof2013-08-163-3/+15
|
* Fix tests when timezone is not GMT+2Simon Brandhof2013-08-167-27/+46
|
* SONAR-4547 improve javadoc of MessageExceptionSimon Brandhof2013-08-161-0/+4
|
* Fix quality flawsSimon Brandhof2013-08-168-13/+13
|
* SONAR-4547 improve support of MessageExceptionSimon Brandhof2013-08-1610-63/+187
|
* SONAR-4520 fix rendering on FirefoxSimon Brandhof2013-08-162-21/+6
| | | | Left table borders are hidden on Firefox but not on Chrome
* Fix some quality flawsSimon Brandhof2013-08-1612-28/+31
|
* Fix quality flawsSimon Brandhof2013-08-1619-40/+39
|
* SONAR-4475 Revert commit 3554f0dddf that makes tests failSimon Brandhof2013-08-1613-154/+14
|
* Fix SQL for OracleJulien Lancelot2013-08-141-1/+1
|
* Fix SQL for OracleJulien Lancelot2013-08-141-11/+11
|
* Fix queryJulien Lancelot2013-08-141-2/+2
|
* SONAR-4475 Add method to check that at least one admin existsJulien Lancelot2013-08-1413-14/+154
|
* SONAR-4487 the "remember me" cookie must also be flagged HttpOnlySimon Brandhof2013-08-142-2/+3
|
* SONAR-4554 Restore pageSize param that was wrongly previously deletedJulien Lancelot2013-08-141-1/+5
|
* SONAR-4568 Fix issue when updating rule parameterJulien Lancelot2013-08-141-2/+1
|
* SONAR-4525 Prevent bulk actions used for issues planning and assignment from ↵Jean-Baptiste Vilain2013-08-145-65/+98
| | | | doing unnecessary SQL requests
* SONAR-4554 Do not display "Save" link after bulk change when a filter is ↵Julien Lancelot2013-08-142-6/+8
| | | | selected
* SONAR-4570 Decreased to 2 the minimum number of characters to type to ↵Jean-Baptiste Vilain2013-08-141-2/+2
| | | | trigger a search request in resource/components select2 lists
* Fixed quality issueJean-Baptiste Vilain2013-08-141-1/+5
|
* SONAR-4568 Fix issue when updating rule param value many timesJulien Lancelot2013-08-141-2/+2
|
* Add html class for selenium testsJulien Lancelot2013-08-141-1/+1
|
* SONAR-4375 Added ids on HTML elements to ease testingJean-Baptiste Vilain2013-08-141-2/+2
|
* SONAR-4547 API: new class "MessageException" to stop a pending process and ↵Simon Brandhof2013-08-136-14/+114
| | | | to log an error message without any stack trace
* SONAR-4571 Both Bulk Change and Component Viewer are displayed in Issues ↵Julien Lancelot2013-08-131-0/+3
| | | | Drilldown
* SONAR-4552 Display a nice error page when requesting a page that tries to ↵Julien Lancelot2013-08-132-2/+18
| | | | display a non-existing project
* SONAR-4000 When deleting a resource in the bulk deletion page, the selected ↵Julien Lancelot2013-08-132-3/+3
| | | | tab always come back to "Projects"