aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-8499 Remove orange underline for administration menuStas Vilchik2017-10-129-26/+16
| |
* | SONAR-9673 Add shadows to dropdown menusStas Vilchik2017-10-124-8/+5
| |
* | SONAR-9785 Add new languages on the about pageStas Vilchik2017-10-121-0/+2
| |
* | SONAR-9867 Add button promoting governance on background tasks pageStas Vilchik2017-10-1213-95/+193
| |
* | SONAR-9927 Project admins see "Cancel All" button on Background Tasks pageStas Vilchik2017-10-125-33/+73
| |
* | SONAR-9847 Add tooltip explaining how to get branch supportStas Vilchik2017-10-127-3/+198
| |
* | SONAR-8305 Fix descriptions of "Browse" and "Administer Issues" permissionsStas Vilchik2017-10-121-2/+2
| |
* | SONAR-9838 Append "Administration" to all titles of admin pagesStas Vilchik2017-10-121-1/+3
| |
* | serve l10n messages from dev serverStas Vilchik2017-10-122-0/+49
| |
* | SONAR-9815 Add focus to the close button of the project creation ↵Stas Vilchik2017-10-123-20/+48
| | | | | | | | confirmation dialog
* | Revert "SONAR-9757 Copy issues in directories with unchanged files only"Janos Gyerik2017-10-122-72/+0
| | | | | | | | This reverts commit aa5537ba9748dd4f3f9c876064ff6a6e641cba3e.
* | Skip storage on short branch if file status is SAMEJanos Gyerik2017-10-122-10/+121
| |
* | Analyze all files even in short branchesJanos Gyerik2017-10-122-12/+5
| |
* | SONAR-9920 Document permissions needed for api/qualitygates WSTeryk Bellahsene2017-10-1111-16/+27
| |
* | SONAR-9920 Quality gate administrators can do all qg related actionsTeryk Bellahsene2017-10-115-16/+49
| |
* | SONAR-9930 improve naming in DefaultTempFolderTestSimon Brandhof2017-10-111-18/+22
| |
* | SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵Simon Brandhof2017-10-112-5/+37
| | | | | | | | does not exist
* | SONAR-9698 Left-arrow to issues list doesn't scroll to right placeStas Vilchik2017-10-111-4/+7
| |
* | SONAR-9555 Page is not scrolled to selected issue when using IE11Stas Vilchik2017-10-112-3/+3
| |
* | SONAR-7709 Help users to not enter wrong date periodsStas Vilchik2017-10-116-36/+59
| |
* | SONAR-9750 Impossible to bulk add a new tag on issues from the UIStas Vilchik2017-10-111-6/+16
| |
* | SONAR-9696 UI asks to comment issues after bulk changeStas Vilchik2017-10-111-8/+8
| |
* | SONAR-9777 Open severity facet and close resolutions facet by defaultStas Vilchik2017-10-114-16/+16
| |
* | SONAR-9876 Improve facet badgesStas Vilchik2017-10-1122-74/+215
| |
* | ignore .vscode in .flowconfigStas Vilchik2017-10-111-0/+1
| |
* | SONAR-9749 Order secondary locations markers by lineStas Vilchik2017-10-112-4/+29
| |
* | SONAR-9690 Improve positioning of secondary locations markersStas Vilchik2017-10-113-5/+27
| |
* | Automatic merge from branch-6.6ssjenka2017-10-1129-380/+575
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.6: Prepare for next development iteration SONAR-9721 Fix potential OkHttpClient connection leak Publish 6.6 Release Candidate 1 fix quality flaws Propagate parameters of SQ analysis required by burgr fix unwanted text wrapping in the header in ie11 SONAR-9908 on Windows, launch Elasticsearch directly, without batch files (#2642) SONAR-9694 Ignore when secondary locations are out of current file for backdating Fix sidebar position helper in IE
| * Prepare for next development iterationSimon Brandhof2017-10-1157-57/+57
| |
| * SONAR-9721 Fix potential OkHttpClient connection leak6.6-RC1Teryk Bellahsene2017-10-102-20/+31
| |
| * Publish 6.6 Release Candidate 1Simon Brandhof2017-10-1057-57/+57
| |
| * fix quality flawsDaniel Schwarz2017-10-103-38/+104
| |
| * Propagate parameters of SQ analysis required by burgrSimon Brandhof2017-10-101-4/+16
| |
| * fix unwanted text wrapping in the header in ie11Stas Vilchik2017-10-101-0/+1
| |
| * SONAR-9908 on Windows, launch Elasticsearch directly, without batch files ↵Daniel Schwarz2017-10-1019-342/+412
| | | | | | | | | | | | | | (#2642) SONAR-9908 on Windows, launch Elasticsearch directly, without batch files When starting the batch files on windows, we were not able to shutdown Elasticsearch gracefully.
| * SONAR-9694 Ignore when secondary locations are out of current file for ↵Julien HENRY2017-10-104-8/+44
| | | | | | | | backdating
| * Fix sidebar position helper in IEGrégoire Aubert2017-10-101-1/+4
| |
* | Set Maven 3.3.9 as minimum required versionSimon Brandhof2017-10-101-1/+1
| |
* | Upgrade os-maven-plugin for better support of old linuxSimon Brandhof2017-10-101-1/+1
| |
* | Remove unused <prerequisites> field in Maven pom.xmlSimon Brandhof2017-10-101-4/+0
| | | | | | | | | | This field is used only by Maven 2. In Maven 3 the version is checked by the enforcer plugin.
* | Remove unused dependency in assembly.xmlSimon Brandhof2017-10-101-1/+0
| |
* | Upgrade Maven plugins for compatibility with Java 9Simon Brandhof2017-10-102-14/+14
| |
* | Fix typo in travis.shSimon Brandhof2017-10-101-1/+1
| |
* | Reduce verbosity of beanshell during Maven buildSimon Brandhof2017-10-101-1/+2
| |
* | Disable host check in webpack dev serverGrégoire Aubert2017-10-101-0/+1
| |
* | SONAR-9925 Display a different login page title for SonarCloudGrégoire Aubert2017-10-107-19/+60
| |
* | SONAR-9500 Enhance cookies caching mechanismeGrégoire Aubert2017-10-102-14/+13
| |
* | SONAR-9925 Rewrite session to typescriptGrégoire Aubert2017-10-1015-131/+125
| |
* | fix wrong "ce started" log after ce startup failureSébastien Lesaint2017-10-101-1/+7
| |
* | SONAR-9929 Filter secondary locations that are in a different file than ↵Julien HENRY2017-10-102-8/+36
| | | | | | | | primary location