aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* improve display of empty drilldownStas Vilchik2015-04-211-0/+1
|
* SONAR-6427 Internal WS to get global navigation configuratioJean-Baptiste Lievremont2015-04-218-27/+252
|
* having a go at quality issues on singleton enum PredicatesSébastien Lesaint2015-04-211-6/+5
|
* Deprecate AbstractDaoTestCase to not forget to replace itJulien Lancelot2015-04-211-1/+10
|
* SONAR-6383 add method to list plugins to uninstall as PluginMetadataSébastien Lesaint2015-04-212-3/+21
|
* SONAR-6138 Access favorites from user's menu of the top navbarStas Vilchik2015-04-201-0/+1
|
* SONAR-6265 Allow modification of rule filter using rule propertiesStas Vilchik2015-04-201-0/+1
|
* SONAR-6282 Rename and reorganise some menu entries of "Settings"Stas Vilchik2015-04-201-2/+3
|
* SONAR-6298 Fix group by clause for Oracle and MSSQLJean-Baptiste Lievremont2015-04-201-1/+1
|
* SONAR-5851 show number of associated projectsStas Vilchik2015-04-201-0/+1
|
* SONAR-6298 Add project count in qprofile search WS responseJean-Baptiste Lievremont2015-04-206-27/+113
|
* SONAR-6433 Stop supporting the concept of "group/ecosystem" of pluginsSimon Brandhof2015-04-205-22/+6
|
* cancel test_data migration in file_sourcesTeryk Bellahsene2015-04-177-9/+7
|
* SONAR-5851 filter list of profiles by languageStas Vilchik2015-04-171-0/+2
|
* SONAR-6366 add supportsMigration() on Dialect interfaceSébastien Lesaint2015-04-1711-5/+63
|
* SONAR-6253 Cleanup SourcePersister on batch sideJulien HENRY2015-04-1711-450/+2
| | | | and move FileSourceDao to sonar-server
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-165-0/+789
| | | | in order to prepare upgrade to Guava 18 in core codebase
* update database versionTeryk Bellahsene2015-04-162-1/+2
|
* Move tests persistence from batch to compute - SONAR-6255Teryk Bellahsene2015-04-1610-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 issuesSimon Brandhof2015-04-165-8/+28
|
* SONAR-5851 add changelogStas Vilchik2015-04-141-6/+6
|
* SONAR-5851 clean up profiles uiStas Vilchik2015-04-131-1/+1
|
* SONAR-5851 add inheritance detailsStas Vilchik2015-04-101-0/+4
|
* SONAR-5851 add profile details, implement profile actionsStas Vilchik2015-04-101-1/+5
|
* SONAR-6258 Persist source, coverage and scm into file sourcesJulien Lancelot2015-04-091-2/+10
|
* SONAR-6401 Bulk rule (de)activation confirmation should show languageStas Vilchik2015-04-091-2/+2
|
* revert SONAR-6331Stas Vilchik2015-04-091-18/+1
|
* SONAR-6331 apply feedbackStas Vilchik2015-04-081-4/+8
|
* SONAR-5921 WS to list project/profile associationsJean-Baptiste Lievremont2015-04-034-1/+115
|
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-022-6/+15
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* Fix usage of clob.free() on MsSQLJulien Lancelot2015-04-021-1/+9
|
* Call Clob.free() to reduce memory consumptionJulien Lancelot2015-04-021-1/+3
|
* Automatic merge from branch-5.1Jenkins CI2015-04-016-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 userJulien Lancelot2015-04-016-63/+99
| |
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-314-99/+6
| |
* | SONAR-5489 Check a project's current profile association before modificationJean-Baptiste Lievremont2015-03-303-0/+10
| |
* | Fix quality flawsSimon Brandhof2015-03-301-3/+1
| |
* | add an issue reopen tooltipStas Vilchik2015-03-301-1/+1
| |
* | SONAR-6331 add a project overview pageStas Vilchik2015-03-301-0/+14
| |
* | Merge from branch-5.1Jean-Baptiste Lievremont2015-03-301-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-6340Teryk Bellahsene2015-03-271-17/+5
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2015-03-231-1/+1
| |
| * [maven-release-plugin] prepare release 5.1-RC25.1-RC2Eric Hartmann2015-03-231-1/+1
| |
* | Fix 4.4 migration issue (due to removal of core DAO)Jean-Baptiste Lievremont2015-03-261-1/+1
| |
* | SONAR-6325 Apply feedback from PRJean-Baptiste Lievremont2015-03-264-14/+14
| |
* | SONAR-6329 Update handling of project/profile association in service layer ↵Jean-Baptiste Lievremont2015-03-268-63/+94
| | | | | | | | and DAOs
* | Remove dependency of migration on core persistence classesJean-Baptiste Lievremont2015-03-262-0/+6
| |
* | SONAR-6328 Migrate existing project/profile associationsJean-Baptiste Lievremont2015-03-262-1/+2
| |
* | SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-2616-31/+33
| |
* | SONAR-6326 Add project_profiles association tableJean-Baptiste Lievremont2015-03-263-1/+11
| |