]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2015-08-27 Teryk BellahseneSONAR-6693 WS issue_filters/search replace favourite...
2015-08-27 Stas VilchikSONAR-6766 add execution flow step numbers, decrease...
2015-08-27 Teryk BellahseneMove PermissionRequestValidator in the ws package 482/head
2015-08-27 Teryk BellahseneSanitize PermissionTemplateDao methods
2015-08-27 Teryk BellahseneSONAR-6498 WS permissions/delete_template delete a...
2015-08-27 Teryk BellahseneRemove PermissionTemplateDao#insert(String,String,String)
2015-08-27 Teryk BellahseneSONAR-6497 WS permissions/update/template update a...
2015-08-27 Teryk BellahseneSONAR-6496 WS permissions/create_template create a...
2015-08-27 Stas Vilchikdrop IT for project permissions
2015-08-26 Stas Vilchikstabilize web tests
2015-08-26 Julien HENRYSONAR-4865 Apply some feedback on issue location API
2015-08-26 Stas VilchikSONAR-6805 Rewrite project permissions page on a projec...
2015-08-26 Stas Vilchikfix tests for SONAR-6797 order permissions
2015-08-26 Stas Vilchikfix SONAR-6249 Non favorite issue filters cannot be...
2015-08-26 Stas VilchikSONAR-6797 apply feedback
2015-08-26 Stas VilchikRevert "install mocha tests for reactjs components"
2015-08-26 Sébastien Lesaintupdate min required version of Maven to 3.2
2015-08-26 Stas VilchikSONAR-6797 order permissions
2015-08-26 Stas VilchikSONAR-6797 do not fail when usersCount or groupsCount...
2015-08-26 Stas Vilchikinstall mocha tests for reactjs components
2015-08-26 Stas Vilchikimprove code quality
2015-08-26 Stas Vilchikclean up ruby code
2015-08-26 Stas Vilchikuse the single web app
2015-08-26 Simon BrandhofRemove misleading comment about Xms in sonar.properties
2015-08-26 Teryk BellahseneSONAR-6693 WS issue_filters/search rewrite WS 481/head
2015-08-25 Simon BrandhofDeprecate API org.sonar.api.server.debt.DebtModel
2015-08-25 Stas VilchikSONAR-6797 apply feedback
2015-08-25 Simon BrandhofSONAR-6582 complete example of api/issues/search with...
2015-08-25 Simon BrandhofSONAR-6582 Fix example of api/issues/search
2015-08-25 Sébastien Lesaintfix PersistMeasuresStepTest on Oracle
2015-08-25 Teryk BellahseneSONAR-6503 SONAR-6500 SONAR-6502 SONAR-6501 Update...
2015-08-25 Duarte MenesesMerge branch branch-5.1
2015-08-25 Sébastien Lesaintprevious_version period is not supported by Views
2015-08-25 Simon BrandhofSONAR-6445 reduce max memory of bootstrap process to 3Mb
2015-08-24 Sébastien Lesaintfix duplication and missing @Override quality flaws
2015-08-24 Duarte MenesesFix project lock in Windows
2015-08-24 Stas Vilchikfix dashboard links when using sonar.web.context
2015-08-24 Teryk BellahseneSONAR-6503 WS permissions/remove_group_from_template... 480/head
2015-08-24 Teryk BellahseneSONAR-6479 WS permissions/users display email in response
2015-08-24 Sébastien Lesaintrename ComputeEngineBatchExecutorService for clarity... 479/head
2015-08-24 Sébastien Lesaintmake SqaleMeasuresVisitor support Views Component tree
2015-08-24 Sébastien Lesaintrename SumCounter to IntSumCounter and add LongSumCounter
2015-08-24 Sébastien Lesaintadd MutableMeasureComputersHolder
2015-08-24 Sébastien Lesaintmake DuplicationMeasuresStep support Views Component...
2015-08-24 Sébastien Lesaintmake CommentMeasuresStep support Views Component tree
2015-08-24 Sébastien Lesaintmake Formulas support Views Component tree
2015-08-24 Sébastien Lesaintmake CoverageMeasuresStep support Views Component tree
2015-08-24 Sébastien Lesaintrename FileAggregateContext to LeafAggregateContext
2015-08-24 Sébastien Lesaintremove unused classes in package computation/measure...
2015-08-24 Sébastien Lesaintmake PersistMeasuresStep support Views component tree
2015-08-24 Sébastien Lesaintadd MeasureRepositoryRule
2015-08-24 Sébastien Lesaintadd CrawlerDepthLimit.LEAVES which is a commonly used...
2015-08-24 Sébastien Lesaintadd support for Views to SizeMeasuresStep and FormulaEx...
2015-08-24 Sébastien Lesaintadd coverage for FeedPeriodsStep support for Views
2015-08-24 Sébastien Lesaintcleanly define max depth in component visitors
2015-08-24 Sébastien Lesaintfinish splitting Crawler and Visitor of CE Component...
2015-08-24 Sébastien Lesaintobject instantiation optimization in VisitorsCrawler
2015-08-24 Sébastien LesaintSONAR-6787 FeedPeriodsStep should use project settings
2015-08-24 Sébastien Lesaintrename ProjectSettingsRepository to SettingsRepository...
2015-08-24 Sébastien Lesaintadd support for Views to FeedPeriodsStep
2015-08-24 Sébastien Lesaintmake PersistSnapshotsStep support Views Components
2015-08-24 Sébastien Lesaintadd AnalysisMetadataHolder and remove use of BatchRepor...
2015-08-24 Sébastien Lesaintextract DbIdsRepository interface and MapBasedDbIdsRepo...
2015-08-24 Sébastien Lesaintadd ComponentFunctions to factor Functions on Components
2015-08-24 Sébastien Lesaintadd RuleDao.selectById to be used by Views plugin
2015-08-24 Sébastien Lesaintcreate delegate for Map based impl of MeasureRepository
2015-08-24 Sébastien Lesaintadd Component#getProjectViewAttributes
2015-08-24 Sébastien Lesaintadd MeasureDao.selectBySnapshotIdAndMetricKeys to be...
2015-08-24 Sébastien Lesaintremove report specific method getComponentByRef from...
2015-08-24 Sébastien LesaintComputeEngineProcessingQueue must catch any error from...
2015-08-24 Sébastien Lesaintadd missing support and coverage for views components...
2015-08-24 Sébastien Lesaintrename DumbComponent to ReportComponent
2015-08-24 Sébastien Lesaintadd Component.Type#VIEW, SUBVIEW and PROJECT_VIEW
2015-08-24 Sébastien Lesaintadd Component#getReportAttributes()
2015-08-24 Sébastien Lesaintadd missing @CheckForNull on Component#getVersion()
2015-08-24 Sébastien Lesaintadd ContainerPopulator to be used by ComputeEngineContainer
2015-08-24 Sébastien LesaintReportProcessor must not have the responsability of...
2015-08-24 Sébastien Lesaintextract ComputationStepExecutor from ReportProcessor
2015-08-24 Sébastien Lesaintmake ApplyPermissionsStep implementation use a visitor
2015-08-24 Sébastien Lesaint[SCRIPT] build and quick-build must stop SQ instance
2015-08-24 Sébastien Lesaintadd a CE task queue and split batch processing scheduling
2015-08-24 Sébastien Lesaintfix MyBatis and mapper loading to support mapper in...
2015-08-24 Teryk BellahseneSONAR-6482 WS permissions/groups do not return the...
2015-08-24 Duarte MenesesRevert "SONAR-6658 Drop validation on sonar.libraries...
2015-08-24 Julien HENRYSONAR-4865 Do not fail when issue message is greater...
2015-08-24 Teryk BellahseneCreate WS Request WsProject class 477/head
2015-08-24 Teryk BellahseneCreate WS Request Group class
2015-08-24 Teryk BellahseneSONAR-6502 WS permissions/add_group_to_template add...
2015-08-24 Teryk BellahseneSONAR-6501 WS permissions/remove_user_from_template...
2015-08-24 Teryk BellahseneSONAR-6500 WS permissions/add_user_to_template add...
2015-08-24 Teryk BellahseneRename ComponentPermissions to ProjectPermissions
2015-08-24 Teryk BellahseneRemove selectGroupByName methods from UserDao
2015-08-24 Teryk BellahseneDeprecate PermissionTemplateUpdater
2015-08-24 Teryk BellahseneCreate PermissionValueValidator
2015-08-24 Teryk BellahseneCreate PermissionDependenciesFinder
2015-08-24 Teryk BellahseneRestrict permission ws classes visibility
2015-08-24 Teryk BellahseneCreate permission Parameters to declare parameters
2015-08-24 Teryk BellahseneCreate and use PermissionPrivilegeChecker in the permis...
2015-08-24 Teryk BellahseneImprove interfaces of permission template services
2015-08-24 Duarte MenesesSONAR-6658 Drop validation on sonar.libraries and sonar...
next