aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* refactor "Web Service API" pageStas Vilchik2015-04-2141-730/+1001
|
* drop unused js codeStas Vilchik2015-04-215-454/+0
|
* SONAR-6427 Internal WS to get global navigation configuratioJean-Baptiste Lievremont2015-04-2110-0/+429
|
* SONAR-5382 Remove dependencies WS clientJulien Lancelot2015-04-2110-805/+16
|
* SONAR-6437 Drop WS /api/coverage/showJulien Lancelot2015-04-2110-390/+10
|
* having a go at quality issues on singleton enum PredicatesSébastien Lesaint2015-04-212-13/+6
|
* SONAR-6258 Display component path when an exception is generatedJulien Lancelot2015-04-212-11/+37
|
* Avoid automatic creation of indicesSimon Brandhof2015-04-211-3/+5
|
* SONAR-6383 SONAR-6376 remove url object from JSON responseSébastien Lesaint2015-04-216-67/+24
| | | | we should use a flat structure as much as possible
* SONAR-6383 SONAR-6376 factor plugin WSs code into PluginWSCommons classSébastien Lesaint2015-04-219-252/+391
| | | | | | share constants for JSON properties and some objects share PluginMetadata class to JSON writing share PluginMetadata ordering
* SONAR-6383 add more info to JSON response of WS pending pluginsSébastien Lesaint2015-04-214-45/+143
| | | | now display as much info on plugins as there is in response of WS installed plugins thanks to META-INF information in jar files
* SONAR-6383 add method to list downloaded plugins as PluginMetadataSébastien Lesaint2015-04-216-48/+101
|
* SONAR-6383 add method to list plugins to uninstall as PluginMetadataSébastien Lesaint2015-04-215-45/+104
|
* add npm scriptsStas Vilchik2015-04-201-0/+6
|
* SONAR-6005 add markdown testsStas Vilchik2015-04-202-1/+63
|
* SONAR-6383 add java WS listing pending plugin installs and removalsSébastien Lesaint2015-04-204-0/+303
| | | | once backing components have been updated to read plugin's jarfile manifests, more information will be added to the JSON response
* SONAR-6138 Access favorites from user's menu of the top navbarStas Vilchik2015-04-204-3/+50
|
* SONAR-6265 Allow modification of rule filter using rule propertiesStas Vilchik2015-04-206-1/+168
|
* SONAR-6282 Rename and reorganise some menu entries of "Settings"Stas Vilchik2015-04-201-4/+12
|
* SONAR-6387 Improve technical debt display in RulesStas Vilchik2015-04-201-16/+4
|
* SONAR-5851 show number of associated projectsStas Vilchik2015-04-206-12/+37
|
* SONAR-6005 Migrate markdown help window from rubyStas Vilchik2015-04-206-102/+171
|
* SONAR-6298 Add project count in qprofile search WS responseJean-Baptiste Lievremont2015-04-205-11/+41
|
* Add missing package-info.javaJulien Lancelot2015-04-201-0/+24
|
* sanitize batch protocol domains relating to use of singular/pluralTeryk Bellahsene2015-04-2010-129/+49
|
* refactor ES indexes - SONAR-6255Teryk Bellahsene2015-04-2010-39/+120
|
* Fix quality flawsJulien Lancelot2015-04-204-20/+31
|
* SONAR-5851 some fixesStas Vilchik2015-04-202-3/+2
|
* SONAR-5851 drop the old export WSStas Vilchik2015-04-201-21/+0
|
* SONAR-5851 show exportersStas Vilchik2015-04-207-5/+66
|
* SONAR-6377 rename archive JSON object to artifactSébastien Lesaint2015-04-203-5/+5
|
* Fix copyright headerSimon Brandhof2015-04-201-0/+19
|
* SONAR-6434 Stop the support of Oracle 10gSimon Brandhof2015-04-202-12/+57
|
* SONAR-6433 Stop supporting the concept of "group/ecosystem" of pluginsSimon Brandhof2015-04-203-31/+0
|
* Fix quality flaw in quality gate web servicesSimon Brandhof2015-04-1718-113/+69
|
* fix quality flawsStas Vilchik2015-04-172-3/+3
|
* SONAR-5684 Sort rules by repository and key in backup fileJean-Baptiste Lievremont2015-04-173-7/+49
|
* Use constant for XML data typeJean-Baptiste Lievremont2015-04-174-5/+10
|
* Add missing tests for WS action declarationsJean-Baptiste Lievremont2015-04-172-2/+106
|
* SONAR-6399 Make exporters and importers public WSJean-Baptiste Lievremont2015-04-175-14/+12
|
* SONAR-6399 Internal WS to list supported export formatsJean-Baptiste Lievremont2015-04-173-0/+134
|
* SONAR-6399 WS to export a quality profile for external toolsJean-Baptiste Lievremont2015-04-177-1/+356
|
* SONAR-6210 add a rule description in the workspaceStas Vilchik2015-04-1714-98/+305
|
* SONAR-5685 Fail to restore profile with duplicated rule keysJean-Baptiste Lievremont2015-04-173-0/+66
|
* SONAR-6376 fix missing package-info + some sonar issuesSébastien Lesaint2015-04-172-4/+34
|
* SONAR-6376 add more properties to ws installed pluginsSébastien Lesaint2015-04-174-76/+179
|
* SONAR-6376 JSON response must have a root objectSébastien Lesaint2015-04-173-71/+95
| | | | this leave the door open to extend the response without breaking the API
* SONAR-6377 add WS listing available pluginsSébastien Lesaint2015-04-175-0/+448
|
* cancel test_data migration in file_sourcesTeryk Bellahsene2015-04-1713-49/+2
|
* SONAR-5851 add profiles testStas Vilchik2015-04-171-0/+53
|