Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deploy module sonar-server to maven central | Simon Brandhof | 2015-10-14 | 1 | -6/+0 |
| | |||||
* | fix alignment in the file details | Stas Vilchik | 2015-10-14 | 1 | -0/+2 |
| | |||||
* | fix applying of issue filter when user is not authenticated | Stas Vilchik | 2015-10-14 | 1 | -10/+8 |
| | |||||
* | Revert "SONAR-6309 Delete RoR WS profiles/list" | Teryk Bellahsene | 2015-10-14 | 1 | -0/+172 |
| | | | | This reverts commit 7992a218b2dd4df3734d38ea1a2a71514d1e2949. | ||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC25.2-RC2 | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Update the sonar-web pom with correct config for javadoc and sources | Thomas Vérin | 2015-10-13 | 1 | -0/+4 |
| | |||||
* | Updated poms to generate empty javadoc and sources jars to comply with maven ↵ | Thomas Vérin | 2015-10-13 | 1 | -0/+22 |
| | | | | central | ||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC15.2-RC1 | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix rules index name | Julien Lancelot | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | SONAR-6915 Change type of character columns of ISSUES table on MsSQL | Julien Lancelot | 2015-10-12 | 1 | -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 Brandhof | 2015-10-12 | 1 | -7/+1 |
| | | | | NVARCHAR columns on MSSQL | ||||
* | SONAR-6717 Restore issues actions API | Julien Lancelot | 2015-10-09 | 1 | -2/+23 |
| | |||||
* | SONAR-6742 fix issue refreshing after the custom action | Stas Vilchik | 2015-10-09 | 1 | -1/+4 |
| | |||||
* | revert SONAR-6742 Stop displaying plugin actions for issues | Stas Vilchik | 2015-10-09 | 6 | -8/+83 |
| | |||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 1 | -2/+2 |
| | |||||
* | SONAR-6830 apply feedback | Stas Vilchik | 2015-10-09 | 2 | -52/+49 |
| | |||||
* | SONAR-6914 Change default sizes of HTTP and DB pools | Simon Brandhof | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-6830 make it possible to change server log level from UI | Stas Vilchik | 2015-10-07 | 4 | -0/+56 |
| | |||||
* | SONAR-6904 add log level to system info | Simon Brandhof | 2015-10-06 | 1 | -2/+19 |
| | |||||
* | SONAR-6904 add link to logs in system info page | Simon Brandhof | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | fix ie9 issues | Stas Vilchik | 2015-10-06 | 4 | -6/+11 |
| | |||||
* | use showBackgroundTasks to render component navigation | Stas Vilchik | 2015-10-06 | 1 | -1/+4 |
| | |||||
* | SONAR-6805 fix project permissions page | Stas Vilchik | 2015-10-06 | 6 | -118/+28 |
| | |||||
* | SONAR-6556 fix project deletion | Stas Vilchik | 2015-10-06 | 1 | -0/+39 |
| | |||||
* | SONAR-6854 use api/user_groups | Stas Vilchik | 2015-10-06 | 5 | -26/+26 |
| | |||||
* | SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId) | Sulabh Upadhyay | 2015-10-05 | 1 | -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 messages | Stas Vilchik | 2015-10-05 | 1 | -3/+3 |
| | |||||
* | SONAR-6870 pre-select unresolved on the issues home page | Stas Vilchik | 2015-10-05 | 4 | -14/+50 |
| | |||||
* | SONAR-6533 Delete RoR WS server/key | Teryk Bellahsene | 2015-10-05 | 1 | -4/+0 |
| | |||||
* | SONAR-6534 Delete RoR WS server/index_projects | Teryk Bellahsene | 2015-10-05 | 1 | -8/+0 |
| | |||||
* | do not lose the search on the project permissions page | Stas Vilchik | 2015-10-05 | 1 | -1/+5 |
| | |||||
* | SONAR-6834 apply feedback | Stas Vilchik | 2015-10-05 | 15 | -44/+271 |
| | |||||
* | SONAR-6313 Delete RoR WS api/profiles/backup | Teryk Bellahsene | 2015-10-05 | 1 | -132/+0 |
| | |||||
* | SONAR-6314 Delete RoR WS api/profiles/restore | Teryk Bellahsene | 2015-10-05 | 1 | -16/+0 |
| | |||||
* | SONAR-6310 Delete RoR WS api/profiles/index | Teryk Bellahsene | 2015-10-05 | 1 | -22/+0 |
| | |||||
* | SONAR-6311 Delete RoR WS api/profiles/destroy | Teryk Bellahsene | 2015-10-05 | 1 | -14/+0 |
| | |||||
* | SONAR-6312 Delete RoR WS api/profiles/set_as_default | Teryk Bellahsene | 2015-10-05 | 1 | -11/+0 |
| | |||||
* | SONAR-6309 Delete RoR WS profiles/list | Teryk Bellahsene | 2015-10-05 | 1 | -61/+0 |
| | |||||
* | SONAR-6884 enforce collation SQL_Latin1_General_CP1_CS_AS when creating | Simon Brandhof | 2015-10-02 | 1 | -1/+7 |
| | | | | columns on MSSQL | ||||
* | SONAR-6848 apply feedback | Stas Vilchik | 2015-10-02 | 2 | -2/+2 |
| | |||||
* | SONAR-6833 provide "componentId" parameter to api/ce/queue | Stas Vilchik | 2015-10-02 | 2 | -14/+5 |
| | |||||
* | SONAR-6797 display qualifier | Stas Vilchik | 2015-10-02 | 1 | -3/+5 |
| | |||||
* | SONAR-6834 clean up old code | Stas Vilchik | 2015-10-02 | 24 | -516/+0 |
| | |||||
* | SONAR-6834 add search form | Stas Vilchik | 2015-10-02 | 4 | -16/+113 |
| | |||||
* | SONAR-6556 clean up bulk deletion and provisioning stuff | Stas Vilchik | 2015-10-02 | 30 | -1023/+2 |
| | |||||
* | SONAR-6848 Merge the "Bulk Deletion" and "Provisioning" pages | Stas Vilchik | 2015-10-02 | 22 | -4/+684 |
| | |||||
* | SONAR-6587 use new api/components/search_view_components | Stas Vilchik | 2015-10-02 | 1 | -3/+3 |
| | |||||
* | SONAR-6801 update title of modal windows | Stas Vilchik | 2015-09-30 | 2 | -2/+2 |
| |