aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix quality flawsTeryk Bellahsene2015-03-273-2/+45
| |
* | show warning when find a duplication in a removed componentStas Vilchik2015-03-275-60/+142
| |
* | Fix quality flawsJulien Lancelot2015-03-276-32/+22
| |
* | Fix removal of project/profile association (bad type conversion in Rails)Jean-Baptiste Lievremont2015-03-261-1/+1
| |
* | SONAR-6280 Use a range to represent duplication positionJulien HENRY2015-03-262-70/+84
| |
* | Fix issue with quality profile/project association on project admin pageJean-Baptiste Lievremont2015-03-261-2/+3
| |
* | SONAR-6317 Feed SCM in compute report - batch sideJulien HENRY2015-03-2616-433/+40
| |
* | SCM on server side - SONAR-6253 SONAR-6316Teryk Bellahsene2015-03-268-114/+199
| |
* | SONAR-6294 Create WS to search for quality profilesJean-Baptiste Lievremont2015-03-2615-44/+485
| |
* | SONAR-6318 Highlighting in computeJulien Lancelot2015-03-262-0/+254
| |
* | SONAR-6325 Apply feedback from PRJean-Baptiste Lievremont2015-03-267-22/+18
| |
* | SONAR-5489 Add web services to manage project/profile associationJean-Baptiste Lievremont2015-03-2611-39/+368
| |
* | SONAR-6329 Update handling of project/profile association in service layer ↵Jean-Baptiste Lievremont2015-03-268-110/+60
| | | | | | | | and DAOs
* | Remove dependency of migration on core persistence classesJean-Baptiste Lievremont2015-03-262-27/+24
| |
* | SONAR-6328 Use MassUpdate for project/profile association migrationJean-Baptiste Lievremont2015-03-262-119/+73
| |
* | SONAR-6328 Migrate existing project/profile associationsJean-Baptiste Lievremont2015-03-267-1/+394
| |
* | SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-267-7/+38
| |
* | SONAR-6326 Add project_profiles association tableJean-Baptiste Lievremont2015-03-261-0/+36
| |
* | SONAR-6320 Symbol in computeJulien Lancelot2015-03-262-0/+308
| |
* | Automatic merge from branch-5.1Jenkins CI2015-03-263-6/+11
|\| | | | | | | | | | | * origin/branch-5.1: Improve javadoc of org.sonar.api.utils.log.Logger apply rules feedback
| * apply rules feedbackStas Vilchik2015-03-253-6/+11
| |
| * Fix tags dropdown in issue bulk changeJean-Baptiste Lievremont2015-03-241-1/+1
| |
* | SONAR-6257 Fix duplication issue when there's folder in project structure ↵Julien Lancelot2015-03-252-22/+122
| | | | | | | | and add component key in report
* | Fix conflict between sonar-core and sonar-testing-harness for the dependency ↵Simon Brandhof2015-03-251-0/+9
| | | | | | | | | | | | json-simple. I don't have any explanation for this strange maven behavior.
* | SONAR-6257 Fail when measures report contains duplications_data measuresJulien Lancelot2015-03-255-17/+59
| |
* | SONAR-6257 Persist duplication measures in computeJulien Lancelot2015-03-2514-61/+611
| |
* | Fix timezone errors in some server testsSimon Brandhof2015-03-255-37/+11
| |
* | Fix timeout margin of benchmark testSimon Brandhof2015-03-251-1/+1
| |
* | Automatic merge from branch-5.1Jenkins CI2015-03-244-11/+67
|\| | | | | | | | | | | * origin/branch-5.1: SONAR-6335 Fix file source migration to generate correct checksum on blank lines Do not show the debt (sub)characteristic of a rule when it has been overloaded as removed
| * SONAR-6335 Fix file source migration to generate correct checksum on blank linesJulien HENRY2015-03-242-6/+36
| |
| * Do not show the debt (sub)characteristic of a rule when it has been ↵Jean-Baptiste Lievremont2015-03-242-5/+31
| | | | | | | | overloaded as removed
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2015-03-238-8/+8
| |
| * [maven-release-plugin] prepare release 5.1-RC25.1-RC2Eric Hartmann2015-03-238-8/+8
| |
* | Fix tags dropdown in issue bulk changeJean-Baptiste Lievremont2015-03-241-1/+1
| |
* | SONAR-6275 Add temporary field person_id on measure to keep devcockpit workingJulien HENRY2015-03-244-1/+5
| |
* | update process spinnersStas Vilchik2015-03-245-30/+223
| |
* | Merge pull request #165 from SonarSource/feature/batch/measures_in_computeJulien HENRY2015-03-234-203/+157
|\ \ | | | | | | SONAR-6275 Feed measures in compute report
| * | SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-234-203/+157
| | |
* | | fix reactivation of a custom ruleStas Vilchik2015-03-235-12/+118
| | |
* | | fix quality flawsStas Vilchik2015-03-235-9/+8
| | |
* | | Adjust performance testsSimon Brandhof2015-03-202-2/+2
|/ /
* | Automatic merge from branch-5.1Jenkins CI2015-03-201-3/+0
|\| | | | | | | | | * origin/branch-5.1: Fix quality flaw
| * Fix quality flawSimon Brandhof2015-03-201-3/+0
| | | | | | | | * ResultSetIterator#next() must not return nullable object
* | SONAR-6215 apply feedbackStas Vilchik2015-03-209-11/+385
| |
* | Merge pull request #160 from SonarSource/feature/filter-similar-issuesStas Vilchik2015-03-2018-32/+623
|\ \ | | | | | | SONAR-5968 Allow modification of issue filter using issue properties
| * | SONAR-5968 apply feedbackStas Vilchik2015-03-203-13/+15
| | |
| * | SONAR-5968 add testsStas Vilchik2015-03-193-0/+438
| | |
| * | SONAR-5968 Allow modification of issue filter using issue propertiesStas Vilchik2015-03-1915-32/+183
| | |
* | | update version of grunt-contrib-cleanStas Vilchik2015-03-201-1/+1
| | |
* | | Automatic merge from branch-5.1Jenkins CI2015-03-207-22/+91
|\ \ \ | | |/ | |/| | | | | | | * origin/branch-5.1: SONAR-6012 Issues on files on removed modules should contain the module key