summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-1535-418/+13
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* SONAR-3332 API: delete the deprecated class ↵Simon Brandhof2012-03-152-297/+0
| | | | org.sonar.api.batch.AbstractViolationsStaxParser
* SONAR-2084 complete Web UI to encrypt propertiesSimon Brandhof2012-03-148-31/+56
|
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-1419-165/+236
|
* SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txtSimon Brandhof2012-03-142-2/+18
|
* Fix some quality flawsSimon Brandhof2012-03-143-2/+10
|
* SONAR-3319 Update one test methodFabrice Bellingard2012-03-141-2/+3
|
* SONAR-3319 Prevent conflicts in l10n of description for rulesFabrice Bellingard2012-03-142-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 tabFabrice Bellingard2012-03-141-1/+1
|
* SONAR-1708 Problems with alert statusFabrice Bellingard2012-03-143-52/+3
|
* SONAR-3326 Problem displaying History when project has a Green AlertFabrice Bellingard2012-03-142-2/+8
|
* SONAR-2084 add the page "Settings Encryption"Simon Brandhof2012-03-144-1/+7
|
* Fix some quality flawsSimon Brandhof2012-03-142-9/+10
|
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-1425-118/+39
|
* SONAR-3072 Add sonar-diff libraryEvgeny Mandrikov2012-03-1420-1/+1095
|
* Skip sanity checks in dev profileEvgeny Mandrikov2012-03-143-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 installsSimon Brandhof2012-03-142-3/+5
|
* SONAR-2084 complete web UI to generate secret key and to encrypt passwordsSimon Brandhof2012-03-1313-46/+126
|
* SONAR-2084 draft of new page 'Password encryption'Simon Brandhof2012-03-137-5/+105
|
* Merge remote branch 'origin/master'Simon Brandhof2012-03-1316-22/+90
|\
| * SONAR-3297 Sort issue with stripes on groupsFabrice Bellingard2012-03-132-3/+1
| |
| * SONAR-3277 Add message to inform about dups with deleted resources Fabrice Bellingard2012-03-133-4/+17
| |
| * SONAR-3073 column sorting for 'key' does not work in filterFabrice Bellingard2012-03-135-3/+29
| |
| * SONAR-3003 Fix issue Fabrice Bellingard2012-03-131-3/+3
| | | | | | => when #split_newlines is called by #convert_string_to_unix_newlines
| * SONAR-3003 Remove only the last empty line, not allFabrice Bellingard2012-03-131-1/+3
| |
| * SONAR-3003 Do not display last empty line in source viewerFabrice Bellingard2012-03-131-4/+5
| |
| * SONAR-3243 Rollback popup removal and put it in seperate GitHub repoFabrice Bellingard2012-03-134-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 pageFabrice Bellingard2012-03-132-5/+19
| |
* | SONAR-2084 replace asymetric RSA by symetric AESSimon Brandhof2012-03-1311-254/+267
| |
* | SONAR-2084 use RSA to encrypt settingsSimon Brandhof2012-03-139-10/+418
|/
* SONAR-3278 Display the review permalink in the breadcrumbFabrice Bellingard2012-03-121-2/+29
|
* SONAR-3243 Wrong permalink & breadcrumbs when file is shownFabrice Bellingard2012-03-127-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 listingFabrice Bellingard2012-03-124-10/+13
| | | | => when someone clicks on the links of an action plan.
* Remove Hibernate from org.sonar.server.platform.ServerImplSimon Brandhof2012-03-124-34/+24
|
* Remove picocontainer stackstace from logsSimon Brandhof2012-03-123-13/+42
|
* Skip sanity checks in quick-build scriptsSimon Brandhof2012-03-122-2/+2
|
* Log a clean message when an exception is thrown during picocontainer startupSimon Brandhof2012-03-124-7/+124
|
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-1211-90/+100
|
* Complete the MyBatis DAO for PROPERTIESSimon Brandhof2012-03-128-9/+185
|
* Fix indentationSimon Brandhof2012-03-121-48/+48
|
* SONAR-2841 Tests suite results are not always ignoredFabrice Bellingard2012-03-093-1/+78
|
* SONAR-3294 Elements of "History table" widget is unorderedFabrice Bellingard2012-03-092-1/+57
| | | => They are now ordered using the natural "human" order
* SONAR-3305 NPE thrown when no description or title on a ruleFabrice Bellingard2012-03-092-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 Hartmann2012-03-091-0/+2
|\
| * Fix MeasuresFiltersEvgeny Mandrikov2012-03-091-0/+2
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-03-0836-36/+36
| |
| * [maven-release-plugin] prepare release 2.14-RC3Eric Hartmann2012-03-0836-36/+36
| |
| * Merge branch 'release-2.14' of github.com:SonarSource/sonar into release-2.14Eric Hartmann2012-03-084-11/+22
| |\
| * | [maven-release-plugin] prepare for next development iterationEric Hartmann2012-03-0736-36/+36
| | |
| * | [maven-release-plugin] prepare release 2.14-RC2Eric Hartmann2012-03-0736-36/+36
| | |