aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
...
* SONARCLOUD-331 Add confirmation input when deleting organizationWouter Admiraal2019-01-182-5/+77
|
* SONAR-11589 Disable language facet in rules page when QP is selectedGrégoire Aubert2019-01-187-33/+130
|
* SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" settingStas Vilchik2019-01-163-12/+6
|
* SONAR-11614 Make display name optional during project creationStas Vilchik2019-01-165-21/+23
|
* SONAR-11613 Merge project creation tutorialsStas Vilchik2019-01-1643-2993/+688
|
* SONARCLOUD-335 Make SC about page language section clearerGrégoire Aubert2019-01-168-394/+274
|
* SONARCLOUD-349 Do not display empty organization page when filtering ↵Grégoire Aubert2019-01-161-2/+7
| | | | projects with no results
* SONAR-11565 Fix blank treemap for leak measures without new linesGrégoire Aubert2019-01-162-17/+3
|
* SONARCLOUD-290 Drop unnecessary request to api/organizations/search in ↵Grégoire Aubert2019-01-162-2/+8
| | | | issues page
* Fix minor code smellWouter Admiraal2019-01-161-1/+1
|
* SONAR-9392 Allow profile to be extended directlyWouter Admiraal2019-01-167-100/+421
|
* SONAR-9392 Add option to choose parent when creating new profileWouter Admiraal2019-01-162-3/+58
|
* SONAR-9392 Re-render the inheritance info upon updateWouter Admiraal2019-01-161-1/+6
|
* change year in file headersStas Vilchik2019-01-163-3/+3
|
* SONAR-11578 fix wrong count of hidden files in the measures page (#1078)Stas Vilchik2019-01-162-25/+33
|
* SONAR-11476 drop link to measure history for directoriesStas Vilchik2019-01-161-1/+1
|
* SONAR-11478 fix drilldown in a branchStas Vilchik2019-01-161-1/+5
|
* apply feedback on drop of modules (#1036)Stas Vilchik2019-01-167-137/+4
|
* SONAR-11479 Display the measures of the currently selected directory on the ↵Stas Vilchik2019-01-1628-860/+598
| | | | Measures page (#1002)
* SONAR-11478 Update the tree view on the Measures page (#982)Stas Vilchik2019-01-1621-295/+246
|
* SONAR-11477 Drop UI for updating module keys (#958)Stas Vilchik2019-01-1622-909/+295
|
* SONAR-11476 Stop supporting homepage and other space pages for modules and ↵Stas Vilchik2019-01-1624-701/+156
| | | | directories (#951)
* Fix GlobalFooterSonarCloud testGrégoire Aubert2019-01-162-2/+2
|
* Update missing license headers for 2019Grégoire Aubert2019-01-163-3/+3
|
* SONAR-10487 Improve UX of filter option in Quality Profiles pageWouter Admiraal2019-01-163-46/+110
|
* Fix display for pages with long code snippetsWouter Admiraal2019-01-161-1/+4
|
* SONAR-11608 Conditional formatting broken when used within a tableWouter Admiraal2019-01-165-116/+108
|
* Fix broken license headersJanos Gyerik2019-01-101-19/+0
|
* Update license headers for 2019Duarte Meneses2019-01-102-2/+2
|
* SONARCLOUD-345 Disable new feature notifications for anonymous usersWouter Admiraal2019-01-103-10/+20
|
* SONAR-11282 Enhance embedded docs navigation sidebarWouter Admiraal2019-01-1014-118/+966
|
* SONAR-11472 Add support highlighting exact matches in resultsWouter Admiraal2019-01-105-26/+91
|
* SONAR-11472 Add support for exact search-query matchingWouter Admiraal2019-01-107-51/+146
| | | | | | | | | Out of the box, Lunr doesn't support exact pattern matching for search queries, meaning searching for "foo bar" will not boost a sentence like "Foo bar baz" more than "Baz bar foo" (both contain both keywords). We now do some crude pattern matching by storing the token "context" upon indexing. It's not 100% correct, but it gets the job done.
* SONAR-11619 Remove label[for] styling and fix some input idsGrégoire Aubert2019-01-0921-23/+49
|
* SONARCLOUD-273 Update Documentation page titleGrégoire Aubert2019-01-091-2/+2
|
* SONAR-11616 Save selected activity graph per projectGrégoire Aubert2019-01-0911-175/+176
|
* forbid to use releasability metrics in quality gate conditionsStas Vilchik2019-01-081-1/+5
|
* forbid to use boolean and string metrics in quality gatesStas Vilchik2019-01-081-1/+3
|
* fix projects component to not set state when unmountedStas Vilchik2019-01-081-12/+24
|
* always open default quality gateStas Vilchik2019-01-085-175/+55
|
* SONAR-11572 limit operators of quality gate conditions in UIStas Vilchik2019-01-085-63/+74
|
* SONAR-11570 drop ability to set period from UIStas Vilchik2019-01-085-101/+3
|
* SONAR-11571 drop ability to set warning threshold from UIStas Vilchik2019-01-084-30/+2
|
* simplify routesStas Vilchik2019-01-084-49/+53
|
* fix promise rejection handler of condition creationStas Vilchik2019-01-082-12/+4
|
* avoid passing null values to SeverityHelperStas Vilchik2019-01-073-4/+8
|
* enable withUserOrganizations testStas Vilchik2019-01-071-7/+3
|
* drop /component urlStas Vilchik2019-01-0719-214/+158
|
* disable global rules page on sonarcloudStas Vilchik2019-01-072-3/+3
|
* drop unused "extra" field in rule parametersStas Vilchik2019-01-073-4/+0
|