Commit Graph

17182 Commits

Author SHA1 Message Date
Stas Vilchik
2285e07fca SONAR-6208 Sync rule activation between list and details 2015-09-15 12:31:53 +02:00
Stas Vilchik
1d777d3f52 SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules 2015-09-15 12:15:52 +02:00
Stas Vilchik
e72ebb2c71 SONAR-6209 While in the profile context, activation modal should suggest selected profile first 2015-09-15 11:52:06 +02:00
Simon Brandhof
32dcee49dc Fix benchmark of saving of FILE_SOURCES 2015-09-15 11:49:41 +02:00
Stas Vilchik
6b374d0179 SONAR-6747 Display the number of issues on a line in the component viewer 2015-09-15 11:14:22 +02:00
Stas Vilchik
52903276bb SONAR-6160 Show a notification when user reaches the last issue / rule 2015-09-15 10:51:56 +02:00
Stas Vilchik
b8c759cc3d improve formatting of LEVEL measures 2015-09-15 10:17:05 +02:00
Stas Vilchik
818c2fdae5 SONAR-6697 update UI of the custom measures page 2015-09-15 10:09:05 +02:00
Simon Brandhof
6753155e4d Upgrade to Elasticsearch 1.7.1 2015-09-14 21:46:39 +02:00
Simon Brandhof
e296ddad53 Allow server-side plugins to use javax.servlet 2015-09-14 21:40:16 +02:00
Duarte Meneses
4af51da208 Improve FileCache tests 2015-09-14 17:29:40 +02:00
Duarte Meneses
069f75fe85 improve batch logging and performance 2015-09-14 17:29:40 +02:00
Stas Vilchik
29d4206d4d SONAR-6708 fix sqale colors on treemap 2015-09-14 15:51:10 +02:00
Stas Vilchik
03f7f00906 SONAR-5851 fix bug with duplicated languages in the list 2015-09-14 15:33:43 +02:00
Stas Vilchik
a997f8804a SONAR-6802 SONAR-6803 add an ability to apply a permission template to projects 2015-09-14 15:00:24 +02:00
David Gageot
fd64661844 Cleanup code 2015-09-14 09:15:42 +02:00
David Gageot
ea1a6ab214 Stop using random ports. It causes FP
The same port can be given twice before the processes
are started.
On Travis, we know all those ports are free. We still
check with nc, just to be sure.
2015-09-14 08:51:30 +02:00
Stas Vilchik
d5a87059b5 fix display of the assignees facet on the issues page 2015-09-11 17:58:10 +02:00
Stas Vilchik
d87f9c38b9 SONAR-6789 increase min-width of the container to prevent global menu wrapping 2015-09-11 16:51:02 +02:00
Stas Vilchik
0581c9d50f fix execution of web tests 2015-09-11 15:55:32 +02:00
Stas Vilchik
32dbf231fd fix execution of web tests 2015-09-11 15:36:19 +02:00
Stas Vilchik
d10d21c9f1 SONAR-6285 show filters on the issues home page 2015-09-11 14:40:32 +02:00
Stas Vilchik
d68eabbdec fix SONAR-6788 The language of manual rules is displayed as "undefined" in the select box of the rules facet on the issues page 2015-09-11 11:59:37 +02:00
Simon Brandhof
5381dd3a8d Exclude generated protobuf codebase from analysis 2015-09-11 11:44:21 +02:00
Simon Brandhof
33a216e207 Upgrade protobuf lib to 3.0.0-beta-1 2015-09-11 11:44:21 +02:00
Julien Lancelot
135df88faf Use new DbClient in ViewIndexerTest 2015-09-11 10:35:59 +02:00
David Gageot
9d28924a70 Use a single thread because NetworkUtils.freePort()
is not thread safe
2015-09-11 10:01:22 +02:00
Stas Vilchik
c1c0835da2 SONAR-6793 Make it possible to collapse WS response example 2015-09-11 09:58:36 +02:00
Stas Vilchik
77547b4944 fix SONAR-6815 Impossible to configure dashboard when one of the widgets has double quotes in its description 2015-09-11 09:32:08 +02:00
David Gageot
b4c6aa4cbf Use latest travis-utils 2015-09-11 08:47:24 +02:00
David Gageot
8a834639a6 Use latest orchestrator 2015-09-11 08:45:51 +02:00
Julien HENRY
eeabf702f9 Increase read timeout for WSLoader 2015-09-10 20:58:37 +02:00
Julien HENRY
a38181fead Fix phase name for indexation 2015-09-10 18:42:07 +02:00
Stas Vilchik
9cd8404bf1 fix SONAR-6708 TreeMap Widget: colors of squares are not matching SQALE rating while drilling down on sub-components 2015-09-10 17:53:17 +02:00
Stas Vilchik
597436c5d4 improve code quality 2015-09-10 17:24:54 +02:00
Stas Vilchik
ab4f18fbeb improve code quality 2015-09-10 17:21:47 +02:00
Stas Vilchik
cbf5602a23 move from jshint to eslint 2015-09-10 17:21:47 +02:00
Julien Lancelot
735d9fa04b MeasureDtoToMeasure now always allow rule and characteristic measures 2015-09-10 17:06:53 +02:00
Julien Lancelot
ecaeb22cb1 SONAR-6610 Correctly handle views and subviews 2015-09-10 17:06:53 +02:00
Julien Lancelot
19a623f027 SONAR-6827 Compute cutom measures on views 2015-09-10 17:06:52 +02:00
Julien Lancelot
653da93f59 Add getAddedRawRuleMeasure() and getAddedRawCharacteristicMeasure() 2015-09-10 17:06:52 +02:00
Julien Lancelot
e21b7e7d11 Create DebtModelHolderRule 2015-09-10 17:06:52 +02:00
Julien Lancelot
1d496ada62 Create Characteristic interface
Replace the concrete class by an interface for consistency with other objects (Issue, Measure, Rule, etc.)
2015-09-10 17:06:52 +02:00
Julien Lancelot
d93680e23c SONAR-6827 Get all measures from a component and a metric
Add new getRawMeasures(component, metric) to return all measures, including rule and characteristic measures
Remved not used getRawMeasure(component, metric, rule) and getRawMeasure(component, metric, characteristic)
2015-09-10 17:06:52 +02:00
Julien Lancelot
f5188bef88 SONAR-6827 Add hasCharacteristicById 2015-09-10 17:06:52 +02:00
Julien Lancelot
c32f64c407 SONAR-6827 Complete UT 2015-09-10 17:06:51 +02:00
Stas Vilchik
324ffaabb8 fix for SONAR-6766 2015-09-10 16:52:12 +02:00
Stas Vilchik
66f00c2cfb SONAR-6766 migrate to "flows" 2015-09-10 16:24:35 +02:00
Simon Brandhof
d716cb1dbb Do not return empty array of locations in WS 2015-09-10 16:24:35 +02:00
Simon Brandhof
d000d02bf5 SONAR-6052 Drop secondary locations from db/ws 2015-09-10 16:24:35 +02:00