Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor "Web Service API" page | Stas Vilchik | 2015-04-21 | 41 | -730/+1001 |
| | |||||
* | drop unused js code | Stas Vilchik | 2015-04-21 | 5 | -454/+0 |
| | |||||
* | SONAR-6427 Internal WS to get global navigation configuratio | Jean-Baptiste Lievremont | 2015-04-21 | 10 | -0/+429 |
| | |||||
* | SONAR-5382 Remove dependencies WS client | Julien Lancelot | 2015-04-21 | 10 | -805/+16 |
| | |||||
* | SONAR-6437 Drop WS /api/coverage/show | Julien Lancelot | 2015-04-21 | 10 | -390/+10 |
| | |||||
* | having a go at quality issues on singleton enum Predicates | Sébastien Lesaint | 2015-04-21 | 2 | -13/+6 |
| | |||||
* | SONAR-6258 Display component path when an exception is generated | Julien Lancelot | 2015-04-21 | 2 | -11/+37 |
| | |||||
* | Avoid automatic creation of indices | Simon Brandhof | 2015-04-21 | 1 | -3/+5 |
| | |||||
* | SONAR-6383 SONAR-6376 remove url object from JSON response | Sébastien Lesaint | 2015-04-21 | 6 | -67/+24 |
| | | | | we should use a flat structure as much as possible | ||||
* | SONAR-6383 SONAR-6376 factor plugin WSs code into PluginWSCommons class | Sébastien Lesaint | 2015-04-21 | 9 | -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 plugins | Sébastien Lesaint | 2015-04-21 | 4 | -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 PluginMetadata | Sébastien Lesaint | 2015-04-21 | 6 | -48/+101 |
| | |||||
* | SONAR-6383 add method to list plugins to uninstall as PluginMetadata | Sébastien Lesaint | 2015-04-21 | 5 | -45/+104 |
| | |||||
* | add npm scripts | Stas Vilchik | 2015-04-20 | 1 | -0/+6 |
| | |||||
* | SONAR-6005 add markdown tests | Stas Vilchik | 2015-04-20 | 2 | -1/+63 |
| | |||||
* | SONAR-6383 add java WS listing pending plugin installs and removals | Sébastien Lesaint | 2015-04-20 | 4 | -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 navbar | Stas Vilchik | 2015-04-20 | 4 | -3/+50 |
| | |||||
* | SONAR-6265 Allow modification of rule filter using rule properties | Stas Vilchik | 2015-04-20 | 6 | -1/+168 |
| | |||||
* | SONAR-6282 Rename and reorganise some menu entries of "Settings" | Stas Vilchik | 2015-04-20 | 1 | -4/+12 |
| | |||||
* | SONAR-6387 Improve technical debt display in Rules | Stas Vilchik | 2015-04-20 | 1 | -16/+4 |
| | |||||
* | SONAR-5851 show number of associated projects | Stas Vilchik | 2015-04-20 | 6 | -12/+37 |
| | |||||
* | SONAR-6005 Migrate markdown help window from ruby | Stas Vilchik | 2015-04-20 | 6 | -102/+171 |
| | |||||
* | SONAR-6298 Add project count in qprofile search WS response | Jean-Baptiste Lievremont | 2015-04-20 | 5 | -11/+41 |
| | |||||
* | Add missing package-info.java | Julien Lancelot | 2015-04-20 | 1 | -0/+24 |
| | |||||
* | sanitize batch protocol domains relating to use of singular/plural | Teryk Bellahsene | 2015-04-20 | 10 | -129/+49 |
| | |||||
* | refactor ES indexes - SONAR-6255 | Teryk Bellahsene | 2015-04-20 | 10 | -39/+120 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-04-20 | 4 | -20/+31 |
| | |||||
* | SONAR-5851 some fixes | Stas Vilchik | 2015-04-20 | 2 | -3/+2 |
| | |||||
* | SONAR-5851 drop the old export WS | Stas Vilchik | 2015-04-20 | 1 | -21/+0 |
| | |||||
* | SONAR-5851 show exporters | Stas Vilchik | 2015-04-20 | 7 | -5/+66 |
| | |||||
* | SONAR-6377 rename archive JSON object to artifact | Sébastien Lesaint | 2015-04-20 | 3 | -5/+5 |
| | |||||
* | Fix copyright header | Simon Brandhof | 2015-04-20 | 1 | -0/+19 |
| | |||||
* | SONAR-6434 Stop the support of Oracle 10g | Simon Brandhof | 2015-04-20 | 2 | -12/+57 |
| | |||||
* | SONAR-6433 Stop supporting the concept of "group/ecosystem" of plugins | Simon Brandhof | 2015-04-20 | 3 | -31/+0 |
| | |||||
* | Fix quality flaw in quality gate web services | Simon Brandhof | 2015-04-17 | 18 | -113/+69 |
| | |||||
* | fix quality flaws | Stas Vilchik | 2015-04-17 | 2 | -3/+3 |
| | |||||
* | SONAR-5684 Sort rules by repository and key in backup file | Jean-Baptiste Lievremont | 2015-04-17 | 3 | -7/+49 |
| | |||||
* | Use constant for XML data type | Jean-Baptiste Lievremont | 2015-04-17 | 4 | -5/+10 |
| | |||||
* | Add missing tests for WS action declarations | Jean-Baptiste Lievremont | 2015-04-17 | 2 | -2/+106 |
| | |||||
* | SONAR-6399 Make exporters and importers public WS | Jean-Baptiste Lievremont | 2015-04-17 | 5 | -14/+12 |
| | |||||
* | SONAR-6399 Internal WS to list supported export formats | Jean-Baptiste Lievremont | 2015-04-17 | 3 | -0/+134 |
| | |||||
* | SONAR-6399 WS to export a quality profile for external tools | Jean-Baptiste Lievremont | 2015-04-17 | 7 | -1/+356 |
| | |||||
* | SONAR-6210 add a rule description in the workspace | Stas Vilchik | 2015-04-17 | 14 | -98/+305 |
| | |||||
* | SONAR-5685 Fail to restore profile with duplicated rule keys | Jean-Baptiste Lievremont | 2015-04-17 | 3 | -0/+66 |
| | |||||
* | SONAR-6376 fix missing package-info + some sonar issues | Sébastien Lesaint | 2015-04-17 | 2 | -4/+34 |
| | |||||
* | SONAR-6376 add more properties to ws installed plugins | Sébastien Lesaint | 2015-04-17 | 4 | -76/+179 |
| | |||||
* | SONAR-6376 JSON response must have a root object | Sébastien Lesaint | 2015-04-17 | 3 | -71/+95 |
| | | | | this leave the door open to extend the response without breaking the API | ||||
* | SONAR-6377 add WS listing available plugins | Sébastien Lesaint | 2015-04-17 | 5 | -0/+448 |
| | |||||
* | cancel test_data migration in file_sources | Teryk Bellahsene | 2015-04-17 | 13 | -49/+2 |
| | |||||
* | SONAR-5851 add profiles test | Stas Vilchik | 2015-04-17 | 1 | -0/+53 |
| |