aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7196 WS api/measures/component_tree supports sorting by period variationTeryk Bellahsene2016-03-112-0/+12
* SONAR-7453 Rename rules remediation function fields in WSJulien Lancelot2016-03-101-1/+17
* SONAR-7345 Rename Issue debt to effort in WSJulien Lancelot2016-03-101-1/+7
* SONAR-7345 Rename Issue debt to effort in ESJulien Lancelot2016-03-101-1/+6
* SONAR-7329 Cleanup some remaining characteristics stuffJulien Lancelot2016-03-021-10/+2
* SONAR-7329 Add type in Rules WSJulien Lancelot2016-03-024-13/+15
* SONAR-7330 drop RuleNormalizer and RuleMappingTeryk Bellahsene2016-03-012-0/+106
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-3/+6
* * Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0569-306/+321
* SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-054-1/+92
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-213-0/+13
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-213-7/+180
* Automatic merge from branch-5.3Jenkins CI2015-12-181-2/+1
|\
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-3/+2
* | Automatic merge from branch-5.3Jenkins CI2015-12-174-2/+234
|\|
| * SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQub...Simon Brandhof2015-12-164-2/+234
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ...Teryk Bellahsene2015-12-087-8/+188
* SONAR-6947 add missing coverage on PermissionsServiceTestSébastien Lesaint2015-12-073-1/+759
* SONAR-6947 add missing coverage of SearchWsRequestSébastien Lesaint2015-12-071-0/+622
* SONAR-6905 replace analysis-details.json by report-task.txtsimonbrandhof2015-12-041-2/+0
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-0215-223/+112
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-3037-1079/+1580
class="p">).animate( to ); } function next( event ) { event.preventDefault(); $( "img:eq(2)" ).center( animate ); $( "img:eq(1)" ).left( animate ) $( "img:eq(0)" ).right().appendTo( ".demo" ); } function previous( event ) { event.preventDefault(); $( "img:eq(0)" ).center( animate ); $( "img:eq(1)" ).right( animate ); $( "img:eq(2)" ).left().prependTo( ".demo" ); } $( "#previous" ).click( previous ); $( "#next" ).click( next ); $( ".demo img" ).click(function( event ) { $( ".demo img" ).index( this ) === 0 ? previous( event ) : next( event ); }); $( window ).resize(function() { $( "img:eq(0)" ).left( animate ); $( "img:eq(1)" ).center( animate ); $( "img:eq(2)" ).right( animate ); }); }); </script> </head> <body> <div class="demo"> <img src="images/earth.jpg" width="458" height="308" alt="earth" /> <img src="images/flight.jpg" width="512" height="307" alt="flight" /> <img src="images/rocket.jpg" width="300" height="353" alt="rocket" /> <a id="previous" href="#">Previous</a> <a id="next" href="#">Next</a> </div><!-- End demo --> <div class="demo-description"> <p>A prototype for the <a href="http://wiki.jqueryui.com/Photoviewer">Photoviewer</a> using Position to place images at the center, left and right and cycle them. <br/>Use the links at the top to cycle, or click on the images on the left and right. <br/>Note how the images are repositioned when resizing the window. <br/>Warning: Doesn't currently work inside the demo viewer; open in a new window instead!</p> </div><!-- End demo-description --> </body> </html>