| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
"https.proxyPort" in "conf/sonar.properties"
|
|
|
|
|
| |
Removing the calls to Settings.getProperties() as it keeps
encrypted properties values.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
support issue types
|
| |
|
| |
|
| |
|
|
|
|
| |
The ability to change issue type is also available from api/issues/bulk_change
|
| |
|
|
|
|
| |
pages
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
use Java NIO rather than Common IO FileUtils
|
|
|
|
| |
methods delete from Commons IO FileUtils class reimplemented with Java NIO API
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|