]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2012-07-16 David GageotRestore Api compatibility
2012-07-16 David GageotShorter code for HttpDownloader
2012-07-16 David GageotDon't use hardcoded charsets
2012-07-16 Simon BrandhofFix postgresql test
2012-07-16 David GageotUnused imports
2012-07-16 David GageotFix measure data not being evicted anymore
2012-07-16 Simon BrandhofFix compatibility with java 5
2012-07-16 Simon BrandhofComplete unit tests of SettingsChangeNotifier
2012-07-16 Simon BrandhofRemove UriReader#openStream()
2012-07-16 Simon BrandhofTry to fix postgresql unit test
2012-07-16 David GageotDon't close the stream twice
2012-07-16 David Gageotremove dead code
2012-07-16 David GageotFix warnings
2012-07-16 David GageotFix warnings
2012-07-15 Simon BrandhofTry to fix support of bulk insert of properties with...
2012-07-15 Simon BrandhofFix some quality flaws
2012-07-15 Simon BrandhofFix loading of GlobalPropertyChangeHandler extensions
2012-07-15 Simon BrandhofFix some quality flaws
2012-07-14 Simon BrandhofSONAR-3662 Remove the property sonar.jdbc.validationQuery
2012-07-14 Simon BrandhofUpdate Center improvements
2012-07-14 Simon BrandhofSONAR-3548 move the search box of widgets to the right
2012-07-14 Simon BrandhofSONAR-3617 Improve performance of treemap filters
2012-07-13 Simon BrandhofFix some quality flaw
2012-07-13 Simon BrandhofSONAR-3633 improve the management of server-side settings
2012-07-13 Simon BrandhofSONAR-3579 New way to fix conflict with local ruby...
2012-07-13 David GageotSONAR-3628 Possibility to customise the title of global...
2012-07-13 Fabrice BellingardImprove test coverage
2012-07-13 Fabrice BellingardSONAR-2614 Improve page rendering
2012-07-13 David GageotSONAR-3539 With Jacoco & ant task, "lines_to_cover...
2012-07-13 David GageotMake sure these tests work on Eclipse even with mvm...
2012-07-13 David GageotSONAR-3336 Measure of 4077ms is displayed as 4.7s inste...
2012-07-13 Fabrice BellingardImprove documentation of ResourceType with new property
2012-07-13 Simon BrandhofAdd method checkTable() with list of columns to Abstrac...
2012-07-12 Simon BrandhofAlways display tabs in the bulk edition console, even...
2012-07-12 Simon BrandhofMerge branch 'master' of /Users/sbrandhof/projects...
2012-07-12 Simon BrandhofSONAR-3579 Conflict with Ruby local installation
2012-07-12 David GageotSONAR-3653 Weird branche coverage for new code
2012-07-12 David GageotReuse database for faster unit tests
2012-07-12 David GageotImprove test code
2012-07-12 David GageotSONAR-3510 Select a view or a developer when adding...
2012-07-12 Fabrice BellingardSONAR-2614 Use the resource types
2012-07-12 Fabrice BellingardSONAR-1608 Update documentation on ResourceType
2012-07-12 David GageotRemove some duplication
2012-07-12 David GageotFix rule escaping
2012-07-12 David GageotSupport embedded in memory database
2012-07-12 David GageotEnable passing additional parameters to scripts
2012-07-12 David GageotAdd logs
2012-07-12 David GageotSONAR-3620 use text input for rule copy
2012-07-12 Evgeny MandrikovSONAR-3637 Upgrade to JaCoCo 0.5.8
2012-07-12 Simon BrandhofDeploy the component ResourcePermissions on server...
2012-07-12 Fabrice BellingardAdd missing import
2012-07-12 Fabrice BellingardSONAR-2614 Use the ResourceIndex to search for deletabl...
2012-07-12 Fabrice BellingardSONAR-3543 Display sources folder in error message
2012-07-12 Fabrice BellingardSONAR-3590 Show clean message when the widget fails...
2012-07-12 Fabrice BellingardSONAR-2496 Clean the version from snapshots when deleti...
2012-07-12 Fabrice BellingardSONAR-2496 Support 'previous-version' value for differe...
2012-07-12 Simon BrandhofAdd ResourceDao#getResource(ResourceQuery query)
2012-07-12 David GageotMerge PurgeMapper and PurgeVendorMapper with new MyBati...
2012-07-11 Simon BrandhofFix creation of administrator
2012-07-11 Simon BrandhofDeclare parameters as non-null by default in org.sonar...
2012-07-11 Simon BrandhofImprove and refactor the ResourcePermissions component
2012-07-11 Simon BrandhofSONAR-3646 do not fail on non-h2 databases when creatin...
2012-07-11 Simon BrandhofSONAR-3646 API : new extension point to be notified...
2012-07-11 David GageotSONAR-3645 Forgot to merge an Oracle mapper and to...
2012-07-11 David GageotFix violations
2012-07-11 David GageotUnused import
2012-07-11 David GageotUnused code
2012-07-11 David GageotCleaner code
2012-07-11 David GageotSONAR-2965 FIX enforce validation query on DataSource
2012-07-11 David GageotSONAR-3645 merge mapper xml files for oracle
2012-07-11 David GageotSONAR-3645 remove useless jdbc types in MyBatis mappers
2012-07-11 David GageotSONAR-3437 merge Mappers
2012-07-11 David GageotSONAR-2965 enforce validation query on DataSource
2012-07-11 Simon BrandhofFix support of sonar.showSqlResults with MyBatis 3.1
2012-07-11 Simon BrandhofCommand env variables are initialized with System.getenv()
2012-07-11 Fabrice BellingardUse version 1.0 of Sonar Common Rules
2012-07-11 David GageotSONAR-3437 Improve code coverage and fix measure data...
2012-07-11 David GageotSONAR-3437 Fix Oracle Mapper
2012-07-11 David GageotSONAR-3437 Simpler code
2012-07-11 David GageotSONAR-3437 Disable batch insert because it cannot work
2012-07-10 Evgeny MandrikovSONAR-3531 Allow to use two instances of MultilinesDocT...
2012-07-10 David GageotFix ResourceDao test on Oracle
2012-07-10 Simon BrandhofImprove javadoc of org.sonar.api.utils.command.Command
2012-07-10 Simon BrandhofAllow to mock CommandExecutor
2012-07-10 Simon BrandhofMinor improvements on org.sonar.api.utils.command
2012-07-10 David GageotSONAR-3437 Simplify mapping files
2012-07-10 David GageotSupport null values without jdbctypes in MyBatis
2012-07-10 David GageotSONAR-3437 fix mapping for Oracle
2012-07-10 David GageotMake sure MyBatis is not configured to use generated...
2012-07-10 David GageotMake sure MyBatis is not configured to use generated...
2012-07-10 Simon BrandhofFix unit test on Postgresql
2012-07-10 Simon BrandhofAdd missing H2 index on PROJECTS.ROOT_ID
2012-07-10 Simon BrandhofRemove unused constant in roles_controller.rb
2012-07-10 David GageotH2 add indices
2012-07-10 David GageotSONAR-3437 Fix batch insert on mysql
2012-07-10 David GageotSONAR-3437 Cleaner code and fix Oracle mapping
2012-07-10 Evgeny MandrikovRemove useless comment
2012-07-10 David GageotSONAR-3437 Use MyBatis in batch mode
2012-07-10 David GageotSONAR-3620 Larger text field
2012-07-09 Simon BrandhofComplete MyBatis ResourceDao
next