Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to frontend-m-p 0.26 | Simon Brandhof | 2015-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It fixes the following recurrent error when switching branches: Caused by: java.lang.IllegalArgumentException: /Users/sbrandhof/dev/core/sonarqube/server/sonar-web/./node/npm is not a directory at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:891) at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:869) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.installNpm(NodeAndNPMInstaller.java:158) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.install(NodeAndNPMInstaller.java:79) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller.install(NodeAndNPMInstaller.java:52) at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndNpmMojo.execute(InstallNodeAndNpmMojo.java:81) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) ... 12 more | ||||
* | SONAR-7005 Improve display of the rule activation form | Stas Vilchik | 2015-11-18 | 4 | -74/+80 |
| | |||||
* | SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and ↵ | Duarte Meneses | 2015-11-18 | 32 | -327/+779 |
| | | | | add new one | ||||
* | SONAR-6924 Add a tooltip with a component key for each search entry | Stas Vilchik | 2015-11-18 | 2 | -1/+14 |
| | |||||
* | Update PluginsTest | Julien HENRY | 2015-11-18 | 1 | -7/+9 |
| | |||||
* | Move views task back into views | Julien HENRY | 2015-11-18 | 3 | -104/+1 |
| | |||||
* | SONAR-6794 Add a keyboard shortcut to submit an issue comment | Stas Vilchik | 2015-11-18 | 1 | -0/+3 |
| | |||||
* | fix SONAR-7041 Overview page fails when period date is empty | Stas Vilchik | 2015-11-18 | 8 | -39/+77 |
| | |||||
* | SONAR-7027 add DevCockpitBridge and start/stop Dev Cockpit plugin | Sébastien Lesaint | 2015-11-18 | 12 | -2/+385 |
| | | | | add Maven module sonar-dev-cockpit-bridge | ||||
* | SONAR-6932 apply feedback | Stas Vilchik | 2015-11-18 | 1 | -1/+4 |
| | |||||
* | SONAR-6907 apply feedback | Stas Vilchik | 2015-11-18 | 2 | -6/+23 |
| | |||||
* | SONAR-7008 Call to batch/project WS not encoding parameters | Duarte Meneses | 2015-11-18 | 2 | -7/+10 |
| | |||||
* | Exclude Report Viewer from SQ analysis | Julien HENRY | 2015-11-18 | 1 | -0/+5 |
| | |||||
* | Add more medium tests for tasks | Julien HENRY | 2015-11-18 | 1 | -0/+78 |
| | |||||
* | Fix quality flaws | Teryk Bellahsene | 2015-11-18 | 2 | -3/+82 |
| | |||||
* | SONAR-6323 Duplications on current file are now ignored | Julien Lancelot | 2015-11-18 | 2 | -7/+44 |
| | |||||
* | SONAR-6947 api/issues/search use issue.SearchWsRequest | Teryk Bellahsene | 2015-11-18 | 18 | -92/+809 |
| | |||||
* | SONAR-7023 Restore task API | Julien HENRY | 2015-11-17 | 20 | -114/+644 |
| | |||||
* | SONAR-7027 make DevCockpit run as a privileged plugin | Sébastien Lesaint | 2015-11-17 | 2 | -2/+11 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-11-17 | 3 | -67/+61 |
| | |||||
* | SONAR-6947 Add tests and bug fixes | Teryk Bellahsene | 2015-11-17 | 13 | -91/+294 |
| | |||||
* | SONAR-6947 Add package-info for quality profiles | Teryk Bellahsene | 2015-11-17 | 1 | -0/+25 |
| | |||||
* | SONAR-6947 api/components/search use SearchWsRequest | Teryk Bellahsene | 2015-11-17 | 9 | -32/+197 |
| | |||||
* | SONAR-6947 Clean WsGroupRef | Teryk Bellahsene | 2015-11-17 | 1 | -7/+0 |
| | |||||
* | SONAR-6947 api/qualityprofiles/search use SearchWsRequest | Teryk Bellahsene | 2015-11-17 | 17 | -49/+171 |
| | |||||
* | SONAR-6947 api/permissions/users use UsersWsRequest | Teryk Bellahsene | 2015-11-17 | 9 | -241/+172 |
| | |||||
* | SONAR-6947 api/permissions/update_template use UpdateTemplateWsRequest | Teryk Bellahsene | 2015-11-17 | 4 | -18/+115 |
| | |||||
* | SONAR-6947 api/permissions/set_default_template use SetDefaultTemplateWsRequest | Teryk Bellahsene | 2015-11-17 | 3 | -11/+93 |
| | |||||
* | SONAR-6947 api/permissions/search_templates use SearchTemplatesWsRequest | Teryk Bellahsene | 2015-11-17 | 5 | -20/+74 |
| | |||||
* | SONAR-6947 Fix paging in GroupsWsRequest and SearchProjectPermissionsWsRequest | Teryk Bellahsene | 2015-11-17 | 2 | -8/+12 |
| | |||||
* | SONAR-6947 Add package-info.java well formatted | Teryk Bellahsene | 2015-11-17 | 2 | -4/+12 |
| | |||||
* | SONAR-6947 api/permissions/search_project_permissions use ↵ | Teryk Bellahsene | 2015-11-17 | 5 | -28/+132 |
| | | | | SearchProjectPermissionsWsRequest | ||||
* | SONAR-6947 add api/permissions/search_global_permissions to PermissionsWsClient | Teryk Bellahsene | 2015-11-17 | 1 | -0/+7 |
| | |||||
* | SONAR-6947 api/permissions/remove_user_from_template use ↵ | Teryk Bellahsene | 2015-11-17 | 4 | -11/+103 |
| | | | | RemoveUserFromTemplateWsRequest | ||||
* | SONAR-6947 api/permissions/remove_user use RemoveUserWsRequest | Teryk Bellahsene | 2015-11-17 | 3 | -6/+106 |
| | |||||
* | SONAR-6947 api/permissions/remove_group_from_template use ↵ | Teryk Bellahsene | 2015-11-17 | 3 | -10/+119 |
| | | | | RemoveGroupFromTemplateWsRequest | ||||
* | SONAR-6947 api/permissions/remove_group use RemoveGroupWsRequest | Teryk Bellahsene | 2015-11-17 | 3 | -6/+119 |
| | |||||
* | SONAR-6947 api/permissions/delete_template use DeleteTemplateWsRequest | Teryk Bellahsene | 2015-11-17 | 3 | -4/+70 |
| | |||||
* | SONAR-6947 Create and use CreateTemplateWsRequest | Teryk Bellahsene | 2015-11-17 | 11 | -25/+133 |
| | |||||
* | SONAR-6947 Create and use ApplyTemplateWsRequest | Teryk Bellahsene | 2015-11-17 | 4 | -8/+109 |
| | |||||
* | SONAR-6947 Create AddUserToTemplateWsRequest and use it | Teryk Bellahsene | 2015-11-17 | 16 | -40/+132 |
| | |||||
* | SONAR-6947 Improve XXXWsRequest contracts | Teryk Bellahsene | 2015-11-17 | 4 | -15/+22 |
| | |||||
* | SONAR-6947 Create and use AddUserWsRequest | Teryk Bellahsene | 2015-11-17 | 14 | -42/+146 |
| | |||||
* | SONAR-6947 PermissionsWsParameters in sonar-ws | Teryk Bellahsene | 2015-11-17 | 47 | -216/+243 |
| | |||||
* | SONAR-6947 Create and use AddGroupToTemplateWsRequest | Teryk Bellahsene | 2015-11-17 | 3 | -10/+124 |
| | |||||
* | SONAR-6947 Add and use AddGroupWsRequest | Teryk Bellahsene | 2015-11-17 | 20 | -47/+223 |
| | |||||
* | SONAR-6947 api/permissions/groups use GroupsWsRequest | Teryk Bellahsene | 2015-11-17 | 14 | -79/+172 |
| | |||||
* | SONAR-6947 New WsClient | Teryk Bellahsene | 2015-11-17 | 9 | -182/+381 |
| | |||||
* | SONAR-6947 Move and rename MimeTypes to sonar-ws package | Teryk Bellahsene | 2015-11-17 | 33 | -109/+110 |
| | |||||
* | SONAR-6874 Improve positioning of issue blocks in the issues page | Stas Vilchik | 2015-11-17 | 1 | -1/+2 |
| |