Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-14306 - Moved SearchEvent WS to community edition | Mark Rekveld | 2021-01-14 | 12 | -0/+1404 |
| | |||||
* | SONAR-14325 fix rule search results no longer sorted by name | Michal Duda | 2021-01-12 | 1 | -2/+12 |
| | |||||
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 13 | -62/+18 |
| | |||||
* | SONAR-13930 Fix licence header | Jacek | 2021-01-11 | 2 | -2/+2 |
| | |||||
* | SONAR-13930 Allow migration of auth system | Jacek | 2021-01-11 | 4 | -3/+386 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 1109 | -1109/+1109 |
| | |||||
* | SONAR-13999 Remove OrganizationDbTester | Michal Duda | 2020-12-22 | 30 | -134/+103 |
| | |||||
* | SONAR-13999 remove all organization WS | Michal Duda | 2020-12-22 | 6 | -510/+0 |
| | |||||
* | SONAR-13999 drop Tester#disableOrganization() utility method | Jacek | 2020-12-22 | 2 | -26/+2 |
| | |||||
* | SONAR-13999 drop more organization utility classes | Jacek | 2020-12-22 | 3 | -134/+2 |
| | |||||
* | SONAR-13999 drop leftovers of organization from Measures WSs | Jacek | 2020-12-22 | 9 | -80/+49 |
| | |||||
* | SONAR-13999 drop organization from CE steps | Jacek | 2020-12-22 | 2 | -6/+2 |
| | |||||
* | SONAR-13999 drop leftovers of organization from QualityProfile WSs | Jacek | 2020-12-22 | 27 | -366/+151 |
| | |||||
* | SONAR-13999 drop organization from Rule WS | Jacek | 2020-12-22 | 8 | -46/+24 |
| | |||||
* | SONAR-13999 drop organization usage from UI WS | Jacek | 2020-12-22 | 11 | -514/+29 |
| | |||||
* | SONAR-13999 remove some organization WS | Michal Duda | 2020-12-22 | 8 | -743/+2 |
| | |||||
* | SONAR-13999 drop completely usage of association between QualityGate and ↵ | Jacek | 2020-12-22 | 3 | -7/+4 |
| | | | | Organization | ||||
* | SONAR-13999 drop organization from QualityGate WS | Jacek | 2020-12-22 | 42 | -1371/+445 |
| | |||||
* | SONAR-13999 removed OrganizationMemberDao | Michal Duda | 2020-12-22 | 13 | -690/+7 |
| | |||||
* | SONAR-13999 remove organizations from user WS | Michal Duda | 2020-12-22 | 34 | -211/+96 |
| | |||||
* | SONAR-13999 drop organization from Projects WS | Jacek | 2020-12-22 | 27 | -718/+361 |
| | |||||
* | SONAR-13999 move project default visibility to global settings | Jacek | 2020-12-22 | 16 | -221/+143 |
| | |||||
* | SONAR-13999 remove orgs from permission WS | Michal Duda | 2020-12-22 | 21 | -198/+113 |
| | |||||
* | SONAR-13999 remove orgs from issue WS | Michal Duda | 2020-12-22 | 32 | -302/+115 |
| | |||||
* | SONAR-13999 drop organization from Notification WS | Jacek | 2020-12-22 | 4 | -122/+93 |
| | |||||
* | SONAR-13999 remove orgs from hotspots WS | Michal Duda | 2020-12-22 | 13 | -324/+79 |
| | |||||
* | SONAR-13999 drop organization from Components WS | Jacek | 2020-12-22 | 43 | -1345/+718 |
| | |||||
* | SONAR-13999 remove orgs webhook WS | Michal Duda | 2020-12-22 | 10 | -525/+198 |
| | |||||
* | SONAR-13999 drop organization from CE WS | Jacek | 2020-12-22 | 19 | -476/+312 |
| | |||||
* | SONAR-13999 remove orgs from favorite WS | Michal Duda | 2020-12-22 | 5 | -106/+63 |
| | |||||
* | SONAR-14256 Create events not working for branches | Duarte Meneses | 2020-12-14 | 2 | -40/+61 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 26 | -47/+47 |
| | |||||
* | Code smell fix: remove unused code | Zipeng WU | 2020-12-11 | 4 | -7/+0 |
| | |||||
* | Code smells test fixes | Jacek | 2020-12-09 | 24 | -110/+128 |
| | |||||
* | Assertions should not compare an object to itself | Philippe Perrin | 2020-12-09 | 1 | -23/+30 |
| | |||||
* | remove use of Stream.peek() | Pierre | 2020-12-09 | 6 | -79/+59 |
| | |||||
* | fix floating point equality | Zipeng WU | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | should not assign null when using Optional | Zipeng WU | 2020-12-09 | 1 | -3/+3 |
| | |||||
* | simplify email validation | Zipeng WU | 2020-12-09 | 2 | -7/+12 |
| | |||||
* | fix assertions on incompatible types on overall code | Pierre | 2020-12-09 | 3 | -13/+5 |
| | |||||
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 4 | -13/+23 |
| | |||||
* | SONAR-13793 improve ncloc count performance by using projects instead of ↵ | Pierre Guillot | 2020-12-02 | 2 | -5/+2 |
| | | | | components | ||||
* | SONAR-14175 SONAR-14176 Detect usage of admin account with default credential | Julien Lancelot | 2020-12-02 | 1 | -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_password | Julien Lancelot | 2020-12-02 | 2 | -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 tests | Duarte Meneses | 2020-11-30 | 17 | -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 applications | Duarte Meneses | 2020-11-28 | 7 | -27/+82 |
| | |||||
* | SONAR-14113 Make hotspot show WS public, add line hash of primary location | Jean-Baptiste Lievremont | 2020-11-26 | 3 | -4/+7 |
| | |||||
* | clean code smells (unused import) | Pierre Guillot | 2020-11-26 | 1 | -3/+0 |
| | |||||
* | SONAR-14159 enforce user authentication by default | Jacek | 2020-11-26 | 2 | -1/+13 |
| | |||||
* | Fix tag filtering docs for the WS api/components/search_projects | Antoine Vigneau | 2020-11-09 | 1 | -3/+3 |
| |