aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-06-0414-60/+793
|
* explicitly set selected=all when search from select listStas Vilchik2015-06-031-0/+1
|
* SONAR-3821 Restore ProjectClasspath in order to please PMD pluginJulien HENRY2015-06-032-0/+92
|
* Remove Dead codeDavid Gageot2015-06-031-1/+0
|
* SONAR-6476 SONAR-6477 Revert to id instead of groupId for consistency with ↵Jean-Baptiste Lievremont2015-06-036-30/+30
| | | | other user groups WS
* maxPageSize must not be static as it's called by railsJulien Lancelot2015-06-031-1/+4
|
* fix missing static keyword on some private methodsSébastien Lesaint2015-06-034-29/+25
|
* FIX application zip should contain a top level dirDavid Gageot2015-06-031-1/+1
|
* Sanitize SnapshotDaoJulien Lancelot2015-06-038-93/+41
| | | | | - Rename all select methods to begin with 'select' - Remove no more used method
* Support unzipped sonarqube-applicationDavid Gageot2015-06-032-3/+6
| | | | | | | mci -Ddev \ -Dassembly.format=dir \ -Dassembly.includeBaseDirectory=false \ -Dassembly.checksum=false
* SONAR-6470 Add group ID in api/users/groups responseJean-Baptiste Lievremont2015-06-032-2/+4
|
* remove unused issues codeStas Vilchik2015-06-033-93/+11
|
* Merge pull request #261 from SonarSource/feature/batch/drop_maven_depJulien HENRY2015-06-0349-2539/+107
|\ | | | | SONAR-3821 Drop any Maven dependency
| * SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-0349-2539/+107
| |
* | Fix quality flawsJulien Lancelot2015-06-0387-809/+801
| |
* | Refactor handling of 'selection mode' for WS actionsJean-Baptiste Lievremont2015-06-039-68/+112
| |
* | Add missing @Nullable/@CheckForNull in SnapshotDtoJulien Lancelot2015-06-032-12/+23
| |
* | SONAR-6549 Contextualized issues page fails to display on projects with ↵Stas Vilchik2015-06-031-4/+4
| | | | | | | | quotes in the name
* | Automatic merge from branch-5.1Eric Hartmann2015-06-030-0/+0
|\ \ | | | | | | | | | | | | | | | * origin/branch-5.1: Update version to 5.1.2-SNAPSHOT Release 5.1.1
| * | Update version to 5.1.2-SNAPSHOTEric Hartmann2015-06-0231-31/+31
| | |
| * | Release 5.1.15.1.1Eric Hartmann2015-06-0231-31/+31
| | |
* | | Declare TravisCI as ciManagement of pomSimon Brandhof2015-06-031-2/+2
| | |
* | | disable issue actions form during requestStas Vilchik2015-06-037-74/+111
| | |
* | | SONAR-6253 Cache of component ids do not contains anymore key and uuidJulien Lancelot2015-06-0333-825/+974
| | | | | | | | | | | | Instead, use TreeRootHolder to get component key and uuid
* | | change visibility of visitNode (and rename it visitAny)Julien Lancelot2015-06-031-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 Lancelot2015-06-034-7/+103
| | | | | | | | | | | | It will allow to be able to get any component but its reference
* | | Add MetricDao.selectByKey() to return a nonnull dtoJulien Lancelot2015-06-032-0/+15
| | |
* | | SONAR-6599 ws api/projects/delete update description and error message with ↵Teryk Bellahsene2015-06-032-12/+12
| | | | | | | | | | | | ids instead of uuids
* | | SONAR-6528 ws api/projects/bulk_delete update description and error message ↵Teryk Bellahsene2015-06-032-11/+11
| | | | | | | | | | | | with ids instead of uuids
* | | SONAR-6449 disable issues comment form during requestStas Vilchik2015-06-031-3/+15
| | |
* | | Merge pull request #349 from dgageot/QuickerDevBuildDavid Gageot2015-06-031-1/+8
|\ \ \ | | | | | | | | Active fast grunt build in dev mode
| * | | Active fast grunt build in dev modeDavid Gageot2015-06-021-1/+8
| | | |
* | | | SONAR-6571 fix compatibility with mssqlSimon Brandhof2015-06-021-1/+2
| | | |
* | | | Component.getKey is now the effective keySébastien Lesaint2015-06-021-2/+0
|/ / /
* | | refactor creation of manual issuesStas Vilchik2015-06-024-86/+60
| | |
* | | SONAR-6571 fix use of Boolean for boolean db column in Metrics tableTeryk Bellahsene2015-06-0215-30/+170
| | |
* | | AbstractUpdateCenterBasedPluginsWsActionTest should be abstractSébastien Lesaint2015-06-021-1/+1
| | |
* | | improve CloseableIterator: implementation and coverageSébastien Lesaint2015-06-022-23/+62
| | |
* | | fix minor quality flaw in ValidateProjectStepSébastien Lesaint2015-06-021-1/+2
| | |
* | | fix potential NPE in QualityProfileEventsStepSébastien Lesaint2015-06-021-1/+10
| | |
* | | fix minor quality flaw on PurgeDatastoresStepSébastien Lesaint2015-06-021-1/+2
| | |
* | | fix quality flaws in ComputeEngineContainerImplSébastien Lesaint2015-06-021-5/+3
| | |
* | | batch's ref exposed in CE's Component is actually OKSébastien Lesaint2015-06-021-1/+3
| | |
* | | fix quality flaws on BatchReportReaderImplSébastien Lesaint2015-06-021-24/+31
| | |
* | | add missing coverage on BatchReportDirectoryHolderImplSébastien Lesaint2015-06-022-1/+43
| | | | | | | | | | | | in addition, removed repetitive declaration from implement list
* | | remove unused method Module.getComponentByTypeSébastien Lesaint2015-06-021-4/+0
| | |
* | | fix missing coverage on Module classSébastien Lesaint2015-06-022-1/+86
| | |
* | | remove BatchReport.Component stored in CE's ComponentImplSébastien Lesaint2015-06-022-3/+8
| | |
* | | add backbone-superStas Vilchik2015-06-0219-31/+144
| | |
* | | Merge pull request #346 from SonarSource/feature/groups-uiStas Vilchik2015-06-0241-346/+1082
|\ \ \ | |_|/ |/| | SONAR-6602 refactor groups page