summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* faster grunt buildStas Vilchik2015-05-062-20/+31
|
* Merge pull request #293 from ↵Julien HENRY2015-05-063-5/+153
|\ | | | | | | | | SonarSource/feature/compatibility_rulefinder_rulequery Restore partial support of RuleQuery in RuleFinder to fix issue with Gro...
| * Restore partial support of RuleQuery in RuleFinder to fix issue with Groovy ↵Julien HENRY2015-05-063-5/+153
|/ | | | plugin
* SONAR-6469 New Java WS to deactivate a userJean-Baptiste Lievremont2015-05-066-28/+252
|
* SONAR-6465 Enforce use of SortedMap for ES index settingsJean-Baptiste Lievremont2015-05-062-10/+9
|
* SONAR-6465 Refactor string multi field definitionJean-Baptiste Lievremont2015-05-063-48/+27
|
* SONAR-6465 Prevent side effect of multi-field mapping creationJean-Baptiste Lievremont2015-05-063-4/+20
|
* SONAR-6465 Create new Java WS to search usersJean-Baptiste Lievremont2015-05-0611-4/+495
|
* Merge pull request #289 from SonarSource/feature/batch/new_ws_to_get_usersJulien HENRY2015-05-065-90/+54
|\ | | | | SONAR-6522 Consume batch/users WS to populate JSON report
| * SONAR-6522 Consume batch/users WS to populate JSON reportJulien HENRY2015-05-065-90/+54
| |
* | Use mime type for woff fontsSimon Brandhof2015-05-051-0/+4
|/
* SONAR-6212 Coverage exclusion properties are not working for IT and overall ↵Julien HENRY2015-05-051-13/+46
| | | | coverage
* SONAR-6366 fix quality flawsSébastien Lesaint2015-05-053-44/+44
|
* Fix some quality flawsJulien HENRY2015-05-052-2/+2
|
* apply new navigation WSStas Vilchik2015-05-0517-366/+293
|
* SONAR-6521 Pull ES scroll method to utility classJean-Baptiste Lievremont2015-05-053-82/+79
|
* Fix protobuf mergeJean-Baptiste Lievremont2015-05-054-1335/+1094
|
* SONAR-6521 Add internal WS to list user details for batchJean-Baptiste Lievremont2015-05-0512-30/+292
|
* SONAR-6521 Add protobuf declaration for usersJean-Baptiste Lievremont2015-05-052-1/+783
|
* SONAR-6525 Fix security bypass on plugin-contributed pagesJean-Baptiste Lievremont2015-05-052-37/+13
|
* SONAR-6427 SONAR-6428 Add permission checks on plugin pagesJean-Baptiste Lievremont2015-05-058-43/+320
|
* SONAR-6428 Fix WS example & responseJean-Baptiste Lievremont2015-05-052-2/+2
|
* SONAR-6427 Fix WS example & responseJean-Baptiste Lievremont2015-05-053-3/+4
|
* SONAR-6265 apply feedbackStas Vilchik2015-05-056-7/+26
|
* Merge pull request #280 from SonarSource/feature/batch/feed_file_dependenciesJulien HENRY2015-05-0520-213/+117
|\ | | | | SONAR-6457 Feed dependencies in batch report
| * SONAR-6457 Feed dependencies in batch reportJulien HENRY2015-05-0520-213/+117
|/
* SONAR-5851 apply feedbackStas Vilchik2015-05-053-1/+4
|
* SONAR-6138 apply feedbackStas Vilchik2015-05-051-4/+7
|
* SONAR-6366 remove operational field from JSON responseSébastien Lesaint2015-05-053-38/+30
| | | | remove operational field from response of /api/system/migrate_db, response from /api/system/status should be used instead
* SONAR-6366 add status NOT_SUPPORTEDSébastien Lesaint2015-05-052-12/+20
|
* fix JSON empty msg field on /api/system/restart when not in dev modeSébastien Lesaint2015-05-052-6/+4
|
* SONAR-6366 add missing impl of PlatformDatabaseMigrationAsynchronousTestSébastien Lesaint2015-05-051-22/+9
|
* SONAR-6366 SQ state check in RoR now uses Java DBMigration statusSébastien Lesaint2015-05-052-1/+36
| | | | use to be based on the RoR code handling the DB migration, it is now based on its Java replacement
* SONAR-6366 split ruby upgradeAndStart into three Java stepsSébastien Lesaint2015-05-0515-82/+254
| | | | | modified ruby scripts used by RubyBridge to define and instance a class instead of only define a method alone because mapping such script to a Java interface works only for the first script (at least in unit tests) split upgrade_and_start from Ruby into two seperate Ruby tasks (trigger ActiveRecord migration on one side and web route (re)creation on the other) and a pure Java task to restart the container
* SONAR-6366 make Java WS available when DB migration is neededSébastien Lesaint2015-05-055-37/+154
| | | | | | | | introduce a new "level" in ServerComponents called safe-mode which is started in place of level3 and 4 when DB needs to be migrated update ROR code so that Java WS are always started by ROR, even when DB needs an upgrade. In such case, only Java Webservices which supports DB to be in such state are now instanced in addition, make sure the currentContainer is pointing at all times to a fully initialized container chain (one ending with level4 or safemode), this ensure there is always valid components to support the UI and WS calls PlatformDatabaseMigration is part of level2 in order to have the same instance share between safe mode container and level3/4 containers therefor avoiding loosing the migration status once the migration is copmplete and the Platform#doStart() is called refactor Platform code to separate current container switch from start/stop of containers
* Dashboard webService and action belong to level 4Sébastien Lesaint2015-05-051-2/+4
|
* SONAR-6366 add new WS to migrate SonarQube DBSébastien Lesaint2015-05-058-25/+471
| | | | WS is available on /api/system/migrate_db
* system/upgrades and system/restart should not require user authentSébastien Lesaint2015-05-053-14/+22
| | | | remove global authentication verification on /api/system in RoR so that WS /api/system/upgrades and /api/system/restart do not require user to be authenticated
* SONAR-6365 consistent properties for plugin in JSON responseSébastien Lesaint2015-05-043-20/+33
|
* SONAR-5851 apply feedbackStas Vilchik2015-05-047-66/+84
|
* SONAR-6210 show key, hide parametersStas Vilchik2015-05-042-32/+8
|
* SONAR-6215 do not show tab for currently open itemStas Vilchik2015-05-042-1/+14
|
* SONAR-6464 Optimize query that return file source hashes in /batch/project WSJulien Lancelot2015-05-045-10/+59
|
* update the versions of node.js and npmStas Vilchik2015-05-042-5/+2
|
* Merge pull request #278 from SonarSource/feature/batch/cleanup_devcockpit_viewsJulien HENRY2015-05-0432-1823/+1525
|\ | | | | Cleanup batch side from specific code for devcockpit and views
| * Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-0432-1823/+1525
|/
* fix quality flawsStas Vilchik2015-05-041-2/+0
|
* Fix /api/issues/seach Ws descriptionJulien Lancelot2015-05-041-2/+9
|
* fix missing line return at EOFSébastien Lesaint2015-05-041-0/+1
|
* SONAR-6379 fix minor typo in action descriptionSébastien Lesaint2015-05-041-1/+1
|