summaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
* Deploy module sonar-server to maven centralSimon Brandhof2015-10-141-6/+0
|
* fix alignment in the file detailsStas Vilchik2015-10-141-0/+2
|
* fix applying of issue filter when user is not authenticatedStas Vilchik2015-10-141-10/+8
|
* Revert "SONAR-6309 Delete RoR WS profiles/list"Teryk Bellahsene2015-10-141-0/+172
| | | | This reverts commit 7992a218b2dd4df3734d38ea1a2a71514d1e2949.
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* Update the sonar-web pom with correct config for javadoc and sourcesThomas Vérin2015-10-131-0/+4
|
* Updated poms to generate empty javadoc and sources jars to comply with maven ↵Thomas Vérin2015-10-131-0/+22
| | | | central
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Fix rules index nameJulien Lancelot2015-10-121-1/+1
|
* SONAR-6915 Change type of character columns of ISSUES table on MsSQLJulien Lancelot2015-10-121-0/+41
| | | | | | | Type of following columns are updtated to NVARCHAR on MsSQL : ISSUES.TAGS ISSUES.COMPONENT_UUID ISSUES.PROJECT_UUID
* SONAR-6884 revert systematic usage of latin1 CS collation when creating ↵Simon Brandhof2015-10-121-7/+1
| | | | NVARCHAR columns on MSSQL
* SONAR-6717 Restore issues actions APIJulien Lancelot2015-10-091-2/+23
|
* SONAR-6742 fix issue refreshing after the custom actionStas Vilchik2015-10-091-1/+4
|
* revert SONAR-6742 Stop displaying plugin actions for issuesStas Vilchik2015-10-096-8/+83
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-2/+2
|
* SONAR-6830 apply feedbackStas Vilchik2015-10-092-52/+49
|
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-091-1/+1
|
* SONAR-6830 make it possible to change server log level from UIStas Vilchik2015-10-074-0/+56
|
* SONAR-6904 add log level to system infoSimon Brandhof2015-10-061-2/+19
|
* SONAR-6904 add link to logs in system info pageSimon Brandhof2015-10-061-0/+1
|
* fix ie9 issuesStas Vilchik2015-10-064-6/+11
|
* use showBackgroundTasks to render component navigationStas Vilchik2015-10-061-1/+4
|
* SONAR-6805 fix project permissions pageStas Vilchik2015-10-066-118/+28
|
* SONAR-6556 fix project deletionStas Vilchik2015-10-061-0/+39
|
* SONAR-6854 use api/user_groupsStas Vilchik2015-10-065-26/+26
|
* SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId)Sulabh Upadhyay2015-10-051-1/+6
| | | | | | | | | | | | | | | | | to allow plugins to pass userId information to SonarQube setUserId(String userId) and getUserId () are added to UserDetails. Testing 1. Unit test for UserDetails 2. Verification of following scenarios : a. Plugin (e.g. LDAP) is dependent on older sonarqube plugins apis ( < 5.2) and the plugin is being used in SonarQube 5.2 server b. Plugin is dependent on SonarQube 5.2 plugin apis and userId is not being populated in UserDetails along with userName and Email . c. Plugin is dependent on SonarQube 5.2 plugin apis and userId is also being populated by the plugin in UserDetails along with userName and Email.
* fix the extra escape of global messagesStas Vilchik2015-10-051-3/+3
|
* SONAR-6870 pre-select unresolved on the issues home pageStas Vilchik2015-10-054-14/+50
|
* SONAR-6533 Delete RoR WS server/keyTeryk Bellahsene2015-10-051-4/+0
|
* SONAR-6534 Delete RoR WS server/index_projectsTeryk Bellahsene2015-10-051-8/+0
|
* do not lose the search on the project permissions pageStas Vilchik2015-10-051-1/+5
|
* SONAR-6834 apply feedbackStas Vilchik2015-10-0515-44/+271
|
* SONAR-6313 Delete RoR WS api/profiles/backupTeryk Bellahsene2015-10-051-132/+0
|
* SONAR-6314 Delete RoR WS api/profiles/restoreTeryk Bellahsene2015-10-051-16/+0
|
* SONAR-6310 Delete RoR WS api/profiles/indexTeryk Bellahsene2015-10-051-22/+0
|
* SONAR-6311 Delete RoR WS api/profiles/destroyTeryk Bellahsene2015-10-051-14/+0
|
* SONAR-6312 Delete RoR WS api/profiles/set_as_defaultTeryk Bellahsene2015-10-051-11/+0
|
* SONAR-6309 Delete RoR WS profiles/listTeryk Bellahsene2015-10-051-61/+0
|
* SONAR-6884 enforce collation SQL_Latin1_General_CP1_CS_AS when creatingSimon Brandhof2015-10-021-1/+7
| | | | columns on MSSQL
* SONAR-6848 apply feedbackStas Vilchik2015-10-022-2/+2
|
* SONAR-6833 provide "componentId" parameter to api/ce/queueStas Vilchik2015-10-022-14/+5
|
* SONAR-6797 display qualifierStas Vilchik2015-10-021-3/+5
|
* SONAR-6834 clean up old codeStas Vilchik2015-10-0224-516/+0
|
* SONAR-6834 add search formStas Vilchik2015-10-024-16/+113
|
* SONAR-6556 clean up bulk deletion and provisioning stuffStas Vilchik2015-10-0230-1023/+2
|
* SONAR-6848 Merge the "Bulk Deletion" and "Provisioning" pagesStas Vilchik2015-10-0222-4/+684
|
* SONAR-6587 use new api/components/search_view_componentsStas Vilchik2015-10-021-3/+3
|
* SONAR-6801 update title of modal windowsStas Vilchik2015-09-302-2/+2
|