aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-gwt-api
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-0418-18/+18
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2717-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 modulesEvgeny Mandrikov2011-01-171-0/+5
| | | | | | * Inherit settings from original module * Introduce reusable module org.sonar.SonarDev
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
|
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
|
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
|
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
|
* Remove unused methodGodin2010-12-211-0/+1
|
* add JsonUtils#getAsDouble(JSONValue) to GWT APIsimonbrandhof2010-12-202-1/+13
|
* SONAR-833 time machine WS : improve SQL requests + better support of Q model ↵simonbrandhof2010-12-202-17/+33
| | | | characteristics
* remove ISO categories from ws-client ResourceQuery + minor improvements of ↵simonbrandhof2010-12-151-5/+13
| | | | GWT API
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-20/+14
|
* * Add EventUnmarshaller to sonar-gwt-apiGodin2010-12-133-1/+45
| | | | * Fix TimeMachineUnmarshaller
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-132-27/+20
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-4/+15
|
* SONAR-833: Add time machine to sonar-ws-client and sonar-gwt-apiGodin2010-12-124-10/+50
|
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-1/+0
|
* SONAR-1937 add the field 'age' to violations web service + display the ↵simonbrandhof2010-12-071-1/+2
| | | | select box to filter violations by period
* SONAR-1450: Show only date for violation in UIGodin2010-12-021-7/+0
|
* Fix date/time format for gwtGodin2010-12-021-2/+2
|
* SONAR-1450: Add creation date of violation to violations tabGodin2010-12-011-0/+18
|
* SONAR-1450:Godin2010-12-011-4/+5
| | | | | | * Expose rule_failure.created_at in rest api * Support createdAt in sonar-ws-client
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* SONAR-1911 New web service to get server statussimonbrandhof2010-11-021-1/+7
|
* SONAR-1852 Add the analysis date to the Java web service client libraysimonbrandhof2010-10-192-29/+35
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* GWT API: add the method Links.openRulePopup()simonbrandhof2010-09-211-0/+9
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0655-0/+2364
value of rule parameters in Q profile console