aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6226 Add ITsJulien Lancelot2016-02-017-16/+174
|
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-012-6/+19
|
* SONAR-7249 Update ITsJulien Lancelot2016-02-013-34/+37
|
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-012-7/+14
|
* Do not deploy ITs to Maven repositorySimon Brandhof2016-01-291-15/+3
|
* SONAR-7228 Create new "My Issues" page5.4-M10Stas Vilchik2016-01-282-0/+58
|
* SONAR-7231 improve rendering of password formStas Vilchik2016-01-281-11/+6
|
* SONAR-7231 Create new "Security" page in "My Space"Stas Vilchik2016-01-283-20/+145
|
* SONAR-7230 Move user notifications into separate page of "My Account" spaceStas Vilchik2016-01-282-4/+8
|
* SONAR-7227 Convert "My Profile" page to the new "My Account" pageStas Vilchik2016-01-283-5/+189
|
* SONAR-6226 Add ITsJulien Lancelot2016-01-2717-4/+795
|
* SONAR-7122 Update ITs to not use web contextJulien Lancelot2016-01-26114-364/+329
|
* Fix unit testsJulien Lancelot2016-01-261-20/+27
|
* Fix /api/authentication/validateJulien Lancelot2016-01-251-0/+21
| | | | authentication_controler was using symbol :user_id instead of string 'user_id' to access to user id from session
* SONAR-6226 Create IdentityProvider APIJulien Lancelot2016-01-251-5/+2
|
* SONAR-7134 WS api/measures/componentTeryk Bellahsene2016-01-201-0/+16
|
* SONAR-7210 SONAR-7209 WS user_tokens/* add ITTeryk Bellahsene2016-01-191-2/+13
|
* fix DifferentialPeriodsTest instabilitySébastien Lesaint2016-01-181-4/+5
|
* SONAR-7168 add user login to log message when restart is requestedSébastien Lesaint2016-01-181-1/+1
|
* SONAR-7168 add system().restart() to WsClientSébastien Lesaint2016-01-182-4/+14
|
* Disable unstable testDuarte Meneses2016-01-141-0/+3
|
* Fix project title in copyright headersSimon Brandhof2016-01-13180-180/+180
|
* SONAR-7135 WS api/measures/component_tree fix permissions and ITTeryk Bellahsene2016-01-131-1/+2
|
* SONAR-7135 WS api/measures/component_tree navigate through components and ↵Teryk Bellahsene2016-01-131-0/+82
| | | | display measures
* SONAR-7168 support restart in prod mode in ITsSébastien Lesaint2016-01-132-11/+23
| | | | in addition, rename IT DevModeTest to RestartTest
* SONAR-7174 Add IT to check Execute Analysis perm on projectJulien Lancelot2016-01-122-18/+36
|
* SONAR-7149 fix ITsStas Vilchik2016-01-071-10/+0
|
* SONAR-7177 expand the root directoryStas Vilchik2016-01-076-0/+84
|
* Automatic merge from branch-5.3Jenkins CI2016-01-063-11/+111
|\ | | | | | | | | | | * origin/branch-5.3: SONAR-7093 Allow projects to define their leak period fix display of date leak period
| * SONAR-7093 Allow projects to define their leak periodJulien Lancelot2016-01-063-11/+111
| |
* | Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-05179-409/+2068
| |
* | SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-053-3/+75
| |
* | move ProjectOverviewTest under projectServicesStas Vilchik2015-12-286-6/+6
| |
* | add ITs for Project Code PageStas Vilchik2015-12-283-0/+122
| |
* | SONAR-2867 Standard copy-paste detection should happen within a project, not ↵Duarte Meneses2015-12-2110-0/+262
| | | | | | | | only within a module
* | Speed-up Firefox in Selenium testsSimon Brandhof2015-12-181-1/+11
| |
* | Revert "Use SeleneseTest to improve reliability of selenium"Simon Brandhof2015-12-184-10/+9
| | | | | | | | This reverts commit a76c4cc7cee9d6974324d93d936b904eab4960dc.
* | Use SeleneseTest to improve reliability of seleniumSimon Brandhof2015-12-184-9/+10
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-112-2/+3
|\| | | | | | | | | | | | | | | | | | | | | * origin/branch-5.3: SONAR-6968 Bad error message when analyzer detects that no language plugins are installed SONAR-6905 Batch should dump analysis-related URL into a properties file fix displaying of the workspace on the overview pages SONAR-7030 Remove dashboards bundles Reactivate devcockpit in PluginsTest fix link to added issues from the debt overview respect precision of float metrics during web formatting
| * SONAR-6905 Batch should dump analysis-related URL into a properties fileDuarte Meneses2015-12-101-1/+2
| |
| * Reactivate devcockpit in PluginsTestJulien Lancelot2015-12-101-1/+1
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-097-6/+207
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.3: hide number of failing tasks on then project level page SONAR-6887 Improve message when missing revision or date on blame SONAR-6900 Add IT to simulate a build breaker strategy increase contract of leak period background improve display of leak period caption add tooltips for ncloc distribution chart love ie11 improve scales of the bubble chart on the overview page fix tooltips on the overview treemap filter out empty components on the overview treemap normalize overview pages urls and titles improve code quality
| * hide number of failing tasks on then project level pageStas Vilchik2015-12-093-0/+132
| |
| * SONAR-6900 Add IT to simulate a build breaker strategyTeryk Bellahsene2015-12-091-3/+72
| |
| * normalize overview pages urls and titlesStas Vilchik2015-12-093-3/+3
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-0919-19/+19
|/
* Fix IT of commit #d28a121fe58d6155048ba244e92a36540cba9990Simon Brandhof2015-12-072-2/+2
|
* SONAR-7098 Add ITJulien Lancelot2015-12-071-0/+37
|
* Add ITs for auto assign featureJulien Lancelot2015-12-075-0/+110
|
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-077-2/+162
| | | | measures