aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Release 6.3.26.3.2Julien Lancelot2017-04-249-9/+9
|
* SONAR-9050 Use only needed fields from MeasureDto in api/measures/component_treeJulien Lancelot2017-04-1811-150/+165
|
* SONAR-9050 Stop using column project_measures.descriptionSimon Brandhof2017-04-189-91/+12
|
* SONAR-9048 Do not accept more than 15 metrics in api/measures/component_treeJulien Lancelot2017-04-182-15/+43
|
* SONAR-9049 Prevent using DATA and DISTRIB metrics in api/measures/component_treeJulien Lancelot2017-04-185-25/+65
|
* Drop test PluginsWsMediumTestSimon Brandhof2017-04-126-259/+0
| | | | | | This test is badly implemented. It is heavily coupled with the build version and does not correctly support all kinds of versions (SNAPSHOT, release on 3 digits, build on 4 digits).
* Reset version to 6.3-SNAPSHOTSimon Brandhof2017-04-119-9/+9
|
* PluginsWsMediumTest must not hardcode the project version6.3.1Simon Brandhof2017-04-111-4/+4
|
* Release 6.3.1Simon Brandhof2017-04-119-9/+9
|
* SONAR-9086 make index on ORGANIZATIONS.KEE uniqueSébastien Lesaint2017-04-107-1/+252
|
* SONAR-8969 Extract generation of avatar in a classJulien Lancelot2017-03-279-37/+158
|
* SONAR-8969 use avatar fieldStas Vilchik2017-03-244-5/+41
|
* SONAR-8969 Replace user email by avatar in issue changelog WSJulien Lancelot2017-03-243-6/+20
|
* SONAR-8969 Replace user email by avatar in issues WSJulien Lancelot2017-03-237-44/+61
|
* SONAR-8954 return every license hashes in api/settings/valuesJulien Lancelot2017-03-234-58/+30
|
* Fix LeakPeriodLegend unit testGrégoire Aubert2017-03-221-5/+5
|
* Set development version 6.3-SNAPSHOTSimon Brandhof2017-03-149-9/+9
|
* Release 6.36.3Simon Brandhof2017-03-149-9/+9
|
* 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
|
* 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-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
|
* SONAR-8835 support NULL in column file_sources.line_hashesSimon Brandhof2017-03-017-33/+49
| | | | | The column can be null on Oracle if source content is empty. Other databases do not store NULL but empty string.
* 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
|
* Set version 6.3-SNAPSHOTSimon Brandhof2017-02-229-9/+9
|
* Publish version 6.3-RC3Simon Brandhof2017-02-229-9/+9
|
* SONAR-8831 increase performance of bulk issue storageDaniel Schwarz2017-02-221-1/+2
|
* SONAR-8704 allow roots to see all projects and measuresSimon Brandhof2017-02-218-24/+112
| | | | even if they don't have the expected permissions
* SONAR-8704 update indices authorization if browse permission is fully removedSimon Brandhof2017-02-212-22/+36
| | | | | | The types "authorization" of ES indices should be updated when all the groups and users loose the projet permission "browse". Currently this change was silently ignored and old permissions were still used.
* SONAR-8658 display "Apply Template" button for org adminStas Vilchik2017-02-201-2/+4
|
* SONAR-8658 add field configuration.canApplyPermissionTemplate to response of ↵Simon Brandhof2017-02-202-13/+34
| | | | api/navigation/component
* change wording in organization formStas Vilchik2017-02-201-0/+2
|
* return `isDefault` in /api/navigation/organizationStas Vilchik2017-02-202-2/+9
|
* SONAR-8658 fix applying of permission templateStas Vilchik2017-02-201-1/+2
|
* fix ui glitch on settings page on safariStas Vilchik2017-02-201-1/+1
|
* SONAR-8710 add SCAN permission to template of new organizations6.3.0.18587Sébastien Lesaint2017-02-174-37/+43
|
* SONAR-8751 drop Owners group for personal organizationsSébastien Lesaint2017-02-173-48/+141
| | | | user permissions replace group permissions in the default template and also SCAN permission is added to the template
* Disable authorization for roots in ES indicesSimon Brandhof2017-02-175-0/+185
|