Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless ResourceSnapshotMapper and rename folder dependency to design | Julien Lancelot | 2015-04-28 | 13 | -183/+248 |
| | |||||
* | several tests with the same name SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 6 | -165/+434 |
| | | | | | several tests can have the same name. a uuid is introduced to have an identifier for the test. coverage details are aggregated for all the tests with the same name. | ||||
* | persist tests in db - SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 29 | -1345/+3830 |
| | |||||
* | add new column data_type in file_sources table - SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 37 | -45/+264 |
| | |||||
* | SONAR-6338 Add some docs in the coverage batch report | Julien Lancelot | 2015-04-28 | 1 | -2/+7 |
| | |||||
* | Fix quality flaws | Jean-Baptiste Lievremont | 2015-04-28 | 7 | -27/+40 |
| | |||||
* | Force maven 3.2.5 in travis build | Simon Brandhof | 2015-04-28 | 1 | -0/+8 |
| | | | Travis recently upgraded to maven 3.3.1, which is not supported for SQ build | ||||
* | SONAR-6428 Use default project dashboards when user has no specific config | Jean-Baptiste Lievremont | 2015-04-28 | 3 | -0/+42 |
| | |||||
* | Add mvn -V to travis build | Simon Brandhof | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | SONAR-6427 Add root qualifiers in global nav WS | Jean-Baptiste Lievremont | 2015-04-28 | 3 | -4/+47 |
| | |||||
* | SONAR-6428 Replace server-side URL generation with display conditions | Jean-Baptiste Lievremont | 2015-04-28 | 10 | -409/+231 |
| | |||||
* | SONAR-6428 Apply feedback from PR | Jean-Baptiste Lievremont | 2015-04-28 | 6 | -35/+79 |
| | |||||
* | SONAR-6428 WS to get component navigation information | Jean-Baptiste Lievremont | 2015-04-28 | 27 | -7/+1432 |
| | |||||
* | Remove second LOG added by merge | Julien Lancelot | 2015-04-27 | 1 | -2/+0 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-04-27 | 1 | -0/+2 |
|\ | | | | | | | | | * origin/branch-5.1: SONAR-6493 java.lang.NullPointerException in the PopulateProjectsUuidColumns migration | ||||
| * | SONAR-6493 java.lang.NullPointerException in the PopulateProjectsUuidColumns ↵ | Julien Lancelot | 2015-04-27 | 5 | -77/+212 |
| | | | | | | | | migration | ||||
* | | SONAR-6493 java.lang.NullPointerException in the PopulateProjectsUuidColumns ↵ | Julien Lancelot | 2015-04-27 | 5 | -86/+220 |
| | | | | | | | | migration | ||||
* | | SONAR-6427 Use default dashboards when user has no specific configuration | Jean-Baptiste Lievremont | 2015-04-27 | 2 | -0/+14 |
| | | |||||
* | | Add key in /api/sources/lines WS | Julien Lancelot | 2015-04-27 | 6 | -96/+183 |
| | | |||||
* | | SONAR-6338 Fix issue on uncovered lines | Julien Lancelot | 2015-04-27 | 2 | -19/+24 |
| | | |||||
* | | Fix wrong import | Julien HENRY | 2015-04-27 | 1 | -5/+3 |
| | | |||||
* | | Merge pull request #260 from SonarSource/feature/batch/feed_tests | Julien HENRY | 2015-04-27 | 30 | -1557/+2097 |
|\ \ | | | | | | | SONAR-6278 Feed tests in compute report | ||||
| * | | SONAR-6278 Feed tests in compute report | Julien HENRY | 2015-04-27 | 30 | -1557/+2097 |
|/ / | |||||
* | | SONAR-6429 WS to support settings navigation | Jean-Baptiste Lievremont | 2015-04-27 | 8 | -10/+260 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-04-27 | 9 | -14/+18 |
| | | |||||
* | | SONAR-6430 add plugin source revision to JSON response | Sébastien Lesaint | 2015-04-27 | 8 | -14/+29 |
| | | | | | | | | information added to response of WS listing installed pluging and pending operations on plugins | ||||
* | | SONAR-6385 add WS to list SonarQube upgrades | Sébastien Lesaint | 2015-04-27 | 4 | -8/+328 |
| | | |||||
* | | Fix quality flaw | Jean-Baptiste Lievremont | 2015-04-27 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6380 SONAR-6381 SONAR-6382 WS description should mention update center | Sébastien Lesaint | 2015-04-27 | 3 | -4/+8 |
| | | |||||
* | | SONAR-6377 SONAR-6379 add update center refresh date to JSON response | Sébastien Lesaint | 2015-04-27 | 8 | -63/+91 |
| | | | | | | | | add the date to the reponse of the plugin WS: available and updates | ||||
* | | fix various quality flaws | Sébastien Lesaint | 2015-04-24 | 6 | -11/+40 |
| | | |||||
* | | SONAR-6379 fix response to display many updates per plugin | Sébastien Lesaint | 2015-04-24 | 10 | -97/+495 |
| | | | | | | | | | | instead of currently displaying as many times the same plugin as there is updates for this plugin update unit test to test the sample response instead of some other json response specific to the unit test | ||||
* | | SONAR-6138 limit default list of favorites to 6 items, add favorites to ↵ | Stas Vilchik | 2015-04-24 | 3 | -7/+29 |
| | | | | | | | | search results | ||||
* | | do not display navigation when there is no layout | Stas Vilchik | 2015-04-24 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6265 filter similar rules from the detailed view | Stas Vilchik | 2015-04-24 | 5 | -51/+69 |
| | | |||||
* | | SONAR-6210 add some rule meta | Stas Vilchik | 2015-04-24 | 2 | -10/+83 |
| | | |||||
* | | Build must not copy sonar-colorizer/sonar-colorizer.css in sonar-web. | Simon Brandhof | 2015-04-24 | 2 | -24/+7 |
| | | | | | | | | | | * it is not used by webapp as it's duplicated by sonar-web/sonar-colorizer.less * maven parallel build breaks during the first execution (empty local repo). The real reason was that dependency on sonar-colorizer was missing in sonar-web. | ||||
* | | Fix quality flaws | Simon Brandhof | 2015-04-24 | 12 | -13/+12 |
| | | |||||
* | | SONAR-6392 Drop measure trends | Simon Brandhof | 2015-04-23 | 45 | -990/+217 |
| | | |||||
* | | Upgrade to update center 1.13 | Simon Brandhof | 2015-04-23 | 2 | -4/+4 |
| | | |||||
* | | SONAR-6382 updating plugin is restricted to system admins | Sébastien Lesaint | 2015-04-23 | 2 | -2/+24 |
| | | |||||
* | | SONAR-6384 add java WS to cancel all plugins install/update/uninstall | Sébastien Lesaint | 2015-04-23 | 3 | -0/+158 |
| | | |||||
* | | SONAR-6380 add Java WS to uninstall a plugin | Sébastien Lesaint | 2015-04-23 | 3 | -6/+232 |
| | | |||||
* | | SONAR-6381 add java WS to install a plugin | Sébastien Lesaint | 2015-04-23 | 3 | -0/+242 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-04-23 | 33 | -18/+18 |
| | | |||||
* | | SONAR-6097 Add the main top menu entries in the suggestions of the search form | Stas Vilchik | 2015-04-23 | 3 | -5/+46 |
| | | |||||
* | | fix one line shift while auto-assigning issues in CE | Teryk Bellahsene | 2015-04-23 | 2 | -15/+13 |
| | | |||||
* | | improve display of quality gates/profiles intro | Stas Vilchik | 2015-04-23 | 4 | -5/+5 |
| | | |||||
* | | improve display of quality gates list | Stas Vilchik | 2015-04-23 | 1 | -4/+13 |
| | | |||||
* | | SONAR-6366 improve handling of really simultaneous db migration calls | Sébastien Lesaint | 2015-04-23 | 2 | -31/+49 |
| | | | | | | | | this will also make unit test stable |