]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2017-04-27 Daniel SchwarzSONAR-9106 fix quality flaws: use OrganizationDbTester...
2017-04-27 Daniel SchwarzSONAR-9106 new ws api/organizations/update_project_visi...
2017-04-27 Daniel SchwarzSONAR-9107 add “projectVisibility” to api/navigation...
2017-04-27 Daniel SchwarzSONAR-9091 add visibility flag to api/components/create
2017-04-27 Daniel SchwarzSONAR-9156 apply org’s default visibility on first...
2017-04-27 Daniel SchwarzSONAR-9088 set default visibility to “not-private”...
2017-04-27 Daniel SchwarzSONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”
2017-04-27 Daniel SchwarzSONAR-9151 add visibility flag to api/navigation/component
2017-04-27 Daniel SchwarzSONAR-9151 param componentKey => component in api/navig...
2017-04-27 Daniel SchwarzSONAR-9099 add visibility flag to response of api/compo...
2017-04-27 Daniel SchwarzSONAR-9096 add visibility to response of api/components...
2017-04-27 Sébastien LesaintSONAR-9105 enable back ITs requiring private projects
2017-04-27 Sébastien LesaintSONAR−9105 add ProjectsService#changeVisibility
2017-04-27 Sébastien LesaintSONAR-9105 add WS api/projects/change_visibility
2017-04-27 Sébastien LesaintSONAR-9105 add selectUserIdsWithPermissionOnProjectBut
2017-04-27 Sébastien LesaintSONAR-9105 add GroupPermissionDao#selectGroupIdsWithPer...
2017-04-27 Sébastien LesaintSONAR-9105 add UserPermissionDao#deleteProjectPermissio...
2017-04-27 Sébastien LesaintSONAR-9105 add GroupPermissionDao#deleteByRootComponent...
2017-04-27 Sébastien LesaintSONAR-9105 add GroupPermissionDao#deleteByRootComponent...
2017-04-27 Sébastien LesaintSONAR-9140 ignore IT until WS is available to create...
2017-04-27 Sébastien LesaintSONAR-9140 enforce in UT that public project can't...
2017-04-27 Sébastien LesaintSONAR-9109 support public components in PermissionIndexer
2017-04-27 Sébastien LesaintSONAR-9140 support public components in UserSessionRule
2017-04-27 Sébastien LesaintSONAR-9140 support public/private projects in GroupPerm...
2017-04-27 Sébastien LesaintSONAR-9140 support public projects in keepAuthorizedPro...
2017-04-27 Sébastien LesaintSONAR-9140 support public projects in keepAuthorizedUse...
2017-04-27 Sébastien LesaintSONAR-9140 drop some DbUnit in AuthorizationDaoTest
2017-04-27 Sébastien LesaintSONAR-9140 enforce permission consistency for private...
2017-04-27 Sébastien LesaintSONAR-9140 support public flag in ComponentTesting...
2017-04-27 Sébastien LesaintSONAR-9140 drop support for Developer in ComponentTesting
2017-04-27 Sébastien LesaintSONAR-9140 only ComponentDto can be used to populate...
2017-04-27 Sébastien LesaintSONAR-9140 support public projects in ServerUserSession
2017-04-27 Sébastien LesaintSONAR-9140 drop deprecated selectAuthorizedRootProjects...
2017-04-27 Sébastien LesaintSONAR-9140 drop unused SQL query selectRootComponentPer...
2017-04-27 Sébastien LesaintSONAR-9140 drop unused SQL query selectRootComponentPer...
2017-04-27 Sébastien LesaintSONAR-9140 support public components in RoleDao
2017-04-27 Sébastien LesaintSONAR-9140 a bit of formatting on RoleMapper.xml
2017-04-27 Sébastien LesaintSONAR-9087 PersistComponentsStep ensures consistency...
2017-04-27 Sébastien LesaintSONAR-9087 add ComponentDao#setPrivateForRootComponentUuid
2017-04-27 Sébastien LesaintSONAR-9087 add PROJECTS.PRIVATE non null column
2017-04-27 Sébastien LesaintSONAR-9087 make PROJECTS.PROJECT_UUID not nullable
2017-04-27 Sébastien LesaintSONAR-9087 AlterColumnsBuilder must validate table...
2017-04-27 Stas Vilchikdo not load all issues for a file
2017-04-27 Stas Vilchikclean up issues css
2017-04-27 Teryk BellahseneSONAR-9054 WS api/navigation/organization filter out... 1987/head
2017-04-27 Eric HartmannSONAR-9040 Implement a lock mechanism for cleaning...
2017-04-27 Eric HartmannSONAR-9002 Fix incorrect message
2017-04-27 Eric HartmannSONAR-8986 add purge of tasks of non existing workers...
2017-04-27 Sébastien LesaintSONAR-8986 add CeDistributedInformation
2017-04-27 Sébastien LesaintSONAR-8985 add unique identifier to CeWorker
2017-04-27 Sébastien LesaintSONAR-8987 worker reset any in progress task it has...
2017-04-27 Sébastien LesaintSONAR-8987 remove use of Guava Optional in CE tables...
2017-04-27 Sébastien LesaintSONAR-9041 move computation.monitoring package to sonar-ce
2017-04-27 Sébastien LesaintSONAR-9041 add job canceling worn out tasks from CE_QUE...
2017-04-27 Sébastien LesaintSONAR-9057 CE tables cleaning and purging is done by...
2017-04-27 Sébastien LesaintSONAR-9057 add module sonar-ce-api
2017-04-27 Sébastien LesaintSONAR-9057 make PurgeCeActivities startable
2017-04-27 Sébastien LesaintSONAR-9057 make CeQueueCleaner startable and run as...
2017-04-27 Sébastien LesaintSONAR-9041 add InternalCeQueue#cancelWornOuts
2017-04-27 Sébastien LesaintSONAR-9041 add CeQueueDao#selectPendingByMinimumExecuti...
2017-04-27 Sébastien LesaintSONAR-8985 remove dead CeQueueInternal#cancel(DbSession...
2017-04-27 Sébastien LesaintSONAR-9040 ignore queued tasks with more than 2 executi...
2017-04-27 Sébastien LesaintSONAR-9040 fix pagination in CeQueueDao#selectEligibleF...
2017-04-27 Sébastien LesaintSONAR-9040 fix incorrect test method name
2017-04-27 Sébastien LesaintSONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID...
2017-04-27 Sébastien LesaintSONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and...
2017-04-27 Sébastien LesaintSONAR-9040 CeQueueDao#selectEligibleForPeek returns...
2017-04-27 Sébastien LesaintSONAR-8985 SONAR-9040 rename CeQueueDao#updateIfStatus...
2017-04-27 Sébastien LesaintSONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullable
2017-04-27 Sébastien LesaintSONAR-8995 a bit of formatting on CeQueueMapper.xml
2017-04-27 Sébastien LesaintSONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and...
2017-04-27 Grégoire AubertBilling plugin integration
2017-04-27 Stas Vilchikupgrade jest (#1981)
2017-04-26 Stas Vilchikapply feedback for issues page (#1980)
2017-04-26 Julien LancelotSONAR-9126 Add ITs
2017-04-26 Julien LancelotSONAR-9126 Allow preventing projects analysis on a...
2017-04-26 Daniel SchwarzSONAR-9132 remove redundant "org-enabled" check for...
2017-04-26 Daniel SchwarzSONAR-9132 remove redundant "org-enabled" check for...
2017-04-26 Stas VilchikSONAR-9005 apply feedback to the organization rules...
2017-04-26 Stas VilchikSONAR-8978 rename bubble charts (#1974)
2017-04-25 Julien LancelotFix description of api/projects/create
2017-04-25 Julien LancelotSONAR-9004 Fix message
2017-04-25 Julien LancelotAlways return a positive number of line when creating...
2017-04-25 Julien LancelotSONAR-9083 Return type in /batch/issues
2017-04-25 Julien LancelotSONAR-9083 Remove WsTester usage in IssuesActionTest
2017-04-25 ssjenkaAutomatic merge from branch-6.3
2017-04-25 Julien LancelotReset version to 6.3-SNAPSHOT branch-6.3
2017-04-24 Daniel Schwarzapply conventions for pagination to api/projects/provis...
2017-04-24 Daniel Schwarzlet api/projects/provisioned use protobuf
2017-04-24 Julien LancelotRelease 6.3.2 6.3.2
2017-04-24 Stas VilchikSONAR-9063 Add the number of multiple locations on...
2017-04-24 Stas VilchikSONAR-9067 Display multiple flows in the issues list...
2017-04-24 Stas VilchikSONAR-9066 Display secondary locations in the issues...
2017-04-24 Julien HENRYSONAR-9155 Fix HTTPS proxy authentication
2017-04-21 Julien LancelotSONAR-9150 Return paging in api/organizations/search
2017-04-21 Julien LancelotSONAR-9120 api/issues/set_tags response contains issue...
2017-04-21 Julien LancelotSONAR-9143 Stop documenting 'previous_analysis' as...
2017-04-21 Julien LancelotITs should fail quickly when creating users is failing
2017-04-21 Julien LancelotSONAR-9128 Return email only when sys admin and return...
2017-04-21 Julien LancelotSONAR-9128 Use protobuf in api/users/search
next