Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT | Simon Brandhof | 2015-09-30 | 8 | -11/+11 |
| | |||||
* | keep period when switching between project dashboards | Stas Vilchik | 2015-09-30 | 1 | -2/+7 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-09-30 | 1 | -4/+1 |
| | |||||
* | SONAR-6870 do not add "resolved" filter if any status is selected | Stas Vilchik | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | use nvm to install node.js 4, add mocha tests | Stas Vilchik | 2015-09-30 | 16 | -530/+589 |
| | |||||
* | SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context ↵ | Sulabh Upadhyay | 2015-09-29 | 1 | -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 table | Simon Brandhof | 2015-09-29 | 2 | -2/+3 |
| | |||||
* | SONAR-6882 Order conditions of a quality gate by metric name | Stas Vilchik | 2015-09-29 | 2 | -3/+9 |
| | |||||
* | ensure textRange for every issue | Stas Vilchik | 2015-09-29 | 3 | -0/+42 |
| | |||||
* | apply feedback for login page | Stas Vilchik | 2015-09-29 | 3 | -3/+15 |
| | |||||
* | fix loader options for web tests | Stas Vilchik | 2015-09-29 | 1 | -1/+5 |
| | |||||
* | fix position of icon in the workspace window | Stas Vilchik | 2015-09-29 | 1 | -0/+2 |
| | |||||
* | migrate js components to es2015 modules | Stas Vilchik | 2015-09-29 | 66 | -5942/+5855 |
| | |||||
* | move js libs | Stas Vilchik | 2015-09-29 | 6 | -8/+8 |
| | |||||
* | SONAR-6877 SONAR-6878 Fix XSS | Stas Vilchik | 2015-09-29 | 2 | -4/+4 |
| | |||||
* | sanitize web tests | Stas Vilchik | 2015-09-29 | 312 | -10474/+652 |
| | |||||
* | SONAR-5770 Improve api/ce/component | Simon Brandhof | 2015-09-29 | 1 | -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/search | Stas Vilchik | 2015-09-29 | 1 | -1/+0 |
| | |||||
* | SONAR-6870 Issues Page should show unresolved issues by default | Stas Vilchik | 2015-09-29 | 4 | -49/+14 |
| | |||||
* | SONAR-6840 apply feedback | Stas Vilchik | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | sanitize sonar-web | Stas Vilchik | 2015-09-28 | 2 | -0/+4 |
| | |||||
* | SONAR-6801 rewrite the permission templates page | Stas Vilchik | 2015-09-28 | 23 | -107/+694 |
| | |||||
* | Add missing ruby code needed for navigation | Teryk Bellahsene | 2015-09-28 | 2 | -78/+25 |
| | |||||
* | Clean PermissionTemplateService and associated classes | Teryk Bellahsene | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | Delete Ruby code in the permission domain | Teryk Bellahsene | 2015-09-28 | 12 | -812/+0 |
| | |||||
* | SONAR-5770 apply feedback | Stas Vilchik | 2015-09-28 | 3 | -5/+25 |
| | |||||
* | SONAR-6834 add date filter | Stas Vilchik | 2015-09-28 | 4 | -6/+103 |
| | |||||
* | add project-level background tasks page | Stas Vilchik | 2015-09-28 | 5 | -6/+48 |
| | |||||
* | show assignee avatar in the "Filter Similar Issues" form | Stas Vilchik | 2015-09-28 | 1 | -1/+3 |
| | |||||
* | SONAR-6799 Ability to access the logs of the computation of a project | Stas Vilchik | 2015-09-28 | 1 | -6/+16 |
| | |||||
* | SONAR-6798 add ability to empty the CE queue | Stas Vilchik | 2015-09-28 | 3 | -4/+34 |
| | |||||
* | SONAR-6834 show failures count, add pending icon | Stas Vilchik | 2015-09-28 | 3 | -4/+41 |
| | |||||
* | use production version of react for the build | Stas Vilchik | 2015-09-28 | 2 | -1/+17 |
| | |||||
* | disable web selenium tests | Stas Vilchik | 2015-09-25 | 1 | -12/+1 |
| | |||||
* | SONAR-5770 add a analysis status to the component's header | Stas Vilchik | 2015-09-25 | 5 | -7/+92 |
| | |||||
* | SONAR-6834 Add search and filtering capabilities to the Project Computation page | Stas Vilchik | 2015-09-25 | 19 | -5030/+6951 |
| | |||||
* | SONAR-6859 add migration to remove sizeMetric properties from DB | Sébastien Lesaint | 2015-09-25 | 1 | -0/+36 |
| | |||||
* | Fix db migration AddProvisioningPermissionToScan | Simon Brandhof | 2015-09-21 | 1 | -3/+3 |
| | | | | Fix compatibility with Oracle and MSSQL | ||||
* | format the total number of issues/rules | Stas Vilchik | 2015-09-21 | 3 | -3/+3 |
| | |||||
* | increase the retry timeout for web tests | Stas Vilchik | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | SONAR-6160 apply feedback | Stas Vilchik | 2015-09-21 | 7 | -6/+30 |
| | |||||
* | SONAR-6347 Increase max value of duplications_index id column | Julien Lancelot | 2015-09-21 | 1 | -0/+31 |
| | |||||
* | SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules | Stas Vilchik | 2015-09-21 | 3 | -7/+16 |
| | |||||
* | SONAR-6044 Stop storing distribution of issue-related measures by rule | Julien Lancelot | 2015-09-21 | 1 | -0/+31 |
| | |||||
* | Fix merge of branch feature/ce-monitoring | Simon Brandhof | 2015-09-19 | 5 | -74/+37 |
| | | | | | - JS changes (ES2015) - DB migration conflicts | ||||
* | SONAR-6834 complete filtering paramters of api/ce/activity | Simon Brandhof | 2015-09-19 | 1 | -0/+1 |
| | |||||
* | SONAR-6834 use new API | Stas Vilchik | 2015-09-18 | 10 | -107/+147 |
| | |||||
* | SONAR-6861 Drop the property "sonar.preventAutoProjectCreation" | Simon Brandhof | 2015-09-18 | 2 | -0/+36 |
| | |||||
* | SONAR-6851 Analysis of new projects requires the "Provision Project" permission | Simon Brandhof | 2015-09-18 | 1 | -0/+60 |
| | |||||
* | Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY | Simon Brandhof | 2015-09-18 | 5 | -0/+149 |
| |