aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Stop maintain deprecated module sonar-java and use version 5.1Simon Brandhof2015-05-211-2/+1
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-211-5/+0
|
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-191-2/+1
|
* change headers checkStas Vilchik2015-05-191-6/+0
|
* SONAR-6562 Remove sonar-squid 4.1 from API and runtime classpathSimon Brandhof2015-05-191-5/+0
|
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-191-6/+0
| | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api
* SONAR-6517 do not package the xml libs provided by Java 1.7+Simon Brandhof2015-05-191-0/+14
| | | | xml-apis.jar and stax-api.jar do not need to be packaged into distribution nor to be defined as dependencies of sonar-plugin-api.
* Fix developers section of pomSimon Brandhof2015-05-111-14/+36
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-111-5/+5
|
* Upgrade to update center 1.13Simon Brandhof2015-04-231-2/+2
|
* SONAR-6433 upgrade to updatecenter 1.12.1Simon Brandhof2015-04-201-1/+1
|
* SONAR-6433 Stop supporting the concept of "group/ecosystem" of pluginsSimon Brandhof2015-04-201-1/+1
|
* Replace GMavenPlus by beanshellSimon Brandhof2015-04-071-22/+11
| | | | I'm afraid of the side-effects of the required property "allowSystemExits" of GMavenPlus (yet another groovy maven plugin)
* Random timezone when executing testsSimon Brandhof2015-04-071-29/+32
|
* Complete comment on disabled gmaven-plugin-pluginSimon Brandhof2015-04-021-3/+4
|
* Disable random timezone in tests as gmaven-plugin does not support parallel ↵Simon Brandhof2015-04-021-3/+16
| | | | builds
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-1/+25
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* Do not support maven 3.3.x (yet)Simon Brandhof2015-03-301-2/+8
| | | | Fail-fast instead of failing with strange message in NPM (frontend-m-p)
* Revert "Upgrade to frontend-maven-plugin 0.0.23"Simon Brandhof2015-03-271-1/+1
| | | | This reverts commit 9be97df03de519bf5f1c0a43cadb543aeac26056.
* Upgrade to frontend-maven-plugin 0.0.23Simon Brandhof2015-03-271-1/+1
|
* Temporarily fix JVM timezone when executing testsSimon Brandhof2015-03-251-0/+2
| | | | Waiting for tests to not be coupled with env timezone
* Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-201-5/+0
| | | | This class supports lenient comparison of datetime values.
* Update maven-jxr-plugin to 2.5Michal Kordas2015-03-201-1/+1
|
* Merge pull request #151 from mkordas/update_maven_gpg_pluginEric Hartmann2015-03-191-1/+1
|\ | | | | Update maven-gpg-plugin to 1.6
| * Update maven-gpg-plugin to 1.6Michal Kordas2015-03-141-1/+1
| |
* | Add script find-classpath-conflicts.shSimon Brandhof2015-03-161-1/+21
|/
* Automatic merge from masterJenkins CI2015-03-051-7/+1
|\ | | | | | | | | | | | | | | | | * origin/master: SONAR-5884 update coverage tooltips Fix quality flaws Fix indexing of issues -> mix functional and technical dates SONAR-4624 Add "won't fix" in the Administer Issues permission SONAR-6055 Embed latest Java 3.0 plugin and stop embedding Findbugs Plugin
| * SONAR-6055 Embed latest Java 3.0 plugin and stop embedding Findbugs PluginJulien Lancelot2015-03-051-7/+1
| |
* | Automatic merge from masterJenkins CI2015-03-041-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * origin/master: SONAR-6229 incremental indexing Remove unused BulkIndexer#setRefresh(boolean) Upgrade Elasticsearch from 1.4.2 to 1.4.4 SONAR-6229 improve performance of ES indexing at startup Allow views to save any measure for remote views copy Document method to avoid nasty side effects on Views Async replication of activity docs
| * Upgrade Elasticsearch from 1.4.2 to 1.4.4Simon Brandhof2015-03-041-1/+1
| |
* | generate js coverage report from casperjs testsStas Vilchik2015-03-041-0/+8
| |
* | Automatic merge from masterJenkins CI2015-03-031-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix source viewer test Add search the ability to search for rules by profiles in RubyRuleService Needed to fix SQALE-269 SONAR-5884 show ut and it coverage separately SONAR-5884 show ut and it coverage separately SONAR-5884 Apply feedback on unit test and field names SONAR-5884 Replace overall coverage with UT coverage, add IT coverage info Revert "SONAR-6202 Compute overall coverage on all files" SONAR-5077 Display ncloc of files with no language in size widget SONAR-6233 Searching for rules without debt characteristic is not working fix bug with extra duplicated line in the popup fix bug with extra duplicated line Fix quality flaws update events widget Update version of Git and SVN plugins to 1.0
| * Update version of Git and SVN plugins to 1.0Julien HENRY2015-03-021-2/+2
| |
* | Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|/
* add web assets headersStas Vilchik2015-02-251-0/+6
|
* Revert upgrade to Elasticsearch 1.4.4 as it seems to have performance ↵Simon Brandhof2015-02-241-1/+1
| | | | regressions
* Upgrade to elasticsearch 1.4.4Simon Brandhof2015-02-231-1/+1
|
* Attempt to fix unexplained parallel execution of testsSimon Brandhof2015-02-191-0/+1
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-191-2/+2
|
* SONAR-6000 Merge cpd core plugin into the batchJulien HENRY2015-02-161-1/+0
|
* Speed-up buildSimon Brandhof2015-02-161-1/+1
|
* Add configuration for check of dep vulnerabilities listed in CVE registrySimon Brandhof2015-02-141-0/+35
|
* SONAR-6055 Embed latest Findbugs Plugin 3.xJulien Lancelot2015-02-121-2/+2
|
* Improve microbenchmark templatesSimon Brandhof2015-02-121-0/+7
|
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-101-0/+6
|
* Upgrade version of sonar-scm-git-plugin and sonar-scm-svn-plugin to 1.0-RC1Julien Lancelot2015-02-031-2/+2
|
* SONAR-6139 Upgrade Tomcat from 7.0.54 to 8.0.18Simon Brandhof2015-02-021-1/+1
| | | | SONAR-6141 apply Mozilla recommandations for default ciphers (Intermediate Compatibility)
* Use protocol buffers format for analysis reportsSimon Brandhof2015-02-021-0/+5
|
* SONAR-6105 Extract SVN and Git as standalone pluginsJulien HENRY2015-01-271-6/+6
|
* SONAR-6060 Move HTML report into the coreJulien HENRY2015-01-261-0/+5
|