Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | faster grunt build | Stas Vilchik | 2015-05-06 | 2 | -20/+31 |
| | |||||
* | Merge pull request #293 from ↵ | Julien HENRY | 2015-05-06 | 3 | -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 HENRY | 2015-05-06 | 3 | -5/+153 |
|/ | | | | plugin | ||||
* | SONAR-6469 New Java WS to deactivate a user | Jean-Baptiste Lievremont | 2015-05-06 | 6 | -28/+252 |
| | |||||
* | SONAR-6465 Enforce use of SortedMap for ES index settings | Jean-Baptiste Lievremont | 2015-05-06 | 2 | -10/+9 |
| | |||||
* | SONAR-6465 Refactor string multi field definition | Jean-Baptiste Lievremont | 2015-05-06 | 3 | -48/+27 |
| | |||||
* | SONAR-6465 Prevent side effect of multi-field mapping creation | Jean-Baptiste Lievremont | 2015-05-06 | 3 | -4/+20 |
| | |||||
* | SONAR-6465 Create new Java WS to search users | Jean-Baptiste Lievremont | 2015-05-06 | 11 | -4/+495 |
| | |||||
* | Merge pull request #289 from SonarSource/feature/batch/new_ws_to_get_users | Julien HENRY | 2015-05-06 | 5 | -90/+54 |
|\ | | | | | SONAR-6522 Consume batch/users WS to populate JSON report | ||||
| * | SONAR-6522 Consume batch/users WS to populate JSON report | Julien HENRY | 2015-05-06 | 5 | -90/+54 |
| | | |||||
* | | Use mime type for woff fonts | Simon Brandhof | 2015-05-05 | 1 | -0/+4 |
|/ | |||||
* | SONAR-6212 Coverage exclusion properties are not working for IT and overall ↵ | Julien HENRY | 2015-05-05 | 1 | -13/+46 |
| | | | | coverage | ||||
* | SONAR-6366 fix quality flaws | Sébastien Lesaint | 2015-05-05 | 3 | -44/+44 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-05-05 | 2 | -2/+2 |
| | |||||
* | apply new navigation WS | Stas Vilchik | 2015-05-05 | 17 | -366/+293 |
| | |||||
* | SONAR-6521 Pull ES scroll method to utility class | Jean-Baptiste Lievremont | 2015-05-05 | 3 | -82/+79 |
| | |||||
* | Fix protobuf merge | Jean-Baptiste Lievremont | 2015-05-05 | 4 | -1335/+1094 |
| | |||||
* | SONAR-6521 Add internal WS to list user details for batch | Jean-Baptiste Lievremont | 2015-05-05 | 12 | -30/+292 |
| | |||||
* | SONAR-6521 Add protobuf declaration for users | Jean-Baptiste Lievremont | 2015-05-05 | 2 | -1/+783 |
| | |||||
* | SONAR-6525 Fix security bypass on plugin-contributed pages | Jean-Baptiste Lievremont | 2015-05-05 | 2 | -37/+13 |
| | |||||
* | SONAR-6427 SONAR-6428 Add permission checks on plugin pages | Jean-Baptiste Lievremont | 2015-05-05 | 8 | -43/+320 |
| | |||||
* | SONAR-6428 Fix WS example & response | Jean-Baptiste Lievremont | 2015-05-05 | 2 | -2/+2 |
| | |||||
* | SONAR-6427 Fix WS example & response | Jean-Baptiste Lievremont | 2015-05-05 | 3 | -3/+4 |
| | |||||
* | SONAR-6265 apply feedback | Stas Vilchik | 2015-05-05 | 6 | -7/+26 |
| | |||||
* | Merge pull request #280 from SonarSource/feature/batch/feed_file_dependencies | Julien HENRY | 2015-05-05 | 20 | -213/+117 |
|\ | | | | | SONAR-6457 Feed dependencies in batch report | ||||
| * | SONAR-6457 Feed dependencies in batch report | Julien HENRY | 2015-05-05 | 20 | -213/+117 |
|/ | |||||
* | SONAR-5851 apply feedback | Stas Vilchik | 2015-05-05 | 3 | -1/+4 |
| | |||||
* | SONAR-6138 apply feedback | Stas Vilchik | 2015-05-05 | 1 | -4/+7 |
| | |||||
* | SONAR-6366 remove operational field from JSON response | Sébastien Lesaint | 2015-05-05 | 3 | -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_SUPPORTED | Sébastien Lesaint | 2015-05-05 | 2 | -12/+20 |
| | |||||
* | fix JSON empty msg field on /api/system/restart when not in dev mode | Sébastien Lesaint | 2015-05-05 | 2 | -6/+4 |
| | |||||
* | SONAR-6366 add missing impl of PlatformDatabaseMigrationAsynchronousTest | Sébastien Lesaint | 2015-05-05 | 1 | -22/+9 |
| | |||||
* | SONAR-6366 SQ state check in RoR now uses Java DBMigration status | Sébastien Lesaint | 2015-05-05 | 2 | -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 steps | Sébastien Lesaint | 2015-05-05 | 15 | -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 needed | Sébastien Lesaint | 2015-05-05 | 5 | -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 4 | Sébastien Lesaint | 2015-05-05 | 1 | -2/+4 |
| | |||||
* | SONAR-6366 add new WS to migrate SonarQube DB | Sébastien Lesaint | 2015-05-05 | 8 | -25/+471 |
| | | | | WS is available on /api/system/migrate_db | ||||
* | system/upgrades and system/restart should not require user authent | Sébastien Lesaint | 2015-05-05 | 3 | -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 response | Sébastien Lesaint | 2015-05-04 | 3 | -20/+33 |
| | |||||
* | SONAR-5851 apply feedback | Stas Vilchik | 2015-05-04 | 7 | -66/+84 |
| | |||||
* | SONAR-6210 show key, hide parameters | Stas Vilchik | 2015-05-04 | 2 | -32/+8 |
| | |||||
* | SONAR-6215 do not show tab for currently open item | Stas Vilchik | 2015-05-04 | 2 | -1/+14 |
| | |||||
* | SONAR-6464 Optimize query that return file source hashes in /batch/project WS | Julien Lancelot | 2015-05-04 | 5 | -10/+59 |
| | |||||
* | update the versions of node.js and npm | Stas Vilchik | 2015-05-04 | 2 | -5/+2 |
| | |||||
* | Merge pull request #278 from SonarSource/feature/batch/cleanup_devcockpit_views | Julien HENRY | 2015-05-04 | 32 | -1823/+1525 |
|\ | | | | | Cleanup batch side from specific code for devcockpit and views | ||||
| * | Cleanup batch side from specific code for devcockpit and views | Julien HENRY | 2015-05-04 | 32 | -1823/+1525 |
|/ | |||||
* | fix quality flaws | Stas Vilchik | 2015-05-04 | 1 | -2/+0 |
| | |||||
* | Fix /api/issues/seach Ws description | Julien Lancelot | 2015-05-04 | 1 | -2/+9 |
| | |||||
* | fix missing line return at EOF | Sébastien Lesaint | 2015-05-04 | 1 | -0/+1 |
| | |||||
* | SONAR-6379 fix minor typo in action description | Sébastien Lesaint | 2015-05-04 | 1 | -1/+1 |
| |