Skip to content

Task/#79 chromesamesite#81

Merged
StuartFerguson merged 19 commits into
masterfrom
task/#79_chromesamesite
Sep 11, 2020
Merged

Task/#79 chromesamesite#81
StuartFerguson merged 19 commits into
masterfrom
task/#79_chromesamesite

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

No description provided.

@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Sep 8, 2020
Copy link
Copy Markdown
Member Author

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 6
- Added 3
           

Complexity increasing per file
==============================
- SecurityService.OpenIdConnect.IntegrationTests/Common/DockerHelper.cs  2
- SecurityService.IntegrationTests/Common/DockerHelper.cs  1
- SecurityService.OpenIdConnect.IntegrationTests/Common/Hooks.cs  1
         

Clones added
============
- SecurityService.IntegrationTests/Clients/Clients.feature.cs  2
- SecurityService.IntegrationTests/ApiResource/ApiResource.feature.cs  2
- SecurityService.IntegrationTests/Roles/Roles.feature.cs  2
- SecurityService.IntegrationTests/Users/Users.feature.cs  2
- SecurityService.IntegrationTests/IdentityResource/IdentityResource.feature.cs  2
         

Clones removed
==============
+ SecurityService.OpenIdConnect.IntegrationTests/Common/DockerHelper.cs  -2
+ SecurityService.IntegrationTests/Common/DockerHelper.cs  -2
+ SecurityService.OpenIdConnect.IntegrationTests/Common/GenericSteps.cs  -1
         

See the complete overview on Codacy

/// <summary>
/// The security service container name
/// </summary>
public String SecurityServiceContainerName;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public override async Task StartContainersForScenarioRun(String scenarioName)
{
String traceFolder = $"/home/txnproc/trace/{scenarioName}/";
String traceFolder = FdOs.IsWindows() ? $"C:\\home\\txnproc\\trace\\{scenarioName}" : $"/home/txnproc/trace/{scenarioName}";
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/// <summary>
/// The security service container name
/// </summary>
public String SecurityServiceContainerName;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StuartFerguson StuartFerguson merged commit 8304bef into master Sep 11, 2020
@StuartFerguson StuartFerguson deleted the task/#79_chromesamesite branch July 28, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant