aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-6717 Drop support of plugin extension issue actionTeryk Bellahsene2016-03-235-147/+0
|
* SONAR-7448 Add ITsJulien Lancelot2016-03-222-3/+24
|
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-181-8/+9
| | | | It allows to check version of SonarQube to filter extensions
* SONAR-7444 Provide an UnauthorizedException to display functional errorJulien Lancelot2016-03-161-0/+8
|
* Migrate UI ITsJulien Lancelot2016-02-1539-0/+708
|
* Move DashboardTest ITsJulien Lancelot2016-02-158-0/+172
|
* Move ExternalAuthenticationTest ITsJulien Lancelot2016-02-118-0/+494
|
* Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-0919-19/+19
|
* SONAR-6740 add fake plugin to emulate server startup failureSimon Brandhof2016-02-052-1/+45
|
* SONAR-7242 Identity Provider must define a display with icon url abd ↵Julien Lancelot2016-02-042-4/+12
| | | | background color
* SONAR-6226 Add ITsJulien Lancelot2016-02-012-0/+0
|
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-012-7/+14
|
* SONAR-6226 Add ITsJulien Lancelot2016-01-279-0/+323
|
* Fix project title in copyright headersSimon Brandhof2016-01-1341-41/+41
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0541-24/+704
|
* Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-0917-17/+17
|
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-075-0/+118
| | | | measures
* Try to make IssuesModeTest::concurrent_issue_mode_on_existing_project more ↵Julien HENRY2015-12-033-3/+31
| | | | robust
* SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and ↵Duarte Meneses2015-11-182-8/+23
| | | | add new one
* move issue-filter plugin from it-core to SQ sourcesSébastien Lesaint2015-10-235-0/+118
|
* Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-1316-16/+16
|
* Try to fix error of maven-release-pluginSimon Brandhof2015-10-121-1/+0
|