aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9442 Add details of added/updated/disabled rules in notificationJulien Lancelot2017-06-2914-581/+0
|
* SONAR-9442 add names of changed quality profiles in mail notificationJulien Lancelot2017-06-292-2/+2
|
* SONAR-9442 Send email to profile admin on each qprofile updateJulien Lancelot2017-06-2914-0/+581
|
* Move integration tests to directory tests/Simon Brandhof2017-06-2597-4123/+0
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-1623-23/+23
|
* SONAR-9122 prevent setting a project as private (#2015)Stas Vilchik2017-05-041-0/+2
|
* Rename IT billing plugin to fake billing pluginJulien Lancelot2017-04-284-8/+8
|
* SONAR-9125 Allow preventing organizations to use private projects in ↵Julien Lancelot2017-04-281-0/+8
| | | | api/organizations/update_project_visibility
* SONAR-9121 Add a flag in api/navigation/organization to know if projects can ↵Julien Lancelot2017-04-281-0/+9
| | | | become private
* SONAR-9126 Add ITsJulien Lancelot2017-04-264-0/+131
|
* SONAR-9110 Update page extensions IT'sGrégoire Aubert2017-04-123-1/+12
|
* Prepare for next development iterationSimon Brandhof2017-02-1422-22/+22
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1057-109/+216
|
* SONAR-8637 IT to test functional version in a pluginTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8684 Clean up rails filesJulien Lancelot2017-01-301-12/+0
|
* SONAR-8581 Add IT to test PageDefinition APITeryk Bellahsene2017-01-1319-232/+28
|
* SONAR-7300 Redirect PUT|POST|DELETE api/properties to api/settingsJulien Lancelot2017-01-111-0/+1
|
* SONAR-7300 Replace "setting.license" by "setting.license.secured" in IT pluginJulien Lancelot2017-01-101-1/+1
|
* SONAR-7300 Add IT on multi values and property set in SettingsTestJulien Lancelot2017-01-101-16/+35
|
* SONAR-8235 Add ITsJulien Lancelot2017-01-051-1/+1
|
* SONAR-8554 Load and display page extensions (#1482)Stas Vilchik2016-12-238-4/+20
|
* add all kinds of page extensions to ui-extensions-pluginStas Vilchik2016-12-204-1/+112
|
* SONAR-8416 improve ITs on authenticationJulien Lancelot2016-12-011-1/+14
| | | | | Complete check on message displayed in ui when functional authentication errors are generated Add ITs when errors are generated during callback of OAuth2 authentication plugins
* Prepare for next development iterationDavid Rautureau2016-11-2122-22/+22
|
* SONAR-8248 JS files from plugins don't have JS Content-Type headerSimon Brandhof2016-11-171-0/+2
|
* SONAR-8333 fixing ITsSébastien Lesaint2016-11-161-1/+2
|
* SONAR-8354 Remove ITs related to dashboardsJulien Lancelot2016-11-0910-214/+2
|
* Prepare for next development iterationDavid Rautureau2016-09-1923-23/+23
|
* Add ITs for api/properties WSJulien Lancelot2016-09-091-2/+4
|
* Drop Ruby dead codeSimon Brandhof2016-09-085-120/+0
|
* Add settings of all type in server-pluginJulien Lancelot2016-09-081-1/+16
|
* Remove wrong property type in plugin ITJulien Lancelot2016-09-081-1/+0
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-1/+3
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* SONAR-7833 fix IT QualityGateTest to not use WS /api/ce/logsSébastien Lesaint2016-08-161-1/+3
|
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-063-1/+75
|
* prepare for next development iterationDavid Rautureau2016-07-2023-23/+23
|
* SONAR-7783 Ensure Sensors don't save same data twiceDuarte Meneses2016-07-082-64/+1
|
* SONAR-7783 Ensure Sensors don't save same data twiceDuarte Meneses2016-07-072-1/+64
|
* SONAR-7727 Remove some deprecated propertiesJulien HENRY2016-07-052-6/+4
|
* SONAR-7727 Remove deprecated stuff on ProjectDefinitionJulien HENRY2016-07-051-4/+4
|
* SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasuresSimon Brandhof2016-06-3021-383/+0
|
* SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-1/+1
|
* prepare for next development iterationTom2016-05-2024-24/+24
|
* Automatic merge from branch-5.5Jenkins CI2016-04-151-3/+3
|\ | | | | | | | | | | | | | | * origin/branch-5.5: Fix malformed javadoc in API Add UserDao.selectByIds SONAR-6948 rename method Request#getLocalConnector() to localConnector() SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
| * SONAR-6948 rename method Request#getLocalConnector() to localConnector()Simon Brandhof2016-04-151-3/+3
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-1124-24/+24
| |
| * Fixed tests submodules pomsTom2016-04-0824-24/+24
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-0724-24/+24
|/
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-074-1/+160
|
* SONAR-7488 add ITs for PostProjectAnalysisTaskSébastien Lesaint2016-04-064-0/+109
|