Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-3051 support POST, PUT and DELETE queries in GWT API." | Simon Brandhof | 2012-02-06 | 4 | -213/+53 |
| | | | | This reverts commit 808360559dc1349d59363fc89b468345e5a26fc9. | ||||
* | Remove the deprecated GWT component: SourcePanel | Simon Brandhof | 2012-02-03 | 2 | -370/+0 |
| | |||||
* | SONAR-3051 support POST, PUT and DELETE queries in GWT API. | Simon Brandhof | 2012-01-18 | 4 | -53/+213 |
| | | | | This patch is gracefully provided by Eugene Zadyra. | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 18 | -18/+18 |
| | |||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fix reloading of GWT resource viewers in IE | simonbrandhof | 2011-03-24 | 1 | -11/+4 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Remove useless configuration of maven-deploy-plugin | Evgeny Mandrikov | 2011-03-04 | 1 | -10/+3 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 18 | -18/+18 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.6-M1 | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-api | Evgeny Mandrikov | 2011-01-27 | 17 | -649/+91 |
| | | | | | | | | * WSUtils has two implementations - one for GWT and another for Java, so can be used by unmarshallers in both cases. But this not very good, because code is not type-safe. In fact it would be better to use emulation of types from org.json.simple for GWT, but this solution is more straightforward. | ||||
* | Simplify configuration of dev GWT modules | Evgeny Mandrikov | 2011-01-17 | 1 | -0/+5 |
| | | | | | | * Inherit settings from original module * Introduce reusable module org.sonar.SonarDev | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5-RC1 | simonbrandhof | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | revert trunk version to 2.5-SNAPSHOT | simonbrandhof | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5 | simonbrandhof | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | Remove unused method | Godin | 2010-12-21 | 1 | -0/+1 |
| | |||||
* | add JsonUtils#getAsDouble(JSONValue) to GWT API | simonbrandhof | 2010-12-20 | 2 | -1/+13 |
| | |||||
* | SONAR-833 time machine WS : improve SQL requests + better support of Q model ↵ | simonbrandhof | 2010-12-20 | 2 | -17/+33 |
| | | | | characteristics | ||||
* | remove ISO categories from ws-client ResourceQuery + minor improvements of ↵ | simonbrandhof | 2010-12-15 | 1 | -5/+13 |
| | | | | GWT API | ||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 1 | -20/+14 |
| | |||||
* | * Add EventUnmarshaller to sonar-gwt-api | Godin | 2010-12-13 | 3 | -1/+45 |
| | | | | * Fix TimeMachineUnmarshaller | ||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 2 | -27/+20 |
| | |||||
* | SONAR-833: New Web Service to get history of measures (time machine) | Godin | 2010-12-13 | 1 | -4/+15 |
| |