Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move /projects to /projects/admin | Stas Vilchik | 2016-10-21 | 18 | -5/+5 |
| | |||||
* | SONAR-8134 add organization uuid to unique index of table GROUP_ROLES | Sébastien Lesaint | 2016-10-20 | 1 | -0/+31 |
| | |||||
* | SONAR-8291 display internal flag in web api documentation | Simon Brandhof | 2016-10-17 | 1 | -0/+7 |
| | |||||
* | SONAR-5857 remove "E" option | Stas Vilchik | 2016-10-17 | 1 | -2/+1 |
| | |||||
* | SONAR-8134 make column group_roles.organization_uuid not null | Simon Brandhof | 2016-10-13 | 1 | -0/+29 |
| | |||||
* | SONAR-8134 populate column group_roles.organization_uuid on upgrade | Simon Brandhof | 2016-10-13 | 1 | -0/+29 |
| | |||||
* | SONAR-8134 add column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 1 | -0/+29 |
| | | | | Column is currently empty. | ||||
* | Support organizations in user group web services | Simon Brandhof | 2016-10-13 | 11 | -0/+0 |
| | |||||
* | SONAR-8134 add column permission_templates.organization_uuid | Simon Brandhof | 2016-10-13 | 3 | -0/+87 |
| | |||||
* | SONAR-8134 add column user_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 3 | -0/+87 |
| | |||||
* | SONAR-8134 make column groups.organization_uuid not null | Simon Brandhof | 2016-10-13 | 2 | -0/+58 |
| | |||||
* | SONAR-8134 add db column groups.organization_uuid | Simon Brandhof | 2016-10-13 | 1 | -0/+29 |
| | |||||
* | SONAR-8155 suppport USERS.IS_ROOT in ruby code | Sébastien Lesaint | 2016-10-12 | 1 | -0/+1 |
| | |||||
* | SONAR-8155 SONAR-8156 add root column to table USERS | Sébastien Lesaint | 2016-10-12 | 3 | -0/+87 |
| | |||||
* | Remove dead code in project.rb | Simon Brandhof | 2016-10-05 | 1 | -1/+0 |
| | |||||
* | Remove ruby dead code related to roles | Simon Brandhof | 2016-10-05 | 9 | -114/+1 |
| | |||||
* | Remove ruby dead code related to users | Simon Brandhof | 2016-10-05 | 5 | -188/+0 |
| | |||||
* | Remove dead code need_authentication.rb | Simon Brandhof | 2016-10-05 | 2 | -266/+1 |
| | |||||
* | Remove dead ruby code around editable_password? | Simon Brandhof | 2016-10-05 | 2 | -87/+0 |
| | |||||
* | SONAR-8119 improve display of rating conditions on project dashboard | Stas Vilchik | 2016-10-05 | 3 | -22/+60 |
| | |||||
* | SONAR-8119 fix display of new ratings on measures page | Stas Vilchik | 2016-10-05 | 1 | -18/+26 |
| | |||||
* | SONAR-8119 restrict options when defining a condition on ratings | Stas Vilchik | 2016-10-05 | 2 | -37/+76 |
| | |||||
* | SONAR-8169 Make "My Activity" page default for authenticated users | Stas Vilchik | 2016-09-30 | 3 | -3/+13 |
| | |||||
* | SONAR-8170 SONAR-8171 Reorganize My Account space | Stas Vilchik | 2016-09-30 | 49 | -990/+1277 |
| | |||||
* | update style of level badges | Stas Vilchik | 2016-09-30 | 1 | -4/+8 |
| | |||||
* | improve alignment of react-select components | Stas Vilchik | 2016-09-30 | 1 | -9/+14 |
| | |||||
* | SONAR-8173 delete existing permissions "shareDashboard" from db | Simon Brandhof | 2016-09-28 | 1 | -0/+29 |
| | |||||
* | SONAR-8173 drop global permission "shareDashboard" | Simon Brandhof | 2016-09-28 | 7 | -11/+10 |
| | |||||
* | Clean-up GroupMembershipDao | Simon Brandhof | 2016-09-28 | 2 | -54/+0 |
| | | | | | Remove the unused Ruby WS /user_groups/search and the related Java code. | ||||
* | SONAR-8099 create default organization when migrating to SQ 6.2 | Sébastien Lesaint | 2016-09-28 | 1 | -0/+30 |
| | |||||
* | Automatic merge from branch-6.1 | ssjenka | 2016-09-28 | 1 | -1/+4 |
|\ | | | | | | | | | * origin/branch-6.1: SONAR-8056 fix loading of issues | ||||
| * | SONAR-8056 fix loading of issues | Stas Vilchik | 2016-09-27 | 1 | -1/+4 |
| | | |||||
* | | SONAR-8095 add table ORGANIZATIONS | Sébastien Lesaint | 2016-09-23 | 1 | -0/+30 |
| | | |||||
* | | Automatic merge from branch-6.1 | ssjenka | 2016-09-23 | 10 | -40/+182 |
|\| | | | | | | | | | | | | | | | | | | | * origin/branch-6.1: Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText SONAR-5856 add wildcards help fix image paths update wording on quality profiles page SONAR-8021 fix "null" error SONAR-5856 fix default value for boolean fields | ||||
| * | SONAR-5856 add wildcards help | Stas Vilchik | 2016-09-22 | 2 | -0/+129 |
| | | |||||
| * | fix image paths | Stas Vilchik | 2016-09-22 | 6 | -38/+38 |
| | | |||||
| * | SONAR-8021 fix "null" error | Stas Vilchik | 2016-09-22 | 1 | -1/+1 |
| | | |||||
| * | SONAR-5856 fix default value for boolean fields | Stas Vilchik | 2016-09-22 | 2 | -2/+15 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.1-RC16.1-RC1 | David Rautureau | 2016-09-19 | 1 | -1/+1 |
| | | |||||
* | | SONAR-8136 Provide a special input to configure conditions based on ratings | Stas Vilchik | 2016-09-22 | 3 | -20/+202 |
| | | |||||
* | | SONAR-8119 Correctly display rating conditions in quality gates and in ↵ | Stas Vilchik | 2016-09-22 | 2 | -5/+9 |
| | | | | | | | | project dashboard | ||||
* | | remove usages of periods | Stas Vilchik | 2016-09-22 | 3 | -6/+2 |
| | | |||||
* | | SONAR-8021 fix "null" error | Stas Vilchik | 2016-09-21 | 1 | -1/+1 |
| | | |||||
* | | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
|/ | |||||
* | Automatic merge from branch-5.6 | ssjenka | 2016-09-16 | 1 | -1/+2 |
|\ | | | | | | | | | * origin/branch-5.6: SONAR-8091 "All" option of "New Issues" facet works wrong | ||||
| * | SONAR-8091 "All" option of "New Issues" facet works wrong | Stas Vilchik | 2016-09-16 | 1 | -1/+2 |
| | | |||||
* | | SONAR-8076 Improve message on leak period on coverage and duplications when ↵ | Stas Vilchik | 2016-09-16 | 2 | -2/+2 |
| | | | | | | | | no new data | ||||
* | | SONAR-7907 update ui | Stas Vilchik | 2016-09-16 | 1 | -9/+7 |
| | | |||||
* | | SONAR-8080 Fix error 500 when format parameter is used in web_api | Julien Lancelot | 2016-09-16 | 1 | -1/+2 |
| | |