aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead code in CE notificationsSimon Brandhof2017-05-121-4/+2
* Add method UserSession#keepAuthorizedComponents()Simon Brandhof2017-05-101-0/+6
* Fix Quality flawsSimon Brandhof2017-05-021-4/+2
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-274-2/+74
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-273-9/+35
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-278-1/+390
* SONAR-8985 add unique identifier to CeWorkerSébastien Lesaint2017-04-277-17/+123
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-272-2/+12
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-275-9/+9
* SONAR-9041 move computation.monitoring package to sonar-ceSébastien Lesaint2017-04-279-4/+509
* SONAR-9041 add job canceling worn out tasks from CE_QUEUE regularlySébastien Lesaint2017-04-278-4/+211
* SONAR-9057 CE tables cleaning and purging is done by web leaderSébastien Lesaint2017-04-2718-6/+1179
* SONAR-9057 make CeQueueCleaner startable and run as startup taskSébastien Lesaint2017-04-273-4/+25
* SONAR-9126 Allow preventing projects analysis on a organizationJulien Lancelot2017-04-261-0/+2
* Delete unused class LogarithmicLoggerSimon Brandhof2017-04-111-250/+0
* Refactor the way to get loopback address in CeHttpServerSimon Brandhof2017-04-111-4/+2
* SONAR-9052 Refactor IssueQueryFactorySimon Brandhof2017-03-311-2/+0
* SONAR-8952 only index rules, when they are updated in dbDaniel Schwarz2017-03-301-2/+0
* SONAR-8924 compute active rules statistics via databaseSimon Brandhof2017-03-231-2/+0
* SONAR-7485 log MessageException inline in CeServerSébastien Lesaint2017-03-131-0/+3
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-133-84/+3
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-132-63/+0
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-2/+0
* SONAR-8435 add info message saying WebServer is operational to web.logSébastien Lesaint2017-02-241-1/+1
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-2/+2
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-241-2/+5
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-241-0/+2
* Move OrganizationPermission to sonar-db-daoSimon Brandhof2017-02-221-1/+1
* Drop methods UserSession#xxxOrganizationPermission()Simon Brandhof2017-02-221-10/+0
* Use the methods UserSession accepting OrganizationPermission paramSimon Brandhof2017-02-221-2/+2
* Support new enum OrganizationPermission in UserSessionSimon Brandhof2017-02-221-0/+23
* SONAR-8761 remove misleading UserSession#checkIsRoot()Simon Brandhof2017-02-101-5/+0
* SONAR-8761 add UserSession#checkIsSystemAdministrator()Simon Brandhof2017-02-101-0/+10
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1031-62/+62
* SONAR-8716 drop global permissions from UserSessionSimon Brandhof2017-02-081-6/+0
* SONAR-8716 drop UserSession#hasPermission()Simon Brandhof2017-02-081-6/+0
* SONAR-8716 Simplify CeUserSessionSimon Brandhof2017-02-081-21/+17
* SONAR-8716 drop UserSession#checkPermission(String)Simon Brandhof2017-02-071-5/+0
* SONAR-8704 drop unused UserSession#getUserGroups()Simon Brandhof2017-02-011-6/+0
* SONAR-8716 drop UserSession#hasComponentPermission(permission, componentKey)Simon Brandhof2017-02-011-5/+0
* SONAR-8716 drop UserSession#checkComponentPermission(String,String)Simon Brandhof2017-02-011-5/+0
* SONAR-8716 Add methods in UserSession with ComponentDto parameters.Simon Brandhof2017-02-011-0/+12
* SONAR-8716 Remove unused method UserSession#hasGlobalPermission(String)Simon Brandhof2017-02-011-6/+0
* SONAR-8716 Remove unused method UserSession#checkAnyPermissions(Collection)Simon Brandhof2017-02-011-5/+0
* SONAR-8716 Remove unused method UserSession#checkGlobalPermission(String)Simon Brandhof2017-02-011-5/+0
* SONAR-8704 add UserSession#getGroups()Simon Brandhof2017-01-311-0/+6
* Remove UserSession#localeJulien Lancelot2017-01-301-6/+0
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-271-0/+2
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-1/+1
* Refactor WS about association of Q profiles and projectsSimon Brandhof2017-01-231-2/+0