| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId) | Sulabh Upadhyay | 2015-10-05 | 2 | -4/+99 |
* | SONAR-6847 Fix NPE when creating issues on root directory | Julien HENRY | 2015-10-05 | 2 | -5/+11 |
* | SONAR-6824 mark new metric "last_commit_date" as hidden in UI | Simon Brandhof | 2015-10-02 | 1 | -0/+2 |
* | SONAR-6818 Split batch/project WS in several simpler WS | Duarte Meneses | 2015-09-30 | 1 | -1/+5 |
* | SONAR-6777 Project cache sync | Duarte Meneses | 2015-09-30 | 2 | -1/+33 |
* | SONAR-6886 Stop support of deprecated property sonar.jdbc.user | Simon Brandhof | 2015-09-30 | 1 | -0/+5 |
* | SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube in... | Koushik Dasgupta | 2015-09-29 | 1 | -2/+2 |
* | SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context context... | Sulabh Upadhyay | 2015-09-29 | 2 | -2/+142 |
* | Fix quality flaws | Julien Lancelot | 2015-09-28 | 1 | -14/+7 |
* | Fix quality flaws | Julien Lancelot | 2015-09-28 | 2 | -8/+4 |
* | SONAR-6353 do not compute the metric days_since_last_commit | Simon Brandhof | 2015-09-25 | 1 | -67/+55 |
* | SONAR-6859 deprecate debt size metric property | Sébastien Lesaint | 2015-09-25 | 1 | -0/+2 |
* | SONAR-5876 add metric new_sqale_debt_ratio to CoreMetrics | Sébastien Lesaint | 2015-09-22 | 1 | -0/+17 |
* | SONAR-5876 remove Sqale in name of metric sqale_debt_ratio | Sébastien Lesaint | 2015-09-22 | 1 | -1/+1 |
* | SONAR-6736 refactor step names and descriptions | Simon Brandhof | 2015-09-22 | 1 | -2/+4 |
* | SONAR-6834 support project branches | Simon Brandhof | 2015-09-18 | 1 | -1/+1 |
* | SONAR-6861 Drop the property "sonar.preventAutoProjectCreation" | Simon Brandhof | 2015-09-18 | 1 | -0/+2 |
* | Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY | Simon Brandhof | 2015-09-18 | 1 | -0/+40 |
* | No op for highlighting and symbol references in issues mode | Julien HENRY | 2015-09-17 | 3 | -9/+6 |
* | Cleanup and deprecate Decorator related stuff | Julien HENRY | 2015-09-17 | 3 | -4/+7 |
* | Fix some quality flaws | Julien HENRY | 2015-09-17 | 3 | -26/+6 |
* | improve batch logging and performance | Duarte Meneses | 2015-09-14 | 1 | -4/+4 |
* | SONAR-6052 Drop secondary locations and rename execution flow -> flow | Julien HENRY | 2015-09-10 | 4 | -47/+17 |
* | SONAR-6827 Check output metrics are not core metrics | Julien Lancelot | 2015-09-09 | 2 | -0/+45 |
* | SONAR-6730 Improve javadoc | Julien Lancelot | 2015-09-09 | 1 | -3/+15 |
* | SONAR-6827 MeasureComputersVisitor should support a views tree | Julien Lancelot | 2015-09-07 | 1 | -1/+1 |
* | SONAR-6460 Add Checks#addAnnotatedChecks(Iterable) | Julien HENRY | 2015-09-07 | 1 | -1/+9 |
* | SONAR-6353 new metric days_since_last_commit | Simon Brandhof | 2015-09-07 | 1 | -1/+1 |
* | Fix metrics of type MILLISEC | Simon Brandhof | 2015-09-04 | 2 | -2/+2 |
* | SONAR-6824 add metric last_commit_date | Simon Brandhof | 2015-09-04 | 1 | -0/+14 |
* | SONAR-6746 Drop Plugin interface + batch cleanup | Julien HENRY | 2015-09-04 | 2 | -79/+7 |
* | Improve file hashing performance | Duarte Meneses | 2015-09-04 | 2 | -10/+51 |
* | SONAR-6730 Add boolean measure | Julien Lancelot | 2015-09-02 | 6 | -4/+63 |
* | SONAR-6730 Fix test implementation | Julien Lancelot | 2015-09-02 | 15 | -223/+857 |
* | SONAR-6730 Simplify API | Julien Lancelot | 2015-09-02 | 8 | -153/+179 |
* | SONAR-6730 Move test implementation to org.sonar.api.ce.measure.test | Julien Lancelot | 2015-09-02 | 9 | -10/+11 |
* | Fix quality flaws | Simon Brandhof | 2015-09-02 | 3 | -3/+2 |
* | Fix quality flaws | Simon Brandhof | 2015-08-31 | 1 | -1/+1 |
* | SONAR-6730 Replace List by varargs in addChildrenMeasures | Julien Lancelot | 2015-08-31 | 1 | -4/+4 |
* | SONAR-6730 Add component key in the API | Julien Lancelot | 2015-08-31 | 2 | -0/+7 |
* | SONAR-6730 Move RangeDistrubtionBuilder to API and allow constructor to take ... | Julien Lancelot | 2015-08-31 | 3 | -7/+391 |
* | SONAR-6730 Measure computer should allowed no Input metrics | Julien Lancelot | 2015-08-31 | 2 | -23/+37 |
* | SONAR-6730 Improve error message when adding measure on not allowed metric | Julien Lancelot | 2015-08-31 | 1 | -1/+2 |
* | SONAR-6730 Add issues in Measure API | Julien Lancelot | 2015-08-31 | 5 | -0/+251 |
* | SONAR-6812 Improve format of generated UUIDs for better usage of Lucene | Simon Brandhof | 2015-08-28 | 2 | -86/+0 |
* | Trim all WS string request parameters | Teryk Bellahsene | 2015-08-28 | 2 | -11/+12 |
* | Removal of deprecated ProjectBootstrapper | Duarte Meneses | 2015-08-28 | 1 | -48/+0 |
* | Improve quality | Duarte Meneses | 2015-08-28 | 1 | -4/+2 |
* | SONAR-4865 Apply some feedback on issue location API | Julien HENRY | 2015-08-26 | 5 | -25/+30 |
* | Deprecate API org.sonar.api.server.debt.DebtModel | Simon Brandhof | 2015-08-25 | 2 | -0/+4 |