aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7191 Update the background tasks page to reflect latest WS changesStas Vilchik2016-02-161-0/+6
|
* Automatic merge from branch-5.4Jenkins CI2016-02-154-12/+451
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-5.4: Refactor a bit ComponentContainer stabilize ProjectDrilldownTest SONAR-7125 use efficient delete dir code in core, batch and server SONAR-7125 use efficient delete dir from NIO in sonar-api SONAR-7125 add FileUtils in sonar-core with efficient delete methods SONAR-7125 use efficient delete dir method in sonar-process SONAR-7125 use nio to clean temp directory at startup
| * Refactor a bit ComponentContainerSimon Brandhof2016-02-121-7/+18
| |
| * SONAR-7125 use efficient delete dir code in core, batch and serverSébastien Lesaint2016-02-121-5/+3
| | | | | | | | use Java NIO rather than Common IO FileUtils
| * SONAR-7125 add FileUtils in sonar-core with efficient delete methodsSébastien Lesaint2016-02-122-0/+430
| | | | | | | | methods delete from Commons IO FileUtils class reimplemented with Java NIO API
* | Automatic merge from branch-5.4Jenkins CI2016-02-122-19/+47
|\| | | | | | | | | | | | | * origin/branch-5.4: Fix shutdown of server after DB migration SONAR-7103 Fix new debt ratio when 5 periods are defined SONAR-7311 fix file leak because CE appenders are closed too late
| * Fix shutdown of server after DB migrationSimon Brandhof2016-02-112-19/+47
| | | | | | | | | | | | When a DB migration is required, two containers are up at the same time ("safemode" and "level 2"). This is not handled by ComponentContainer, so one of the two children is badly dereferenced and can't be stopped.
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-091-1/+1
| |
| * [maven-release-plugin] prepare release 5.4-RC15.4-RC1Eric Hartmann2016-02-091-1/+1
| |
* | Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|/
* update wording on my account pageStas Vilchik2016-02-051-2/+2
|
* display links to all issue filters and all measure filters on my account pageStas Vilchik2016-02-051-0/+1
|
* Merge pull request #742 from SonarSource/feature/stas/selenium-js-logsStas Vilchik2016-02-041-0/+4
|\ | | | | dump js logs in failed selenium tests
| * Exclude files generated by protobuf from SQ analysisEvgeny Mandrikov2016-01-281-0/+4
| | | | | | | | This was already done for other modules, but not for sonar-core.
* | SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-16/+0
| |
* | SONAR-7216 Update allow users to signup descriptionJulien Lancelot2016-02-031-2/+2
| |
* | rename permission "Provision Projects" to "Create Projects"Stas Vilchik2016-02-031-1/+1
| |
* | SONAR-7252 add missed messagesStas Vilchik2016-02-031-3/+6
| |
* | SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-031-3/+0
| |
* | SONAR-5582 drop jfreechartSimon Brandhof2016-02-021-1/+0
| |
* | Reduce verbosity of unit test logsSimon Brandhof2016-02-011-7/+7
| | | | | | | | That makes Travis crash (too many logs)
* | SONAR-7252 display widgets to my issues on "My Account" pageStas Vilchik2016-02-011-0/+3
| |
* | SONAR-7231 add tokens help textStas Vilchik2016-02-011-0/+1
| |
* | squid:S1213 members of an interface decleration or class should appear in a ↵Zeeshan Asghar2016-01-291-3/+2
| | | | | | | | pre-defined order
* | squid:S2209 static members should be accessed staticallyZeeshan Asghar2016-01-291-1/+1
| |
* | SONAR-7227 SONAR-7230 SONAR-7231 apply ui feedbackStas Vilchik2016-01-281-0/+3
| |
* | SONAR-7231 improve rendering of password formStas Vilchik2016-01-281-4/+4
| |
* | SONAR-7231 Create new "Security" page in "My Space"Stas Vilchik2016-01-281-0/+1
| |
* | SONAR-7230 Move user notifications into separate page of "My Account" spaceStas Vilchik2016-01-281-0/+2
| |
* | SONAR-7227 Convert "My Profile" page to the new "My Account" pageStas Vilchik2016-01-281-1/+6
|/
* SONAR-7219 Remove sonar.security.updateUserAttributes propertyJulien Lancelot2016-01-272-8/+1
|
* Cut dependency between sonar-core and sonar-homeJulien HENRY2016-01-192-6/+8
|
* update working on background tasks page, againStas Vilchik2016-01-181-1/+1
|
* update working on background tasks pageStas Vilchik2016-01-181-1/+1
|
* SONAR-6283 add global permission gatesadmin and use itSébastien Lesaint2016-01-131-2/+4
|
* Fix project title in copyright headersSimon Brandhof2016-01-13155-155/+155
|
* document keyboard shortcut to send issue commentStas Vilchik2016-01-131-0/+1
|
* improve wording for projects dashboardsStas Vilchik2016-01-131-1/+1
|
* SONAR-7192 Create new 'Projects' page for viewsStas Vilchik2016-01-131-0/+1
|
* SONAR-7174 "Execute Analysis" is now also a project permissionJulien Lancelot2016-01-121-0/+2
|
* SONAR-7144 pin file in the workspaceStas Vilchik2016-01-071-1/+1
|
* SONAR-7149 add missed l10n messageStas Vilchik2016-01-071-0/+3
|
* Automatic merge from branch-5.3Jenkins CI2016-01-062-0/+2
|\ | | | | | | | | | | * origin/branch-5.3: SONAR-7093 Allow projects to define their leak period fix display of date leak period
| * SONAR-7093 Allow projects to define their leak periodJulien Lancelot2016-01-061-0/+1
| |
| * fix display of date leak periodStas Vilchik2016-01-061-0/+1
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-1/+1
| |
* | Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05155-636/+620
| |
* | SONAR-4004 handle failed requestsStas Vilchik2015-12-291-0/+1
| |
* | SONAR-7144 add a link to open a component in a new tabStas Vilchik2015-12-161-0/+8
| |