Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 6.3.26.3.2 | Julien Lancelot | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Reset version to 6.3-SNAPSHOT | Simon Brandhof | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | Release 6.3.1 | Simon Brandhof | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | Set development version 6.3-SNAPSHOT | Simon Brandhof | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | Release 6.36.3 | Simon Brandhof | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | Back to development version 6.3-SNAPSHOT | Simon Brandhof | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Publish 6.3-RC4 | Simon Brandhof | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Set version 6.3-SNAPSHOT | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Publish version 6.3-RC3 | Simon Brandhof | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | SONAR-8761 remove misleading UserSession#checkIsRoot() | Simon Brandhof | 2017-02-10 | 1 | -5/+0 |
| | |||||
* | SONAR-8761 add UserSession#checkIsSystemAdministrator() | Simon Brandhof | 2017-02-10 | 1 | -0/+10 |
| | |||||
* | SONAR-8753 add hidden property sonar.organizations.createPersonalOrg | Sébastien Lesaint | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 45 | -90/+90 |
| | |||||
* | SONAR-8758 Remove settings related to periods 2 to 5 | Julien Lancelot | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | SONAR-8716 drop global permissions from UserSession | Simon Brandhof | 2017-02-08 | 1 | -6/+0 |
| | |||||
* | SONAR-8716 drop UserSession#hasPermission() | Simon Brandhof | 2017-02-08 | 1 | -6/+0 |
| | | | | because it does not support organizations. | ||||
* | SONAR-8716 Simplify CeUserSession | Simon Brandhof | 2017-02-08 | 1 | -21/+17 |
| | |||||
* | SONAR-8716 drop UserSession#checkPermission(String) | Simon Brandhof | 2017-02-07 | 1 | -5/+0 |
| | |||||
* | WebServerBarrierTest may not shutdown all threads it spawns | Sébastien Lesaint | 2017-02-07 | 1 | -13/+20 |
| | |||||
* | SONAR-8208 Remove property "sonar.authenticator.createUser" | Julien Lancelot | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | SONAR-7762 Remove remaing property definition | Julien Lancelot | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | SONAR-8610 Remove setting sonar.technicalDebt.hoursInDay | Julien Lancelot | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | SONAR-8704 drop unused UserSession#getUserGroups() | Simon Brandhof | 2017-02-01 | 1 | -6/+0 |
| | |||||
* | SONAR-8716 drop UserSession#hasComponentPermission(permission, componentKey) | Simon Brandhof | 2017-02-01 | 1 | -5/+0 |
| | |||||
* | SONAR-8716 drop UserSession#checkComponentPermission(String,String) | Simon Brandhof | 2017-02-01 | 1 | -5/+0 |
| | |||||
* | SONAR-8716 Add methods in UserSession with ComponentDto parameters. | Simon Brandhof | 2017-02-01 | 1 | -0/+12 |
| | | | | | | The new methods hasComponentPermission(String,ComponentDto) and checkComponentPermission(String,ComponentDto) will help to drop the same methods with key/uuid String parameters. | ||||
* | SONAR-8716 Remove unused method UserSession#hasGlobalPermission(String) | Simon Brandhof | 2017-02-01 | 1 | -6/+0 |
| | |||||
* | SONAR-8716 Remove unused method UserSession#checkAnyPermissions(Collection) | Simon Brandhof | 2017-02-01 | 1 | -5/+0 |
| | |||||
* | SONAR-8716 Remove unused method UserSession#checkGlobalPermission(String) | Simon Brandhof | 2017-02-01 | 1 | -5/+0 |
| | |||||
* | SONAR-8704 add UserSession#getGroups() | Simon Brandhof | 2017-01-31 | 1 | -0/+6 |
| | | | | | | Contrary to getUserGroups(), this method returns GroupDto but not only the group names. It also doesn't return the virtual group "Anyone" | ||||
* | SONAR-8704 Refactor Elasticsearch types "authorization" | Simon Brandhof | 2017-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | Multiple indices define a type "authorization". The related code was duplicated, and sometimes had some minor differences. This commits share all the management of these types in the same bunch of classes. It also allows to quickly create a project-related index, without having to fix the different locations which may require project re-indexing. | ||||
* | Remove UserSession#locale | Julien Lancelot | 2017-01-30 | 1 | -6/+0 |
| | | | | This method was useless as it was always returning Locale#ENGLISH | ||||
* | SONAR-8690 read and write default templates from ORGANIZATIONS table | Sébastien Lesaint | 2017-01-27 | 2 | -1/+3 |
| | |||||
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com> | ||||
* | SONAR-8675 drop usage of table resource_index | Simon Brandhof | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Refactor WS about association of Q profiles and projects | Simon Brandhof | 2017-01-23 | 2 | -3/+1 |
| | | | | | | | - remove class from CE - do not use multiple DB sessions - reuse existing code - load project once | ||||
* | SONAR-7282 implement global search with elasticsearch | Daniel Schwarz | 2017-01-16 | 2 | -1/+3 |
| | | | | | | Change api/component/suggestions. The index is not yet cleaned up if a project's content changes or a project is deleted. Delete previous ruby implementation of the webservice. | ||||
* | SONAR-7282 rename .component.es to .measure.index | Daniel Schwarz | 2017-01-16 | 1 | -1/+1 |
| | | | | | | | | * All other elastic search indexes reside in "index" subpackages. * We want to introduce a new component index and need the .component.index-package name for that one. | ||||
* | SONAR-8557 Create WS api/notifications/list | Teryk Bellahsene | 2016-12-29 | 2 | -3/+13 |
| | |||||
* | SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove | Teryk Bellahsene | 2016-12-29 | 2 | -13/+3 |
| | |||||
* | SONAR-8445 drop field DatabaseVersion.LAST_VERSION | Sébastien Lesaint | 2016-12-16 | 2 | -2/+5 |
| | | | | | | replace usages of this field by either MigrationSteps.getMaxMigrationNumber() or DatabaseVersion.getStatus() also, change return type of DatabaseVersion.getVersion from int to Optional<Long> MigrationStep configuration is now avaiable at level2, in both web and CE container (because it is used by DatabaseVersion class) | ||||
* | SONAR-8445 move DatabaseVersion to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | SONAR-8445 move DatabaseVersion to level2 | Sébastien Lesaint | 2016-12-16 | 2 | -4/+5 |
| | | | | also moved DatabaseServerCompatibility which depends on it | ||||
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 1 | -1/+1 |
| | | | | and remove direct usages of MyBatis mapper | ||||
* | SONAR-7291 Rename IssueUpdater to IssueFieldsSetter | Julien Lancelot | 2016-12-12 | 1 | -3/+3 |
| | | | | A new IssueUpdater used to update issue in db needs to be created | ||||
* | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-01 | 1 | -0/+3 |
|\ | |||||
| * | SONAR-8422 add visible error in sonar.log when DB is not ok | Sébastien Lesaint | 2016-12-01 | 1 | -0/+3 |
| | | |||||
* | | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 4 | -9/+16 |
|\| | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging | ||||
| * | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 4 | -8/+15 |
| | | |||||
| * | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
| | |