Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling GitHubAppCredentials dynamic validator #516

Merged

Conversation

eddynaka
Copy link
Collaborator

No description provided.

@eddynaka eddynaka force-pushed the users/ednakamu/github-app-credentials-dynamic-validation branch from 0170894 to f4f52f0 Compare August 1, 2021 13:52
Creasting helper, updating tests, and md file

Renaming method.

Improving SquarePat validator

Adding timeout to postgres

Trying to fix concurrency between tests

Validator tests collection (httponly)

Updating xunit runner to prevent collisions

Updating BuildAndTest.ps1

Trying to fix determinism for tests

Running Debug mode in CI (fixing coverage paths)

Updating product.props

Fixing build

reverting to release
@eddynaka eddynaka force-pushed the users/ednakamu/github-app-credentials-dynamic-validation branch from 61e133b to f7a90c6 Compare August 1, 2021 14:30
@@ -0,0 +1,4 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"maxParallelThreads": 1
Copy link
Collaborator Author

@eddynaka eddynaka Aug 1, 2021

Choose a reason for hiding this comment

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

maxParallelThreads

Since the tests that uses httpClient share a common variable, we will need to run once at a time to prevent getting undesired results #ByDesign

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is only needed during tests because we are injecting what we want to receive for each test

@michaelcfanning
Copy link
Member

We need a ReleaseNotes.md file at the root of the enlistment! It should make clear note of any changes that add to analysis or which drop false positives, etc.! there are many things we haven't documented properly, so we can do this in a follow-on change.

Copy link
Member

@michaelcfanning michaelcfanning left a comment

Choose a reason for hiding this comment

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

:shipit:

@eddynaka eddynaka merged commit 285b41a into main Aug 1, 2021
@eddynaka eddynaka deleted the users/ednakamu/github-app-credentials-dynamic-validation branch August 1, 2021 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants