aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Release 6.4-RC36.4-RC3Simon Brandhof2017-05-291-1/+1
| |
* | SONAR-9331 fix security vulnerability of api/issues/tagsDaniel Schwarz2017-05-302-1/+159
| |
* | Automatic merge from branch-6.4ssjenka2017-05-261-19/+54
|\| | | | | | | | | | | | | * origin/branch-6.4: SONAR-8888 index active rules when creating organization remove avatar for system events on issues changelog popup (#2109) Use Trusty image on TravisCI
| * SONAR-8888 index active rules when creating organizationSimon Brandhof2017-05-261-19/+54
| |
* | Fix unconsistant IT's in organization membership bisGrégoire Aubert2017-05-261-24/+36
| |
* | Automatic merge from branch-6.4ssjenka2017-05-241-2/+2
|\| | | | | | | | | | | | | | | | | * origin/branch-6.4: SONAR-8913 Use "analysisDate" instead of "snapshotDate" in component overview SONAR-8913 Replace "snapshotDate" by "analysisDate" in api/navigation/component Fix JDK link download in travis build SONAR-9301 Support HTTP redirect on scanner side Fix localization in projects page facets
| * SONAR-8913 Replace "snapshotDate" by "analysisDate" in api/navigation/componentJulien Lancelot2017-05-241-2/+2
| |
| * SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-05-241-0/+95
| |
| * Back to 6.4-SNAPSHOTSimon Brandhof2017-05-221-1/+1
| |
| * Release 6.4-RC26.4-RC2Simon Brandhof2017-05-221-1/+1
| |
* | SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-05-231-0/+95
| |
* | SONAR-9269 Drop database ids of component in api/issues/* WS responsesTeryk Bellahsene2017-05-231-36/+0
| |
* | Fix unconsistant IT's in organization membershipGrégoire Aubert2017-05-221-4/+4
| |
* | Automatic merge from branch-6.4ssjenka2017-05-191-1/+1
|\| | | | | | | | | | | | | * origin/branch-6.4: SONAR-8748 fix typo in UnauthorizedException message SONAR-8888 use DefinedQProfileInsert when creating an organization clear issues selection when refreshing list
| * SONAR-8888 use DefinedQProfileInsert when creating an organizationSébastien Lesaint2017-05-191-1/+1
| | | | | | | | rather than DefinedQProfileCreation which does too many useless operations
* | Merge remote-tracking branch 'origin/branch-6.4'Simon Brandhof2017-05-181-0/+13
|\|
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
| |
| * SQCOM-7 Add a custom footer for sonarqube.comGrégoire Aubert2017-05-181-0/+13
| |
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-162-2/+3
| |
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|/
* SONAR-9222 disable gravatars by defaultStas Vilchik2017-05-152-106/+9
|
* Fix safeguard timeout in IT RestartTestSimon Brandhof2017-05-121-1/+1
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-121-1/+1
|
* SONAR-9220 Update OkHttp to v3.7Julien HENRY2017-05-121-7/+0
|
* MMF-661 rework search (#2030)Stas Vilchik2017-05-0914-206/+24
|
* fix IssueNotificationsTestStas Vilchik2017-05-091-2/+3
|
* SONAR-9084 auto issue assignment should deal with case sensitivitySimon Brandhof2017-05-091-28/+64
| | | | | - login is case sensitive - email and scm accounts match whatever the case
* SONAR-9173 Hide some elements of the footer when the user is not loggedGrégoire Aubert2017-05-051-0/+9
|
* SONAR-9122 prevent setting a project as private (#2015)Stas Vilchik2017-05-042-0/+31
|
* SONAR-8865 remove old documents from rules/extension index when updatingDaniel Schwarz2017-05-032-23/+124
|
* Upgrade to Orchestrator 3.15.0.1038Simon Brandhof2017-05-023-18/+11
| | | | to benefit from better HTTP reliability
* SONAR-9167 Allow to set a visibility when creating a projectStas Vilchik2017-05-023-6/+87
|
* SONAR-9165 Allow to change project visibility on its permissions pageStas Vilchik2017-05-023-3/+81
|
* Update members displayGrégoire Aubert2017-05-011-2/+2
|
* Rename IT billing plugin to fake billing pluginJulien Lancelot2017-04-281-1/+1
|
* SONAR-9124 Allow preventing create private in api/projects/createJulien Lancelot2017-04-281-0/+26
|
* SONAR-9124 Allow preventing project to become private ↵Julien Lancelot2017-04-281-1/+28
| | | | api/projects/update_visibility
* SONAR-9125 Allow preventing organizations to use private projects in ↵Julien Lancelot2017-04-281-6/+39
| | | | api/organizations/update_project_visibility
* Add visibility parameter in ProjectsService#create()Julien Lancelot2017-04-283-7/+4
|
* SONAR-9162 Add a flag in api/navigation/component to know if project can ↵Julien Lancelot2017-04-281-3/+20
| | | | become private
* SONAR-9121 Add a flag in api/navigation/organization to know if projects can ↵Julien Lancelot2017-04-281-1/+40
| | | | become private
* SONAR-9104 fix ITSébastien Lesaint2017-04-272-5/+7
|
* SONAR-9105 enable back ITs requiring private projectsSébastien Lesaint2017-04-272-52/+73
|
* SONAR-9140 ignore IT until WS is available to create private projectSébastien Lesaint2017-04-272-0/+5
|
* SONAR-9126 Add ITsJulien Lancelot2017-04-262-0/+112
|
* ITs should fail quickly when creating users is failingJulien Lancelot2017-04-213-25/+21
|
* SONAR-8712 Do not fail to display QGates containing removed metricsJulien Lancelot2017-04-201-0/+37
|
* Remove Orchestrator#resetData usage from QualityGateTestJulien Lancelot2017-04-202-53/+51
|
* SONAR-9018 Restore 'Anyone' in organization default templatesJulien Lancelot2017-04-144-103/+30
|
* SONAR-8992 Fix the number of groups for new membersGrégoire Aubert2017-04-131-2/+1
|