aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-gwt-api/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsDavid Gageot2012-05-251-0/+1
|
* Smaller png images thanks to optipngDavid Gageot2012-05-0723-0/+0
|
* Remove warningsDavid Gageot2012-04-271-1/+0
|
* Revert "SONAR-3051 support POST, PUT and DELETE queries in GWT API."Simon Brandhof2012-02-064-213/+53
| | | | This reverts commit 808360559dc1349d59363fc89b468345e5a26fc9.
* Remove the deprecated GWT component: SourcePanelSimon Brandhof2012-02-032-370/+0
|
* SONAR-3051 support POST, PUT and DELETE queries in GWT API.Simon Brandhof2012-01-184-53/+213
| | | | This patch is gracefully provided by Eugene Zadyra.
* Update copyright header for this new yearSimon Brandhof2012-01-1018-18/+18
|
* Fix reloading of GWT resource viewers in IEsimonbrandhof2011-03-241-11/+4
|
* Upgrade copyright headerssimonbrandhof2011-02-0418-18/+18
|
* SONAR-2046: Reuse unmarshallers from sonar-ws-client for sonar-gwt-apiEvgeny Mandrikov2011-01-2716-648/+90
| | | | | | | | * 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
* 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
* 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
|
* GWT API: add the method Links.openRulePopup()simonbrandhof2010-09-211-0/+9
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0654-0/+2278
value of rule parameters in Q profile console