aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-13221 change PK of GROUPS and update FKsDuarte Meneses2020-05-2520-101/+106
* SONAR-13221 change PK to uuid of RULES_PROFILES tableJacek2020-05-257-18/+17
* SONAR-13221 change PK to uuid of PERMISSION_TEMPLATES tableJacek2020-05-254-9/+9
* SONAR-13240 Change PK of ACTIVE_RULES and update FKDuarte Meneses2020-05-254-11/+11
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-253-3/+11
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-145-35/+28
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-8/+9
* SONAR-12862 Fix SSF-101Julien Lancelot2020-02-192-18/+15
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-316-2/+111
* SONAR-12893 Disable password check in QA to make it fasterJulien Lancelot2020-01-161-0/+1
* Format all headers for 2020Wouter Admiraal2020-01-07183-186/+183
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1019-29/+28
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+0
* SONAR-12736 Fix loading of QProfile using deprecated rule keysJulien Lancelot2019-11-296-93/+185
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-1713-129/+115
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-092-1/+95
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
* use testFixtures instead of test configuration of webserver-authSébastien Lesaint2019-09-0210-20/+11
* use testFixtures instead of test configuration of server-commonSébastien Lesaint2019-09-021-2/+1
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+1
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-1/+0
* sanitize dependencies on testjar of modules sonar-webserver*Sébastien Lesaint2019-08-142-3/+2
* rename sonar-webserver-common to sonar-webserver-apiSébastien Lesaint2019-08-141-1/+1
* clean up sonar-webserver content belonging to sonar-webserver-coreSébastien Lesaint2019-08-141-91/+0
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-141-1/+0
* create webserver-auth and webserver-common from sonar-serverSébastien Lesaint2019-08-14185-0/+26018