summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11873 Memory leak when Compute Engine persists file duplicationsSimon Brandhof2019-03-294-159/+261
|
* SONARCLOUD-551 Document what information we are reading from user's profileJulien Lancelot2019-03-291-0/+37
|
* Update yarn locks filesGrégoire Aubert2019-03-293-10171/+8596
|
* Improve front end local build timeGrégoire Aubert2019-03-296-24/+31
|
* Use same build stats reporter for all modulesGrégoire Aubert2019-03-294-40/+88
|
* Update prettier to last versionGrégoire Aubert2019-03-29128-1376/+3891
| | | | * Prettier format all modules
* Update sonar-docs gastby and clean before buildGrégoire Aubert2019-03-291-21/+21
|
* Update webpack dependenciesGrégoire Aubert2019-03-299-52/+56
|
* Update jest and enzymeGrégoire Aubert2019-03-2915-33/+37
| | | | * Update jest snapshots
* Update React, Typescript and Eslint dependenciesGrégoire Aubert2019-03-2934-391/+634
| | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions
* Update code formattingWouter Admiraal2019-03-291-13/+14
|
* Fix potential bug in MetaQualityProfiles, add testsWouter Admiraal2019-03-293-5/+194
|
* Add tests for untested componentsWouter Admiraal2019-03-2913-17/+1364
|
* Remove dead codeWouter Admiraal2019-03-291-34/+0
|
* Unwrap the projectStatus property from the /api/qualitygates/project_status WSWouter Admiraal2019-03-295-28/+26
| | | | | Instead of continuously unwrapping this property from the payload in calling code, immediately use it when receving the result from the API call.
* Prevent DocTooltip's setState() from being called if not mountedWouter Admiraal2019-03-291-2/+9
|
* SONAR-10994 Connect ComponentContainer component to new branch storeWouter Admiraal2019-03-293-64/+108
|
* SONAR-10994 Connect ReviewApp component to new branch storeWouter Admiraal2019-03-294-14/+485
|
* SONAR-10994 Connect BranchStatus component to new branch storeWouter Admiraal2019-03-298-25/+43
|
* SONAR-10994 Add new branch storeWouter Admiraal2019-03-297-4/+255
|
* Use new mocks in branch helper testsWouter Admiraal2019-03-292-57/+45
|
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-29142-254/+232
|
* SONAR-11867, SSF-74 Fix XSS in project links on account/projectsWouter Admiraal2019-03-298-69/+110
|
* Remove no more used org.sonar.core.timemachine.Periods classJulien Lancelot2019-03-273-5/+1
|
* SONARCLOUD-484 Security pages fixesalexandre-odoux-sonarsource2019-03-271-11/+8
|
* DOCS - Added BitBucket Server Minimum Version for PR Decoration (#1391)colin-mueller-sonarsource2019-03-261-0/+3
| | | | DOCS - Added BitBucket Server Minimum Version for PR Decoration
* DOCS added install links on SQ help homepageMikeBirnstiehl2019-03-262-6/+10
|
* SONAR-11860 Doc of "sonar.pullrequest.branch" is not correctSimon Brandhof2019-03-261-1/+1
| | | | [skip ci]
* SONAR-11681 Add loader for issue listJeremy Davis2019-03-266-9/+286
|
* Add tests for untested componentsWouter Admiraal2019-03-2630-54/+2220
|
* Split mocks for CurrentUser and LoggedInUserWouter Admiraal2019-03-2613-27/+38
|
* SONAR-11749 Add Jump to content links for assistive technology usersWouter Admiraal2019-03-2641-19/+629
|
* SONAR-11764 Make Rating components accessibleWouter Admiraal2019-03-265-4/+94
|
* SONAR-11812 Restore ability to set unit tests as favoriteJulien Lancelot2019-03-195-5/+13
|
* SONAR-11713 Change chunk filenames delimiterGrégoire Aubert2019-03-191-1/+4
|
* SONAR-11669 Fix duplicates entries in component tree when using Show more linkGrégoire Aubert2019-03-191-0/+1
|
* DOC last minute updatesG. Ann Campbell2019-03-191-1/+4
| | | Reinstate drop of `sonar.langauge`, `sonar.profile`, and link to GH Checks page
* SONAR-11449 Drop deprecated property sonar.profileBenoît Gianinetti2019-03-191-1/+0
|
* SONAR-11449 Drop deprecated property sonar.languageBenoît Gianinetti2019-03-191-2/+1
|
* DOC keep `sonar.analysis.[yourstring]` lastG. Ann Campbell2019-03-191-1/+1
|
* DOC add `sonar.buildString` to params listG. Ann Campbell2019-03-191-0/+1
|
* SONAR-11823 Drop snapshots.project_versionJanos Gyerik2019-03-1919-29/+151
|
* SONAR-11631 Replace codePeriodVersion with buildString (frontend)Wouter Admiraal2019-03-194-10/+45
|
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-1943-407/+251
|
* SONAR-11631 Add sonar.buildString to api/project_analyses/search responseJanos Gyerik2019-03-193-15/+16
|
* SONAR-11631 Persist sonar.buildString in databaseJanos Gyerik2019-03-1921-16/+216
|
* Revert "SONAR-11626 Make set/unset_baseline internal"Janos Gyerik2019-03-194-4/+2
| | | | This reverts commit edfade01ea94fffa9802bd8d13f9455b13878611.
* SONAR-11828 display translog size in system > infoSébastien Lesaint2019-03-192-0/+2
|
* SONAR-11791 fix no more highlighting in component searchSébastien Lesaint2019-03-191-0/+2
| | | | | | higlighting requires initial value of field stored, either in source or as a stored field Source used to be stored in the Component Idex. To reduce impact on index size, we will make only the name field stored in the Component Index
* SONAR-11792 use dedicated temp directory for ESSébastien Lesaint2019-03-1910-205/+337
|