aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9052 Refactor IssueQueryFactorySimon Brandhof2017-03-312-3/+1
* SONAR-8952 only index rules, when they are updated in dbDaniel Schwarz2017-03-302-3/+1
* SONAR-8924 compute active rules statistics via databaseSimon Brandhof2017-03-232-3/+1
* SONAR-8892 Add an organization member in databaseTeryk Bellahsene2017-03-211-1/+1
* SONAR-7485 log MessageException inline in CeServerSébastien Lesaint2017-03-131-0/+3
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-137-314/+4
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-132-63/+0
* SONAR-8838 Add DB column TAGS to PROJECTS tableTeryk Bellahsene2017-02-281-1/+1
* SONAR-7282 fix module number count in ComputeEngineContainerImplTestDaniel Schwarz2017-02-271-2/+3
* Drop usages of MyBatis#openSession()Simon Brandhof2017-02-262-3/+1
* 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-242-11/+11
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-242-11/+15
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-242-1/+3
* 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
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-12/+0
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-191-2/+17
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-8/+2
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
* SONAR-8761 remove misleading UserSession#checkIsRoot()Simon Brandhof2017-02-101-5/+0
* SONAR-8761 add UserSession#checkIsSystemAdministrator()Simon Brandhof2017-02-101-0/+10
* SONAR-8753 add hidden property sonar.organizations.createPersonalOrgSébastien Lesaint2017-02-101-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1045-90/+90
* SONAR-8758 Remove settings related to periods 2 to 5Julien Lancelot2017-02-091-1/+1
* 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
* WebServerBarrierTest may not shutdown all threads it spawnsSébastien Lesaint2017-02-071-13/+20
* SONAR-8208 Remove property "sonar.authenticator.createUser"Julien Lancelot2017-02-061-1/+1
* SONAR-7762 Remove remaing property definitionJulien Lancelot2017-02-031-1/+1
* SONAR-8610 Remove setting sonar.technicalDebt.hoursInDayJulien Lancelot2017-02-021-1/+1
* 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
* SONAR-8704 Refactor Elasticsearch types "authorization"Simon Brandhof2017-01-311-1/+1
* Remove UserSession#localeJulien Lancelot2017-01-301-6/+0
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-272-1/+3
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-1/+1
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-251-1/+1
* Refactor WS about association of Q profiles and projectsSimon Brandhof2017-01-232-3/+1
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-162-1/+3