aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix issues with daylight saving timeSimon Brandhof2018-03-262-11/+7
|
* Fix project versioningSimon Brandhof2018-03-231-3/+4
|
* GOV-325 trigger refresh of view with project and not with it anymoreSébastien Lesaint2018-03-234-1/+206
|
* GOV-322 support not creating task in CeQueue if pending task existsSébastien Lesaint2018-03-238-80/+468
|
* GOV-231 add dependency in CE container required by GovSébastien Lesaint2018-03-232-3/+9
| | | | for view refresh trigger at end of report processing
* GOV-231 add step to trigger view refresh at end of report processingSébastien Lesaint2018-03-235-1/+182
|
* SONAR-10504 commit after each delete of analysisSimon Brandhof2018-03-239-34/+174
| | | | | | | to prevent accumulating too many rows in the transaction. By default 250*(nb of file/developer measures per analysis) are part of the transaction. That is too much, for example for size of Oracle rollback segments.
* SONAR-10504 remove full scan of DB migration #1908 on OracleSimon Brandhof2018-03-231-2/+6
|
* Set version to 7.1.1.xSimon Brandhof2018-03-231-1/+1
| | | | | | build numbers have been reset to 0 with the move to sonar-enterprise. In order to avoid conflicts with existing versions 7.1.0.x, the semantic version must be upgraded to 7.1.1.
* SONAR-10505 CE processes analysis report slowly when millions of issuesSimon Brandhof2018-03-231-1/+3
|
* migrate to webpack 4 (#39)Stas Vilchik2018-03-229-594/+1008
|
* prevent build of branch public_master on TravisSébastien Lesaint2018-03-221-0/+1
|
* Complete and sanitize QA pipelineSimon Brandhof2018-03-221-0/+4
| | | | | | - do not execute QA on dogfood/* feature branches - run non-postgreSQL tests on release branches only - run HA tests on release and dogfood-on-next branches only
* SONAR-10203 Scroll back to issue box when clicking on the Issue message (#25)Pascal Mugnier2018-03-223-4/+23
|
* SONAR-10198 Fix long links in issue comments break layout (#28)Pascal Mugnier2018-03-221-0/+1
|
* rewrite issues app in ts (#12)Stas Vilchik2018-03-2267-1489/+1437
|
* SONAR-10229 Remove checkboxes in Issues Bulk Change modal (#21)Pascal Mugnier2018-03-224-9/+18
|
* SONAR-10482 Fix broken background on the Issues page in a small window (#11)Pascal Mugnier2018-03-225-0/+22
|
* SONAR-10484 Prevent simultaneous WS request on permissions pages (#18)Pascal Mugnier2018-03-2215-74/+830
|
* SONAR-10501 Add secondary sorting by name in rules facet on issues page (#17)Pascal Mugnier2018-03-221-1/+1
|
* SONAR-10475 Add indicator for login in progress (#19)Pascal Mugnier2018-03-224-11/+139
|
* Avoid Travis timeout when no logs are printed during 10 minutesSimon Brandhof2018-03-221-2/+7
|
* Try travis keepaliveSimon Brandhof2018-03-222-20/+8
|
* SONAR-10502 Fix concurrency error during initial indexingSimon Brandhof2018-03-222-10/+10
|
* Use consistent version of gsonSimon Brandhof2018-03-221-1/+1
|
* Avoid Travis from failing if no logs during build of sonar-serverSimon Brandhof2018-03-222-0/+21
|
* Drop unused files .cix.yml and cix.shSimon Brandhof2018-03-222-252/+0
|
* Fix gradle configurationJulien Lancelot2018-03-223-3/+6
|
* SONAR-10474 Confirming all remaining issues in a PR should make it pass the QGTeryk Bellahsene2018-03-225-17/+40
|
* BRANCH-55 Fix bug with multiple pr with same branch name (#8)Janos Gyerik2018-03-223-10/+101
| | | | | | | | | | | * Add PullRequestInfo.analysisDate * When multiple PR by branch name, pick by the latest analysis date * Do not obfuscate ProjectPullRequestsLoaderImpl * Add test for pull request on pull request based on a non-main long branch
* SONAR-9642 Reduce steps for selecting a custom chart (#6)Pascal Mugnier2018-03-2223-182/+455
|
* SONAR-10266 percentage number format must not be locale sensitiveSébastien Lesaint2018-03-221-1/+2
| | | | but hardcoded to English Locale
* SONAR-10428 Remove old icons (#13)Pascal Mugnier2018-03-223-73/+3
|
* drop jquery, underscore, backbone and handlebarsStas Vilchik2018-03-2243-1319/+6
|
* SONAR-9338 Make all date pickers consistent (#3157)Stas Vilchik2018-03-2250-8493/+1428
|
* Rewrite SelectList component in React on Quality Page (#3152)Pascal Mugnier2018-03-2229-658/+1354
|
* drop unused web componentsStas Vilchik2018-03-2247-5539/+1156
|
* Remove analysis badges from READMESimon Brandhof2018-03-221-1/+1
|
* Re-enable analysisSimon Brandhof2018-03-221-5/+3
|
* Public commits should only trigger Travis buildSimon Brandhof2018-03-221-1/+4
| | | | No analysis, no QA
* Fix location of artifacts in public integration testsSimon Brandhof2018-03-221-3/+1
|
* Enable deployment of artifacts on release branchesDavid Rautureau2018-03-223-5/+6
|
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-229-21/+63
|
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-161-3/+3
|
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-165-10/+10
|
* SONAR-9206 Enhance /api/components/search_projects response with organizationsGuillaume Jambet2018-03-166-27/+77
|
* SONAR-10439 Use ranges in facets instead of cumulative numbers (#3141)Pascal Mugnier2018-03-1610-108/+12
|
* Force Javadoc encoding to fix build on WindowsJulien HENRY2018-03-151-0/+4
|
* SONAR-10346 fix DB migrationSébastien Lesaint2018-03-153-156/+452
|
* SONAR-10175 db migration clean orphan Quality Gate links from projectsSébastien Lesaint2018-03-155-1/+211
|