Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8416 improve ITs on authentication | Julien Lancelot | 2016-12-01 | 1 | -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 iteration | David Rautureau | 2016-11-21 | 22 | -22/+22 |
| | |||||
* | SONAR-8248 JS files from plugins don't have JS Content-Type header | Simon Brandhof | 2016-11-17 | 1 | -0/+2 |
| | |||||
* | SONAR-8333 fixing ITs | Sébastien Lesaint | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | SONAR-8354 Remove ITs related to dashboards | Julien Lancelot | 2016-11-09 | 10 | -214/+2 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 23 | -23/+23 |
| | |||||
* | Add ITs for api/properties WS | Julien Lancelot | 2016-09-09 | 1 | -2/+4 |
| | |||||
* | Drop Ruby dead code | Simon Brandhof | 2016-09-08 | 5 | -120/+0 |
| | |||||
* | Add settings of all type in server-plugin | Julien Lancelot | 2016-09-08 | 1 | -1/+16 |
| | |||||
* | Remove wrong property type in plugin IT | Julien Lancelot | 2016-09-08 | 1 | -1/+0 |
| | |||||
* | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 1 | -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/logs | Sébastien Lesaint | 2016-08-16 | 1 | -1/+3 |
| | |||||
* | SONAR-7654 API to propagate props from scanner to CE | Simon Brandhof | 2016-08-06 | 3 | -1/+75 |
| | |||||
* | prepare for next development iteration | David Rautureau | 2016-07-20 | 23 | -23/+23 |
| | |||||
* | SONAR-7783 Ensure Sensors don't save same data twice | Duarte Meneses | 2016-07-08 | 2 | -64/+1 |
| | |||||
* | SONAR-7783 Ensure Sensors don't save same data twice | Duarte Meneses | 2016-07-07 | 2 | -1/+64 |
| | |||||
* | SONAR-7727 Remove some deprecated properties | Julien HENRY | 2016-07-05 | 2 | -6/+4 |
| | |||||
* | SONAR-7727 Remove deprecated stuff on ProjectDefinition | Julien HENRY | 2016-07-05 | 1 | -4/+4 |
| | |||||
* | SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasures | Simon Brandhof | 2016-06-30 | 21 | -383/+0 |
| | |||||
* | SONAR-7732 Authentication is now done in Java | Julien Lancelot | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | prepare for next development iteration | Tom | 2016-05-20 | 24 | -24/+24 |
| | |||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-15 | 1 | -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 Brandhof | 2016-04-15 | 1 | -3/+3 |
| | | |||||
| * | fixed version for 5.5-SNAPSHOT | Tom | 2016-04-11 | 24 | -24/+24 |
| | | |||||
| * | Fixed tests submodules poms | Tom | 2016-04-08 | 24 | -24/+24 |
| | | |||||
* | | Upgrade version to 5.6-SNAPSHOT | Tom | 2016-04-07 | 24 | -24/+24 |
|/ | |||||
* | SONAR-6948 Ability for Java server extensions to call web services | Simon Brandhof | 2016-04-07 | 4 | -1/+160 |
| | |||||
* | SONAR-7488 add ITs for PostProjectAnalysisTask | Sébastien Lesaint | 2016-04-06 | 4 | -0/+109 |
| | |||||
* | SONAR-6717 Drop support of plugin extension issue action | Teryk Bellahsene | 2016-03-23 | 5 | -147/+0 |
| | |||||
* | SONAR-7448 Add ITs | Julien Lancelot | 2016-03-22 | 2 | -3/+24 |
| | |||||
* | SONAR-7459 new interface org.sonar.api.Plugin | Simon Brandhof | 2016-03-18 | 1 | -8/+9 |
| | | | | It allows to check version of SonarQube to filter extensions | ||||
* | SONAR-7444 Provide an UnauthorizedException to display functional error | Julien Lancelot | 2016-03-16 | 1 | -0/+8 |
| | |||||
* | Migrate UI ITs | Julien Lancelot | 2016-02-15 | 39 | -0/+708 |
| | |||||
* | Move DashboardTest ITs | Julien Lancelot | 2016-02-15 | 8 | -0/+172 |
| | |||||
* | Move ExternalAuthenticationTest ITs | Julien Lancelot | 2016-02-11 | 8 | -0/+494 |
| | |||||
* | Upgrade version to 5.5-SNAPSHOT | Eric Hartmann | 2016-02-09 | 19 | -19/+19 |
| | |||||
* | SONAR-6740 add fake plugin to emulate server startup failure | Simon Brandhof | 2016-02-05 | 2 | -1/+45 |
| | |||||
* | SONAR-7242 Identity Provider must define a display with icon url abd ↵ | Julien Lancelot | 2016-02-04 | 2 | -4/+12 |
| | | | | background color | ||||
* | SONAR-6226 Add ITs | Julien Lancelot | 2016-02-01 | 2 | -0/+0 |
| | |||||
* | SONAR-7249 Identity provider must provide user login | Julien Lancelot | 2016-02-01 | 2 | -7/+14 |
| | |||||
* | SONAR-6226 Add ITs | Julien Lancelot | 2016-01-27 | 9 | -0/+323 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 41 | -41/+41 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 41 | -24/+704 |
| | |||||
* | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 17 | -17/+17 |
| | |||||
* | SONAR-6939 ability for plugins to override the decimal scale of float | Simon Brandhof | 2015-12-07 | 5 | -0/+118 |
| | | | | measures | ||||
* | Try to make IssuesModeTest::concurrent_issue_mode_on_existing_project more ↵ | Julien HENRY | 2015-12-03 | 3 | -3/+31 |
| | | | | robust | ||||
* | SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and ↵ | Duarte Meneses | 2015-11-18 | 2 | -8/+23 |
| | | | | add new one | ||||
* | move issue-filter plugin from it-core to SQ sources | Sébastien Lesaint | 2015-10-23 | 5 | -0/+118 |
| | |||||
* | Upgrade version to 5.3-SNAPSHOT | Thomas Vérin | 2015-10-13 | 16 | -16/+16 |
| | |||||
* | Try to fix error of maven-release-plugin | Simon Brandhof | 2015-10-12 | 1 | -1/+0 |
| |