Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 35 | -418/+13 |
| | | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility | ||||
* | SONAR-3332 API: delete the deprecated class ↵ | Simon Brandhof | 2012-03-15 | 2 | -297/+0 |
| | | | | org.sonar.api.batch.AbstractViolationsStaxParser | ||||
* | SONAR-2084 complete Web UI to encrypt properties | Simon Brandhof | 2012-03-14 | 8 | -31/+56 |
| | |||||
* | SONAR-1378 Add the ability to specify a "type" when defining a plugin property | Simon Brandhof | 2012-03-14 | 19 | -165/+236 |
| | |||||
* | SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txt | Simon Brandhof | 2012-03-14 | 2 | -2/+18 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-03-14 | 3 | -2/+10 |
| | |||||
* | SONAR-3319 Update one test method | Fabrice Bellingard | 2012-03-14 | 1 | -2/+3 |
| | |||||
* | SONAR-3319 Prevent conflicts in l10n of description for rules | Fabrice Bellingard | 2012-03-14 | 2 | -6/+34 |
| | | | | | | | | | | | | | | Indeed, repository key must be used. => HTML description files must now be stored in: org.sonar.l10n.<pluginKey>_<Language>.rules.<repoKey> instead of: org.sonar.l10n.<pluginKey>_<Language> (which means that existing files just have to be moved into a subfolder named "rules/<repoKey>") => Backward compatibility is ensured => This also works if several plugins define rules for the same repo | ||||
* | SONAR-3327 Make the links to external resources open on a new tab | Fabrice Bellingard | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | SONAR-1708 Problems with alert status | Fabrice Bellingard | 2012-03-14 | 3 | -52/+3 |
| | |||||
* | SONAR-3326 Problem displaying History when project has a Green Alert | Fabrice Bellingard | 2012-03-14 | 2 | -2/+8 |
| | |||||
* | SONAR-2084 add the page "Settings Encryption" | Simon Brandhof | 2012-03-14 | 4 | -1/+7 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-03-14 | 2 | -9/+10 |
| | |||||
* | Fix quality flaws in tests: remove unused imports | Evgeny Mandrikov | 2012-03-14 | 25 | -118/+39 |
| | |||||
* | SONAR-3072 Add sonar-diff library | Evgeny Mandrikov | 2012-03-14 | 20 | -1/+1095 |
| | |||||
* | Skip sanity checks in dev profile | Evgeny Mandrikov | 2012-03-14 | 3 | -2/+4 |
| | | | | | Move skip of sanity checks from quick-build scripts into dev profile. This is more convenient at least for users of Maven bash completion. | ||||
* | Do not log 'require upgrade' on fresh installs | Simon Brandhof | 2012-03-14 | 2 | -3/+5 |
| | |||||
* | SONAR-2084 complete web UI to generate secret key and to encrypt passwords | Simon Brandhof | 2012-03-13 | 13 | -46/+126 |
| | |||||
* | SONAR-2084 draft of new page 'Password encryption' | Simon Brandhof | 2012-03-13 | 7 | -5/+105 |
| | |||||
* | Merge remote branch 'origin/master' | Simon Brandhof | 2012-03-13 | 16 | -22/+90 |
|\ | |||||
| * | SONAR-3297 Sort issue with stripes on groups | Fabrice Bellingard | 2012-03-13 | 2 | -3/+1 |
| | | |||||
| * | SONAR-3277 Add message to inform about dups with deleted resources | Fabrice Bellingard | 2012-03-13 | 3 | -4/+17 |
| | | |||||
| * | SONAR-3073 column sorting for 'key' does not work in filter | Fabrice Bellingard | 2012-03-13 | 5 | -3/+29 |
| | | |||||
| * | SONAR-3003 Fix issue | Fabrice Bellingard | 2012-03-13 | 1 | -3/+3 |
| | | | | | | => when #split_newlines is called by #convert_string_to_unix_newlines | ||||
| * | SONAR-3003 Remove only the last empty line, not all | Fabrice Bellingard | 2012-03-13 | 1 | -1/+3 |
| | | |||||
| * | SONAR-3003 Do not display last empty line in source viewer | Fabrice Bellingard | 2012-03-13 | 1 | -4/+5 |
| | | |||||
| * | SONAR-3243 Rollback popup removal and put it in seperate GitHub repo | Fabrice Bellingard | 2012-03-13 | 4 | -9/+23 |
| | | | | | | | | => See https://github.com/bellingard/sonar/tree/popup-removal to test the removal of automatic-popup links | ||||
| * | SONAR-3243 Pass params and anchor to the file page | Fabrice Bellingard | 2012-03-13 | 2 | -5/+19 |
| | | |||||
* | | SONAR-2084 replace asymetric RSA by symetric AES | Simon Brandhof | 2012-03-13 | 11 | -254/+267 |
| | | |||||
* | | SONAR-2084 use RSA to encrypt settings | Simon Brandhof | 2012-03-13 | 9 | -10/+418 |
|/ | |||||
* | SONAR-3278 Display the review permalink in the breadcrumb | Fabrice Bellingard | 2012-03-12 | 1 | -2/+29 |
| | |||||
* | SONAR-3243 Wrong permalink & breadcrumbs when file is shown | Fabrice Bellingard | 2012-03-12 | 7 | -45/+19 |
| | | | | | | | | | - Permalinks have been moved to the latest part of the breadcrumb - Breadcrumbs are now correct and show every part till the file (if the resource being displayed is a file) - All the links that used to open a file in a popup are now "regular" links and open files in the default layout => for instance: links on files in the "component" page | ||||
* | SONAR-3278 Incorrect breadcrumb link on review listing | Fabrice Bellingard | 2012-03-12 | 4 | -10/+13 |
| | | | | => when someone clicks on the links of an action plan. | ||||
* | Remove Hibernate from org.sonar.server.platform.ServerImpl | Simon Brandhof | 2012-03-12 | 4 | -34/+24 |
| | |||||
* | Remove picocontainer stackstace from logs | Simon Brandhof | 2012-03-12 | 3 | -13/+42 |
| | |||||
* | Skip sanity checks in quick-build scripts | Simon Brandhof | 2012-03-12 | 2 | -2/+2 |
| | |||||
* | Log a clean message when an exception is thrown during picocontainer startup | Simon Brandhof | 2012-03-12 | 4 | -7/+124 |
| | |||||
* | Remove Hibernate from the component org.sonar.api.config.Settings | Simon Brandhof | 2012-03-12 | 11 | -90/+100 |
| | |||||
* | Complete the MyBatis DAO for PROPERTIES | Simon Brandhof | 2012-03-12 | 8 | -9/+185 |
| | |||||
* | Fix indentation | Simon Brandhof | 2012-03-12 | 1 | -48/+48 |
| | |||||
* | SONAR-2841 Tests suite results are not always ignored | Fabrice Bellingard | 2012-03-09 | 3 | -1/+78 |
| | |||||
* | SONAR-3294 Elements of "History table" widget is unordered | Fabrice Bellingard | 2012-03-09 | 2 | -1/+57 |
| | | | => They are now ordered using the natural "human" order | ||||
* | SONAR-3305 NPE thrown when no description or title on a rule | Fabrice Bellingard | 2012-03-09 | 2 | -30/+125 |
| | | | | | => Sonar server now fails at startup if a rule has no name or no description | ||||
* | Merge remote-tracking branch 'origin/release-2.14' | Eric Hartmann | 2012-03-09 | 1 | -0/+2 |
|\ | |||||
| * | Fix MeasuresFilters | Evgeny Mandrikov | 2012-03-09 | 1 | -0/+2 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-03-08 | 36 | -36/+36 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.14-RC3 | Eric Hartmann | 2012-03-08 | 36 | -36/+36 |
| | | |||||
| * | Merge branch 'release-2.14' of github.com:SonarSource/sonar into release-2.14 | Eric Hartmann | 2012-03-08 | 4 | -11/+22 |
| |\ | |||||
| * | | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2012-03-07 | 36 | -36/+36 |
| | | | |||||
| * | | [maven-release-plugin] prepare release 2.14-RC2 | Eric Hartmann | 2012-03-07 | 36 | -36/+36 |
| | | |