aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern b...Teryk Bellahsene2015-08-275-8/+8
* SONAR-6485 WS permissions/search_project_permissions replace uuid by id in re...Teryk Bellahsene2015-08-272-5/+5
* SONAR-6479 WS permissions/users take out Paging from the loop when building r...Teryk Bellahsene2015-08-271-9/+8
* SONAR-6693 WS issue_filters/search do no require to be authenticatedTeryk Bellahsene2015-08-272-12/+1
* fix SONAR-6290 Histogram widget fails to display using French language packStas Vilchik2015-08-271-3/+3
* fix SONAR-6203 Manual Metrics of type Level and Text can't be displayed using...Stas Vilchik2015-08-271-1/+1
* Add static to permission template methodsTeryk Bellahsene2015-08-272-2/+2
* SONAR-6805 WS permissions/remove_group allow removal of last group and users ...Teryk Bellahsene2015-08-271-0/+2
* SONAR-6693 WS issue_filters/search replace favourite by favoriteTeryk Bellahsene2015-08-275-17/+17
* SONAR-6766 add execution flow step numbers, decrease the contrast of issue lo...Stas Vilchik2015-08-274-10/+12
* Move PermissionRequestValidator in the ws packageTeryk Bellahsene2015-08-2711-22/+24
* Sanitize PermissionTemplateDao methodsTeryk Bellahsene2015-08-272-4/+4
* SONAR-6498 WS permissions/delete_template delete a permission templateTeryk Bellahsene2015-08-2710-15/+220
* Remove PermissionTemplateDao#insert(String,String,String)Teryk Bellahsene2015-08-277-17/+23
* SONAR-6497 WS permissions/update/template update a permission templateTeryk Bellahsene2015-08-2727-77/+516
* SONAR-6496 WS permissions/create_template create a permission templateTeryk Bellahsene2015-08-2718-65/+496
* stabilize web testsStas Vilchik2015-08-262-2/+2
* SONAR-6805 Rewrite project permissions page on a project levelStas Vilchik2015-08-2613-77/+130
* fix tests for SONAR-6797 order permissionsStas Vilchik2015-08-261-4/+4
* fix SONAR-6249 Non favorite issue filters cannot be loaded by Issues pageStas Vilchik2015-08-266-34/+79
* SONAR-6797 apply feedbackStas Vilchik2015-08-261-1/+4
* Revert "install mocha tests for reactjs components"Stas Vilchik2015-08-266-54/+4
* SONAR-6797 order permissionsStas Vilchik2015-08-261-2/+10
* SONAR-6797 do not fail when usersCount or groupsCount are not providedStas Vilchik2015-08-261-4/+1
* install mocha tests for reactjs componentsStas Vilchik2015-08-266-4/+54
* improve code qualityStas Vilchik2015-08-265-11/+19
* clean up ruby codeStas Vilchik2015-08-2613-44/+56
* use the single web appStas Vilchik2015-08-26335-3320/+2147
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-2621-239/+419
* SONAR-6797 apply feedbackStas Vilchik2015-08-257-114/+102
* SONAR-6582 complete example of api/issues/search with actionsSimon Brandhof2015-08-251-0/+3
* SONAR-6582 Fix example of api/issues/searchSimon Brandhof2015-08-251-16/+26
* fix PersistMeasuresStepTest on OracleSébastien Lesaint2015-08-251-3/+16
* SONAR-6503 SONAR-6500 SONAR-6502 SONAR-6501 Update permission parameter descr...Teryk Bellahsene2015-08-255-9/+20
* previous_version period is not supported by ViewsSébastien Lesaint2015-08-252-25/+65
* fix duplication and missing @Override quality flawsSébastien Lesaint2015-08-248-109/+136
* fix dashboard links when using sonar.web.contextStas Vilchik2015-08-241-2/+2
* SONAR-6503 WS permissions/remove_group_from_template remove a group from a pe...Teryk Bellahsene2015-08-244-2/+340
* SONAR-6479 WS permissions/users display email in responseTeryk Bellahsene2015-08-244-7/+14
* rename ComputeEngineBatchExecutorService for clarity and consistencySébastien Lesaint2015-08-246-16/+16
* make SqaleMeasuresVisitor support Views Component treeSébastien Lesaint2015-08-243-45/+263
* rename SumCounter to IntSumCounter and add LongSumCounterSébastien Lesaint2015-08-2415-84/+436
* add MutableMeasureComputersHolderSébastien Lesaint2015-08-243-14/+45
* make DuplicationMeasuresStep support Views Component treeSébastien Lesaint2015-08-245-399/+787
* make CommentMeasuresStep support Views Component treeSébastien Lesaint2015-08-243-6/+344
* make Formulas support Views Component treeSébastien Lesaint2015-08-245-25/+398
* make CoverageMeasuresStep support Views Component treeSébastien Lesaint2015-08-244-29/+258
* rename FileAggregateContext to LeafAggregateContextSébastien Lesaint2015-08-2425-108/+107
* remove unused classes in package computation/measure/newcoverageSébastien Lesaint2015-08-247-281/+0
* make PersistMeasuresStep support Views component treeSébastien Lesaint2015-08-242-58/+179