Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve display of empty drilldown | Stas Vilchik | 2015-04-21 | 1 | -0/+1 |
| | |||||
* | SONAR-6427 Internal WS to get global navigation configuratio | Jean-Baptiste Lievremont | 2015-04-21 | 8 | -27/+252 |
| | |||||
* | having a go at quality issues on singleton enum Predicates | Sébastien Lesaint | 2015-04-21 | 1 | -6/+5 |
| | |||||
* | Deprecate AbstractDaoTestCase to not forget to replace it | Julien Lancelot | 2015-04-21 | 1 | -1/+10 |
| | |||||
* | SONAR-6383 add method to list plugins to uninstall as PluginMetadata | Sébastien Lesaint | 2015-04-21 | 2 | -3/+21 |
| | |||||
* | SONAR-6138 Access favorites from user's menu of the top navbar | Stas Vilchik | 2015-04-20 | 1 | -0/+1 |
| | |||||
* | SONAR-6265 Allow modification of rule filter using rule properties | Stas Vilchik | 2015-04-20 | 1 | -0/+1 |
| | |||||
* | SONAR-6282 Rename and reorganise some menu entries of "Settings" | Stas Vilchik | 2015-04-20 | 1 | -2/+3 |
| | |||||
* | SONAR-6298 Fix group by clause for Oracle and MSSQL | Jean-Baptiste Lievremont | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | SONAR-5851 show number of associated projects | Stas Vilchik | 2015-04-20 | 1 | -0/+1 |
| | |||||
* | SONAR-6298 Add project count in qprofile search WS response | Jean-Baptiste Lievremont | 2015-04-20 | 6 | -27/+113 |
| | |||||
* | SONAR-6433 Stop supporting the concept of "group/ecosystem" of plugins | Simon Brandhof | 2015-04-20 | 5 | -22/+6 |
| | |||||
* | cancel test_data migration in file_sources | Teryk Bellahsene | 2015-04-17 | 7 | -9/+7 |
| | |||||
* | SONAR-5851 filter list of profiles by language | Stas Vilchik | 2015-04-17 | 1 | -0/+2 |
| | |||||
* | SONAR-6366 add supportsMigration() on Dialect interface | Sébastien Lesaint | 2015-04-17 | 11 | -5/+63 |
| | |||||
* | SONAR-6253 Cleanup SourcePersister on batch side | Julien HENRY | 2015-04-17 | 11 | -450/+2 |
| | | | | and move FileSourceDao to sonar-server | ||||
* | Remove coupling of sonar-plugin-api on Guava 10 | Simon Brandhof | 2015-04-16 | 5 | -0/+789 |
| | | | | in order to prepare upgrade to Guava 18 in core codebase | ||||
* | update database version | Teryk Bellahsene | 2015-04-16 | 2 | -1/+2 |
| | |||||
* | Move tests persistence from batch to compute - SONAR-6255 | Teryk Bellahsene | 2015-04-16 | 10 | -6/+17 |
| | | | | | | - define index and check the 3 use cases - define batch report format - create file_sources.test_data | ||||
* | SONAR-6364 Line number should be unset on closed issues | Simon Brandhof | 2015-04-16 | 5 | -8/+28 |
| | |||||
* | SONAR-5851 add changelog | Stas Vilchik | 2015-04-14 | 1 | -6/+6 |
| | |||||
* | SONAR-5851 clean up profiles ui | Stas Vilchik | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | SONAR-5851 add inheritance details | Stas Vilchik | 2015-04-10 | 1 | -0/+4 |
| | |||||
* | SONAR-5851 add profile details, implement profile actions | Stas Vilchik | 2015-04-10 | 1 | -1/+5 |
| | |||||
* | SONAR-6258 Persist source, coverage and scm into file sources | Julien Lancelot | 2015-04-09 | 1 | -2/+10 |
| | |||||
* | SONAR-6401 Bulk rule (de)activation confirmation should show language | Stas Vilchik | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | revert SONAR-6331 | Stas Vilchik | 2015-04-09 | 1 | -18/+1 |
| | |||||
* | SONAR-6331 apply feedback | Stas Vilchik | 2015-04-08 | 1 | -4/+8 |
| | |||||
* | SONAR-5921 WS to list project/profile associations | Jean-Baptiste Lievremont | 2015-04-03 | 4 | -1/+115 |
| | |||||
* | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 2 | -6/+15 |
| | | | | This allows to fail-fast if a test is heavily coupled with local timezone. | ||||
* | Fix usage of clob.free() on MsSQL | Julien Lancelot | 2015-04-02 | 1 | -1/+9 |
| | |||||
* | Call Clob.free() to reduce memory consumption | Julien Lancelot | 2015-04-02 | 1 | -1/+3 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-04-01 | 6 | -63/+99 |
|\ | | | | | | | | | | | * origin/branch-5.1: Fix issue when permission is set only on user fix select2 in rule bulk change | ||||
| * | Fix issue when permission is set only on user | Julien Lancelot | 2015-04-01 | 6 | -63/+99 |
| | | |||||
* | | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 4 | -99/+6 |
| | | |||||
* | | SONAR-5489 Check a project's current profile association before modification | Jean-Baptiste Lievremont | 2015-03-30 | 3 | -0/+10 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2015-03-30 | 1 | -3/+1 |
| | | |||||
* | | add an issue reopen tooltip | Stas Vilchik | 2015-03-30 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6331 add a project overview page | Stas Vilchik | 2015-03-30 | 1 | -0/+14 |
| | | |||||
* | | Merge from branch-5.1 | Jean-Baptiste Lievremont | 2015-03-30 | 1 | -17/+5 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.1: Remove log to console in unit test Fix regression on issue paging with one component Fix indexing of source lines SONAR-6340 highlight cancelled reports fix display of overlapping duplications do not show global error if the request is sent from modal window cancel analysis when the snapshot is not found - SONAR-6340 Conflicts: server/sonar-server/src/test/java/org/sonar/server/computation/ComputationServiceTest.java server/sonar-web/src/main/hbs/source-viewer/source-viewer-duplication-popup.hbs server/sonar-web/src/main/js/source-viewer/viewer.js | ||||
| * | cancel analysis when the snapshot is not found - SONAR-6340 | Teryk Bellahsene | 2015-03-27 | 1 | -17/+5 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-23 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.1-RC25.1-RC2 | Eric Hartmann | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | Fix 4.4 migration issue (due to removal of core DAO) | Jean-Baptiste Lievremont | 2015-03-26 | 1 | -1/+1 |
| | | |||||
* | | SONAR-6325 Apply feedback from PR | Jean-Baptiste Lievremont | 2015-03-26 | 4 | -14/+14 |
| | | |||||
* | | SONAR-6329 Update handling of project/profile association in service layer ↵ | Jean-Baptiste Lievremont | 2015-03-26 | 8 | -63/+94 |
| | | | | | | | | and DAOs | ||||
* | | Remove dependency of migration on core persistence classes | Jean-Baptiste Lievremont | 2015-03-26 | 2 | -0/+6 |
| | | |||||
* | | SONAR-6328 Migrate existing project/profile associations | Jean-Baptiste Lievremont | 2015-03-26 | 2 | -1/+2 |
| | | |||||
* | | SONAR-6327 Add is_default column to rules_profiles | Jean-Baptiste Lievremont | 2015-03-26 | 16 | -31/+33 |
| | | |||||
* | | SONAR-6326 Add project_profiles association table | Jean-Baptiste Lievremont | 2015-03-26 | 3 | -1/+11 |
| | |