aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-9579 No redirect when browsing my new issues without authenticationStas Vilchik2017-10-162-0/+11
|
* SONAR-9966 Page extensions are shown for branchesStas Vilchik2017-10-162-3/+14
|
* SONAR-9686 Secondary locations without messages should not be numberedStas Vilchik2017-10-166-2/+13
|
* SONAR-9788 Onboarding tutorial is shown many timesStas Vilchik2017-10-164-4/+15
|
* warn about missing messagesStas Vilchik2017-10-161-0/+8
|
* SONAR-9830 Onboarding of C# projects is not working properlyStas Vilchik2017-10-1610-51/+81
|
* SONAR-9863 Drop web app licenses and server id codeGrégoire Aubert2017-10-1627-1128/+0
|
* SONAR-8392 Order components by name ascending as default ordering for equalitiesTeryk Bellahsene2017-10-161-1/+1
|
* SONAR-8972 Limit the input length when creating custom metricsStas Vilchik2017-10-123-9/+9
|
* SONAR-8499 Remove orange underline for administration menuStas Vilchik2017-10-128-25/+15
|
* SONAR-9673 Add shadows to dropdown menusStas Vilchik2017-10-123-4/+4
|
* 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-1211-90/+189
|
* SONAR-9927 Project admins see "Cancel All" button on Background Tasks pageStas Vilchik2017-10-124-33/+72
|
* SONAR-9847 Add tooltip explaining how to get branch supportStas Vilchik2017-10-126-3/+194
|
* SONAR-9838 Append "Administration" to all titles of admin pagesStas Vilchik2017-10-121-1/+3
|
* SONAR-9815 Add focus to the close button of the project creation ↵Stas Vilchik2017-10-122-20/+47
| | | | confirmation dialog
* 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-113-15/+15
|
* SONAR-9876 Improve facet badgesStas Vilchik2017-10-1120-72/+194
|
* 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-112-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * fix unwanted text wrapping in the header in ie11Stas Vilchik2017-10-101-0/+1
| |
| * Fix sidebar position helper in IEGrégoire Aubert2017-10-101-1/+4
| |
* | SONAR-9925 Display a different login page title for SonarCloudGrégoire Aubert2017-10-105-19/+51
| |
* | SONAR-9500 Enhance cookies caching mechanismeGrégoire Aubert2017-10-102-14/+13
| |
* | SONAR-9925 Rewrite session to typescriptGrégoire Aubert2017-10-1010-127/+118
| |
* | SONAR-8513 Show visual indicator that a rule is a templateStas Vilchik2017-10-102-1/+5
| |
* | SONAR-7998 Open rule description in a new window from rules pageStas Vilchik2017-10-102-5/+18
| |
* | SONAR-8371 add tooltips for rule parametersStas Vilchik2017-10-101-1/+1
| |
* | SONAR-8524 update rule inheritance indicator when rule activation is changedStas Vilchik2017-10-103-1/+17
| |
* | do not let select date in futureStas Vilchik2017-10-103-1/+9
| |
* | SONAR-9932 change duplications marker colorStas Vilchik2017-10-101-1/+1
|/
* update wording on branches pageStas Vilchik2017-10-092-4/+2
|
* disable text wrapping on projects pageStas Vilchik2017-10-091-0/+1
|
* SONAR-9352 display a message on project dashboardStas Vilchik2017-10-073-1/+93
|
* fix displaying organization name on project dashboardStas Vilchik2017-10-052-6/+44
|
* SONAR-9707 Add possibility to reuse an existing token in the onboarding wizardStas Vilchik2017-10-055-80/+273
|
* SONAR-9431 Remove hard-coded SonarCloud home pageStas Vilchik2017-10-0516-764/+22
|
* SONAR-9787 Allow to navigate back to the issue from the last issue locationsGrégoire Aubert2017-10-053-8/+31
|
* SONAR-9526 Display coverage metrics in the right categoriesGrégoire Aubert2017-10-051-0/+2
|
* SONAR-9526 Fix cumulative facets calculation with NO_DATAGrégoire Aubert2017-10-052-3/+64
|
* SONAR-9495 Better rendering of long parameter value in QP changelogGrégoire Aubert2017-10-054-17/+19
|
* SONAR-9792 Fix position of issues sidebar when there is a background task ↵Grégoire Aubert2017-10-051-18/+14
| | | | notification
* Fix bad urls that didn't work with a contextGrégoire Aubert2017-10-053-11/+8
|