Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix quality flaws | Jean-Baptiste Lievremont | 2014-02-03 | 1 | -1/+2 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2014-02-02 | 3 | -9/+27 | |
| | ||||||
* | WS client should consider codes other than 200 for success | Jean-Baptiste Lievremont | 2014-01-31 | 2 | -1/+35 | |
| | ||||||
* | SONAR-4326 Add WS client to manage tags on rules (add/remove) | Jean-Baptiste Lievremont | 2014-01-29 | 4 | -0/+180 | |
| | ||||||
* | SONAR-4326 Create WS client for rule tag referential management | Jean-Baptiste Lievremont | 2014-01-29 | 4 | -0/+174 | |
| | ||||||
* | Fix javadoc | Jean-Baptiste Lievremont | 2014-01-29 | 1 | -1/+1 | |
| | ||||||
* | IssueShowWS : Add assign to me action | Julien Lancelot | 2014-01-23 | 3 | -0/+31 | |
| | ||||||
* | SONAR-4776 Fix WS unit test | Julien Lancelot | 2014-01-03 | 3 | -8/+4 | |
| | ||||||
* | SONAR-4776 Fix WS and UI due to introduction of issue change creation date | Julien Lancelot | 2014-01-03 | 3 | -17/+7 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2013-12-09 | 1 | -2/+5 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-12-03 | 1 | -9/+1 | |
| | ||||||
* | SONAR-4892 SONAR-4917 Update technical debt merge model and technical debt ↵ | Julien Lancelot | 2013-11-27 | 1 | -3/+9 | |
| | | | | decorator to use mybatis classes | |||||
* | Rename TechnicalDebt class name to WorkDayDuration and move it to issue ↵ | Julien Lancelot | 2013-11-06 | 6 | -18/+16 | |
| | | | | internal package | |||||
* | SONAR-4834 Add technical debt changelog WS | Julien Lancelot | 2013-11-04 | 6 | -13/+83 | |
| | ||||||
* | SONAR-4834 Add technical debt in issues changelog | Julien Lancelot | 2013-11-03 | 2 | -0/+45 | |
| | ||||||
* | SONAR-4839 Permission user should be needed to see the changelog of an issue | Julien Lancelot | 2013-10-31 | 1 | -0/+4 | |
| | ||||||
* | SONAR-4836 Create Web Service to get changelog on an Issue | Julien Lancelot | 2013-10-31 | 9 | -1/+281 | |
| | ||||||
* | Fail ws-client if /api/server/setup does not return state | Simon Brandhof | 2013-10-22 | 2 | -2/+23 | |
| | ||||||
* | Remove false-positives of DefaultSystemClientTest on slow boxes | Simon Brandhof | 2013-10-16 | 1 | -1/+1 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-10-15 | 2 | -6/+11 | |
| | ||||||
* | SONAR-3871 Remove references to scope in provisioning WS and internal service | Jean-Baptiste Lievremont | 2013-10-15 | 2 | -10/+1 | |
| | ||||||
* | Add missing copyright header | Simon Brandhof | 2013-10-15 | 1 | -0/+19 | |
| | ||||||
* | Fix minor quality flaw | Simon Brandhof | 2013-10-15 | 1 | -1/+1 | |
| | ||||||
* | SONAR-4777 Asynchronous web service to upgrade database | Simon Brandhof | 2013-10-15 | 9 | -0/+343 | |
| | ||||||
* | SONAR-4606 Update issue client | Julien HENRY | 2013-10-11 | 2 | -4/+10 | |
| | ||||||
* | SONAR-4711 Add WS client for project provisioning | Jean-Baptiste Lievremont | 2013-10-11 | 11 | -0/+390 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-10-07 | 2 | -6/+8 | |
| | ||||||
* | SONAR-4716 Replace remediation cost by technical debt in issue | Julien Lancelot | 2013-10-07 | 8 | -7/+139 | |
| | ||||||
* | SONAR-4716 Add remediation cost when creating issues | Julien Lancelot | 2013-10-01 | 4 | -2/+11 | |
| | ||||||
* | SONAR-4694 Allow project permissions management from the permission web service | Julien Lancelot | 2013-09-19 | 2 | -4/+69 | |
| | ||||||
* | Fix some quality flaws | Dinesh Bolkensteyn | 2013-08-29 | 23 | -23/+23 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-08-22 | 1 | -1/+1 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-08-20 | 1 | -1/+1 | |
| | ||||||
* | Fix tests when timezone is not GMT+2 | Simon Brandhof | 2013-08-16 | 2 | -1/+2 | |
| | ||||||
* | Fix tests when timezone is not GMT+2 | Simon Brandhof | 2013-08-16 | 1 | -16/+23 | |
| | ||||||
* | Fix some quality flaws | Simon Brandhof | 2013-08-16 | 2 | -3/+3 | |
| | ||||||
* | SONAR-4563 complete web service client | Simon Brandhof | 2013-08-12 | 2 | -6/+17 | |
| | ||||||
* | Added missing package-info files | Jean-Baptiste Vilain | 2013-07-17 | 2 | -0/+44 | |
| | ||||||
* | Moved non-exposed implementation classes to internal package | Jean-Baptiste Vilain | 2013-07-16 | 7 | -7/+15 | |
| | ||||||
* | SONAR-4506 Java WS Client - do not use URL query parameters for POST requests | Simon Brandhof | 2013-07-16 | 7 | -55/+148 | |
| | ||||||
* | Add the capability "trustAllHosts" to ws-client | Simon Brandhof | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-11 | 4 | -44/+102 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-09 | 1 | -0/+16 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-05 | 1 | -1/+1 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-05 | 1 | -1/+1 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-05 | 9 | -32/+46 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-05 | 9 | -29/+41 | |
| | ||||||
* | Fix quality flaws | Julien Lancelot | 2013-07-05 | 7 | -12/+33 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2013-07-05 | 1 | -8/+0 | |
| | ||||||
* | Fix regression | Julien Lancelot | 2013-07-05 | 1 | -1/+1 | |
| |