aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 api/project_tags...Teryk Bellahsene2017-03-078-7/+27
* | 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
* | refactor source viewer (#1744)Stas Vilchik2017-03-0371-502/+2839
* | SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-0374-152/+832
* | SONAR-8875 Add language facet on projects page (#1737)Aubert Grégoire2017-03-0315-21/+198
* | Revert "refactor source viewer (#1705)"Stas Vilchik2017-03-0371-2811/+509
* | Process ProjectMeasuresQuery criteria as strategiesTeryk Bellahsene2017-03-031-28/+34
* | SONAR-8838 Filter by tags in WS api/components/search_projectsTeryk Bellahsene2017-03-036-24/+104
* | FilterParser handles key containing andTeryk Bellahsene2017-03-031-7/+3
* | SONAR-8838 WS api/project_tags/set requires POST requestsTeryk Bellahsene2017-03-032-5/+8
* | SONAR-8845 Filter project measures ES index by tagsTeryk Bellahsene2017-03-033-1/+29
* | SONAR-8845 Index tags in project measures ES indexTeryk Bellahsene2017-03-038-14/+82
* | Drop deprecated method MyBatis#closeQuietly(DbSession)Simon Brandhof2017-03-0321-180/+61
* | Automatic merge from branch-6.3Julien Lancelot2017-03-0356-440/+284
|\|
| * SONAR-8460 Do not fail to write response when profile not foundJulien Lancelot2017-03-022-11/+15
| * SONAR-8460 Remove ErrorsJulien Lancelot2017-03-0213-112/+37
| * SONAR-8460 Remove creation BadRequestException with ErrorsJulien Lancelot2017-03-026-63/+45
| * SONAR-8460 Fix bundled error messagesJulien Lancelot2017-03-022-24/+24
| * SONAR-8460 Simplify creation of BadRequestException with one messageJulien Lancelot2017-03-0243-218/+136
| * SONAR-8460 Remove isEmpty from ErrorsJulien Lancelot2017-03-025-8/+4
| * SONAR-8460 Remove check from ErrorsJulien Lancelot2017-03-024-15/+19
| * SONAR-8460 Remove writeJson from ErrorsJulien Lancelot2017-03-024-25/+37
| * fix quality flawStas Vilchik2017-03-021-2/+0
* | fix quality flawStas Vilchik2017-03-021-2/+0
* | refactor source viewer (#1705)Stas Vilchik2017-03-0271-509/+2811
* | add .vscode to .gitignoreStas Vilchik2017-03-021-0/+3
* | SONAR-8842 Add tags to WS api/components/search_projectsTeryk Bellahsene2017-03-023-5/+20
* | SONAR-8841 Add tags to WS api/components/show and tree responseTeryk Bellahsene2017-03-023-6/+36
* | Automatic merge from branch-6.3ssjenka2017-03-0211-98/+132
|\|
| * SONAR-8835 support NULL in column file_sources.line_hashesSimon Brandhof2017-03-017-33/+49
| * SONAR-8835 file move detection does not need to compute source hashSimon Brandhof2017-03-014-19/+5
| * SONAR-8451 fix bad state on measures pageStas Vilchik2017-03-012-3/+6
| * SONAR-8659 Bring back "Edit Permissions" to system administratorsSimon Brandhof2017-03-012-47/+76
* | SONAR-8837 add indexing time to logsDaniel Schwarz2017-03-011-4/+6
* | SONAR-8837 shorten indexer startup logsDaniel Schwarz2017-03-011-5/+4
* | SONAR-6037 decide by boolean flag, whether or not to initialise indexDaniel Schwarz2017-03-012-18/+77
* | SONAR-8838 Limit to 500 characters DB column TAGS of PROJECTSTeryk Bellahsene2017-02-283-3/+3
* | SONAR-8847 Set COPY_COMPONENT_UUID of local viewsJulien Lancelot2017-02-286-2/+356
* | SONAR-8847 Persist copy_component_uuid for local viewsJulien Lancelot2017-02-288-12/+163
* | SONAR-8838 Create WS api/project_tags/set to set tags of a projectTeryk Bellahsene2017-02-284-2/+269
* | SONAR-8838 Create api/project_tags controllerTeryk Bellahsene2017-02-287-0/+222
* | SONAR-8838 Update tags of a project in DBTeryk Bellahsene2017-02-284-39/+84
* | SONAR-8838 insert and return tags from projects DB tableTeryk Bellahsene2017-02-2817-13/+106