aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Refactor handling of 'selection mode' for WS actionsJean-Baptiste Lievremont2015-06-038-68/+66
* SONAR-6549 Contextualized issues page fails to display on projects with quote...Stas Vilchik2015-06-031-4/+4
* disable issue actions form during requestStas Vilchik2015-06-037-74/+111
* SONAR-6253 Cache of component ids do not contains anymore key and uuidJulien Lancelot2015-06-0333-825/+974
* change visibility of visitNode (and rename it visitAny)Julien Lancelot2015-06-031-3/+3
* Add TreeRootHolder.getComponentByRef()Julien Lancelot2015-06-034-7/+103
* Add MetricDao.selectByKey() to return a nonnull dtoJulien Lancelot2015-06-032-0/+15
* SONAR-6599 ws api/projects/delete update description and error message with i...Teryk Bellahsene2015-06-032-12/+12
* SONAR-6528 ws api/projects/bulk_delete update description and error message w...Teryk Bellahsene2015-06-032-11/+11
* SONAR-6449 disable issues comment form during requestStas Vilchik2015-06-031-3/+15
* Merge pull request #349 from dgageot/QuickerDevBuildDavid Gageot2015-06-031-1/+8
|\
| * Active fast grunt build in dev modeDavid Gageot2015-06-021-1/+8
* | SONAR-6571 fix compatibility with mssqlSimon Brandhof2015-06-021-1/+2
* | Component.getKey is now the effective keySébastien Lesaint2015-06-021-2/+0
|/
* refactor creation of manual issuesStas Vilchik2015-06-024-86/+60
* SONAR-6571 fix use of Boolean for boolean db column in Metrics tableTeryk Bellahsene2015-06-0212-8/+159
* AbstractUpdateCenterBasedPluginsWsActionTest should be abstractSébastien Lesaint2015-06-021-1/+1
* improve CloseableIterator: implementation and coverageSébastien Lesaint2015-06-022-23/+62
* fix minor quality flaw in ValidateProjectStepSébastien Lesaint2015-06-021-1/+2
* fix potential NPE in QualityProfileEventsStepSébastien Lesaint2015-06-021-1/+10
* fix minor quality flaw on PurgeDatastoresStepSébastien Lesaint2015-06-021-1/+2
* fix quality flaws in ComputeEngineContainerImplSébastien Lesaint2015-06-021-5/+3
* batch's ref exposed in CE's Component is actually OKSébastien Lesaint2015-06-021-1/+3
* fix quality flaws on BatchReportReaderImplSébastien Lesaint2015-06-021-24/+31
* add missing coverage on BatchReportDirectoryHolderImplSébastien Lesaint2015-06-022-1/+43
* remove BatchReport.Component stored in CE's ComponentImplSébastien Lesaint2015-06-022-3/+8
* add backbone-superStas Vilchik2015-06-0219-31/+144
* Merge pull request #346 from SonarSource/feature/groups-uiStas Vilchik2015-06-0241-346/+1082
|\
| * SONAR-6602 refresh collections after membership changeStas Vilchik2015-06-022-0/+10
| * SONAR-6602 use "q" for searchStas Vilchik2015-06-023-2/+8
| * fix quality flawsStas Vilchik2015-06-021-1/+0
| * SONAR-6602 drop ruby codeStas Vilchik2015-06-024-267/+0
| * SONAR-6602 refactor groups pageStas Vilchik2015-06-0237-78/+1066
* | update grunt and its dependeciesStas Vilchik2015-06-021-8/+6
* | add MetricsWsModuleTeryk Bellahsene2015-06-023-8/+73
* | SONAR-6571 WS api/metrics/create create or reactivate a custom metricTeryk Bellahsene2015-06-029-19/+518
|/
* fix quality flawsStas Vilchik2015-06-021-1/+2
* Rename SnapshotDto.resourceId to componentIdJulien Lancelot2015-06-025-75/+53
* update login requirements for user loginStas Vilchik2015-06-021-2/+2
* clean rule.ws.SearchAction implemented interfacesTeryk Bellahsene2015-06-021-1/+1
* rename metric.ws.SearchAction variable following Java standardsTeryk Bellahsene2015-06-021-3/+3
* clarify parent project name display in issue.ws.ShowActionTeryk Bellahsene2015-06-021-12/+14
* add test for ProjectsWsModuleTeryk Bellahsene2015-06-021-0/+35
* SONAR-6579 apply feedbackStas Vilchik2015-06-022-2/+4
* SONAR-6470 SONAR-6475 Require admin permission to list group/user associationsJean-Baptiste Lievremont2015-06-024-25/+64
* fix quality flawsStas Vilchik2015-06-025-48/+30
* SONAR-6950 actually log error during cleanup of CE containerSébastien Lesaint2015-06-021-2/+10
* SONAR-6590 catch and log exceptions raised when stopping CE containerSébastien Lesaint2015-06-021-1/+1
* SONAR-6590 fix QueueItem status not saved after processingSébastien Lesaint2015-06-021-0/+1
* SONAR-6589 add caching of report MetaData in CEBatchReportReaderSébastien Lesaint2015-06-013-1/+342