Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9770 Stop listing deprecated modes | Julien HENRY | 2017-10-04 | 2 | -22/+2 | |
| | ||||||
* | SONAR-7245 Remove issues report (html/console) feature | Julien HENRY | 2017-10-04 | 30 | -2417/+0 | |
| | ||||||
* | SONAR-9378 finish renaming in web app | Stas Vilchik | 2017-10-04 | 18 | -58/+56 | |
| | ||||||
* | SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" setting | Julien HENRY | 2017-10-04 | 14 | -17/+61 | |
| | ||||||
* | SONAR-9498 show correct n. of "more" items in quality profile changelog | Daniel Schwarz | 2017-10-04 | 9 | -23/+254 | |
| | ||||||
* | SONAR-9498 merge ChangelogAction and ChangelogLoader | Daniel Schwarz | 2017-10-04 | 8 | -501/+282 | |
| | ||||||
* | Migrate drop of PR columns for Next | Duarte Meneses | 2017-10-04 | 9 | -14/+144 | |
| | ||||||
* | SONAR-9899 Remove all references to branches of type PR | Duarte Meneses | 2017-10-04 | 20 | -174/+28 | |
| | ||||||
* | SONAR-9887 Reuse information from issues in short living branches targeting ↵ | Duarte Meneses | 2017-10-04 | 31 | -216/+1092 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current branch * Add ShortBranchComponentsWithIssues * Load only required component fields from dto * Keep only uuid and branch from analysisMetadataHolder * No need for branch in ShortBranchComponentsWithIssues * Add IssueDao.selectResolvedOrConfirmedByComponentUuid * Add ResolvedShortBranchIssuesFactory * Add components to ProjectAnalysisTaskContainerPopulator * issue info from short branches * Do not open db session for nothing * Get issues for all uuids at once * Select only fields required for issue tracking * Improvements * Add ShortBranchIssue with only the fields needed for issue tracking * fix test * Add missed license * minor improvements * Fix IssueStatusCopierTest and move ShortBranchIssue class * Clean up ShortBranchIssueDto and its query * Fix mapping of dto class * Verify that required fields are correctly mapped * fixes * Fix issues loader * Do not use "key" as field name in db operations * Should find issues to merge only in short branches * Strip branch from component key | |||||
* | SONAR-9446 Redirect to previous page after server start/migration | Grégoire Aubert | 2017-10-04 | 5 | -15/+26 | |
| | ||||||
* | Prevent js error when language bundle import fail | Grégoire Aubert | 2017-10-04 | 1 | -2/+5 | |
| | ||||||
* | Fix some styling issues in the system info page | Grégoire Aubert | 2017-10-04 | 7 | -16/+75 | |
| | ||||||
* | SONAR-9550 Don't show the activate button for rules where there is no ↵ | Grégoire Aubert | 2017-10-04 | 1 | -2/+3 | |
| | | | | editable QP | |||||
* | SONAR-4824 support branches when filtering recipients on their perms | Sébastien Lesaint | 2017-10-04 | 34 | -123/+164 | |
| | | | | | by querying permissions in DB with component key rather than component uuid as computing the target branch's key from the branch's key is easy | |||||
* | SONAR-9545 Better wording when searching for a project in My Favorites scope | Grégoire Aubert | 2017-10-04 | 5 | -6/+53 | |
| | ||||||
* | SONAR-9553 Update onboarding headline | Grégoire Aubert | 2017-10-04 | 4 | -8/+50 | |
| | ||||||
* | Remove unused css | Grégoire Aubert | 2017-10-04 | 2 | -27/+0 | |
| | ||||||
* | SONAR-9808 Add ncloc to system info page | Grégoire Aubert | 2017-10-04 | 1 | -2/+12 | |
| | ||||||
* | SONAR-9504 Support ESC key in onboarding tutorial | Grégoire Aubert | 2017-10-04 | 1 | -0/+15 | |
| | ||||||
* | SONAR-9496 group changelog events by action and date | Stas Vilchik | 2017-10-04 | 1 | -5/+12 | |
| | ||||||
* | SONAR-9522 Change the duplication perspective's graph axis | Stas Vilchik | 2017-10-04 | 3 | -4/+4 | |
| | ||||||
* | SONAR-9705 Make organization key easier to find | Stas Vilchik | 2017-10-04 | 4 | -8/+34 | |
| | ||||||
* | bring back removed component_navigation messages | Stas Vilchik | 2017-10-04 | 1 | -0/+3 | |
| | ||||||
* | SONAR-9665 Bring back the issues link from the Most Violated Projects section | Stas Vilchik | 2017-10-04 | 2 | -26/+50 | |
| | ||||||
* | fix issue permalinks with branches | Stas Vilchik | 2017-10-04 | 11 | -3/+30 | |
| | ||||||
* | invalidate browser cache for logo | Stas Vilchik | 2017-10-04 | 1 | -1/+1 | |
| | ||||||
* | fix quality gates deletion/renaming | Stas Vilchik | 2017-10-04 | 5 | -25/+27 | |
| | ||||||
* | API - ability to extend MessageException | Simon Brandhof | 2017-10-03 | 1 | -1/+1 | |
| | | | | for instance to implement CE TypedException at the same time | |||||
* | Fix branch properties description | Duarte Meneses | 2017-10-03 | 1 | -5/+6 | |
| | ||||||
* | SONAR-7956 remove obsolete gateId parameter of api/qualitygates/deselect | Daniel Schwarz | 2017-10-03 | 3 | -36/+51 | |
| | ||||||
* | SONAR-9802 add global section "Search State" to System Info of cluster | Simon Brandhof | 2017-10-03 | 4 | -0/+108 | |
| | ||||||
* | Fix build error with Maven 3.2.5 | Simon Brandhof | 2017-10-03 | 1 | -2/+3 | |
| | | | | | For unknown reasons HttpConnectorTest does not fail on Maven 3.3+ whereas a required dependency on commons-codec is missing. | |||||
* | SONAR-9820 Telemetry returns usingBranches | Teryk Bellahsene | 2017-10-03 | 11 | -5/+52 | |
| | ||||||
* | SONAR-9820 Telemetry returns database name and version | Teryk Bellahsene | 2017-10-03 | 7 | -11/+87 | |
| | ||||||
* | SONAR-9820 update telemetry format - list instead of map | Teryk Bellahsene | 2017-10-03 | 4 | -26/+78 | |
| | ||||||
* | Adjust perf tests threshold | Duarte Meneses | 2017-10-03 | 1 | -1/+1 | |
| | ||||||
* | Replace the CE class TypedException by an interface | Simon Brandhof | 2017-10-03 | 3 | -76/+24 | |
| | | | | | so that a class inheriting MessageException can provide a type of error. | |||||
* | Fix instability of ClusterHealthTest#hashcode_is_based_on_content() | Simon Brandhof | 2017-10-03 | 1 | -3/+1 | |
| | | | | Two different objects can have the same hashCode. | |||||
* | SONAR-9902 Silence debug logs of PostgreSQL driver | Simon Brandhof | 2017-10-03 | 3 | -3/+6 | |
| | ||||||
* | Avatar resolver fails when email is empty | Teryk Bellahsene | 2017-10-03 | 8 | -14/+20 | |
| | ||||||
* | SONAR-9195 Ease removing of SCM accounts | Stas Vilchik | 2017-10-03 | 2 | -9/+28 | |
| | ||||||
* | SONAR-8828 Make sure all messages can be localized (#2600) | Stas Vilchik | 2017-10-03 | 81 | -1047/+479 | |
| | ||||||
* | SONAR-9499 Secondary locations unclickable when code is not loaded | Stas Vilchik | 2017-10-03 | 1 | -4/+15 | |
| | ||||||
* | SONAR-9756 update branch management page | Stas Vilchik | 2017-10-03 | 36 | -181/+1249 | |
| | ||||||
* | SONAR-9756 add analysis date to response of api/project_branches/list | Daniel Schwarz | 2017-10-03 | 4 | -21/+69 | |
| | ||||||
* | Fix instability of integration tests on Oracle | Simon Brandhof | 2017-10-02 | 1 | -3/+3 | |
| | | | | | | A SonarQube server is hardly stopped when JVM process shutdowns. JDBC connections are kept open. These orphan connections are correctly closed by all databases except Oracle. | |||||
* | SONAR-9900 Support UTF-8 login and password in Java WS client | Simon Brandhof | 2017-10-02 | 3 | -2/+25 | |
| | ||||||
* | SONAR-9896 Webhook must support basic authentication | Simon Brandhof | 2017-10-02 | 5 | -10/+64 | |
| | ||||||
* | SONAR-1330 Purge edit permissions when removing group | Julien Lancelot | 2017-10-02 | 6 | -0/+52 | |
| | ||||||
* | SONAR-1330 Purge edit permissions when removing organization member | Julien Lancelot | 2017-10-02 | 6 | -0/+53 | |
| |