aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/property
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-8/+4
* Update license headers for 2022 [update headers]Pierre2022-01-2813-13/+13
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-25/+19
* SONAR-15142 Audit internal propertiesDuarte Meneses2021-08-193-7/+39
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-15/+18
* SONAR-15142 actions on settings should distinguish add and updateZipeng WU2021-08-191-11/+19
* SONAR-15142 - Persisting deletes only when deletedRows > 0Belen Pruvost2021-08-192-12/+12
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-10/+12
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-272-13/+76
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-112-4/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0813-13/+13
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-222-8/+7
* SONAR-13221 change PROPERTIES user_id FK to user_uuidJacek2020-05-254-34/+33
* SONAR-13221 change PK of propertiesPierre2020-05-253-16/+31
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-144-46/+45
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-0713-13/+13
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-3/+3
* SONAR-12398 make schedule refresh of porfolios workSébastien Lesaint2019-09-161-4/+15
* Using already-defined constants instead of duplicating their valuesDiego Marcilio2019-06-131-1/+1
* SONAR-12061 Purge refresh flag on portfolio deletionBenoit2019-05-152-3/+3
* SONAR-12061 Recalculate out-of-date portfolios at scheduled hoursJanos Gyerik2019-05-152-1/+36
* SONAR-12061 Create 'INTERNAL_COMPONENT_PROPS' tableBenoît Gianinetti2019-05-153-0/+206
* SONAR-12057 Add general locking mechanism through internal_propertiesJanos Gyerik2019-05-152-0/+54
* SONAR-11753 dont retrieve all subscribers if only interested in subsetSébastien Lesaint2019-04-232-3/+21
* SONAR-11753 move "failed analysis" notification to email specific algoSébastien Lesaint2019-04-231-0/+4
* SONAR-11753 drop dead code in PropertiesMapperSébastien Lesaint2019-04-231-2/+0
* SONAR-11753 move license notifications to email specific algoSébastien Lesaint2019-04-233-77/+3
* SONAR-11753 move "My new issues" notification to email specific algoSébastien Lesaint2019-04-233-0/+83
* SONAR-10277 Prevent user to have more than 100 projects as favoriteJulien Lancelot2019-03-182-0/+6
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-162-8/+0
* Fix license headers for 2019Duarte Meneses2019-01-0210-10/+10
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-232-0/+6
* SONAR-10592 ability to pause/resume Compute Engine workersSimon Brandhof2018-05-101-0/+4
* Fix license headers for 2018Simon Brandhof2018-01-0710-10/+10
* SONAR-9863 Do not return licenses hashed in api/settings/valueJulien Lancelot2017-11-011-6/+0
* SONAR-9943 add InternalPropertiesDao#selectByKeysSébastien Lesaint2017-10-232-5/+73
* SONAR-4824 support branches when filtering recipients on their permsSébastien Lesaint2017-10-042-3/+3
* SONAR-7024 PropertiesDao#findUsersForNotification return global flagSébastien Lesaint2017-10-023-3/+82
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-022-10/+7
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-122-10/+2
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-051-3/+3
* SONAR-8957 Move deletion of default assignee settings from UserDao to Deactiv...Julien Lancelot2017-04-202-0/+6
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-242-4/+13
* Move test helper class to test packageJulien Lancelot2017-03-231-98/+0
* Use java.util.function.Consumer when executing DB large input without outputTeryk Bellahsene2017-03-211-8/+2
* SONAR-8893 WS api/organizations/remove_member remove default assignee propertiesTeryk Bellahsene2017-03-212-1/+12
* SONAR-8893 WS api/organizations/remove_member remove from propertiesTeryk Bellahsene2017-03-212-0/+13
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1710-0/+912