aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8779 hide deprecated api by defaultStas Vilchik2017-03-1411-231/+446
|
* SONAR-8778 display deprecated key and its versionStas Vilchik2017-03-145-62/+160
|
* add type annotationsStas Vilchik2017-03-141-3/+39
|
* SONAR-8452 change default projects page (#1777)Stas Vilchik2017-03-146-25/+80
|
* fix js exception when location message is emptyStas Vilchik2017-03-144-2/+39
|
* Fix Quality flawsSimon Brandhof2017-03-133-13/+33
|
* SONAR-8521 Improve size, duplication and coverage facets style (#1776)Grégoire Aubert2017-03-135-59/+66
|
* SONAR-7485 log MessageException inline in CeServerSébastien Lesaint2017-03-131-0/+3
|
* run eslint, flow and jest tests on travis (#1779)Stas Vilchik2017-03-133-27/+3
|
* SONAR-8818 Rename members & interface propertiesEric Hartmann2017-03-135-39/+39
|
* SONAR-8816 drop web startup barrier from Compute EngineSimon Brandhof2017-03-137-314/+4
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1391-1822/+6309
|
* Fix quality flawTeryk Bellahsene2017-03-131-1/+1
|
* SONAR-8875 Fixes a bug with array metrics (languages, tags)Grégoire Aubert2017-03-131-3/+9
|
* Revert some changes of 788f8da breaking the project searchGrégoire Aubert2017-03-133-72/+79
|
* SONAR-8878 Add ut and it's for Language, Search and Sort filtersGrégoire Aubert2017-03-136-0/+481
|
* SONAR-8878 Split to components and containersGrégoire Aubert2017-03-1312-84/+121
|
* Automatic merge from branch-6.3ssjenka2017-03-137-7/+29
|\ | | | | | | | | | | * origin/branch-6.3: Add response example to api/roots/search Make web services api/webhooks/* public
| * Add response example to api/roots/searchSimon Brandhof2017-03-093-3/+27
| | | | | | | | That also allows to remove a WARN log at startup.
| * Make web services api/webhooks/* publicSimon Brandhof2017-03-094-4/+2
| |
* | improve web performace of projects pageStas Vilchik2017-03-1017-148/+188
| |
* | use rc-tooltipStas Vilchik2017-03-105-27/+164
| |
* | Drop class LoopbackAddressSimon Brandhof2017-03-093-130/+2
| | | | | | | | Replaced by InetAddress#getLoopbackAddress() introduced in Java 1.7
* | SONAR-8913 display analysis date on projects page (#1765)Stas Vilchik2017-03-095-48/+170
| |
* | SONAR-8452 open the last state of projects page (#1760)Stas Vilchik2017-03-0911-40/+152
| |
* | SONAR-8916 WS api/qualityprofiles/search deprecate params lang & nameDaniel Schwarz2017-03-092-2/+6
| |
* | SONAR-8815 Improve rating facets style (#1764)Grégoire Aubert2017-03-094-10/+96
| |
* | SONAR-8815 Specify the operator on projects page facets (#1763)Grégoire Aubert2017-03-091-3/+3
| |
* | SONAR-8790 Fix description of 'f' parameterJulien Lancelot2017-03-091-0/+1
| |
* | Automatic merge from branch-6.3ssjenka2017-03-091-2/+2
|\| | | | | | | | | | | * origin/branch-6.3: fix styles on landing page SONAR-8623 Index all source files, even the ones with no supported language
| * fix styles on landing pageStas Vilchik2017-03-081-2/+2
| |
| * Back to development version 6.3-SNAPSHOTSimon Brandhof2017-03-069-9/+9
| |
| * Publish 6.3-RC4Simon Brandhof2017-03-039-9/+9
| |
* | SONAR-8878 Add a sorting buttons on projects page facets (#1754)Grégoire Aubert2017-03-0810-64/+299
| |
* | Polish new source viewer (#1755)Stas Vilchik2017-03-0871-2230/+1701
| |
* | SONAR-8876 Rename language facet to languagesGrégoire Aubert2017-03-073-9/+12
| |
* | SONAR-8838 Improve readability of list of facets in indexJulien Lancelot2017-03-071-20/+19
| |
* | SONAR-8838 Return selected tags in facetJulien Lancelot2017-03-074-6/+63
| |
* | SONAR-8838 Rename facet and filter 'tag' to 'tags'Julien Lancelot2017-03-074-11/+12
| |
* | SONAR-8231 Return selected languages even when no project for this languageJulien Lancelot2017-03-072-6/+42
| |
* | SONAR-8231 Return selected languages in languages facetJulien Lancelot2017-03-073-35/+64
| |
* | SONAR-8231 Rename facet and filter 'language' to 'languages'Julien Lancelot2017-03-076-34/+38
| |
* | SONAR-8231 Return distribution of projects per languageJulien Lancelot2017-03-078-76/+91
| |
* | SONAR-8840 Create WS api/project_tags/search to search for tagsTeryk Bellahsene2017-03-077-2/+321
| |
* | SONAR-8838 Reindex project measures when setting tags via WS ↵Teryk Bellahsene2017-03-078-7/+27
| | | | | | | | api/project_tags/set
* | SONAR-8877 Projects searchbox on projects page (#1747)Grégoire Aubert2017-03-078-30/+153
| |
* | MMF-703 More efficient UX for issue multiple locations (#1749)Stas Vilchik2017-03-0720-152/+849
| |
* | SONAR-8876 Language facet searchbox on projects page (#1741)Aubert Grégoire2017-03-064-3/+116
| |
* | SONAR-8435 support STARTING status in web appStas Vilchik2017-03-065-41/+27
| |
* | SONAR-8838 Compute tag distribution for WS api/components/search_projectsTeryk Bellahsene2017-03-062-7/+67
| |