Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rollbak to 3.4-SNAPSHOT | GAUDIN | 2012-12-22 | 26 | -26/+26 |
| | |||||
* | Update pom.xml | GAUDIN | 2012-12-22 | 1 | -1/+1 |
| | | | Update version of sonar-java to 1.1 GA | ||||
* | [maven-release-plugin] prepare for next development iteration | GAUDIN | 2012-12-21 | 26 | -26/+26 |
| | |||||
* | [maven-release-plugin] prepare release 3.4 | GAUDIN | 2012-12-21 | 26 | -26/+26 |
| | |||||
* | Recent projects => fix regression (should not include LIBs) | Fabrice Bellingard | 2012-12-21 | 1 | -6/+4 |
| | |||||
* | Fix migration of the "Prior to last x days" condition in measure filters | Simon Brandhof | 2012-12-20 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | GAUDIN | 2012-12-20 | 26 | -26/+26 |
| | |||||
* | [maven-release-plugin] prepare release 3.4-RC4 | GAUDIN | 2012-12-20 | 26 | -26/+26 |
| | |||||
* | Fix widget of components treemap | Simon Brandhof | 2012-12-20 | 2 | -2/+2 |
| | |||||
* | Add unit tests for sorting on measures | Simon Brandhof | 2012-12-20 | 1 | -2/+23 |
| | |||||
* | Fix compatibility of measure filter conditions with SQALE and dev cockpit ↵ | Simon Brandhof | 2012-12-20 | 5 | -13/+167 |
| | | | | plugins | ||||
* | [maven-release-plugin] prepare for next development iteration | GAUDIN | 2012-12-19 | 26 | -26/+26 |
| | |||||
* | [maven-release-plugin] prepare release 3.4-RC3 | GAUDIN | 2012-12-19 | 26 | -26/+26 |
| | |||||
* | Add HTML ID for integration tests | Simon Brandhof | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Revert fix of IE7 + move filter description | Simon Brandhof | 2012-12-19 | 2 | -14/+12 |
| | |||||
* | Fix sorting by time + fix sorting in list widget | Simon Brandhof | 2012-12-19 | 9 | -88/+70 |
| | |||||
* | Fix some quality flaws | Julien Lancelot | 2012-12-19 | 1 | -17/+22 |
| | |||||
* | Ability to share copied filter | Simon Brandhof | 2012-12-18 | 4 | -12/+15 |
| | |||||
* | Treemap : do not reload the page when right-clicking on the first layer | Simon Brandhof | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | Add missing icon | Simon Brandhof | 2012-12-18 | 1 | -0/+0 |
| | |||||
* | Fix CSS in measure drilldown | Simon Brandhof | 2012-12-18 | 3 | -10/+3 |
| | |||||
* | Improve UX of measure filters | Simon Brandhof | 2012-12-18 | 11 | -78/+119 |
| | | | | | * two different actions for "Save" (an existing filter) and "Save as" (a new filter) * replace the link "Edit" by a pencil icon on the left | ||||
* | Add missing translations. | Fabrice Bellingard | 2012-12-18 | 3 | -4/+5 |
| | |||||
* | Improve "Comparison" page rendering | Fabrice Bellingard | 2012-12-18 | 1 | -62/+82 |
| | | | | | - Remove "nowrap" on column headers - Put the select boxes on the top of the page | ||||
* | Fix ability to configure height of treemaps | Simon Brandhof | 2012-12-18 | 7 | -12/+21 |
| | |||||
* | Fix compatibility with IE7 | Simon Brandhof | 2012-12-18 | 5 | -10/+14 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2012-12-18 | 1 | -12/+0 |
| | |||||
* | Move "Settings" up to the top of the project "Configuration" menu list | Fabrice Bellingard | 2012-12-17 | 1 | -3/+3 |
| | |||||
* | Fix treemap on IE7 | Simon Brandhof | 2012-12-17 | 1 | -5/+4 |
| | |||||
* | Change "Remove ressource" to "Suppress column" in comparison page | Fabrice Bellingard | 2012-12-17 | 2 | -4/+4 |
| | | | And change "Remove metric" to "Suppress line" as well to be consistent | ||||
* | Merge remote-tracking branch 'origin/master' | Simon Brandhof | 2012-12-14 | 7 | -6/+21 |
|\ | |||||
| * | Revert previous commit | Julien Lancelot | 2012-12-14 | 1 | -36/+19 |
| | | |||||
| * | Display alert on quality profile even if user is not logged (regression ↵ | Julien Lancelot | 2012-12-14 | 3 | -1/+15 |
| | | | | | | | | since 3.3) | ||||
| * | Fix some quality flaws | Julien Lancelot | 2012-12-14 | 1 | -19/+36 |
| | | |||||
| * | Replace "Recent Activity" by "Recent Projects" | Fabrice Bellingard | 2012-12-14 | 2 | -3/+3 |
| | | |||||
| * | Upgrade to Sonar Java 1.1-RC2 | Eric Hartmann | 2012-12-13 | 1 | -1/+1 |
| | | |||||
| * | Fix missing message . | Fabrice Bellingard | 2012-12-13 | 2 | -1/+2 |
| | | |||||
* | | SONAR-3887 refactor semaphore API | Simon Brandhof | 2012-12-14 | 9 | -140/+134 |
| | | |||||
* | | SONAR-3825 improve performance of SQL request | Simon Brandhof | 2012-12-14 | 9 | -147/+268 |
| | | | | | | | | | | * UNION is replaced by INNER JOINs * sorting is done by Java but not by db | ||||
* | | SONAR-3825 Check "Favourites only" by default when added to criteria | Simon Brandhof | 2012-12-14 | 1 | -8/+25 |
| | | |||||
* | | Sort languages in Api::Utils.languages() | Simon Brandhof | 2012-12-14 | 2 | -2/+2 |
| | | |||||
* | | Change location of buttons in management of filters | Simon Brandhof | 2012-12-14 | 1 | -2/+2 |
| | | |||||
* | | Fix favourite stars in filter widgets | Simon Brandhof | 2012-12-14 | 3 | -23/+25 |
| | | | | | | | | -> move from prototypejs to jquery | ||||
* | | Fix whitespace in pagination footer | Simon Brandhof | 2012-12-14 | 1 | -0/+1 |
|/ | |||||
* | SONAR-3825 better error handling during copy of measure filter | Simon Brandhof | 2012-12-13 | 3 | -17/+24 |
| | |||||
* | SONAR-3825 exit the edit mode when saving a filter | Simon Brandhof | 2012-12-13 | 2 | -2/+2 |
| | |||||
* | SONAR-3825 Add missing l10n label | Simon Brandhof | 2012-12-13 | 2 | -3/+4 |
| | |||||
* | The metric "profile_version" should not be displayed in UI | Simon Brandhof | 2012-12-13 | 1 | -0/+1 |
| | |||||
* | SONAR-3825 do not allow to unselect color metric in treemap | Simon Brandhof | 2012-12-13 | 1 | -1/+2 |
| | |||||
* | SONAR-3825 fix configuration of list columns | Simon Brandhof | 2012-12-13 | 1 | -6/+7 |
| |