aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7298 Deprecate and rewrite WS api/projects/index in JavaJulien Lancelot2017-01-2423-152/+529
|
* SONAR-7299 Move code related to project creation to ComponentUpdaterJulien Lancelot2017-01-2414-456/+563
|
* SONAR-7299 Remove UserSession dependency from FavoriteUpdaterJulien Lancelot2017-01-2412-45/+43
| | | | Having UserSession as a dependency of FavoriteUpdater forces any classes that is using it to also have a UserSession dependency
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-2418-85/+595
|
* SONAR-7299 Remove ComponentFinder from ComponentServiceJulien Lancelot2017-01-2410-53/+28
|
* SONAR-8684 Decrease expected startup timeJulien Lancelot2017-01-241-1/+1
| | | | The removal of rails has increased the server startup!
* SONAR-8684 Redirect /api to /api/webservices/listJulien Lancelot2017-01-242-1/+31
| | | | This redirection was previously done by rails
* SONAR-8684 Decrease expected jar app size due to removal of railsJulien Lancelot2017-01-241-2/+2
|
* SONAR-8684 Remove Java classes related to railsJulien Lancelot2017-01-2440-1682/+21
|
* SONAR-8684 Remove Rails filesJulien Lancelot2017-01-24991-138768/+0
|
* SONAR-7298 replace usage of /api/projects/index by /api/components/searchStas Vilchik2017-01-242-10/+3
|
* SONAR-7303 replace usage of /api/resources/search by /api/components/searchStas Vilchik2017-01-241-1/+18
|
* SONAR-6506 Delete internal WS api/updatecenter/installed_pluginsJulien Lancelot2017-01-244-138/+4
|
* SONAR-6309 Delete WS api/profiles/listJulien Lancelot2017-01-243-178/+8
|
* SONAR-6310 Delete WS api/profiles/indexJulien Lancelot2017-01-243-39/+8
|
* SONAR-7303 Delete WS api/resources/searchJulien Lancelot2017-01-245-156/+3
| | | | This is an internal WS, the action is completely removed
* SONAR-5270 Delete WS api/user_propertiesJulien Lancelot2017-01-244-186/+45
| | | | As this is a public WS, the action is still declared but the response code will always be 410
* SONAR-7277 Create a route to redirect profiles/export to ↵Julien Lancelot2017-01-245-9/+82
| | | | api/qualityprofiles/export
* SONAR-8609 Set api/components/search as publicJulien Lancelot2017-01-243-119/+148
|
* SONAR-8467 Fix ProjectAnalysisService#searchJulien Lancelot2017-01-241-3/+3
|
* SONAR-8643 Make the color palette consistentStas Vilchik2017-01-2411-39/+46
|
* SONAR-8692 Replace calls to api/timemachine/index WS by ↵Stas Vilchik2017-01-243-38/+42
| | | | api/measures/search_history
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-2423-99/+1341
|
* SONAR-8236 Add ITs on permission used by analysisJulien Lancelot2017-01-241-24/+47
|
* SONAR-8236 Add ITs on analysis with only 'Execute Analysis' permissionJulien Lancelot2017-01-242-10/+30
|
* SONAR-8236 Returned secured and license settings when user has only 'Execute ↵Julien Lancelot2017-01-242-30/+104
| | | | Analysis' permission
* SONAR-7300 Replace key parameter by idJulien Lancelot2017-01-245-25/+52
| | | | Key parameter was badly used instead of id when rewritting api/properties to Java
* fix measures-testStas Vilchik2017-01-241-1/+1
|
* SONAR-8393 Rating indicators are not consistentStas Vilchik2017-01-249-56/+74
|
* SONAR-8679 Quality Profiles page never finishes loading when there is no pluginsStas Vilchik2017-01-242-5/+4
|
* SONAR-8645 Unexpected text wrapping on the Projects pageStas Vilchik2017-01-241-1/+1
|
* SONAR-8678 allow search for components by multiple, independent wordsDaniel Schwarz2017-01-241-0/+48
|
* SONAR-8451 fix problem with settingsStas Vilchik2017-01-241-2/+1
|
* SONAR-8568 change elasticsearch ngram filter to ngram tokenizerDaniel Schwarz2017-01-241-9/+9
|
* SONAR-8568 allow fuzzy search of component namesDaniel Schwarz2017-01-242-18/+45
|
* Drop unused methods in SnapshotDaoSimon Brandhof2017-01-244-45/+0
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-2412-210/+18
|
* Drop unused ResourceDao#findProvisionedProjects()Simon Brandhof2017-01-248-450/+4
|
* Drop unused FileSourceDao#updateDateWhenUpdatedDateIsZero()Simon Brandhof2017-01-246-66/+4
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-2413-280/+22
|
* Replace unused OldPermissionQuerySimon Brandhof2017-01-242-264/+0
|
* Replace some Guava usages by Java 8 functionsSimon Brandhof2017-01-248-183/+45
|
* Delete unused test filesSimon Brandhof2017-01-245-949/+0
|
* Add some missing jdbcType attributes to MyBatis mappersSimon Brandhof2017-01-244-98/+90
|
* SONAR-8661 Display organization in the searchStas Vilchik2017-01-244-4/+28
|
* SONAR-8629 Display organization on the Background Tasks pageStas Vilchik2017-01-243-26/+48
|
* SONAR-8628 Display organizations on the Issues pageStas Vilchik2017-01-243-3/+47
|
* SONAR-8627 Display organization on the project dashboardStas Vilchik2017-01-248-26/+118
|
* SONAR-8626 Display organization on the Projects pageStas Vilchik2017-01-2412-15/+377
|
* Support all qualifiers in ComponentDao#xxxProvisioned()Simon Brandhof2017-01-236-55/+87
|