aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-14306 - Moved SearchEvent WS to community editionMark Rekveld2021-01-1412-0/+1404
|
* SONAR-14325 fix rule search results no longer sorted by nameMichal Duda2021-01-121-2/+12
|
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-1113-62/+18
|
* SONAR-13930 Fix licence headerJacek2021-01-112-2/+2
|
* SONAR-13930 Allow migration of auth systemJacek2021-01-114-3/+386
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081109-1109/+1109
|
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-2230-134/+103
|
* SONAR-13999 remove all organization WSMichal Duda2020-12-226-510/+0
|
* SONAR-13999 drop Tester#disableOrganization() utility methodJacek2020-12-222-26/+2
|
* SONAR-13999 drop more organization utility classesJacek2020-12-223-134/+2
|
* SONAR-13999 drop leftovers of organization from Measures WSsJacek2020-12-229-80/+49
|
* SONAR-13999 drop organization from CE stepsJacek2020-12-222-6/+2
|
* SONAR-13999 drop leftovers of organization from QualityProfile WSsJacek2020-12-2227-366/+151
|
* SONAR-13999 drop organization from Rule WSJacek2020-12-228-46/+24
|
* SONAR-13999 drop organization usage from UI WSJacek2020-12-2211-514/+29
|
* SONAR-13999 remove some organization WSMichal Duda2020-12-228-743/+2
|
* SONAR-13999 drop completely usage of association between QualityGate and ↵Jacek2020-12-223-7/+4
| | | | Organization
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-2242-1371/+445
|
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-2213-690/+7
|
* SONAR-13999 remove organizations from user WSMichal Duda2020-12-2234-211/+96
|
* SONAR-13999 drop organization from Projects WSJacek2020-12-2227-718/+361
|
* SONAR-13999 move project default visibility to global settingsJacek2020-12-2216-221/+143
|
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-2221-198/+113
|
* SONAR-13999 remove orgs from issue WSMichal Duda2020-12-2232-302/+115
|
* SONAR-13999 drop organization from Notification WSJacek2020-12-224-122/+93
|
* SONAR-13999 remove orgs from hotspots WSMichal Duda2020-12-2213-324/+79
|
* SONAR-13999 drop organization from Components WSJacek2020-12-2243-1345/+718
|
* SONAR-13999 remove orgs webhook WSMichal Duda2020-12-2210-525/+198
|
* SONAR-13999 drop organization from CE WSJacek2020-12-2219-476/+312
|
* SONAR-13999 remove orgs from favorite WSMichal Duda2020-12-225-106/+63
|
* SONAR-14256 Create events not working for branchesDuarte Meneses2020-12-142-40/+61
|
* fix code smellsPierre2020-12-1426-47/+47
|
* Code smell fix: remove unused codeZipeng WU2020-12-114-7/+0
|
* Code smells test fixesJacek2020-12-0924-110/+128
|
* Assertions should not compare an object to itselfPhilippe Perrin2020-12-091-23/+30
|
* remove use of Stream.peek()Pierre2020-12-096-79/+59
|
* fix floating point equalityZipeng WU2020-12-091-1/+1
|
* should not assign null when using OptionalZipeng WU2020-12-091-3/+3
|
* simplify email validationZipeng WU2020-12-092-7/+12
|
* fix assertions on incompatible types on overall codePierre2020-12-093-13/+5
|
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-034-13/+23
|
* SONAR-13793 improve ncloc count performance by using projects instead of ↵Pierre Guillot2020-12-022-5/+2
| | | | components
* SONAR-14175 SONAR-14176 Detect usage of admin account with default credentialJulien Lancelot2020-12-021-3/+3
| | | | SONAR-14175 Add a startup task to detect admin default credential usage and set reset_password flag to true SONAR-14176 Warn administrators when default admin credential is detected
* SONAR-14175 Prevent using same password as before in api/users/change_passwordJulien Lancelot2020-12-022-77/+108
| | | | | | | | | * Prevent using same password as before in api/users/change_password * Improve UT - Replace usage of ExpectedException by assertThatThrownBy - Add expected message when exceptions are thrown (help me to detect that some UTs were not covering the correct use case) - Use generated values as much as possible
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-3017-96/+137
| | | | | * Unit tests no longer use the LargeSizeHandler for indexing. This handler is designed for indexing large amounts of data and is slower for the data sets used in unit tests. * Insert all data in DB before indexing in unit tests (there is a huge overhead in each call to index)
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-287-27/+82
|
* SONAR-14113 Make hotspot show WS public, add line hash of primary locationJean-Baptiste Lievremont2020-11-263-4/+7
|
* clean code smells (unused import)Pierre Guillot2020-11-261-3/+0
|
* SONAR-14159 enforce user authentication by defaultJacek2020-11-262-1/+13
|
* Fix tag filtering docs for the WS api/components/search_projectsAntoine Vigneau2020-11-091-3/+3
|