Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic merge from branch-5.3 | Jenkins CI | 2015-12-09 | 59 | -223/+242 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.3: hide number of failing tasks on then project level page SONAR-6887 Improve message when missing revision or date on blame SONAR-6900 Add IT to simulate a build breaker strategy increase contract of leak period background improve display of leak period caption add tooltips for ncloc distribution chart love ie11 improve scales of the bubble chart on the overview page fix tooltips on the overview treemap filter out empty components on the overview treemap normalize overview pages urls and titles improve code quality | ||||
| * | hide number of failing tasks on then project level page | Stas Vilchik | 2015-12-09 | 2 | -8/+20 |
| | | |||||
| * | increase contract of leak period background | Stas Vilchik | 2015-12-09 | 2 | -7/+7 |
| | | |||||
| * | improve display of leak period caption | Stas Vilchik | 2015-12-09 | 1 | -1/+2 |
| | | |||||
| * | add tooltips for ncloc distribution chart | Stas Vilchik | 2015-12-09 | 2 | -12/+24 |
| | | |||||
| * | love ie11 | Stas Vilchik | 2015-12-09 | 2 | -3/+4 |
| | | |||||
| * | improve scales of the bubble chart on the overview page | Stas Vilchik | 2015-12-09 | 1 | -12/+25 |
| | | |||||
| * | fix tooltips on the overview treemap | Stas Vilchik | 2015-12-09 | 1 | -3/+4 |
| | | |||||
| * | filter out empty components on the overview treemap | Stas Vilchik | 2015-12-09 | 1 | -14/+15 |
| | | |||||
| * | normalize overview pages urls and titles | Stas Vilchik | 2015-12-09 | 9 | -27/+34 |
| | | |||||
| * | improve code quality | Stas Vilchik | 2015-12-09 | 40 | -136/+107 |
| | | |||||
* | | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 9 | -9/+9 |
|/ | |||||
* | SONAR-6900 Add statuses to description of WS api/qualitygates/project_status | Teryk Bellahsene | 2015-12-09 | 1 | -2/+17 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-12-08 | 106 | -719/+697 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-12-08 | 28 | -81/+230 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-12-08 | 26 | -219/+48 |
| | |||||
* | SONAR-7030 Add migration to update LOADED_TEMPLATES | Julien Lancelot | 2015-12-08 | 1 | -0/+33 |
| | | | | In order to not have 2 default dashboards 'Custom', the entry in LOADED_TEMPLATES is renamed from the old name 'Dashboard' to the new one 'Custom' | ||||
* | fix background tasks page on a project level | Stas Vilchik | 2015-12-08 | 3 | -3/+3 |
| | |||||
* | fix background tasks page on a project level | Stas Vilchik | 2015-12-08 | 3 | -4/+8 |
| | |||||
* | fix footer display on the background tasks page | Stas Vilchik | 2015-12-08 | 1 | -1/+6 |
| | |||||
* | increase thickness of donut chars on the overview page | Stas Vilchik | 2015-12-08 | 4 | -5/+5 |
| | |||||
* | fix small ui issue on the breakdown of lines per language | Stas Vilchik | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | improve i18n of the overview page | Stas Vilchik | 2015-12-08 | 4 | -11/+18 |
| | |||||
* | add a legend for the components chart on the size overview page | Stas Vilchik | 2015-12-08 | 1 | -0/+1 |
| | |||||
* | SONAR-6820 document page size limitation in WS | Teryk Bellahsene | 2015-12-08 | 12 | -20/+28 |
| | |||||
* | Revert "SONAR-6820 WS api/rules/search has a page size limit of 500" | Teryk Bellahsene | 2015-12-08 | 2 | -105/+87 |
| | | | | This reverts commit bf7964f6f2776dab0934b7d2768990de4ae6a5c2. | ||||
* | Revert "SONAR-6820 WS using SearchOptions has a page size limit of 500" | Teryk Bellahsene | 2015-12-08 | 18 | -95/+51 |
| | | | | This reverts commit 522088ac7dcab4183892ea2ee1618347932abfb8. | ||||
* | Revert "Fix UI without a page size of 500" | Teryk Bellahsene | 2015-12-08 | 2 | -2/+2 |
| | | | | This reverts commit eee89a07d6a0bfeae589a88983df44dc2cc167b6. | ||||
* | SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵ | Teryk Bellahsene | 2015-12-08 | 26 | -34/+878 |
| | | | | analysis | ||||
* | SONAR-7104 report CeTaskProcessor now returns snapshotId of project | Sébastien Lesaint | 2015-12-08 | 10 | -3/+306 |
| | |||||
* | SONAR-7104 save snapshotId in CeActivity if returned by CeTaskProcessor | Sébastien Lesaint | 2015-12-08 | 5 | -13/+60 |
| | |||||
* | SONAR-7104 CeTaskProcessor#process now returns a CeTaskResult | Sébastien Lesaint | 2015-12-08 | 5 | -4/+46 |
| | |||||
* | SONAR-6900 add snapshot_id column in ce_activity db table | Teryk Bellahsene | 2015-12-08 | 2 | -10/+44 |
| | |||||
* | Fix UI without a page size of 500 | Teryk Bellahsene | 2015-12-07 | 2 | -2/+2 |
| | |||||
* | SONAR-6820 WS using SearchOptions has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 18 | -51/+95 |
| | |||||
* | SONAR-6820 WS api/rules/search has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 2 | -87/+105 |
| | |||||
* | Revert "SONAR-6820 WS api/rules/search has a page size limit of 500" | Teryk Bellahsene | 2015-12-07 | 2 | -105/+87 |
| | | | | This reverts commit 5aeeedbda63c17fefc7bba99dbf8c718c7bbbd17. | ||||
* | Revert "SONAR-6820 WS using SearchOptions has a page size limit of 500" | Teryk Bellahsene | 2015-12-07 | 18 | -95/+51 |
| | | | | This reverts commit c6374cf5b6820acd23b5a172b94cc56e90614e2d. | ||||
* | Fix minor quality flaws | Simon Brandhof | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | SONAR-7030 Update widgets from Custom dashboard | Julien Lancelot | 2015-12-07 | 4 | -15/+18 |
| | |||||
* | SONAR-6820 WS using SearchOptions has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 18 | -51/+95 |
| | |||||
* | Use constant for page size parameter in WS api/rules/repositories | Teryk Bellahsene | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | SONAR-6820 WS api/rules/search has a page size limit of 500 | Teryk Bellahsene | 2015-12-07 | 2 | -87/+105 |
| | |||||
* | SONAR-7098 Always feed issues authors | Julien Lancelot | 2015-12-07 | 2 | -37/+79 |
| | |||||
* | SONAR-6939 ability for plugins to override the decimal scale of float | Simon Brandhof | 2015-12-07 | 55 | -154/+232 |
| | | | | measures | ||||
* | Fix randomly failing UT | Julien Lancelot | 2015-12-07 | 1 | -2/+3 |
| | | | | Remove random generation of hash and resource id | ||||
* | SONAR-7036 Allow update password of technical user | Julien Lancelot | 2015-12-07 | 3 | -61/+86 |
| | | | | When using an external authentication (like LDAP), it's now possible to update the password of technical accounts | ||||
* | SONAR-7088 rename CeWorkerRunnable to CeWorkerCallable | Sébastien Lesaint | 2015-12-07 | 7 | -15/+15 |
| | |||||
* | SONAR-7088 fix RejectedExecutionException at SQ shutdown | Sébastien Lesaint | 2015-12-07 | 2 | -86/+195 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2015-12-07 | 1 | -0/+17 |
| |