summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-6336 Add check when updating conditionJulien Lancelot2016-05-132-13/+64
| | | | When updating a condition, if new new condition value match existing condition, it should fail
* SONAR-7634 Metric names should be localized (#967)Stas Vilchik2016-05-1333-45/+85
|
* SONAR-7431 Keep filters state in url on background page (#965)Stas Vilchik2016-05-1327-703/+519
|
* SONAR-7493 fix size of ISSUES.MESSAGE col on OraleSimon Brandhof2016-05-135-1/+138
| | | | | | The length of this VARCHAR(4000) depends on runtime (4000 bytes or 4000 chars) as unit is not enforced during creation of column
* SONAR-6696 Replace event description by name in history pageJulien Lancelot2016-05-131-1/+1
| | | | Event description is no more computed since 5.2, so the name is used instead (even if it contains less information about the change)
* SONAR-7154 main process must create property file in SQ's temp dirSébastien Lesaint2016-05-132-14/+12
| | | | because the JVM's temp dir might just be read only (eg. temp dir of windows services launched with Local System Account on recent windows versions is actuallt read only)
* update parameter description of /api/l10n/indexStas Vilchik2016-05-131-2/+2
|
* fix display of UTS paths on measures pageStas Vilchik2016-05-131-1/+1
|
* Remove "reported by me" from issue notification messageJulien Lancelot2016-05-131-1/+1
|
* SONAR-7274 Return authorized projects in api/qualitygates/searchJulien Lancelot2016-05-137-75/+376
|
* SONAR-7545 use ComponentKeys.MAX_COMPONENT_KEY_LENGTHTeryk Bellahsene2016-05-133-18/+12
|
* SONAR-7545 functional error when updating a project keyTeryk Bellahsene2016-05-138-47/+207
| | | | | | - when updating a project key and a sub-component has a key longer than 400 characters - when a component has a name longer than 2000 characters - when a component has a key longer than 400 characters
* SONAR-7175 Keep last snapshots in KeepOneFilterJulien Lancelot2016-05-123-15/+57
| | | | Last snapshot is now kept Instead of first snapshot
* SONAR-7539 WS api/properties should return licenses if user is authenticated ↵Simon Brandhof2016-05-121-1/+1
| | | | (#963)
* SONAR-7580 EmbeddedDatabase now assume jdbcurl is correctly configuredSébastien Lesaint2016-05-122-47/+142
| | | | checking the URL and applying default values is not the responsibility of JdbcSettings class alone
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-123-63/+156
| | | | it used to be hardcoded to jdbc:h2:tcp://localhost:9092/sonar, which did not take into account the optionaly specified embedded database port property
* SONAR-7109 remove default value of property sonar.core.serverBaseURLSébastien Lesaint2016-05-123-3/+7
|
* SONAR-7534 implement Server#getUrl on the server sideSébastien Lesaint2016-05-123-5/+121
|
* SONAR-7512 Backport ability to use line/offset on Symbolizable APIJulien HENRY2016-05-123-0/+32
|
* SONAR-7509 Backport on old API to ease migrationJulien HENRY2016-05-122-0/+18
|
* SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵Julien HENRY2016-05-1219-39/+60
| | | | improvements
* SONAR-7628 WS api/qualitygates/project_status requires admin or browse ↵Teryk Bellahsene2016-05-123-30/+22
| | | | permission
* SONAR-7276 support multiple conditions for a given metric in QGSébastien Lesaint2016-05-122-85/+181
| | | | they must have a different period
* SONAR-6336 show WS errorsStas Vilchik2016-05-122-61/+98
|
* upgrade webpack to 1.13.0Stas Vilchik2016-05-121-1/+1
| | | | fixes https://github.com/webpack/webpack/issues/91
* SONAR-7094 Correct, expand update center summary (#941)Stas Vilchik2016-05-125-14/+35
|
* SONAR-7630 Do not use MySQL TINYINT(1) for non-boolean columnsSimon Brandhof2016-05-1212-8/+213
|
* SONAR-7260 Fix comment about mysql 5.6 in sonar.propertiesSimon Brandhof2016-05-121-3/+1
|
* SONAR-7612 Apply feedbackJulien HENRY2016-05-1222-34/+56
|
* SONAR-7612 Rework Initializer extension point to no more require to use ProjectJulien HENRY2016-05-121-4/+17
|
* SONAR-7612 Improve documentation and SensorContextTesterJulien HENRY2016-05-1216-30/+116
|
* SONAR-7612 Deprecate old Resource API (Project, Directory, File)Julien HENRY2016-05-126-8/+16
|
* SONAR-7612 Move new Sensor API out of @BetaJulien HENRY2016-05-1248-193/+88
|
* SONAR-7625 SONAR-7621 Deprecate coverage per test and test execution details ↵Julien HENRY2016-05-127-0/+28
| | | | Sensor APIs
* SONAR-7624 SONAR-7620 Fix Tests domain descriptionJulien Lancelot2016-05-121-2/+1
|
* SONAR-6897 add ITJulien HENRY2016-05-119-46/+167
|
* Revert "SONAR-6897 add IT"Julien HENRY2016-05-118-159/+44
| | | | This reverts commit 87a609a4c529fc25c89c425dc11a2cb49ef3fbf8.
* Minor Bash improvements (#951)Janos Gyerik2016-05-114-40/+42
| | | | | | | | * set exec bit on .sh files where it was not * replace legacy `...` with $(...) * use here-document instead of many echos
* SONAR-6897 add ITJulien HENRY2016-05-118-44/+159
|
* SONAR-7412 clear revision in DB when no changeset in reportSébastien Lesaint2016-05-112-9/+34
|
* SONAR-6897 support copyFromPrevious in ChangeSet of analysis reportSébastien Lesaint2016-05-112-4/+48
|
* SONAR-6897 Precise if scm data should be copiedJulien HENRY2016-05-113-12/+35
| | | | | In scanner report and for each file we will now explicitely request compute engine to copy previous SCM data.
* SONAR-6336 No check should be done when updating conditionJulien Lancelot2016-05-112-25/+23
|
* SONAR-7571 support huge file source in FILE_SOURCES.BINARY_DATASébastien Lesaint2016-05-113-20/+51
|
* SONAR-7532 do not log submitter when unsetSébastien Lesaint2016-05-112-25/+84
|
* SONAR-7532 Profiler can now put context before or after timeSébastien Lesaint2016-05-115-31/+233
|
* SONAR-6336 Fail to update or create a condition that already existsJulien Lancelot2016-05-112-90/+168
|
* SONAR-7555 Add measures on number of won't fix issuesJulien Lancelot2016-05-116-20/+85
|
* Add missing ITs executionJulien Lancelot2016-05-113-33/+25
|
* SONAR-7150 Fix ITJulien Lancelot2016-05-111-1/+1
|