Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6577 Offline mode in preview mode | Duarte Meneses | 2015-06-04 | 14 | -60/+793 |
| | |||||
* | explicitly set selected=all when search from select list | Stas Vilchik | 2015-06-03 | 1 | -0/+1 |
| | |||||
* | SONAR-3821 Restore ProjectClasspath in order to please PMD plugin | Julien HENRY | 2015-06-03 | 2 | -0/+92 |
| | |||||
* | Remove Dead code | David Gageot | 2015-06-03 | 1 | -1/+0 |
| | |||||
* | SONAR-6476 SONAR-6477 Revert to id instead of groupId for consistency with ↵ | Jean-Baptiste Lievremont | 2015-06-03 | 6 | -30/+30 |
| | | | | other user groups WS | ||||
* | maxPageSize must not be static as it's called by rails | Julien Lancelot | 2015-06-03 | 1 | -1/+4 |
| | |||||
* | fix missing static keyword on some private methods | Sébastien Lesaint | 2015-06-03 | 4 | -29/+25 |
| | |||||
* | FIX application zip should contain a top level dir | David Gageot | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Sanitize SnapshotDao | Julien Lancelot | 2015-06-03 | 8 | -93/+41 |
| | | | | | - Rename all select methods to begin with 'select' - Remove no more used method | ||||
* | Support unzipped sonarqube-application | David Gageot | 2015-06-03 | 2 | -3/+6 |
| | | | | | | | mci -Ddev \ -Dassembly.format=dir \ -Dassembly.includeBaseDirectory=false \ -Dassembly.checksum=false | ||||
* | SONAR-6470 Add group ID in api/users/groups response | Jean-Baptiste Lievremont | 2015-06-03 | 2 | -2/+4 |
| | |||||
* | remove unused issues code | Stas Vilchik | 2015-06-03 | 3 | -93/+11 |
| | |||||
* | Merge pull request #261 from SonarSource/feature/batch/drop_maven_dep | Julien HENRY | 2015-06-03 | 49 | -2539/+107 |
|\ | | | | | SONAR-3821 Drop any Maven dependency | ||||
| * | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 49 | -2539/+107 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-06-03 | 87 | -809/+801 |
| | | |||||
* | | Refactor handling of 'selection mode' for WS actions | Jean-Baptiste Lievremont | 2015-06-03 | 9 | -68/+112 |
| | | |||||
* | | Add missing @Nullable/@CheckForNull in SnapshotDto | Julien Lancelot | 2015-06-03 | 2 | -12/+23 |
| | | |||||
* | | SONAR-6549 Contextualized issues page fails to display on projects with ↵ | Stas Vilchik | 2015-06-03 | 1 | -4/+4 |
| | | | | | | | | quotes in the name | ||||
* | | Automatic merge from branch-5.1 | Eric Hartmann | 2015-06-03 | 0 | -0/+0 |
|\ \ | | | | | | | | | | | | | | | | * origin/branch-5.1: Update version to 5.1.2-SNAPSHOT Release 5.1.1 | ||||
| * | | Update version to 5.1.2-SNAPSHOT | Eric Hartmann | 2015-06-02 | 31 | -31/+31 |
| | | | |||||
| * | | Release 5.1.15.1.1 | Eric Hartmann | 2015-06-02 | 31 | -31/+31 |
| | | | |||||
* | | | Declare TravisCI as ciManagement of pom | Simon Brandhof | 2015-06-03 | 1 | -2/+2 |
| | | | |||||
* | | | disable issue actions form during request | Stas Vilchik | 2015-06-03 | 7 | -74/+111 |
| | | | |||||
* | | | SONAR-6253 Cache of component ids do not contains anymore key and uuid | Julien Lancelot | 2015-06-03 | 33 | -825/+974 |
| | | | | | | | | | | | | Instead, use TreeRootHolder to get component key and uuid | ||||
* | | | change visibility of visitNode (and rename it visitAny) | Julien Lancelot | 2015-06-03 | 1 | -3/+3 |
| | | | | | | | | | | | | It will allow to be able to visit any kind of components without the need to implement every visitXXX methods | ||||
* | | | Add TreeRootHolder.getComponentByRef() | Julien Lancelot | 2015-06-03 | 4 | -7/+103 |
| | | | | | | | | | | | | It will allow to be able to get any component but its reference | ||||
* | | | Add MetricDao.selectByKey() to return a nonnull dto | Julien Lancelot | 2015-06-03 | 2 | -0/+15 |
| | | | |||||
* | | | SONAR-6599 ws api/projects/delete update description and error message with ↵ | Teryk Bellahsene | 2015-06-03 | 2 | -12/+12 |
| | | | | | | | | | | | | ids instead of uuids | ||||
* | | | SONAR-6528 ws api/projects/bulk_delete update description and error message ↵ | Teryk Bellahsene | 2015-06-03 | 2 | -11/+11 |
| | | | | | | | | | | | | with ids instead of uuids | ||||
* | | | SONAR-6449 disable issues comment form during request | Stas Vilchik | 2015-06-03 | 1 | -3/+15 |
| | | | |||||
* | | | Merge pull request #349 from dgageot/QuickerDevBuild | David Gageot | 2015-06-03 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | Active fast grunt build in dev mode | ||||
| * | | | Active fast grunt build in dev mode | David Gageot | 2015-06-02 | 1 | -1/+8 |
| | | | | |||||
* | | | | SONAR-6571 fix compatibility with mssql | Simon Brandhof | 2015-06-02 | 1 | -1/+2 |
| | | | | |||||
* | | | | Component.getKey is now the effective key | Sébastien Lesaint | 2015-06-02 | 1 | -2/+0 |
|/ / / | |||||
* | | | refactor creation of manual issues | Stas Vilchik | 2015-06-02 | 4 | -86/+60 |
| | | | |||||
* | | | SONAR-6571 fix use of Boolean for boolean db column in Metrics table | Teryk Bellahsene | 2015-06-02 | 15 | -30/+170 |
| | | | |||||
* | | | AbstractUpdateCenterBasedPluginsWsActionTest should be abstract | Sébastien Lesaint | 2015-06-02 | 1 | -1/+1 |
| | | | |||||
* | | | improve CloseableIterator: implementation and coverage | Sébastien Lesaint | 2015-06-02 | 2 | -23/+62 |
| | | | |||||
* | | | fix minor quality flaw in ValidateProjectStep | Sébastien Lesaint | 2015-06-02 | 1 | -1/+2 |
| | | | |||||
* | | | fix potential NPE in QualityProfileEventsStep | Sébastien Lesaint | 2015-06-02 | 1 | -1/+10 |
| | | | |||||
* | | | fix minor quality flaw on PurgeDatastoresStep | Sébastien Lesaint | 2015-06-02 | 1 | -1/+2 |
| | | | |||||
* | | | fix quality flaws in ComputeEngineContainerImpl | Sébastien Lesaint | 2015-06-02 | 1 | -5/+3 |
| | | | |||||
* | | | batch's ref exposed in CE's Component is actually OK | Sébastien Lesaint | 2015-06-02 | 1 | -1/+3 |
| | | | |||||
* | | | fix quality flaws on BatchReportReaderImpl | Sébastien Lesaint | 2015-06-02 | 1 | -24/+31 |
| | | | |||||
* | | | add missing coverage on BatchReportDirectoryHolderImpl | Sébastien Lesaint | 2015-06-02 | 2 | -1/+43 |
| | | | | | | | | | | | | in addition, removed repetitive declaration from implement list | ||||
* | | | remove unused method Module.getComponentByType | Sébastien Lesaint | 2015-06-02 | 1 | -4/+0 |
| | | | |||||
* | | | fix missing coverage on Module class | Sébastien Lesaint | 2015-06-02 | 2 | -1/+86 |
| | | | |||||
* | | | remove BatchReport.Component stored in CE's ComponentImpl | Sébastien Lesaint | 2015-06-02 | 2 | -3/+8 |
| | | | |||||
* | | | add backbone-super | Stas Vilchik | 2015-06-02 | 19 | -31/+144 |
| | | | |||||
* | | | Merge pull request #346 from SonarSource/feature/groups-ui | Stas Vilchik | 2015-06-02 | 41 | -346/+1082 |
|\ \ \ | |_|/ |/| | | SONAR-6602 refactor groups page |