Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix issues with daylight saving time | Simon Brandhof | 2018-03-26 | 2 | -11/+7 | |
| | ||||||
* | Fix project versioning | Simon Brandhof | 2018-03-23 | 1 | -3/+4 | |
| | ||||||
* | GOV-325 trigger refresh of view with project and not with it anymore | Sébastien Lesaint | 2018-03-23 | 4 | -1/+206 | |
| | ||||||
* | GOV-322 support not creating task in CeQueue if pending task exists | Sébastien Lesaint | 2018-03-23 | 8 | -80/+468 | |
| | ||||||
* | GOV-231 add dependency in CE container required by Gov | Sébastien Lesaint | 2018-03-23 | 2 | -3/+9 | |
| | | | | for view refresh trigger at end of report processing | |||||
* | GOV-231 add step to trigger view refresh at end of report processing | Sébastien Lesaint | 2018-03-23 | 5 | -1/+182 | |
| | ||||||
* | SONAR-10504 commit after each delete of analysis | Simon Brandhof | 2018-03-23 | 9 | -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 Oracle | Simon Brandhof | 2018-03-23 | 1 | -2/+6 | |
| | ||||||
* | Set version to 7.1.1.x | Simon Brandhof | 2018-03-23 | 1 | -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 issues | Simon Brandhof | 2018-03-23 | 1 | -1/+3 | |
| | ||||||
* | migrate to webpack 4 (#39) | Stas Vilchik | 2018-03-22 | 9 | -594/+1008 | |
| | ||||||
* | prevent build of branch public_master on Travis | Sébastien Lesaint | 2018-03-22 | 1 | -0/+1 | |
| | ||||||
* | Complete and sanitize QA pipeline | Simon Brandhof | 2018-03-22 | 1 | -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 Mugnier | 2018-03-22 | 3 | -4/+23 | |
| | ||||||
* | SONAR-10198 Fix long links in issue comments break layout (#28) | Pascal Mugnier | 2018-03-22 | 1 | -0/+1 | |
| | ||||||
* | rewrite issues app in ts (#12) | Stas Vilchik | 2018-03-22 | 67 | -1489/+1437 | |
| | ||||||
* | SONAR-10229 Remove checkboxes in Issues Bulk Change modal (#21) | Pascal Mugnier | 2018-03-22 | 4 | -9/+18 | |
| | ||||||
* | SONAR-10482 Fix broken background on the Issues page in a small window (#11) | Pascal Mugnier | 2018-03-22 | 5 | -0/+22 | |
| | ||||||
* | SONAR-10484 Prevent simultaneous WS request on permissions pages (#18) | Pascal Mugnier | 2018-03-22 | 15 | -74/+830 | |
| | ||||||
* | SONAR-10501 Add secondary sorting by name in rules facet on issues page (#17) | Pascal Mugnier | 2018-03-22 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10475 Add indicator for login in progress (#19) | Pascal Mugnier | 2018-03-22 | 4 | -11/+139 | |
| | ||||||
* | Avoid Travis timeout when no logs are printed during 10 minutes | Simon Brandhof | 2018-03-22 | 1 | -2/+7 | |
| | ||||||
* | Try travis keepalive | Simon Brandhof | 2018-03-22 | 2 | -20/+8 | |
| | ||||||
* | SONAR-10502 Fix concurrency error during initial indexing | Simon Brandhof | 2018-03-22 | 2 | -10/+10 | |
| | ||||||
* | Use consistent version of gson | Simon Brandhof | 2018-03-22 | 1 | -1/+1 | |
| | ||||||
* | Avoid Travis from failing if no logs during build of sonar-server | Simon Brandhof | 2018-03-22 | 2 | -0/+21 | |
| | ||||||
* | Drop unused files .cix.yml and cix.sh | Simon Brandhof | 2018-03-22 | 2 | -252/+0 | |
| | ||||||
* | Fix gradle configuration | Julien Lancelot | 2018-03-22 | 3 | -3/+6 | |
| | ||||||
* | SONAR-10474 Confirming all remaining issues in a PR should make it pass the QG | Teryk Bellahsene | 2018-03-22 | 5 | -17/+40 | |
| | ||||||
* | BRANCH-55 Fix bug with multiple pr with same branch name (#8) | Janos Gyerik | 2018-03-22 | 3 | -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 Mugnier | 2018-03-22 | 23 | -182/+455 | |
| | ||||||
* | SONAR-10266 percentage number format must not be locale sensitive | Sébastien Lesaint | 2018-03-22 | 1 | -1/+2 | |
| | | | | but hardcoded to English Locale | |||||
* | SONAR-10428 Remove old icons (#13) | Pascal Mugnier | 2018-03-22 | 3 | -73/+3 | |
| | ||||||
* | drop jquery, underscore, backbone and handlebars | Stas Vilchik | 2018-03-22 | 43 | -1319/+6 | |
| | ||||||
* | SONAR-9338 Make all date pickers consistent (#3157) | Stas Vilchik | 2018-03-22 | 50 | -8493/+1428 | |
| | ||||||
* | Rewrite SelectList component in React on Quality Page (#3152) | Pascal Mugnier | 2018-03-22 | 29 | -658/+1354 | |
| | ||||||
* | drop unused web components | Stas Vilchik | 2018-03-22 | 47 | -5539/+1156 | |
| | ||||||
* | Remove analysis badges from README | Simon Brandhof | 2018-03-22 | 1 | -1/+1 | |
| | ||||||
* | Re-enable analysis | Simon Brandhof | 2018-03-22 | 1 | -5/+3 | |
| | ||||||
* | Public commits should only trigger Travis build | Simon Brandhof | 2018-03-22 | 1 | -1/+4 | |
| | | | | No analysis, no QA | |||||
* | Fix location of artifacts in public integration tests | Simon Brandhof | 2018-03-22 | 1 | -3/+1 | |
| | ||||||
* | Enable deployment of artifacts on release branches | David Rautureau | 2018-03-22 | 3 | -5/+6 | |
| | ||||||
* | Single Gradle build for SQ and core plugins | Simon Brandhof | 2018-03-22 | 9 | -21/+63 | |
| | ||||||
* | SONAR-9206 Extract Organization protobuff definition to ws-commons | Guillaume Jambet | 2018-03-16 | 1 | -3/+3 | |
| | ||||||
* | SONAR-9206 Extract Organization protobuff definition to ws-commons | Guillaume Jambet | 2018-03-16 | 5 | -10/+10 | |
| | ||||||
* | SONAR-9206 Enhance /api/components/search_projects response with organizations | Guillaume Jambet | 2018-03-16 | 6 | -27/+77 | |
| | ||||||
* | SONAR-10439 Use ranges in facets instead of cumulative numbers (#3141) | Pascal Mugnier | 2018-03-16 | 10 | -108/+12 | |
| | ||||||
* | Force Javadoc encoding to fix build on Windows | Julien HENRY | 2018-03-15 | 1 | -0/+4 | |
| | ||||||
* | SONAR-10346 fix DB migration | Sébastien Lesaint | 2018-03-15 | 3 | -156/+452 | |
| | ||||||
* | SONAR-10175 db migration clean orphan Quality Gate links from projects | Sébastien Lesaint | 2018-03-15 | 5 | -1/+211 | |
| |