aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_ATSimon Brandhof2015-09-308-11/+11
|
* keep period when switching between project dashboardsStas Vilchik2015-09-301-2/+7
|
* improve code qualityStas Vilchik2015-09-301-4/+1
|
* SONAR-6870 do not add "resolved" filter if any status is selectedStas Vilchik2015-09-301-1/+1
|
* use nvm to install node.js 4, add mocha testsStas Vilchik2015-09-3016-530/+589
|
* SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context ↵Sulabh Upadhyay2015-09-291-5/+6
| | | | | | | | | | | | | | context) to allow plugins to pass groups information to SonarQube Addition of one more api in ExternalGroupsProvider which will pass Context as parameter . doGetGroups(String username) is marked as deprecated Default implementation is provided in both version of doGetGroups so that authentication plugin relying on previous version ( <5.2) and current version 5.2 do not face compact issue on the SonarQube server 5.2 Testing: 1. Unit test for ExternalGroupsProvider is added. 2. Testing of authentication plugin (e.g. LDAP) targeting SonarQube Plugin apis version < 5.2 working with SonarQube server 5.2 3. Testing of LDAP plugin with SSO changes which are tareting SonarQube plugin api version 5.2 working with SonarQube server 5.2
* SONAR-6883 Fail to create MySQL tableSimon Brandhof2015-09-292-2/+3
|
* SONAR-6882 Order conditions of a quality gate by metric nameStas Vilchik2015-09-292-3/+9
|
* ensure textRange for every issueStas Vilchik2015-09-293-0/+42
|
* apply feedback for login pageStas Vilchik2015-09-293-3/+15
|
* fix loader options for web testsStas Vilchik2015-09-291-1/+5
|
* fix position of icon in the workspace windowStas Vilchik2015-09-291-0/+2
|
* migrate js components to es2015 modulesStas Vilchik2015-09-2966-5942/+5855
|
* move js libsStas Vilchik2015-09-296-8/+8
|
* SONAR-6877 SONAR-6878 Fix XSSStas Vilchik2015-09-292-4/+4
|
* sanitize web testsStas Vilchik2015-09-29312-10474/+652
|
* SONAR-5770 Improve api/ce/componentSimon Brandhof2015-09-291-1/+1
| | | | | - renamed from api/ce/project - parameter componentId supports non-projects -> returns empty results instead of raising 403
* do not use "f" parameter of api/issues/searchStas Vilchik2015-09-291-1/+0
|
* SONAR-6870 Issues Page should show unresolved issues by defaultStas Vilchik2015-09-294-49/+14
|
* SONAR-6840 apply feedbackStas Vilchik2015-09-291-1/+1
|
* sanitize sonar-webStas Vilchik2015-09-282-0/+4
|
* SONAR-6801 rewrite the permission templates pageStas Vilchik2015-09-2823-107/+694
|
* Add missing ruby code needed for navigationTeryk Bellahsene2015-09-282-78/+25
|
* Clean PermissionTemplateService and associated classesTeryk Bellahsene2015-09-281-0/+1
|
* Delete Ruby code in the permission domainTeryk Bellahsene2015-09-2812-812/+0
|
* SONAR-5770 apply feedbackStas Vilchik2015-09-283-5/+25
|
* SONAR-6834 add date filterStas Vilchik2015-09-284-6/+103
|
* add project-level background tasks pageStas Vilchik2015-09-285-6/+48
|
* show assignee avatar in the "Filter Similar Issues" formStas Vilchik2015-09-281-1/+3
|
* SONAR-6799 Ability to access the logs of the computation of a projectStas Vilchik2015-09-281-6/+16
|
* SONAR-6798 add ability to empty the CE queueStas Vilchik2015-09-283-4/+34
|
* SONAR-6834 show failures count, add pending iconStas Vilchik2015-09-283-4/+41
|
* use production version of react for the buildStas Vilchik2015-09-282-1/+17
|
* disable web selenium testsStas Vilchik2015-09-251-12/+1
|
* SONAR-5770 add a analysis status to the component's headerStas Vilchik2015-09-255-7/+92
|
* SONAR-6834 Add search and filtering capabilities to the Project Computation pageStas Vilchik2015-09-2519-5030/+6951
|
* SONAR-6859 add migration to remove sizeMetric properties from DBSébastien Lesaint2015-09-251-0/+36
|
* Fix db migration AddProvisioningPermissionToScanSimon Brandhof2015-09-211-3/+3
| | | | Fix compatibility with Oracle and MSSQL
* format the total number of issues/rulesStas Vilchik2015-09-213-3/+3
|
* increase the retry timeout for web testsStas Vilchik2015-09-211-1/+1
|
* SONAR-6160 apply feedbackStas Vilchik2015-09-217-6/+30
|
* SONAR-6347 Increase max value of duplications_index id columnJulien Lancelot2015-09-211-0/+31
|
* SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rulesStas Vilchik2015-09-213-7/+16
|
* SONAR-6044 Stop storing distribution of issue-related measures by ruleJulien Lancelot2015-09-211-0/+31
|
* Fix merge of branch feature/ce-monitoringSimon Brandhof2015-09-195-74/+37
| | | | | - JS changes (ES2015) - DB migration conflicts
* SONAR-6834 complete filtering paramters of api/ce/activitySimon Brandhof2015-09-191-0/+1
|
* SONAR-6834 use new APIStas Vilchik2015-09-1810-107/+147
|
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-182-0/+36
|
* SONAR-6851 Analysis of new projects requires the "Provision Project" permissionSimon Brandhof2015-09-181-0/+60
|
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-185-0/+149
|