Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improve the "max results reached" message in issues filter widget | Stas Vilchik | 2015-06-22 | 1 | -0/+1 | |
| | ||||||
* | SONAR-5851 remove "all rules" exporter | Stas Vilchik | 2015-06-22 | 1 | -1/+0 | |
| | ||||||
* | Fix Q flaws | Simon Brandhof | 2015-06-19 | 3 | -6/+15 | |
| | ||||||
* | Copy custom measures in compute engine | Simon Brandhof | 2015-06-19 | 2 | -3/+3 | |
| | ||||||
* | Merge pull request #366 from gliptak/warnings1 | Sébastien Lesaint | 2015-06-19 | 6 | -11/+13 | |
|\ | | | | | Cleanup warnings | |||||
| * | Cleanup warnings | Gabor Liptak | 2015-06-17 | 6 | -11/+13 | |
| | | ||||||
* | | Fix MeasureDao on PostgreSQL and Oracle | Julien Lancelot | 2015-06-19 | 3 | -1/+13 | |
| | | ||||||
* | | fix quality flaws | Teryk Bellahsene | 2015-06-19 | 2 | -16/+18 | |
| | | | | | | | | | | | | - add static inner class - make methods static - declare one field by line | |||||
* | | SONAR-6643 Fill measures with variations | Julien Lancelot | 2015-06-19 | 4 | -4/+157 | |
| | | ||||||
* | | Revert "Fix quality flaws" | Sébastien Lesaint | 2015-06-18 | 2 | -0/+46 | |
| | | | | | | | | This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ | |||||
* | | Fix quality flaws | Simon Brandhof | 2015-06-18 | 2 | -46/+0 | |
| | | ||||||
* | | fix quality flaws | Teryk Bellahsene | 2015-06-18 | 1 | -1/+5 | |
| | | ||||||
* | | fix shortcut help label | Stas Vilchik | 2015-06-18 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-6610 WS custom_measures/create work duration sends the raw data ↵ | Teryk Bellahsene | 2015-06-18 | 1 | -1/+1 | |
| | | | | | | | | (number of minutes) | |||||
* | | Drop Hibernate from server | Simon Brandhof | 2015-06-18 | 3 | -87/+10 | |
| | | ||||||
* | | Refactor registration of metrics at server startup | Simon Brandhof | 2015-06-18 | 9 | -316/+19 | |
| | | | | | | | | Replace Hibernate by MyBatis | |||||
* | | SONAR-6610 WS custom_measures/create create a custom measure | Teryk Bellahsene | 2015-06-18 | 3 | -0/+10 | |
| | | ||||||
* | | Merge pull request #381 from Bananeweizen/patch-1 | Simon Brandhof | 2015-06-17 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix typo in English bundle | |||||
| * | | Update core.properties | Michael Keppler | 2015-06-17 | 1 | -1/+1 | |
| |/ | | | | | typo in "overridden" | |||||
* | | SONAR-6588 Remove RuleFinder from batch bootstrap phase | Simon Brandhof | 2015-06-17 | 4 | -234/+0 | |
| | | | | | | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam | |||||
* | | Remove ability to get users from batch | Simon Brandhof | 2015-06-17 | 4 | -26/+38 | |
| | | | | | | | | + drop Hibernate model "User" | |||||
* | | Remove Hibernate entity "MeasureModel" | Simon Brandhof | 2015-06-17 | 3 | -33/+8 | |
|/ | ||||||
* | Allow to insert multiple dtos at the same times for some daos | Julien Lancelot | 2015-06-16 | 2 | -27/+72 | |
| | ||||||
* | Increase some timeouts in tests | Simon Brandhof | 2015-06-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6507 Redesign the "My Profile" page | Stas Vilchik | 2015-06-15 | 1 | -0/+1 | |
| | ||||||
* | SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY | Simon Brandhof | 2015-06-12 | 3 | -40/+2 | |
| | ||||||
* | SONAR-6557 Drop dependencies table | Julien Lancelot | 2015-06-12 | 15 | -298/+13 | |
| | ||||||
* | SONAR-6557 Remove component and snapshot libraries | Julien Lancelot | 2015-06-12 | 3 | -85/+2 | |
| | ||||||
* | SONAR-6557 Remove useless migrations on dependencies | Julien Lancelot | 2015-06-12 | 1 | -4/+0 | |
| | ||||||
* | MetricDao.selectNullableById should really take a long, not a int | Sébastien Lesaint | 2015-06-12 | 1 | -1/+1 | |
| | ||||||
* | Decrease to DEBUG the log "API compatibility mode is enabled on plugin xxx" | Simon Brandhof | 2015-06-12 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6260 Fix test on Oracle because snapshots.path is not empty but null | Julien Lancelot | 2015-06-10 | 1 | -1/+5 | |
| | ||||||
* | SONAR-6596 Remove database semaphores from batch | Julien Lancelot | 2015-06-10 | 1 | -7/+4 | |
| | ||||||
* | SONAR-6260 Apply PR feedback | Julien Lancelot | 2015-06-10 | 3 | -5/+4 | |
| | ||||||
* | SONAR-6260 Remove snapshot and project persistence form batch | Julien Lancelot | 2015-06-10 | 5 | -353/+12 | |
| | ||||||
* | SONAR-6260 Create a PeriodsRepository | Julien Lancelot | 2015-06-10 | 4 | -5/+235 | |
| | | | | The goal is to copy behaviour of PeriodsDefinition and TimeMachineConfiguration from batch in the Compute Engin | |||||
* | SONAR-6260 Persist snapshots without periods | Julien Lancelot | 2015-06-10 | 2 | -0/+9 | |
| | ||||||
* | Drop Hibernate model ManualMeasure | Simon Brandhof | 2015-06-10 | 2 | -81/+0 | |
| | ||||||
* | Refactor the SQL request to select notif properties | Simon Brandhof | 2015-06-10 | 1 | -7/+7 | |
| | | | | It should restore the compatibility with all supported dbs. | |||||
* | SONAR-6615 add in table 'manual_measures' column 'compunent_uuid' | Teryk Bellahsene | 2015-06-10 | 8 | -11/+27 | |
| | ||||||
* | SONAR-6567 send notifications on QGate failures | Simon Brandhof | 2015-06-10 | 5 | -14/+17 | |
| | ||||||
* | Keep compatibility with deprecated JFreeChart | Simon Brandhof | 2015-06-10 | 1 | -0/+1 | |
| | ||||||
* | SONAR-5892 apply feedback | Stas Vilchik | 2015-06-09 | 1 | -0/+1 | |
| | ||||||
* | SONAR-6567 move notifications from sonar-core to sonar-server | Simon Brandhof | 2015-06-08 | 8 | -865/+0 | |
| | ||||||
* | SONAR-6570 WS metrics/search count take into account the isCustom property | Teryk Bellahsene | 2015-06-08 | 2 | -3/+11 | |
| | ||||||
* | SONAR-6570 fix metrics search concerning MySql order | Teryk Bellahsene | 2015-06-08 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6616 WS custom_measures/delete | Teryk Bellahsene | 2015-06-08 | 3 | -5/+11 | |
| | ||||||
* | SONAR-6370 plugins should reuse the provided logging system | Simon Brandhof | 2015-06-05 | 1 | -4/+5 | |
| | | | | SLF4J bridges for log4j and commons-logging are provided by SQ | |||||
* | Fix compatibility of plugin classloader with some SonarSource internal libs | Simon Brandhof | 2015-06-05 | 1 | -1/+3 | |
| | ||||||
* | SONAR-6572 ws metrics/update update an existing custom metric | Teryk Bellahsene | 2015-06-05 | 2 | -1/+13 | |
| |